From 29dad6ed715a1982af100cc7132266c9e75ab959 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Wed, 5 Nov 2025 15:04:11 -0600 Subject: [PATCH] error generation fixes, support for '|' as a standalone string --- .../error-corpus/_autogen-table.json | 20 +- .../scripts/build_error_table.ts | 1 + .../snapshots/json/table-alignment.snap | 2 +- .../snapshots/json/table-caption-attr.snap | 2 +- .../src/readers/qmd_error_messages.rs | 113 +- .../src/utils/tree_sitter_log_observer.rs | 18 +- .../tree-sitter-markdown/grammar.js | 34 +- .../tree-sitter-markdown/src/grammar.json | 35 +- .../tree-sitter-markdown/src/node-types.json | 9 +- .../tree-sitter-markdown/src/parser.c | 209720 ++++++++------- .../tree-sitter-markdown/src/scanner.c | 9 + .../test/corpus/pipe_table.txt | 573 +- 12 files changed, 105986 insertions(+), 104550 deletions(-) diff --git a/crates/quarto-markdown-pandoc/resources/error-corpus/_autogen-table.json b/crates/quarto-markdown-pandoc/resources/error-corpus/_autogen-table.json index 49c0fa3..9494b23 100644 --- a/crates/quarto-markdown-pandoc/resources/error-corpus/_autogen-table.json +++ b/crates/quarto-markdown-pandoc/resources/error-corpus/_autogen-table.json @@ -2,7 +2,7 @@ { "column": 17, "row": 0, - "state": 1188, + "state": 1196, "sym": "_error", "errorInfo": { "code": "Q-2-1", @@ -11,7 +11,7 @@ "captures": [ { "column": 3, - "lrState": 530, + "lrState": 376, "row": 0, "size": 1, "sym": "[", @@ -31,7 +31,7 @@ { "column": 20, "row": 0, - "state": 2404, + "state": 2611, "sym": "shortcode_naked_string_token1", "errorInfo": { "code": "Q-2-3", @@ -40,7 +40,7 @@ "captures": [ { "column": 10, - "lrState": 2404, + "lrState": 2611, "row": 0, "size": 9, "sym": "key_value_specifier", @@ -60,7 +60,7 @@ { "column": 18, "row": 0, - "state": 2179, + "state": 2202, "sym": "_error", "errorInfo": { "code": "Q-2-2", @@ -69,7 +69,7 @@ "captures": [ { "column": 17, - "lrState": 2179, + "lrState": 2202, "row": 0, "size": 1, "sym": "{", @@ -89,7 +89,7 @@ { "column": 17, "row": 0, - "state": 556, + "state": 1683, "sym": "ERROR", "errorInfo": { "code": "Q-2-5", @@ -119,7 +119,7 @@ { "column": 3, "row": 0, - "state": 3168, + "state": 3494, "sym": "{", "errorInfo": { "code": "Q-2-4", @@ -128,7 +128,7 @@ "captures": [ { "column": 0, - "lrState": 3168, + "lrState": 3494, "row": 0, "size": 3, "sym": "_fenced_div_start", @@ -136,7 +136,7 @@ }, { "column": 3, - "lrState": 2179, + "lrState": 2202, "row": 0, "size": 1, "sym": "{", diff --git a/crates/quarto-markdown-pandoc/scripts/build_error_table.ts b/crates/quarto-markdown-pandoc/scripts/build_error_table.ts index 586e6c7..30539b8 100755 --- a/crates/quarto-markdown-pandoc/scripts/build_error_table.ts +++ b/crates/quarto-markdown-pandoc/scripts/build_error_table.ts @@ -38,6 +38,7 @@ for (const file of fs.globSync("resources/error-corpus/*.qmd")) { if (errorStates.length < 1) { throw new Error(`Expected at least one error state for ${file}`); } + console.log({errorInfo, matches}); errorInfo.captures = errorInfo.captures.map((capture: any) => { const match = matches.find(([, b]) => b === capture); assert(match); diff --git a/crates/quarto-markdown-pandoc/snapshots/json/table-alignment.snap b/crates/quarto-markdown-pandoc/snapshots/json/table-alignment.snap index 564d69d..5d6ebab 100644 --- a/crates/quarto-markdown-pandoc/snapshots/json/table-alignment.snap +++ b/crates/quarto-markdown-pandoc/snapshots/json/table-alignment.snap @@ -2,4 +2,4 @@ source: crates/quarto-markdown-pandoc/tests/test.rs expression: output --- -{"astContext":{"files":[{"line_breaks":[35,71,107,143],"name":"tests/snapshots/json/table-alignment.qmd","total_length":144}],"sourceInfoPool":[{"d":0,"r":[2,7],"t":0},{"d":0,"r":[2,8],"t":0},{"d":0,"r":[10,14],"t":0},{"d":0,"r":[10,15],"t":0},{"d":0,"r":[17,23],"t":0},{"d":0,"r":[17,24],"t":0},{"d":0,"r":[26,33],"t":0},{"d":0,"r":[26,34],"t":0},{"d":0,"r":[74,76],"t":0},{"d":0,"r":[74,80],"t":0},{"d":0,"r":[82,84],"t":0},{"d":0,"r":[82,87],"t":0},{"d":0,"r":[89,91],"t":0},{"d":0,"r":[89,96],"t":0},{"d":0,"r":[98,100],"t":0},{"d":0,"r":[98,106],"t":0},{"d":0,"r":[110,112],"t":0},{"d":0,"r":[110,116],"t":0},{"d":0,"r":[118,120],"t":0},{"d":0,"r":[118,123],"t":0},{"d":0,"r":[125,127],"t":0},{"d":0,"r":[125,132],"t":0},{"d":0,"r":[134,136],"t":0},{"d":0,"r":[134,142],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,35],"t":0},{"d":0,"r":[2,8],"t":0},{"d":0,"r":[10,15],"t":0},{"d":0,"r":[17,24],"t":0},{"d":0,"r":[26,34],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[72,107],"t":0},{"d":0,"r":[74,80],"t":0},{"d":0,"r":[82,87],"t":0},{"d":0,"r":[89,96],"t":0},{"d":0,"r":[98,106],"t":0},{"d":0,"r":[108,143],"t":0},{"d":0,"r":[110,116],"t":0},{"d":0,"r":[118,123],"t":0},{"d":0,"r":[125,132],"t":0},{"d":0,"r":[134,142],"t":0},{"d":0,"r":[0,144],"t":0}]},"blocks":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodiesS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodyS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":34},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":35},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":36},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":37}],"s":33},{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":39},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":40},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":41},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":42}],"s":38}],"headS":[],"s":32}],"c":[["",[],[]],[null,[]],[[{"t":"AlignRight"},{"t":"ColWidthDefault"}],[{"t":"AlignLeft"},{"t":"ColWidthDefault"}],[{"t":"AlignCenter"},{"t":"ColWidthDefault"}],[{"t":"AlignDefault"},{"t":"ColWidthDefault"}]],[["",[],[]],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Right","s":0,"t":"Str"}],"s":1,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Left","s":2,"t":"Str"}],"s":3,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Center","s":4,"t":"Str"}],"s":5,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Default","s":6,"t":"Str"}],"s":7,"t":"Plain"}]]]]]],[[["",[],[]],0,[],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"R1","s":8,"t":"Str"}],"s":9,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"L1","s":10,"t":"Str"}],"s":11,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"C1","s":12,"t":"Str"}],"s":13,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"D1","s":14,"t":"Str"}],"s":15,"t":"Plain"}]]]],[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"R2","s":16,"t":"Str"}],"s":17,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"L2","s":18,"t":"Str"}],"s":19,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"C2","s":20,"t":"Str"}],"s":21,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"D2","s":22,"t":"Str"}],"s":23,"t":"Plain"}]]]]]]],[["",[],[]],[]]],"captionS":25,"footS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[],"s":43},"headS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":28},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":29},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":30},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":31}],"s":27}],"s":26},"s":24,"t":"Table"}],"meta":{},"pandoc-api-version":[1,23,1]} +{"astContext":{"files":[{"line_breaks":[35,71,107,143],"name":"tests/snapshots/json/table-alignment.qmd","total_length":144}],"sourceInfoPool":[{"d":0,"r":[2,7],"t":0},{"d":0,"r":[2,7],"t":0},{"d":0,"r":[10,14],"t":0},{"d":0,"r":[10,14],"t":0},{"d":0,"r":[17,23],"t":0},{"d":0,"r":[17,23],"t":0},{"d":0,"r":[26,33],"t":0},{"d":0,"r":[26,33],"t":0},{"d":0,"r":[74,76],"t":0},{"d":0,"r":[74,76],"t":0},{"d":0,"r":[82,84],"t":0},{"d":0,"r":[82,84],"t":0},{"d":0,"r":[89,91],"t":0},{"d":0,"r":[89,91],"t":0},{"d":0,"r":[98,100],"t":0},{"d":0,"r":[98,100],"t":0},{"d":0,"r":[110,112],"t":0},{"d":0,"r":[110,112],"t":0},{"d":0,"r":[118,120],"t":0},{"d":0,"r":[118,120],"t":0},{"d":0,"r":[125,127],"t":0},{"d":0,"r":[125,127],"t":0},{"d":0,"r":[134,136],"t":0},{"d":0,"r":[134,136],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[0,35],"t":0},{"d":0,"r":[2,7],"t":0},{"d":0,"r":[10,14],"t":0},{"d":0,"r":[17,23],"t":0},{"d":0,"r":[26,33],"t":0},{"d":0,"r":[0,144],"t":0},{"d":0,"r":[72,107],"t":0},{"d":0,"r":[74,76],"t":0},{"d":0,"r":[82,84],"t":0},{"d":0,"r":[89,91],"t":0},{"d":0,"r":[98,100],"t":0},{"d":0,"r":[108,143],"t":0},{"d":0,"r":[110,112],"t":0},{"d":0,"r":[118,120],"t":0},{"d":0,"r":[125,127],"t":0},{"d":0,"r":[134,136],"t":0},{"d":0,"r":[0,144],"t":0}]},"blocks":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodiesS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodyS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":34},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":35},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":36},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":37}],"s":33},{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":39},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":40},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":41},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":42}],"s":38}],"headS":[],"s":32}],"c":[["",[],[]],[null,[]],[[{"t":"AlignRight"},{"t":"ColWidthDefault"}],[{"t":"AlignLeft"},{"t":"ColWidthDefault"}],[{"t":"AlignCenter"},{"t":"ColWidthDefault"}],[{"t":"AlignDefault"},{"t":"ColWidthDefault"}]],[["",[],[]],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Right","s":0,"t":"Str"}],"s":1,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Left","s":2,"t":"Str"}],"s":3,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Center","s":4,"t":"Str"}],"s":5,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Default","s":6,"t":"Str"}],"s":7,"t":"Plain"}]]]]]],[[["",[],[]],0,[],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"R1","s":8,"t":"Str"}],"s":9,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"L1","s":10,"t":"Str"}],"s":11,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"C1","s":12,"t":"Str"}],"s":13,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"D1","s":14,"t":"Str"}],"s":15,"t":"Plain"}]]]],[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"R2","s":16,"t":"Str"}],"s":17,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"L2","s":18,"t":"Str"}],"s":19,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"C2","s":20,"t":"Str"}],"s":21,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"D2","s":22,"t":"Str"}],"s":23,"t":"Plain"}]]]]]]],[["",[],[]],[]]],"captionS":25,"footS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[],"s":43},"headS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":28},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":29},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":30},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":31}],"s":27}],"s":26},"s":24,"t":"Table"}],"meta":{},"pandoc-api-version":[1,23,1]} diff --git a/crates/quarto-markdown-pandoc/snapshots/json/table-caption-attr.snap b/crates/quarto-markdown-pandoc/snapshots/json/table-caption-attr.snap index 3568f10..a8d84a5 100644 --- a/crates/quarto-markdown-pandoc/snapshots/json/table-caption-attr.snap +++ b/crates/quarto-markdown-pandoc/snapshots/json/table-caption-attr.snap @@ -2,4 +2,4 @@ source: crates/quarto-markdown-pandoc/tests/test.rs expression: output --- -{"astContext":{"files":[{"line_breaks":[23,47,71,72,114],"name":"tests/snapshots/json/table-caption-attr.qmd","total_length":115}],"sourceInfoPool":[{"d":0,"r":[75,80],"t":0},{"d":0,"r":[80,81],"t":0},{"d":0,"r":[81,88],"t":0},{"d":0,"r":[73,115],"t":0},{"d":0,"r":[2,8],"t":0},{"d":0,"r":[8,9],"t":0},{"d":0,"r":[9,10],"t":0},{"d":0,"r":[2,11],"t":0},{"d":0,"r":[13,19],"t":0},{"d":0,"r":[19,20],"t":0},{"d":0,"r":[20,21],"t":0},{"d":0,"r":[13,22],"t":0},{"d":0,"r":[50,54],"t":0},{"d":0,"r":[54,55],"t":0},{"d":0,"r":[55,56],"t":0},{"d":0,"r":[50,59],"t":0},{"d":0,"r":[61,65],"t":0},{"d":0,"r":[65,66],"t":0},{"d":0,"r":[66,67],"t":0},{"d":0,"r":[61,70],"t":0},{"d":0,"r":[0,115],"t":0},{"d":0,"r":[90,103],"t":0},{"d":0,"r":[104,113],"t":0},{"d":0,"r":[73,115],"t":0},{"d":0,"r":[0,72],"t":0},{"d":0,"r":[0,23],"t":0},{"d":0,"r":[2,11],"t":0},{"d":0,"r":[13,22],"t":0},{"d":0,"r":[0,72],"t":0},{"d":0,"r":[48,71],"t":0},{"d":0,"r":[50,59],"t":0},{"d":0,"r":[61,70],"t":0},{"d":0,"r":[0,72],"t":0}]},"blocks":[{"attrS":{"classes":[],"id":null,"kvs":[[21,22]]},"bodiesS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodyS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":30},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":31}],"s":29}],"headS":[],"s":28}],"c":[["",[],[["tbl-colwidths","[30,70]"]]],[null,[{"c":[{"c":"Table","s":0,"t":"Str"},{"s":1,"t":"Space"},{"c":"caption","s":2,"t":"Str"}],"s":3,"t":"Plain"}]],[[{"t":"AlignDefault"},{"t":"ColWidthDefault"}],[{"t":"AlignDefault"},{"t":"ColWidthDefault"}]],[["",[],[]],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Column","s":4,"t":"Str"},{"s":5,"t":"Space"},{"c":"1","s":6,"t":"Str"}],"s":7,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Column","s":8,"t":"Str"},{"s":9,"t":"Space"},{"c":"2","s":10,"t":"Str"}],"s":11,"t":"Plain"}]]]]]],[[["",[],[]],0,[],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Data","s":12,"t":"Str"},{"s":13,"t":"Space"},{"c":"1","s":14,"t":"Str"}],"s":15,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Data","s":16,"t":"Str"},{"s":17,"t":"Space"},{"c":"2","s":18,"t":"Str"}],"s":19,"t":"Plain"}]]]]]]],[["",[],[]],[]]],"captionS":23,"footS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[],"s":32},"headS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":26},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":27}],"s":25}],"s":24},"s":20,"t":"Table"}],"meta":{},"pandoc-api-version":[1,23,1]} +{"astContext":{"files":[{"line_breaks":[23,47,71,72,114],"name":"tests/snapshots/json/table-caption-attr.qmd","total_length":115}],"sourceInfoPool":[{"d":0,"r":[75,80],"t":0},{"d":0,"r":[80,81],"t":0},{"d":0,"r":[81,88],"t":0},{"d":0,"r":[73,115],"t":0},{"d":0,"r":[2,8],"t":0},{"d":0,"r":[8,9],"t":0},{"d":0,"r":[9,10],"t":0},{"d":0,"r":[2,10],"t":0},{"d":0,"r":[13,19],"t":0},{"d":0,"r":[19,20],"t":0},{"d":0,"r":[20,21],"t":0},{"d":0,"r":[13,21],"t":0},{"d":0,"r":[50,54],"t":0},{"d":0,"r":[54,55],"t":0},{"d":0,"r":[55,56],"t":0},{"d":0,"r":[50,56],"t":0},{"d":0,"r":[61,65],"t":0},{"d":0,"r":[65,66],"t":0},{"d":0,"r":[66,67],"t":0},{"d":0,"r":[61,67],"t":0},{"d":0,"r":[0,115],"t":0},{"d":0,"r":[90,103],"t":0},{"d":0,"r":[104,113],"t":0},{"d":0,"r":[73,115],"t":0},{"d":0,"r":[0,72],"t":0},{"d":0,"r":[0,23],"t":0},{"d":0,"r":[2,10],"t":0},{"d":0,"r":[13,21],"t":0},{"d":0,"r":[0,72],"t":0},{"d":0,"r":[48,71],"t":0},{"d":0,"r":[50,56],"t":0},{"d":0,"r":[61,67],"t":0},{"d":0,"r":[0,72],"t":0}]},"blocks":[{"attrS":{"classes":[],"id":null,"kvs":[[21,22]]},"bodiesS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"bodyS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":30},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":31}],"s":29}],"headS":[],"s":28}],"c":[["",[],[["tbl-colwidths","[30,70]"]]],[null,[{"c":[{"c":"Table","s":0,"t":"Str"},{"s":1,"t":"Space"},{"c":"caption","s":2,"t":"Str"}],"s":3,"t":"Plain"}]],[[{"t":"AlignDefault"},{"t":"ColWidthDefault"}],[{"t":"AlignDefault"},{"t":"ColWidthDefault"}]],[["",[],[]],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Column","s":4,"t":"Str"},{"s":5,"t":"Space"},{"c":"1","s":6,"t":"Str"}],"s":7,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Column","s":8,"t":"Str"},{"s":9,"t":"Space"},{"c":"2","s":10,"t":"Str"}],"s":11,"t":"Plain"}]]]]]],[[["",[],[]],0,[],[[["",[],[]],[[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Data","s":12,"t":"Str"},{"s":13,"t":"Space"},{"c":"1","s":14,"t":"Str"}],"s":15,"t":"Plain"}]],[["",[],[]],{"t":"AlignDefault"},1,1,[{"c":[{"c":"Data","s":16,"t":"Str"},{"s":17,"t":"Space"},{"c":"2","s":18,"t":"Str"}],"s":19,"t":"Plain"}]]]]]]],[["",[],[]],[]]],"captionS":23,"footS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[],"s":32},"headS":{"attrS":{"classes":[],"id":null,"kvs":[]},"rowsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"cellsS":[{"attrS":{"classes":[],"id":null,"kvs":[]},"s":26},{"attrS":{"classes":[],"id":null,"kvs":[]},"s":27}],"s":25}],"s":24},"s":20,"t":"Table"}],"meta":{},"pandoc-api-version":[1,23,1]} diff --git a/crates/quarto-markdown-pandoc/src/readers/qmd_error_messages.rs b/crates/quarto-markdown-pandoc/src/readers/qmd_error_messages.rs index d05846e..eb1e746 100644 --- a/crates/quarto-markdown-pandoc/src/readers/qmd_error_messages.rs +++ b/crates/quarto-markdown-pandoc/src/readers/qmd_error_messages.rs @@ -54,15 +54,25 @@ pub fn produce_diagnostic_messages( return result; } +fn appears_not_after( + token: &ConsumedToken, + parse_state: &crate::utils::tree_sitter_log_observer::ProcessMessage, +) -> bool { + token.row < parse_state.row + || (token.row == parse_state.row && token.column <= parse_state.column) +} + fn find_matching_token<'a>( consumed_tokens: &'a [ConsumedToken], capture: &crate::readers::qmd_error_message_table::ErrorCapture, + parse_state: &crate::utils::tree_sitter_log_observer::ProcessMessage, ) -> Option<&'a ConsumedToken> { // Find a token that matches both the lr_state and sym from the capture - consumed_tokens - .iter() - .rev() - .find(|token| token.lr_state == capture.lr_state && token.sym == capture.sym) + consumed_tokens.iter().rev().find(|token| { + token.lr_state == capture.lr_state + && token.sym == capture.sym + && appears_not_after(token, parse_state) + }) } /// Convert a parse state error into a structured DiagnosticMessage @@ -84,8 +94,25 @@ fn error_diagnostic_from_parse_state( // Calculate byte offset and create proper locations using quarto-source-map utilities let byte_offset = calculate_byte_offset(&input_str, parse_state.row, parse_state.column); - // Clamp span_end to not exceed input length (can happen with EOF errors) - let span_end = (byte_offset + parse_state.size.max(1)).min(input_str.len()); + + // Calculate span_end by advancing parse_state.size characters (not bytes!) from byte_offset + // This is critical for handling multi-byte UTF-8 characters correctly + let span_end = { + let size = parse_state.size.max(1); + let substring = &input_str[byte_offset..]; + let mut char_count = 0; + let mut byte_count = 0; + + for ch in substring.chars() { + if char_count >= size { + break; + } + byte_count += ch.len_utf8(); + char_count += 1; + } + + (byte_offset + byte_count).min(input_str.len()) + }; // Use quarto_source_map::utils::offset_to_location to properly calculate locations let start_location = quarto_source_map::utils::offset_to_location(&input_str, byte_offset) @@ -134,13 +161,32 @@ fn error_diagnostic_from_parse_state( }) { // Find the consumed token that matches this capture - if let Some(token) = find_matching_token(consumed_tokens, capture) - .or(find_matching_token(all_tokens, capture)) + if let Some(token) = + find_matching_token(consumed_tokens, capture, parse_state) + .or(find_matching_token(all_tokens, capture, parse_state)) { // Calculate the byte offset for this token let mut token_byte_offset = calculate_byte_offset(&input_str, token.row, token.column); - let token_span_end = token_byte_offset + token.size.max(1); + + // Calculate token_span_end by advancing token.size characters (not bytes!) + // This is critical for handling multi-byte UTF-8 characters correctly + let token_span_end = { + let size = token.size.max(1); + let substring = &input_str[token_byte_offset..]; + let mut char_count = 0; + let mut byte_count = 0; + + for ch in substring.chars() { + if char_count >= size { + break; + } + byte_count += ch.len_utf8(); + char_count += 1; + } + + (token_byte_offset + byte_count).min(input_str.len()) + }; // Create SourceInfo for this token location // Use from_range to create an Original SourceInfo since the token @@ -219,33 +265,54 @@ fn error_diagnostic_from_parse_state( } fn calculate_byte_offset(input: &str, row: usize, column: usize) -> usize { + // Tree-sitter reports column as a BYTE offset within the line, not a character offset let mut current_row = 0; - let mut current_col = 0; + let mut byte_offset = 0; - for (i, ch) in input.char_indices() { - if current_row == row && current_col == column { - return i; + for ch in input.chars() { + // Check if we've reached the target position + if current_row == row && byte_offset >= column { + // column is a byte offset within the current line + // We need to find the exact byte position + break; } if ch == '\n' { - current_col += 1; - // Check if the target is at the newline position (end of line) - if current_row == row && current_col == column { - return i; + byte_offset += ch.len_utf8(); + // Check if target is at newline + if current_row == row && byte_offset >= column { + break; } current_row += 1; - current_col = 0; + // Reset byte offset to 0 for the new line... but wait, tree-sitter + // columns are within-line offsets, so we need to track line starts } else { - current_col += 1; + byte_offset += ch.len_utf8(); + } + } + + // Actually, let's reconsider: tree-sitter column is byte offset WITHIN THE LINE + // So we need to find the start of the target row, then add column bytes + let mut current_row = 0; + let mut line_start_offset = 0; + + for (i, ch) in input.char_indices() { + if ch == '\n' { + if current_row == row { + // Found the target row, column is byte offset from line_start_offset + return (line_start_offset + column).min(i); + } + current_row += 1; + line_start_offset = i + ch.len_utf8(); } } - // If we're looking for EOF position, return the length - if current_row == row && current_col == column { - return input.len(); + // If we're on the last line (no trailing newline) or at EOF + if current_row == row { + return (line_start_offset + column).min(input.len()); } - // If we couldn't find the position, clamp to EOF + // Couldn't find the position, clamp to EOF input.len() } diff --git a/crates/quarto-markdown-pandoc/src/utils/tree_sitter_log_observer.rs b/crates/quarto-markdown-pandoc/src/utils/tree_sitter_log_observer.rs index 2dc856b..2547b12 100644 --- a/crates/quarto-markdown-pandoc/src/utils/tree_sitter_log_observer.rs +++ b/crates/quarto-markdown-pandoc/src/utils/tree_sitter_log_observer.rs @@ -155,13 +155,14 @@ impl TreeSitterLogObserver { let row = popped_tokens.get(0).unwrap().row; let column = popped_tokens.get(0).unwrap().column; let size = popped_tokens.iter().map(|x| x.size).sum(); - current_parse.consumed_tokens.push(ConsumedToken { + let new_token = ConsumedToken { row, column, size, lr_state: 0, sym: sym.unwrap().to_string().clone(), - }); + }; + current_parse.consumed_tokens.push(new_token); current_parse.all_tokens.extend(popped_tokens); } self.state = TreeSitterLogState::JustReduced; @@ -264,19 +265,28 @@ impl TreeSitterLogObserver { .unwrap_or(0); match self.state { TreeSitterLogState::InParse => { - current_parse.consumed_tokens.push(ConsumedToken { + let new_token = ConsumedToken { lr_state: state_val, row: current_process_message.row, column: current_process_message.column, size, sym: current_process_message.sym.clone(), // TODO would prefer not to clone here - }) + }; + current_parse.consumed_tokens.push(new_token) } TreeSitterLogState::JustReduced => { let last: &mut ConsumedToken = current_parse.consumed_tokens.last_mut().unwrap(); last.lr_state = state_val; self.state = TreeSitterLogState::InParse; + let new_token = ConsumedToken { + lr_state: state_val, + row: current_process_message.row, + column: current_process_message.column, + size, + sym: current_process_message.sym.clone(), // TODO would prefer not to clone here + }; + current_parse.consumed_tokens.push(new_token) } _ => { eprintln!("Shouldn't be here!"); diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js b/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js index 8fcb9bb..a112af6 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js @@ -34,10 +34,24 @@ const PANDOC_VALID_SYMBOLS = const PANDOC_ALPHA_NUM = "0-9A-Za-z\\p{L}\\p{N}"; const PANDOC_PUNCTUATION = "\\p{Pd}#%&()/:+\\u{2026}"; - -const PANDOC_REGEX_STR = - "(?:[\\u{00A0}" + PANDOC_ALPHA_NUM + PANDOC_PUNCTUATION + "-]|\\\\.|[" + PANDOC_VALID_SYMBOLS + "])" + - "(?:[!,.;?\\u{00A0}" + PANDOC_ALPHA_NUM + PANDOC_PUNCTUATION + "-]|\\\\.|[" + PANDOC_VALID_SYMBOLS + "]|['\\u{2018}\\u{2019}][\\p{L}\\p{N}])*"; +// Smart quotes that are allowed in pandoc_str +// U+2018 = ' (left single quotation mark) +// U+2019 = ' (right single quotation mark / apostrophe) +// U+201A = ‚ (single low-9 quotation mark, German) +// U+201B = ‛ (single high-reversed-9 quotation mark) +// U+201C = " (left double quotation mark) +// U+201D = " (right double quotation mark) +// U+201E = „ (double low-9 quotation mark, German) +// U+201F = ‟ (double high-reversed-9 quotation mark) +// U+2039 = ‹ (single left-pointing angle quotation mark) +// U+203A = › (single right-pointing angle quotation mark) +// U+00AB = « (left-pointing double angle quotation mark / guillemet) +// U+00BB = » (right-pointing double angle quotation mark / guillemet) +const PANDOC_SMART_QUOTES = "\\u{2018}\\u{2019}\\u{201A}\\u{201B}\\u{201C}\\u{201D}\\u{201E}\\u{201F}\\u{2039}\\u{203A}\\u{00AB}\\u{00BB}"; + +const PANDOC_REGEX_STR = + "(?:[\\u{00A0}" + PANDOC_ALPHA_NUM + PANDOC_PUNCTUATION + PANDOC_SMART_QUOTES + "-]|\\\\.|[" + PANDOC_VALID_SYMBOLS + "])" + + "(?:[!,.;?\\u{00A0}" + PANDOC_ALPHA_NUM + PANDOC_PUNCTUATION + PANDOC_SMART_QUOTES + "-]|\\\\.|[" + PANDOC_VALID_SYMBOLS + "]|['\\u{2018}\\u{2019}][\\p{L}\\p{N}])*"; module.exports = grammar({ name: 'markdown', @@ -205,13 +219,13 @@ module.exports = grammar({ pipe_table_delimiter_row: $ => seq( optional(seq( optional($._whitespace), - '|', + $._pipe_table_delimiter, )), repeat1(prec.right(seq( optional($._whitespace), $.pipe_table_delimiter_cell, optional($._whitespace), - '|', + $._pipe_table_delimiter, ))), optional($._whitespace), optional(seq( @@ -229,7 +243,7 @@ module.exports = grammar({ pipe_table_row: $ => prec(2, seq( optional(seq( optional($._whitespace), - '|', + $._pipe_table_delimiter, )), choice( seq( @@ -242,7 +256,7 @@ module.exports = grammar({ ), alias($._whitespace, $.pipe_table_cell) ), - '|', + $._pipe_table_delimiter, )))), optional($._whitespace), optional(seq( @@ -597,7 +611,7 @@ module.exports = grammar({ )), // Things that are parsed directly as a pandoc str - pandoc_str: $ => new RegExp(PANDOC_REGEX_STR, 'u'), + pandoc_str: $ => choice(new RegExp(PANDOC_REGEX_STR, 'u'), '|'), _prose_punctuation: $ => alias(/[.,;!?]+/, $.pandoc_str), // CONTAINER BLOCKS @@ -916,6 +930,8 @@ module.exports = grammar({ $.inline_note_reference, // we just send this token directly through $.html_element, // best-effort lexing of HTML elements simply for error reporting. + + $._pipe_table_delimiter, // so we can distinguish between pipe table | and pandoc_str | ], precedences: $ => [], extras: $ => [], diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json b/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json index 6140610..696889c 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json @@ -914,8 +914,8 @@ ] }, { - "type": "STRING", - "value": "|" + "type": "SYMBOL", + "name": "_pipe_table_delimiter" } ] }, @@ -961,8 +961,8 @@ ] }, { - "type": "STRING", - "value": "|" + "type": "SYMBOL", + "name": "_pipe_table_delimiter" } ] } @@ -1082,8 +1082,8 @@ ] }, { - "type": "STRING", - "value": "|" + "type": "SYMBOL", + "name": "_pipe_table_delimiter" } ] }, @@ -1157,8 +1157,8 @@ ] }, { - "type": "STRING", - "value": "|" + "type": "SYMBOL", + "name": "_pipe_table_delimiter" } ] } @@ -3206,9 +3206,18 @@ ] }, "pandoc_str": { - "type": "PATTERN", - "value": "(?:[\\u{00A0}0-9A-Za-z\\p{L}\\p{N}\\p{Pd}#%&()/:+\\u{2026}-]|\\\\.|[+=¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚-↛↠↣↦↮⇎-⇏⇒⇔⇴-⋿⌠-⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃𞻰-𞻱¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄-΅࢈᾽᾿-῁῍-῏῝-῟῭-`´-῾゛-゜꜀-꜖꜠-꜡꞉-꞊꭛꭪-꭫﮲-﯂^` ̄🏻-🏿\\p{So}¢£¤¥֏؋߾߿৲৳৻૱௹฿៛₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿⃀꠸﷼﹩$¢£¥₩𑿝𑿞𑿟𑿠𞋿𞲰])(?:[!,.;?\\u{00A0}0-9A-Za-z\\p{L}\\p{N}\\p{Pd}#%&()/:+\\u{2026}-]|\\\\.|[+=¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚-↛↠↣↦↮⇎-⇏⇒⇔⇴-⋿⌠-⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃𞻰-𞻱¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄-΅࢈᾽᾿-῁῍-῏῝-῟῭-`´-῾゛-゜꜀-꜖꜠-꜡꞉-꞊꭛꭪-꭫﮲-﯂^` ̄🏻-🏿\\p{So}¢£¤¥֏؋߾߿৲৳৻૱௹฿៛₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿⃀꠸﷼﹩$¢£¥₩𑿝𑿞𑿟𑿠𞋿𞲰]|['\\u{2018}\\u{2019}][\\p{L}\\p{N}])*", - "flags": "u" + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "(?:[\\u{00A0}0-9A-Za-z\\p{L}\\p{N}\\p{Pd}#%&()/:+\\u{2026}\\u{2018}\\u{2019}\\u{201A}\\u{201B}\\u{201C}\\u{201D}\\u{201E}\\u{201F}\\u{2039}\\u{203A}\\u{00AB}\\u{00BB}-]|\\\\.|[+=¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚-↛↠↣↦↮⇎-⇏⇒⇔⇴-⋿⌠-⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃𞻰-𞻱¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄-΅࢈᾽᾿-῁῍-῏῝-῟῭-`´-῾゛-゜꜀-꜖꜠-꜡꞉-꞊꭛꭪-꭫﮲-﯂^` ̄🏻-🏿\\p{So}¢£¤¥֏؋߾߿৲৳৻૱௹฿៛₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿⃀꠸﷼﹩$¢£¥₩𑿝𑿞𑿟𑿠𞋿𞲰])(?:[!,.;?\\u{00A0}0-9A-Za-z\\p{L}\\p{N}\\p{Pd}#%&()/:+\\u{2026}\\u{2018}\\u{2019}\\u{201A}\\u{201B}\\u{201C}\\u{201D}\\u{201E}\\u{201F}\\u{2039}\\u{203A}\\u{00AB}\\u{00BB}-]|\\\\.|[+=¬±×÷϶؆-؈⁄⁒⁺-⁼₊-₌℘⅀-⅄⅋←-↔↚-↛↠↣↦↮⇎-⇏⇒⇔⇴-⋿⌠-⌡⍼⎛-⎳⏜-⏡▷◁◸-◿♯⟀-⟄⟇-⟥⟰-⟿⤀-⦂⦙-⧗⧜-⧻⧾-⫿⬰-⭄⭇-⭌﬩﹢﹤-﹦+<->|~¬←-↓𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃𞻰-𞻱¨¯´¸˂-˅˒-˟˥-˫˭˯-˿͵΄-΅࢈᾽᾿-῁῍-῏῝-῟῭-`´-῾゛-゜꜀-꜖꜠-꜡꞉-꞊꭛꭪-꭫﮲-﯂^` ̄🏻-🏿\\p{So}¢£¤¥֏؋߾߿৲৳৻૱௹฿៛₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿⃀꠸﷼﹩$¢£¥₩𑿝𑿞𑿟𑿠𞋿𞲰]|['\\u{2018}\\u{2019}][\\p{L}\\p{N}])*", + "flags": "u" + }, + { + "type": "STRING", + "value": "|" + } + ] }, "_prose_punctuation": { "type": "ALIAS", @@ -4488,6 +4497,10 @@ { "type": "SYMBOL", "name": "html_element" + }, + { + "type": "SYMBOL", + "name": "_pipe_table_delimiter" } ], "inline": [], diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/src/node-types.json b/crates/tree-sitter-qmd/tree-sitter-markdown/src/node-types.json index 655a821..1c7a72d 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/node-types.json +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/node-types.json @@ -1687,6 +1687,11 @@ ] } }, + { + "type": "pandoc_str", + "named": true, + "fields": {} + }, { "type": "pandoc_strikeout", "named": true, @@ -2819,10 +2824,6 @@ "type": "pandoc_space", "named": true }, - { - "type": "pandoc_str", - "named": true - }, { "type": "pipe_table_align_left", "named": true diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c b/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c index 2868e46..a17a58b 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c @@ -15,12 +15,12 @@ #endif #define LANGUAGE_VERSION 15 -#define STATE_COUNT 3562 -#define LARGE_STATE_COUNT 391 -#define SYMBOL_COUNT 242 +#define STATE_COUNT 3578 +#define LARGE_STATE_COUNT 587 +#define SYMBOL_COUNT 244 #define ALIAS_COUNT 8 -#define TOKEN_COUNT 120 -#define EXTERNAL_TOKEN_COUNT 81 +#define TOKEN_COUNT 121 +#define EXTERNAL_TOKEN_COUNT 82 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 9 #define MAX_RESERVED_WORD_SET_SIZE 0 @@ -29,39 +29,39 @@ enum ts_symbol_identifiers { anon_sym_COLON = 1, - anon_sym_PIPE = 2, - anon_sym_DASH = 3, - sym_entity_reference = 4, - sym_numeric_character_reference = 5, - anon_sym_LBRACK = 6, - anon_sym_RBRACK = 7, - anon_sym_BANG_LBRACK = 8, - anon_sym_RBRACK_LPAREN = 9, - aux_sym_target_token1 = 10, - anon_sym_RPAREN = 11, - anon_sym_DOLLAR = 12, - aux_sym_pandoc_math_token1 = 13, - anon_sym_DOLLAR_DOLLAR = 14, - aux_sym_pandoc_display_math_token1 = 15, - aux_sym_pandoc_code_span_token1 = 16, - aux_sym_pandoc_code_span_token2 = 17, - aux_sym_insert_token1 = 18, - anon_sym_LBRACE = 19, - anon_sym_RBRACE = 20, - aux_sym_commonmark_specifier_token1 = 21, - aux_sym__commonmark_specifier_start_with_class_token1 = 22, - aux_sym__commonmark_specifier_start_with_class_token2 = 23, - anon_sym_EQ = 24, - sym__commonmark_naked_value = 25, - sym__commonmark_single_quote_string = 26, - sym__commonmark_double_quote_string = 27, - sym_shortcode_name = 28, - aux_sym_shortcode_naked_string_token1 = 29, - aux_sym_shortcode_naked_string_token2 = 30, - sym_shortcode_number = 31, - aux_sym_citation_token1 = 32, - aux_sym_citation_token2 = 33, - sym_pandoc_str = 34, + anon_sym_DASH = 2, + sym_entity_reference = 3, + sym_numeric_character_reference = 4, + anon_sym_LBRACK = 5, + anon_sym_RBRACK = 6, + anon_sym_BANG_LBRACK = 7, + anon_sym_RBRACK_LPAREN = 8, + aux_sym_target_token1 = 9, + anon_sym_RPAREN = 10, + anon_sym_DOLLAR = 11, + aux_sym_pandoc_math_token1 = 12, + anon_sym_DOLLAR_DOLLAR = 13, + aux_sym_pandoc_display_math_token1 = 14, + aux_sym_pandoc_code_span_token1 = 15, + aux_sym_pandoc_code_span_token2 = 16, + aux_sym_insert_token1 = 17, + anon_sym_LBRACE = 18, + anon_sym_RBRACE = 19, + aux_sym_commonmark_specifier_token1 = 20, + aux_sym__commonmark_specifier_start_with_class_token1 = 21, + aux_sym__commonmark_specifier_start_with_class_token2 = 22, + anon_sym_EQ = 23, + sym__commonmark_naked_value = 24, + sym__commonmark_single_quote_string = 25, + sym__commonmark_double_quote_string = 26, + sym_shortcode_name = 27, + aux_sym_shortcode_naked_string_token1 = 28, + aux_sym_shortcode_naked_string_token2 = 29, + sym_shortcode_number = 30, + aux_sym_citation_token1 = 31, + aux_sym_citation_token2 = 32, + aux_sym_pandoc_str_token1 = 33, + anon_sym_PIPE = 34, aux_sym__prose_punctuation_token1 = 35, sym__code_line = 36, aux_sym_pandoc_line_break_token1 = 37, @@ -147,142 +147,143 @@ enum ts_symbol_identifiers { sym__emphasis_close_underscore = 117, sym_inline_note_reference = 118, sym_html_element = 119, - sym_document = 120, - sym__block = 121, - sym__block_not_section = 122, - sym_section = 123, - sym__section1 = 124, - sym__section2 = 125, - sym__section3 = 126, - sym__section4 = 127, - sym__section5 = 128, - sym__section6 = 129, - sym__atx_heading1 = 130, - sym__atx_heading2 = 131, - sym__atx_heading3 = 132, - sym__atx_heading4 = 133, - sym__atx_heading5 = 134, - sym__atx_heading6 = 135, - sym__atx_heading_content = 136, - sym_pandoc_horizontal_rule = 137, - sym_pandoc_paragraph = 138, - sym_inline_ref_def = 139, - sym_caption = 140, - sym_pipe_table = 141, - sym__pipe_table_newline = 142, - sym_pipe_table_delimiter_row = 143, - sym_pipe_table_delimiter_cell = 144, - sym_pipe_table_row = 145, - sym_pipe_table_cell = 146, - sym__inlines = 147, - sym_pandoc_span = 148, - sym_pandoc_image = 149, - sym_target = 150, - sym_pandoc_math = 151, - sym_pandoc_display_math = 152, - sym_pandoc_code_span = 153, - sym_pandoc_single_quote = 154, - sym_pandoc_double_quote = 155, - sym_insert = 156, - sym_delete = 157, - sym_edit_comment = 158, - sym_highlight = 159, - sym_attribute_specifier = 160, - sym__pandoc_attr_specifier = 161, - sym_language_specifier = 162, - sym_commonmark_specifier = 163, - sym__commonmark_specifier_start_with_class = 164, - sym__commonmark_specifier_start_with_kv = 165, - sym__commonmark_key_value_specifier = 166, - sym__line = 167, - sym__line_with_maybe_spaces = 168, - sym__inline_element = 169, - sym_shortcode_escaped = 170, - sym_shortcode = 171, - sym__shortcode_value = 172, - sym__shortcode_key_value_specifier = 173, - sym_shortcode_naked_string = 174, - sym_shortcode_string = 175, - sym_citation = 176, - sym_inline_note = 177, - sym_pandoc_superscript = 178, - sym_pandoc_subscript = 179, - sym_pandoc_strikeout = 180, - sym_pandoc_emph = 181, - sym_pandoc_strong = 182, - sym__prose_punctuation = 183, - sym_pandoc_block_quote = 184, - sym_pandoc_list = 185, - sym__list_plus = 186, - sym__list_minus = 187, - sym__list_star = 188, - sym__list_dot = 189, - sym__list_parenthesis = 190, - sym__list_example = 191, - sym_list_marker_plus = 192, - sym_list_marker_minus = 193, - sym_list_marker_star = 194, - sym_list_marker_dot = 195, - sym_list_marker_parenthesis = 196, - sym_list_marker_example = 197, - sym__list_item_plus = 198, - sym__list_item_minus = 199, - sym__list_item_star = 200, - sym__list_item_dot = 201, - sym__list_item_parenthesis = 202, - sym__list_item_example = 203, - sym__list_item_content = 204, - sym_pandoc_code_block = 205, - sym_code_fence_content = 206, - sym_pandoc_div = 207, - sym_note_definition_fenced_block = 208, - sym__blank_line = 209, - sym__newline = 210, - sym__soft_line_break = 211, - sym_pandoc_line_break = 212, - sym__inline_whitespace = 213, - aux_sym_document_repeat1 = 214, - aux_sym_document_repeat2 = 215, - aux_sym__section1_repeat1 = 216, - aux_sym__section2_repeat1 = 217, - aux_sym__section3_repeat1 = 218, - aux_sym__section4_repeat1 = 219, - aux_sym__section5_repeat1 = 220, - aux_sym_pipe_table_repeat1 = 221, - aux_sym_pipe_table_delimiter_row_repeat1 = 222, - aux_sym_pipe_table_delimiter_cell_repeat1 = 223, - aux_sym_pipe_table_row_repeat1 = 224, - aux_sym__inlines_repeat1 = 225, - aux_sym_pandoc_code_span_repeat1 = 226, - aux_sym__commonmark_specifier_start_with_class_repeat1 = 227, - aux_sym__commonmark_specifier_start_with_kv_repeat1 = 228, - aux_sym__line_repeat1 = 229, - aux_sym__line_with_maybe_spaces_repeat1 = 230, - aux_sym_shortcode_escaped_repeat1 = 231, - aux_sym_shortcode_escaped_repeat2 = 232, - aux_sym_shortcode_repeat1 = 233, - aux_sym_pandoc_block_quote_repeat1 = 234, - aux_sym__list_plus_repeat1 = 235, - aux_sym__list_minus_repeat1 = 236, - aux_sym__list_star_repeat1 = 237, - aux_sym__list_dot_repeat1 = 238, - aux_sym__list_parenthesis_repeat1 = 239, - aux_sym__list_example_repeat1 = 240, - aux_sym_code_fence_content_repeat1 = 241, - alias_sym_citation_id_suppress_author = 242, - alias_sym_content = 243, - alias_sym_pandoc_soft_break = 244, - alias_sym_pandoc_space = 245, - alias_sym_pipe_table_align_left = 246, - alias_sym_pipe_table_align_right = 247, - alias_sym_pipe_table_header = 248, - alias_sym_title = 249, + sym__pipe_table_delimiter = 120, + sym_document = 121, + sym__block = 122, + sym__block_not_section = 123, + sym_section = 124, + sym__section1 = 125, + sym__section2 = 126, + sym__section3 = 127, + sym__section4 = 128, + sym__section5 = 129, + sym__section6 = 130, + sym__atx_heading1 = 131, + sym__atx_heading2 = 132, + sym__atx_heading3 = 133, + sym__atx_heading4 = 134, + sym__atx_heading5 = 135, + sym__atx_heading6 = 136, + sym__atx_heading_content = 137, + sym_pandoc_horizontal_rule = 138, + sym_pandoc_paragraph = 139, + sym_inline_ref_def = 140, + sym_caption = 141, + sym_pipe_table = 142, + sym__pipe_table_newline = 143, + sym_pipe_table_delimiter_row = 144, + sym_pipe_table_delimiter_cell = 145, + sym_pipe_table_row = 146, + sym_pipe_table_cell = 147, + sym__inlines = 148, + sym_pandoc_span = 149, + sym_pandoc_image = 150, + sym_target = 151, + sym_pandoc_math = 152, + sym_pandoc_display_math = 153, + sym_pandoc_code_span = 154, + sym_pandoc_single_quote = 155, + sym_pandoc_double_quote = 156, + sym_insert = 157, + sym_delete = 158, + sym_edit_comment = 159, + sym_highlight = 160, + sym_attribute_specifier = 161, + sym__pandoc_attr_specifier = 162, + sym_language_specifier = 163, + sym_commonmark_specifier = 164, + sym__commonmark_specifier_start_with_class = 165, + sym__commonmark_specifier_start_with_kv = 166, + sym__commonmark_key_value_specifier = 167, + sym__line = 168, + sym__line_with_maybe_spaces = 169, + sym__inline_element = 170, + sym_shortcode_escaped = 171, + sym_shortcode = 172, + sym__shortcode_value = 173, + sym__shortcode_key_value_specifier = 174, + sym_shortcode_naked_string = 175, + sym_shortcode_string = 176, + sym_citation = 177, + sym_inline_note = 178, + sym_pandoc_superscript = 179, + sym_pandoc_subscript = 180, + sym_pandoc_strikeout = 181, + sym_pandoc_emph = 182, + sym_pandoc_strong = 183, + sym_pandoc_str = 184, + sym__prose_punctuation = 185, + sym_pandoc_block_quote = 186, + sym_pandoc_list = 187, + sym__list_plus = 188, + sym__list_minus = 189, + sym__list_star = 190, + sym__list_dot = 191, + sym__list_parenthesis = 192, + sym__list_example = 193, + sym_list_marker_plus = 194, + sym_list_marker_minus = 195, + sym_list_marker_star = 196, + sym_list_marker_dot = 197, + sym_list_marker_parenthesis = 198, + sym_list_marker_example = 199, + sym__list_item_plus = 200, + sym__list_item_minus = 201, + sym__list_item_star = 202, + sym__list_item_dot = 203, + sym__list_item_parenthesis = 204, + sym__list_item_example = 205, + sym__list_item_content = 206, + sym_pandoc_code_block = 207, + sym_code_fence_content = 208, + sym_pandoc_div = 209, + sym_note_definition_fenced_block = 210, + sym__blank_line = 211, + sym__newline = 212, + sym__soft_line_break = 213, + sym_pandoc_line_break = 214, + sym__inline_whitespace = 215, + aux_sym_document_repeat1 = 216, + aux_sym_document_repeat2 = 217, + aux_sym__section1_repeat1 = 218, + aux_sym__section2_repeat1 = 219, + aux_sym__section3_repeat1 = 220, + aux_sym__section4_repeat1 = 221, + aux_sym__section5_repeat1 = 222, + aux_sym_pipe_table_repeat1 = 223, + aux_sym_pipe_table_delimiter_row_repeat1 = 224, + aux_sym_pipe_table_delimiter_cell_repeat1 = 225, + aux_sym_pipe_table_row_repeat1 = 226, + aux_sym__inlines_repeat1 = 227, + aux_sym_pandoc_code_span_repeat1 = 228, + aux_sym__commonmark_specifier_start_with_class_repeat1 = 229, + aux_sym__commonmark_specifier_start_with_kv_repeat1 = 230, + aux_sym__line_repeat1 = 231, + aux_sym__line_with_maybe_spaces_repeat1 = 232, + aux_sym_shortcode_escaped_repeat1 = 233, + aux_sym_shortcode_escaped_repeat2 = 234, + aux_sym_shortcode_repeat1 = 235, + aux_sym_pandoc_block_quote_repeat1 = 236, + aux_sym__list_plus_repeat1 = 237, + aux_sym__list_minus_repeat1 = 238, + aux_sym__list_star_repeat1 = 239, + aux_sym__list_dot_repeat1 = 240, + aux_sym__list_parenthesis_repeat1 = 241, + aux_sym__list_example_repeat1 = 242, + aux_sym_code_fence_content_repeat1 = 243, + alias_sym_citation_id_suppress_author = 244, + alias_sym_content = 245, + alias_sym_pandoc_soft_break = 246, + alias_sym_pandoc_space = 247, + alias_sym_pipe_table_align_left = 248, + alias_sym_pipe_table_align_right = 249, + alias_sym_pipe_table_header = 250, + alias_sym_title = 251, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [anon_sym_COLON] = ":", - [anon_sym_PIPE] = "|", [anon_sym_DASH] = "-", [sym_entity_reference] = "entity_reference", [sym_numeric_character_reference] = "numeric_character_reference", @@ -314,7 +315,8 @@ static const char * const ts_symbol_names[] = { [sym_shortcode_number] = "shortcode_number", [aux_sym_citation_token1] = "citation_id_author_in_text", [aux_sym_citation_token2] = "citation_id_author_in_text", - [sym_pandoc_str] = "pandoc_str", + [aux_sym_pandoc_str_token1] = "pandoc_str_token1", + [anon_sym_PIPE] = "|", [aux_sym__prose_punctuation_token1] = "pandoc_str", [sym__code_line] = "_code_line", [aux_sym_pandoc_line_break_token1] = "pandoc_line_break_token1", @@ -400,6 +402,7 @@ static const char * const ts_symbol_names[] = { [sym__emphasis_close_underscore] = "emphasis_delimiter", [sym_inline_note_reference] = "inline_note_reference", [sym_html_element] = "html_element", + [sym__pipe_table_delimiter] = "_pipe_table_delimiter", [sym_document] = "document", [sym__block] = "_block", [sym__block_not_section] = "_block_not_section", @@ -463,6 +466,7 @@ static const char * const ts_symbol_names[] = { [sym_pandoc_strikeout] = "pandoc_strikeout", [sym_pandoc_emph] = "pandoc_emph", [sym_pandoc_strong] = "pandoc_strong", + [sym_pandoc_str] = "pandoc_str", [sym__prose_punctuation] = "_prose_punctuation", [sym_pandoc_block_quote] = "pandoc_block_quote", [sym_pandoc_list] = "pandoc_list", @@ -535,7 +539,6 @@ static const char * const ts_symbol_names[] = { static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [anon_sym_COLON] = anon_sym_COLON, - [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_DASH] = anon_sym_DASH, [sym_entity_reference] = sym_entity_reference, [sym_numeric_character_reference] = sym_numeric_character_reference, @@ -567,7 +570,8 @@ static const TSSymbol ts_symbol_map[] = { [sym_shortcode_number] = sym_shortcode_number, [aux_sym_citation_token1] = aux_sym_citation_token1, [aux_sym_citation_token2] = aux_sym_citation_token1, - [sym_pandoc_str] = sym_pandoc_str, + [aux_sym_pandoc_str_token1] = aux_sym_pandoc_str_token1, + [anon_sym_PIPE] = anon_sym_PIPE, [aux_sym__prose_punctuation_token1] = sym_pandoc_str, [sym__code_line] = sym__code_line, [aux_sym_pandoc_line_break_token1] = aux_sym_pandoc_line_break_token1, @@ -653,6 +657,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__emphasis_close_underscore] = sym__emphasis_open_star, [sym_inline_note_reference] = sym_inline_note_reference, [sym_html_element] = sym_html_element, + [sym__pipe_table_delimiter] = sym__pipe_table_delimiter, [sym_document] = sym_document, [sym__block] = sym__block, [sym__block_not_section] = sym__block_not_section, @@ -716,6 +721,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_pandoc_strikeout] = sym_pandoc_strikeout, [sym_pandoc_emph] = sym_pandoc_emph, [sym_pandoc_strong] = sym_pandoc_strong, + [sym_pandoc_str] = sym_pandoc_str, [sym__prose_punctuation] = sym__prose_punctuation, [sym_pandoc_block_quote] = sym_pandoc_block_quote, [sym_pandoc_list] = sym_pandoc_list, @@ -794,10 +800,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_PIPE] = { - .visible = true, - .named = false, - }, [anon_sym_DASH] = { .visible = true, .named = false, @@ -922,9 +924,13 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_pandoc_str] = { + [aux_sym_pandoc_str_token1] = { + .visible = false, + .named = false, + }, + [anon_sym_PIPE] = { .visible = true, - .named = true, + .named = false, }, [aux_sym__prose_punctuation_token1] = { .visible = true, @@ -1266,6 +1272,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__pipe_table_delimiter] = { + .visible = false, + .named = true, + }, [sym_document] = { .visible = true, .named = true, @@ -1518,6 +1528,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_pandoc_str] = { + .visible = true, + .named = true, + }, [sym__prose_punctuation] = { .visible = false, .named = true, @@ -1988,87 +2002,87 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [42] = 42, [43] = 38, [44] = 44, - [45] = 41, - [46] = 39, - [47] = 40, + [45] = 39, + [46] = 40, + [47] = 41, [48] = 38, - [49] = 39, - [50] = 41, + [49] = 44, + [50] = 39, [51] = 40, - [52] = 44, + [52] = 41, [53] = 44, [54] = 54, - [55] = 55, + [55] = 42, [56] = 56, [57] = 57, - [58] = 58, - [59] = 57, - [60] = 55, - [61] = 54, - [62] = 57, - [63] = 54, - [64] = 64, + [58] = 56, + [59] = 59, + [60] = 60, + [61] = 57, + [62] = 60, + [63] = 60, + [64] = 57, [65] = 65, - [66] = 55, - [67] = 42, + [66] = 66, + [67] = 56, [68] = 68, [69] = 69, [70] = 70, [71] = 70, [72] = 69, - [73] = 70, - [74] = 68, - [75] = 69, - [76] = 68, + [73] = 68, + [74] = 70, + [75] = 68, + [76] = 69, [77] = 77, [78] = 78, [79] = 79, - [80] = 78, + [80] = 79, [81] = 77, [82] = 77, - [83] = 79, + [83] = 78, [84] = 79, [85] = 78, [86] = 86, [87] = 87, [88] = 88, - [89] = 87, + [89] = 86, [90] = 88, - [91] = 86, + [91] = 87, [92] = 87, - [93] = 86, - [94] = 88, + [93] = 88, + [94] = 86, [95] = 95, [96] = 96, [97] = 97, - [98] = 95, + [98] = 97, [99] = 97, [100] = 96, - [101] = 96, - [102] = 95, - [103] = 97, + [101] = 95, + [102] = 96, + [103] = 95, [104] = 104, [105] = 105, [106] = 106, - [107] = 105, - [108] = 106, + [107] = 104, + [108] = 105, [109] = 106, - [110] = 104, - [111] = 104, - [112] = 105, + [110] = 106, + [111] = 105, + [112] = 104, [113] = 113, [114] = 114, [115] = 115, - [116] = 113, + [116] = 115, [117] = 114, - [118] = 113, + [118] = 114, [119] = 115, - [120] = 115, - [121] = 114, + [120] = 113, + [121] = 113, [122] = 122, [123] = 123, - [124] = 122, - [125] = 123, + [124] = 123, + [125] = 122, [126] = 123, [127] = 122, [128] = 128, @@ -2084,179 +2098,179 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [138] = 138, [139] = 139, [140] = 140, - [141] = 136, - [142] = 135, - [143] = 140, - [144] = 138, + [141] = 141, + [142] = 142, + [143] = 143, + [144] = 144, [145] = 145, [146] = 146, - [147] = 130, - [148] = 133, - [149] = 132, - [150] = 134, - [151] = 139, - [152] = 129, - [153] = 130, - [154] = 133, - [155] = 132, + [147] = 147, + [148] = 148, + [149] = 149, + [150] = 150, + [151] = 151, + [152] = 152, + [153] = 153, + [154] = 154, + [155] = 155, [156] = 156, - [157] = 137, + [157] = 157, [158] = 158, [159] = 159, - [160] = 160, - [161] = 161, - [162] = 162, - [163] = 163, - [164] = 136, - [165] = 165, - [166] = 131, - [167] = 137, - [168] = 135, - [169] = 140, - [170] = 138, - [171] = 134, - [172] = 139, + [160] = 131, + [161] = 155, + [162] = 154, + [163] = 159, + [164] = 157, + [165] = 158, + [166] = 166, + [167] = 152, + [168] = 168, + [169] = 153, + [170] = 170, + [171] = 132, + [172] = 133, [173] = 129, - [174] = 131, - [175] = 175, - [176] = 176, - [177] = 177, - [178] = 178, - [179] = 179, - [180] = 180, - [181] = 181, - [182] = 182, - [183] = 183, - [184] = 184, - [185] = 185, - [186] = 186, - [187] = 187, - [188] = 176, - [189] = 189, - [190] = 190, - [191] = 186, - [192] = 187, - [193] = 176, - [194] = 189, - [195] = 195, - [196] = 196, - [197] = 197, - [198] = 198, - [199] = 186, - [200] = 187, - [201] = 176, - [202] = 189, - [203] = 186, - [204] = 187, - [205] = 176, - [206] = 189, - [207] = 186, - [208] = 187, - [209] = 176, - [210] = 189, - [211] = 186, - [212] = 187, - [213] = 176, - [214] = 189, - [215] = 186, - [216] = 187, - [217] = 217, - [218] = 189, - [219] = 186, - [220] = 187, - [221] = 176, - [222] = 189, - [223] = 186, - [224] = 187, - [225] = 176, - [226] = 189, - [227] = 186, - [228] = 228, - [229] = 176, - [230] = 189, - [231] = 186, - [232] = 187, - [233] = 176, - [234] = 189, - [235] = 186, - [236] = 187, - [237] = 176, - [238] = 189, - [239] = 186, - [240] = 187, - [241] = 176, - [242] = 189, - [243] = 186, - [244] = 187, - [245] = 176, - [246] = 189, - [247] = 186, - [248] = 187, - [249] = 176, - [250] = 189, - [251] = 251, - [252] = 252, - [253] = 195, - [254] = 254, - [255] = 228, - [256] = 177, - [257] = 178, - [258] = 254, - [259] = 259, - [260] = 181, + [174] = 134, + [175] = 135, + [176] = 136, + [177] = 131, + [178] = 132, + [179] = 133, + [180] = 166, + [181] = 152, + [182] = 168, + [183] = 153, + [184] = 129, + [185] = 134, + [186] = 135, + [187] = 170, + [188] = 156, + [189] = 137, + [190] = 138, + [191] = 139, + [192] = 140, + [193] = 166, + [194] = 152, + [195] = 168, + [196] = 153, + [197] = 166, + [198] = 154, + [199] = 168, + [200] = 153, + [201] = 166, + [202] = 152, + [203] = 168, + [204] = 153, + [205] = 166, + [206] = 152, + [207] = 168, + [208] = 153, + [209] = 159, + [210] = 152, + [211] = 168, + [212] = 153, + [213] = 166, + [214] = 152, + [215] = 168, + [216] = 153, + [217] = 166, + [218] = 152, + [219] = 168, + [220] = 153, + [221] = 166, + [222] = 152, + [223] = 168, + [224] = 153, + [225] = 166, + [226] = 152, + [227] = 168, + [228] = 153, + [229] = 166, + [230] = 152, + [231] = 168, + [232] = 153, + [233] = 166, + [234] = 152, + [235] = 168, + [236] = 153, + [237] = 166, + [238] = 152, + [239] = 168, + [240] = 153, + [241] = 166, + [242] = 152, + [243] = 168, + [244] = 153, + [245] = 141, + [246] = 157, + [247] = 158, + [248] = 136, + [249] = 137, + [250] = 138, + [251] = 139, + [252] = 140, + [253] = 141, + [254] = 170, + [255] = 166, + [256] = 152, + [257] = 168, + [258] = 155, + [259] = 156, + [260] = 166, [261] = 261, - [262] = 252, - [263] = 195, - [264] = 254, - [265] = 228, - [266] = 177, - [267] = 178, - [268] = 252, + [262] = 262, + [263] = 149, + [264] = 264, + [265] = 265, + [266] = 266, + [267] = 267, + [268] = 268, [269] = 269, [270] = 270, [271] = 271, - [272] = 186, - [273] = 187, - [274] = 176, - [275] = 189, - [276] = 181, - [277] = 187, + [272] = 272, + [273] = 273, + [274] = 144, + [275] = 142, + [276] = 143, + [277] = 277, [278] = 278, - [279] = 259, - [280] = 179, - [281] = 180, - [282] = 182, - [283] = 183, - [284] = 184, + [279] = 151, + [280] = 145, + [281] = 146, + [282] = 147, + [283] = 148, + [284] = 284, [285] = 285, [286] = 286, - [287] = 185, - [288] = 190, - [289] = 161, - [290] = 162, + [287] = 130, + [288] = 288, + [289] = 150, + [290] = 290, [291] = 291, - [292] = 163, - [293] = 196, + [292] = 292, + [293] = 293, [294] = 294, [295] = 295, [296] = 296, - [297] = 297, - [298] = 298, - [299] = 299, + [297] = 271, + [298] = 272, + [299] = 273, [300] = 300, - [301] = 301, - [302] = 302, - [303] = 197, + [301] = 284, + [302] = 285, + [303] = 286, [304] = 304, [305] = 305, - [306] = 198, + [306] = 306, [307] = 307, [308] = 308, - [309] = 217, + [309] = 309, [310] = 310, - [311] = 251, - [312] = 259, - [313] = 165, + [311] = 311, + [312] = 312, + [313] = 313, [314] = 314, [315] = 315, [316] = 316, @@ -2277,11 +2291,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [331] = 331, [332] = 332, [333] = 333, - [334] = 334, + [334] = 290, [335] = 335, - [336] = 336, + [336] = 288, [337] = 337, - [338] = 251, + [338] = 338, [339] = 339, [340] = 340, [341] = 341, @@ -2295,342 +2309,342 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [349] = 349, [350] = 350, [351] = 351, - [352] = 269, + [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, [358] = 358, - [359] = 269, - [360] = 261, - [361] = 361, + [359] = 359, + [360] = 360, + [361] = 290, [362] = 362, - [363] = 261, + [363] = 363, [364] = 364, [365] = 365, [366] = 366, - [367] = 367, - [368] = 270, - [369] = 270, - [370] = 271, - [371] = 271, - [372] = 156, - [373] = 175, - [374] = 158, - [375] = 159, - [376] = 160, - [377] = 179, - [378] = 180, - [379] = 182, - [380] = 183, - [381] = 184, - [382] = 185, - [383] = 190, - [384] = 145, - [385] = 146, - [386] = 196, - [387] = 197, - [388] = 198, - [389] = 217, - [390] = 390, - [391] = 308, - [392] = 347, - [393] = 344, - [394] = 348, - [395] = 345, - [396] = 349, - [397] = 346, - [398] = 347, - [399] = 348, - [400] = 349, - [401] = 350, - [402] = 351, - [403] = 278, - [404] = 353, - [405] = 354, - [406] = 328, - [407] = 355, - [408] = 356, - [409] = 409, - [410] = 329, - [411] = 331, - [412] = 332, - [413] = 330, - [414] = 333, - [415] = 334, - [416] = 331, - [417] = 332, - [418] = 333, - [419] = 334, - [420] = 420, - [421] = 335, - [422] = 422, - [423] = 350, - [424] = 424, - [425] = 409, - [426] = 351, - [427] = 336, - [428] = 278, - [429] = 353, - [430] = 354, - [431] = 355, - [432] = 356, - [433] = 433, - [434] = 420, - [435] = 335, - [436] = 337, - [437] = 437, - [438] = 304, - [439] = 285, - [440] = 305, - [441] = 324, - [442] = 307, - [443] = 390, - [444] = 285, - [445] = 286, - [446] = 325, - [447] = 339, - [448] = 340, - [449] = 310, - [450] = 433, - [451] = 420, - [452] = 424, - [453] = 291, - [454] = 341, - [455] = 422, - [456] = 291, - [457] = 358, - [458] = 357, - [459] = 342, - [460] = 358, - [461] = 357, - [462] = 433, - [463] = 420, - [464] = 294, - [465] = 295, - [466] = 296, - [467] = 297, - [468] = 433, - [469] = 420, - [470] = 298, - [471] = 299, - [472] = 300, - [473] = 433, - [474] = 420, - [475] = 302, - [476] = 294, - [477] = 433, - [478] = 420, + [367] = 286, + [368] = 329, + [369] = 277, + [370] = 370, + [371] = 371, + [372] = 372, + [373] = 373, + [374] = 374, + [375] = 261, + [376] = 372, + [377] = 374, + [378] = 277, + [379] = 372, + [380] = 373, + [381] = 372, + [382] = 373, + [383] = 372, + [384] = 373, + [385] = 288, + [386] = 373, + [387] = 372, + [388] = 373, + [389] = 372, + [390] = 373, + [391] = 372, + [392] = 373, + [393] = 261, + [394] = 372, + [395] = 373, + [396] = 372, + [397] = 373, + [398] = 372, + [399] = 373, + [400] = 400, + [401] = 370, + [402] = 264, + [403] = 372, + [404] = 373, + [405] = 265, + [406] = 266, + [407] = 372, + [408] = 373, + [409] = 267, + [410] = 268, + [411] = 269, + [412] = 372, + [413] = 373, + [414] = 264, + [415] = 265, + [416] = 266, + [417] = 267, + [418] = 372, + [419] = 373, + [420] = 268, + [421] = 269, + [422] = 270, + [423] = 372, + [424] = 373, + [425] = 270, + [426] = 293, + [427] = 271, + [428] = 272, + [429] = 273, + [430] = 284, + [431] = 285, + [432] = 338, + [433] = 316, + [434] = 366, + [435] = 338, + [436] = 362, + [437] = 329, + [438] = 370, + [439] = 338, + [440] = 329, + [441] = 370, + [442] = 338, + [443] = 329, + [444] = 370, + [445] = 350, + [446] = 329, + [447] = 370, + [448] = 338, + [449] = 329, + [450] = 370, + [451] = 354, + [452] = 341, + [453] = 318, + [454] = 355, + [455] = 356, + [456] = 295, + [457] = 296, + [458] = 304, + [459] = 305, + [460] = 357, + [461] = 358, + [462] = 306, + [463] = 307, + [464] = 370, + [465] = 308, + [466] = 338, + [467] = 300, + [468] = 309, + [469] = 310, + [470] = 320, + [471] = 342, + [472] = 359, + [473] = 360, + [474] = 371, + [475] = 366, + [476] = 291, + [477] = 362, + [478] = 363, [479] = 304, - [480] = 295, - [481] = 305, - [482] = 327, - [483] = 433, - [484] = 420, - [485] = 307, - [486] = 297, - [487] = 308, - [488] = 298, - [489] = 433, - [490] = 420, - [491] = 314, - [492] = 310, - [493] = 336, - [494] = 433, - [495] = 420, - [496] = 299, - [497] = 300, - [498] = 315, - [499] = 316, - [500] = 433, - [501] = 420, - [502] = 317, - [503] = 318, - [504] = 314, - [505] = 433, - [506] = 420, - [507] = 319, - [508] = 315, - [509] = 316, - [510] = 317, - [511] = 433, - [512] = 420, - [513] = 318, - [514] = 319, + [480] = 305, + [481] = 306, + [482] = 307, + [483] = 308, + [484] = 309, + [485] = 310, + [486] = 321, + [487] = 322, + [488] = 311, + [489] = 323, + [490] = 313, + [491] = 363, + [492] = 364, + [493] = 324, + [494] = 314, + [495] = 325, + [496] = 315, + [497] = 364, + [498] = 365, + [499] = 326, + [500] = 365, + [501] = 327, + [502] = 351, + [503] = 314, + [504] = 352, + [505] = 318, + [506] = 329, + [507] = 295, + [508] = 278, + [509] = 353, + [510] = 343, + [511] = 262, + [512] = 328, + [513] = 315, + [514] = 332, [515] = 320, - [516] = 321, - [517] = 433, - [518] = 420, - [519] = 320, - [520] = 321, - [521] = 337, - [522] = 433, - [523] = 420, - [524] = 323, - [525] = 390, - [526] = 433, - [527] = 420, - [528] = 339, - [529] = 323, - [530] = 433, - [531] = 340, - [532] = 341, - [533] = 342, - [534] = 343, - [535] = 535, - [536] = 344, - [537] = 324, - [538] = 325, - [539] = 437, - [540] = 345, - [541] = 535, - [542] = 326, - [543] = 326, - [544] = 327, - [545] = 302, - [546] = 328, - [547] = 343, - [548] = 329, - [549] = 346, - [550] = 330, - [551] = 296, - [552] = 409, - [553] = 422, - [554] = 424, - [555] = 409, - [556] = 422, - [557] = 424, - [558] = 409, - [559] = 422, - [560] = 424, - [561] = 422, - [562] = 424, - [563] = 422, - [564] = 409, - [565] = 422, - [566] = 424, - [567] = 424, - [568] = 409, - [569] = 424, - [570] = 409, - [571] = 422, - [572] = 424, - [573] = 409, - [574] = 301, - [575] = 422, - [576] = 424, - [577] = 424, - [578] = 409, - [579] = 322, - [580] = 409, - [581] = 409, - [582] = 422, - [583] = 424, - [584] = 409, - [585] = 422, - [586] = 422, + [516] = 300, + [517] = 354, + [518] = 371, + [519] = 321, + [520] = 322, + [521] = 323, + [522] = 324, + [523] = 344, + [524] = 355, + [525] = 325, + [526] = 326, + [527] = 327, + [528] = 316, + [529] = 356, + [530] = 311, + [531] = 345, + [532] = 333, + [533] = 357, + [534] = 346, + [535] = 335, + [536] = 328, + [537] = 329, + [538] = 358, + [539] = 347, + [540] = 348, + [541] = 349, + [542] = 350, + [543] = 351, + [544] = 370, + [545] = 352, + [546] = 337, + [547] = 353, + [548] = 338, + [549] = 359, + [550] = 360, + [551] = 339, + [552] = 291, + [553] = 340, + [554] = 338, + [555] = 330, + [556] = 329, + [557] = 370, + [558] = 338, + [559] = 331, + [560] = 330, + [561] = 329, + [562] = 331, + [563] = 370, + [564] = 332, + [565] = 338, + [566] = 333, + [567] = 329, + [568] = 335, + [569] = 370, + [570] = 337, + [571] = 338, + [572] = 339, + [573] = 329, + [574] = 340, + [575] = 370, + [576] = 341, + [577] = 342, + [578] = 343, + [579] = 313, + [580] = 344, + [581] = 345, + [582] = 346, + [583] = 347, + [584] = 348, + [585] = 349, + [586] = 338, [587] = 587, - [588] = 588, + [588] = 587, [589] = 589, - [590] = 589, - [591] = 591, - [592] = 589, - [593] = 591, - [594] = 591, - [595] = 589, + [590] = 590, + [591] = 590, + [592] = 592, + [593] = 593, + [594] = 593, + [595] = 592, [596] = 596, [597] = 587, - [598] = 598, - [599] = 588, - [600] = 591, - [601] = 596, - [602] = 587, - [603] = 598, - [604] = 589, - [605] = 591, - [606] = 596, - [607] = 587, + [598] = 589, + [599] = 590, + [600] = 593, + [601] = 592, + [602] = 592, + [603] = 593, + [604] = 592, + [605] = 593, + [606] = 593, + [607] = 278, [608] = 596, [609] = 587, - [610] = 598, - [611] = 588, - [612] = 587, - [613] = 589, - [614] = 591, + [610] = 589, + [611] = 590, + [612] = 262, + [613] = 596, + [614] = 587, [615] = 589, - [616] = 589, - [617] = 591, - [618] = 591, - [619] = 596, + [616] = 592, + [617] = 593, + [618] = 590, + [619] = 592, [620] = 596, [621] = 587, - [622] = 598, - [623] = 588, - [624] = 587, - [625] = 598, - [626] = 588, - [627] = 598, - [628] = 589, - [629] = 591, - [630] = 588, - [631] = 598, + [622] = 589, + [623] = 590, + [624] = 624, + [625] = 596, + [626] = 592, + [627] = 592, + [628] = 592, + [629] = 593, + [630] = 593, + [631] = 593, [632] = 596, - [633] = 588, - [634] = 598, - [635] = 588, - [636] = 636, - [637] = 589, - [638] = 591, - [639] = 588, - [640] = 589, - [641] = 591, - [642] = 588, - [643] = 636, + [633] = 587, + [634] = 589, + [635] = 590, + [636] = 587, + [637] = 596, + [638] = 589, + [639] = 590, + [640] = 592, + [641] = 593, + [642] = 590, + [643] = 624, [644] = 596, [645] = 587, - [646] = 598, - [647] = 588, + [646] = 589, + [647] = 590, [648] = 596, - [649] = 322, + [649] = 624, [650] = 596, - [651] = 587, - [652] = 589, - [653] = 591, - [654] = 598, - [655] = 588, + [651] = 592, + [652] = 592, + [653] = 593, + [654] = 593, + [655] = 587, [656] = 596, [657] = 587, - [658] = 598, - [659] = 588, - [660] = 596, - [661] = 589, + [658] = 589, + [659] = 590, + [660] = 589, + [661] = 596, [662] = 587, - [663] = 598, - [664] = 591, - [665] = 589, - [666] = 589, - [667] = 591, - [668] = 588, - [669] = 587, - [670] = 596, + [663] = 589, + [664] = 590, + [665] = 587, + [666] = 590, + [667] = 596, + [668] = 589, + [669] = 592, + [670] = 593, [671] = 587, - [672] = 636, - [673] = 598, - [674] = 588, - [675] = 596, - [676] = 591, - [677] = 301, - [678] = 598, - [679] = 596, + [672] = 589, + [673] = 596, + [674] = 587, + [675] = 589, + [676] = 590, + [677] = 590, + [678] = 592, + [679] = 593, [680] = 589, - [681] = 591, - [682] = 587, - [683] = 598, + [681] = 592, + [682] = 593, + [683] = 590, [684] = 596, - [685] = 587, - [686] = 598, - [687] = 588, + [685] = 596, + [686] = 587, + [687] = 589, [688] = 688, [689] = 689, [690] = 690, @@ -2638,10 +2652,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [692] = 692, [693] = 693, [694] = 692, - [695] = 695, + [695] = 688, [696] = 696, - [697] = 688, - [698] = 689, + [697] = 689, + [698] = 698, [699] = 699, [700] = 700, [701] = 692, @@ -2649,121 +2663,121 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [703] = 700, [704] = 690, [705] = 691, - [706] = 695, + [706] = 693, [707] = 688, [708] = 689, - [709] = 692, - [710] = 699, - [711] = 700, - [712] = 690, - [713] = 691, - [714] = 693, - [715] = 695, + [709] = 698, + [710] = 692, + [711] = 699, + [712] = 700, + [713] = 690, + [714] = 691, + [715] = 693, [716] = 688, [717] = 689, - [718] = 699, - [719] = 700, - [720] = 690, - [721] = 691, - [722] = 693, - [723] = 695, + [718] = 698, + [719] = 699, + [720] = 700, + [721] = 690, + [722] = 691, + [723] = 693, [724] = 688, [725] = 689, - [726] = 699, - [727] = 700, - [728] = 690, - [729] = 691, - [730] = 693, - [731] = 695, + [726] = 698, + [727] = 699, + [728] = 700, + [729] = 690, + [730] = 691, + [731] = 693, [732] = 688, [733] = 689, - [734] = 699, - [735] = 700, - [736] = 690, - [737] = 691, - [738] = 693, - [739] = 695, + [734] = 698, + [735] = 699, + [736] = 700, + [737] = 690, + [738] = 691, + [739] = 693, [740] = 688, [741] = 689, - [742] = 699, - [743] = 700, - [744] = 690, - [745] = 691, - [746] = 693, - [747] = 695, + [742] = 698, + [743] = 699, + [744] = 700, + [745] = 690, + [746] = 698, + [747] = 693, [748] = 688, [749] = 689, - [750] = 699, - [751] = 700, - [752] = 690, - [753] = 691, - [754] = 693, - [755] = 695, + [750] = 698, + [751] = 699, + [752] = 700, + [753] = 690, + [754] = 691, + [755] = 693, [756] = 688, [757] = 689, - [758] = 699, - [759] = 700, - [760] = 690, - [761] = 691, - [762] = 693, - [763] = 695, + [758] = 698, + [759] = 699, + [760] = 700, + [761] = 690, + [762] = 691, + [763] = 693, [764] = 689, - [765] = 699, - [766] = 700, - [767] = 690, - [768] = 691, - [769] = 693, - [770] = 695, + [765] = 698, + [766] = 699, + [767] = 700, + [768] = 690, + [769] = 691, + [770] = 693, [771] = 688, [772] = 689, - [773] = 699, - [774] = 700, - [775] = 690, - [776] = 691, - [777] = 693, - [778] = 695, + [773] = 698, + [774] = 699, + [775] = 700, + [776] = 690, + [777] = 691, + [778] = 693, [779] = 688, [780] = 689, - [781] = 699, - [782] = 700, - [783] = 690, - [784] = 691, - [785] = 693, - [786] = 695, + [781] = 698, + [782] = 699, + [783] = 700, + [784] = 690, + [785] = 691, + [786] = 693, [787] = 688, [788] = 689, - [789] = 699, - [790] = 700, - [791] = 690, - [792] = 691, - [793] = 693, - [794] = 695, + [789] = 698, + [790] = 699, + [791] = 700, + [792] = 690, + [793] = 691, + [794] = 693, [795] = 688, [796] = 689, - [797] = 699, - [798] = 700, - [799] = 690, - [800] = 691, - [801] = 693, - [802] = 695, + [797] = 698, + [798] = 699, + [799] = 700, + [800] = 690, + [801] = 691, + [802] = 693, [803] = 688, [804] = 689, - [805] = 699, - [806] = 700, - [807] = 690, - [808] = 691, - [809] = 693, - [810] = 695, + [805] = 698, + [806] = 699, + [807] = 700, + [808] = 690, + [809] = 691, + [810] = 693, [811] = 688, [812] = 689, - [813] = 699, - [814] = 700, - [815] = 690, - [816] = 691, - [817] = 693, - [818] = 695, + [813] = 698, + [814] = 699, + [815] = 700, + [816] = 690, + [817] = 691, + [818] = 693, [819] = 688, - [820] = 693, + [820] = 691, [821] = 821, [822] = 821, [823] = 821, @@ -2798,1960 +2812,1960 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [852] = 852, [853] = 853, [854] = 854, - [855] = 855, + [855] = 290, [856] = 856, [857] = 857, [858] = 858, [859] = 859, - [860] = 860, + [860] = 847, [861] = 861, - [862] = 269, + [862] = 862, [863] = 863, [864] = 864, [865] = 865, [866] = 866, [867] = 867, [868] = 868, - [869] = 847, + [869] = 869, [870] = 870, [871] = 871, - [872] = 859, + [872] = 866, [873] = 873, [874] = 874, - [875] = 875, + [875] = 371, [876] = 876, [877] = 877, - [878] = 878, + [878] = 870, [879] = 879, [880] = 880, [881] = 881, - [882] = 882, - [883] = 883, - [884] = 884, - [885] = 885, + [882] = 852, + [883] = 290, + [884] = 853, + [885] = 854, [886] = 886, - [887] = 887, - [888] = 888, - [889] = 889, - [890] = 890, - [891] = 891, - [892] = 892, - [893] = 893, + [887] = 862, + [888] = 864, + [889] = 865, + [890] = 866, + [891] = 861, + [892] = 849, + [893] = 851, [894] = 894, [895] = 895, - [896] = 269, - [897] = 864, - [898] = 898, - [899] = 859, - [900] = 358, - [901] = 860, - [902] = 902, - [903] = 865, + [896] = 867, + [897] = 897, + [898] = 857, + [899] = 863, + [900] = 858, + [901] = 859, + [902] = 871, + [903] = 903, [904] = 904, - [905] = 853, + [905] = 905, [906] = 906, [907] = 907, - [908] = 269, - [909] = 854, + [908] = 908, + [909] = 909, [910] = 910, - [911] = 855, - [912] = 912, - [913] = 870, - [914] = 850, - [915] = 870, - [916] = 860, - [917] = 856, - [918] = 857, - [919] = 871, - [920] = 849, - [921] = 921, + [911] = 850, + [912] = 848, + [913] = 913, + [914] = 914, + [915] = 915, + [916] = 916, + [917] = 917, + [918] = 918, + [919] = 919, + [920] = 868, + [921] = 856, [922] = 922, - [923] = 923, + [923] = 868, [924] = 924, - [925] = 868, - [926] = 858, - [927] = 861, - [928] = 866, - [929] = 929, - [930] = 930, - [931] = 931, + [925] = 869, + [926] = 870, + [927] = 871, + [928] = 850, + [929] = 848, + [930] = 852, + [931] = 853, [932] = 932, [933] = 933, - [934] = 934, - [935] = 935, - [936] = 851, - [937] = 852, - [938] = 938, - [939] = 939, - [940] = 940, - [941] = 941, - [942] = 942, - [943] = 943, - [944] = 944, - [945] = 863, - [946] = 867, + [934] = 854, + [935] = 861, + [936] = 849, + [937] = 851, + [938] = 867, + [939] = 857, + [940] = 863, + [941] = 858, + [942] = 859, + [943] = 862, + [944] = 864, + [945] = 945, + [946] = 946, [947] = 947, - [948] = 863, + [948] = 948, [949] = 949, - [950] = 864, - [951] = 865, - [952] = 866, - [953] = 851, - [954] = 852, - [955] = 853, - [956] = 854, + [950] = 950, + [951] = 951, + [952] = 952, + [953] = 865, + [954] = 954, + [955] = 955, + [956] = 956, [957] = 957, [958] = 958, - [959] = 855, - [960] = 856, - [961] = 857, - [962] = 871, - [963] = 849, - [964] = 848, - [965] = 868, - [966] = 858, - [967] = 861, - [968] = 850, - [969] = 969, - [970] = 848, - [971] = 865, - [972] = 891, - [973] = 358, - [974] = 863, - [975] = 864, - [976] = 865, - [977] = 866, - [978] = 851, - [979] = 852, - [980] = 853, - [981] = 854, - [982] = 855, - [983] = 856, - [984] = 857, - [985] = 871, - [986] = 849, - [987] = 848, - [988] = 868, - [989] = 858, - [990] = 861, - [991] = 870, - [992] = 850, - [993] = 859, - [994] = 860, - [995] = 269, - [996] = 863, - [997] = 864, - [998] = 865, - [999] = 866, - [1000] = 851, - [1001] = 852, - [1002] = 853, - [1003] = 854, - [1004] = 855, - [1005] = 856, - [1006] = 857, - [1007] = 871, + [959] = 959, + [960] = 960, + [961] = 961, + [962] = 290, + [963] = 963, + [964] = 964, + [965] = 965, + [966] = 966, + [967] = 967, + [968] = 968, + [969] = 869, + [970] = 970, + [971] = 971, + [972] = 849, + [973] = 959, + [974] = 371, + [975] = 868, + [976] = 869, + [977] = 870, + [978] = 871, + [979] = 850, + [980] = 848, + [981] = 852, + [982] = 853, + [983] = 854, + [984] = 861, + [985] = 849, + [986] = 851, + [987] = 867, + [988] = 857, + [989] = 863, + [990] = 858, + [991] = 859, + [992] = 862, + [993] = 864, + [994] = 865, + [995] = 866, + [996] = 966, + [997] = 290, + [998] = 868, + [999] = 869, + [1000] = 870, + [1001] = 871, + [1002] = 850, + [1003] = 848, + [1004] = 852, + [1005] = 853, + [1006] = 854, + [1007] = 861, [1008] = 849, - [1009] = 848, - [1010] = 868, - [1011] = 858, - [1012] = 861, - [1013] = 870, - [1014] = 850, - [1015] = 859, - [1016] = 860, - [1017] = 863, - [1018] = 864, - [1019] = 865, - [1020] = 866, - [1021] = 851, - [1022] = 852, - [1023] = 853, - [1024] = 854, - [1025] = 855, - [1026] = 856, - [1027] = 857, - [1028] = 871, + [1009] = 851, + [1010] = 867, + [1011] = 857, + [1012] = 863, + [1013] = 858, + [1014] = 859, + [1015] = 862, + [1016] = 864, + [1017] = 865, + [1018] = 866, + [1019] = 868, + [1020] = 869, + [1021] = 870, + [1022] = 871, + [1023] = 850, + [1024] = 848, + [1025] = 852, + [1026] = 853, + [1027] = 854, + [1028] = 861, [1029] = 849, - [1030] = 848, - [1031] = 868, - [1032] = 858, - [1033] = 861, - [1034] = 870, - [1035] = 850, - [1036] = 859, - [1037] = 860, - [1038] = 269, - [1039] = 863, - [1040] = 864, - [1041] = 865, - [1042] = 866, - [1043] = 851, - [1044] = 852, - [1045] = 853, - [1046] = 854, - [1047] = 855, - [1048] = 856, - [1049] = 857, - [1050] = 871, + [1030] = 851, + [1031] = 867, + [1032] = 857, + [1033] = 863, + [1034] = 858, + [1035] = 859, + [1036] = 862, + [1037] = 864, + [1038] = 865, + [1039] = 866, + [1040] = 290, + [1041] = 868, + [1042] = 869, + [1043] = 870, + [1044] = 871, + [1045] = 850, + [1046] = 848, + [1047] = 852, + [1048] = 853, + [1049] = 854, + [1050] = 861, [1051] = 849, - [1052] = 848, - [1053] = 868, - [1054] = 858, - [1055] = 861, - [1056] = 870, - [1057] = 850, - [1058] = 859, - [1059] = 860, - [1060] = 269, - [1061] = 863, - [1062] = 864, - [1063] = 865, - [1064] = 866, - [1065] = 851, - [1066] = 852, - [1067] = 853, - [1068] = 854, - [1069] = 855, - [1070] = 856, - [1071] = 857, - [1072] = 871, + [1052] = 851, + [1053] = 867, + [1054] = 857, + [1055] = 863, + [1056] = 858, + [1057] = 859, + [1058] = 862, + [1059] = 864, + [1060] = 865, + [1061] = 866, + [1062] = 290, + [1063] = 868, + [1064] = 869, + [1065] = 870, + [1066] = 871, + [1067] = 850, + [1068] = 848, + [1069] = 852, + [1070] = 853, + [1071] = 854, + [1072] = 861, [1073] = 849, - [1074] = 848, - [1075] = 868, - [1076] = 858, - [1077] = 861, - [1078] = 870, - [1079] = 850, - [1080] = 859, - [1081] = 860, - [1082] = 269, - [1083] = 863, - [1084] = 864, - [1085] = 865, - [1086] = 866, - [1087] = 851, - [1088] = 852, - [1089] = 853, - [1090] = 854, - [1091] = 855, - [1092] = 856, - [1093] = 857, - [1094] = 871, + [1074] = 851, + [1075] = 867, + [1076] = 857, + [1077] = 863, + [1078] = 858, + [1079] = 859, + [1080] = 862, + [1081] = 864, + [1082] = 865, + [1083] = 866, + [1084] = 290, + [1085] = 868, + [1086] = 869, + [1087] = 870, + [1088] = 871, + [1089] = 850, + [1090] = 848, + [1091] = 852, + [1092] = 853, + [1093] = 854, + [1094] = 861, [1095] = 849, - [1096] = 848, - [1097] = 868, - [1098] = 858, - [1099] = 861, - [1100] = 870, - [1101] = 850, - [1102] = 859, - [1103] = 860, - [1104] = 269, - [1105] = 863, - [1106] = 864, - [1107] = 865, - [1108] = 866, - [1109] = 851, - [1110] = 852, - [1111] = 853, - [1112] = 854, - [1113] = 855, - [1114] = 856, - [1115] = 857, - [1116] = 871, + [1096] = 851, + [1097] = 867, + [1098] = 857, + [1099] = 863, + [1100] = 858, + [1101] = 859, + [1102] = 862, + [1103] = 864, + [1104] = 865, + [1105] = 866, + [1106] = 290, + [1107] = 868, + [1108] = 869, + [1109] = 870, + [1110] = 871, + [1111] = 850, + [1112] = 848, + [1113] = 852, + [1114] = 853, + [1115] = 854, + [1116] = 861, [1117] = 849, - [1118] = 848, - [1119] = 868, - [1120] = 858, - [1121] = 861, - [1122] = 870, - [1123] = 850, - [1124] = 859, - [1125] = 860, - [1126] = 269, - [1127] = 863, - [1128] = 864, - [1129] = 865, - [1130] = 866, - [1131] = 851, - [1132] = 852, - [1133] = 853, - [1134] = 854, - [1135] = 855, - [1136] = 856, - [1137] = 857, - [1138] = 871, + [1118] = 851, + [1119] = 867, + [1120] = 857, + [1121] = 863, + [1122] = 858, + [1123] = 859, + [1124] = 862, + [1125] = 864, + [1126] = 865, + [1127] = 866, + [1128] = 290, + [1129] = 868, + [1130] = 869, + [1131] = 870, + [1132] = 871, + [1133] = 850, + [1134] = 848, + [1135] = 852, + [1136] = 853, + [1137] = 854, + [1138] = 861, [1139] = 849, - [1140] = 848, - [1141] = 868, - [1142] = 858, - [1143] = 861, - [1144] = 870, - [1145] = 850, - [1146] = 859, - [1147] = 860, - [1148] = 269, - [1149] = 882, - [1150] = 863, - [1151] = 864, - [1152] = 865, - [1153] = 866, - [1154] = 851, - [1155] = 852, - [1156] = 853, - [1157] = 854, - [1158] = 855, - [1159] = 856, - [1160] = 857, - [1161] = 871, + [1140] = 851, + [1141] = 867, + [1142] = 857, + [1143] = 863, + [1144] = 858, + [1145] = 859, + [1146] = 862, + [1147] = 864, + [1148] = 865, + [1149] = 866, + [1150] = 290, + [1151] = 868, + [1152] = 869, + [1153] = 870, + [1154] = 871, + [1155] = 850, + [1156] = 848, + [1157] = 967, + [1158] = 852, + [1159] = 853, + [1160] = 854, + [1161] = 861, [1162] = 849, - [1163] = 848, - [1164] = 868, - [1165] = 858, - [1166] = 861, - [1167] = 870, - [1168] = 850, - [1169] = 859, - [1170] = 860, - [1171] = 269, - [1172] = 863, - [1173] = 864, - [1174] = 866, - [1175] = 880, - [1176] = 852, - [1177] = 853, - [1178] = 854, - [1179] = 855, - [1180] = 856, - [1181] = 857, - [1182] = 871, - [1183] = 849, - [1184] = 848, - [1185] = 868, - [1186] = 858, - [1187] = 861, - [1188] = 1188, - [1189] = 894, - [1190] = 870, - [1191] = 850, - [1192] = 859, - [1193] = 860, - [1194] = 269, - [1195] = 883, - [1196] = 921, - [1197] = 922, - [1198] = 929, - [1199] = 930, - [1200] = 885, - [1201] = 923, - [1202] = 906, - [1203] = 879, - [1204] = 910, - [1205] = 904, - [1206] = 933, - [1207] = 934, - [1208] = 938, - [1209] = 939, - [1210] = 942, - [1211] = 943, - [1212] = 944, - [1213] = 947, - [1214] = 949, - [1215] = 893, - [1216] = 898, - [1217] = 878, - [1218] = 892, - [1219] = 931, - [1220] = 887, - [1221] = 888, - [1222] = 932, - [1223] = 941, - [1224] = 957, - [1225] = 924, - [1226] = 902, - [1227] = 907, - [1228] = 912, - [1229] = 935, - [1230] = 958, - [1231] = 969, - [1232] = 873, - [1233] = 874, - [1234] = 875, - [1235] = 876, - [1236] = 877, - [1237] = 880, - [1238] = 881, - [1239] = 891, - [1240] = 882, - [1241] = 894, - [1242] = 883, - [1243] = 884, - [1244] = 895, - [1245] = 269, - [1246] = 886, - [1247] = 889, - [1248] = 890, - [1249] = 269, - [1250] = 884, - [1251] = 895, - [1252] = 921, - [1253] = 922, - [1254] = 929, - [1255] = 906, - [1256] = 930, - [1257] = 879, - [1258] = 269, - [1259] = 910, - [1260] = 863, - [1261] = 864, - [1262] = 865, - [1263] = 866, - [1264] = 358, - [1265] = 851, - [1266] = 852, - [1267] = 904, - [1268] = 933, - [1269] = 934, - [1270] = 938, - [1271] = 939, - [1272] = 942, - [1273] = 943, - [1274] = 944, - [1275] = 947, - [1276] = 949, - [1277] = 893, - [1278] = 898, - [1279] = 878, - [1280] = 892, - [1281] = 931, - [1282] = 887, - [1283] = 886, - [1284] = 888, - [1285] = 1285, - [1286] = 853, - [1287] = 854, - [1288] = 855, - [1289] = 856, - [1290] = 857, - [1291] = 871, - [1292] = 849, - [1293] = 848, - [1294] = 868, - [1295] = 858, - [1296] = 861, - [1297] = 1188, - [1298] = 885, - [1299] = 889, - [1300] = 890, - [1301] = 1301, - [1302] = 1302, - [1303] = 870, - [1304] = 850, - [1305] = 859, - [1306] = 860, - [1307] = 923, - [1308] = 1308, - [1309] = 932, - [1310] = 941, - [1311] = 957, - [1312] = 924, - [1313] = 902, - [1314] = 907, - [1315] = 912, - [1316] = 935, - [1317] = 958, - [1318] = 969, - [1319] = 873, - [1320] = 874, - [1321] = 863, - [1322] = 864, - [1323] = 865, - [1324] = 866, - [1325] = 851, - [1326] = 852, - [1327] = 853, - [1328] = 854, - [1329] = 855, - [1330] = 856, - [1331] = 857, - [1332] = 871, - [1333] = 849, - [1334] = 848, - [1335] = 868, - [1336] = 858, - [1337] = 861, - [1338] = 875, - [1339] = 881, - [1340] = 870, - [1341] = 850, - [1342] = 859, - [1343] = 860, - [1344] = 876, - [1345] = 877, - [1346] = 851, - [1347] = 932, - [1348] = 906, - [1349] = 907, - [1350] = 912, - [1351] = 906, - [1352] = 935, - [1353] = 958, - [1354] = 894, - [1355] = 969, - [1356] = 873, - [1357] = 874, - [1358] = 875, - [1359] = 876, - [1360] = 877, - [1361] = 880, - [1362] = 881, - [1363] = 891, - [1364] = 882, - [1365] = 894, - [1366] = 883, - [1367] = 884, - [1368] = 895, - [1369] = 879, - [1370] = 358, - [1371] = 883, - [1372] = 879, - [1373] = 910, - [1374] = 921, - [1375] = 922, - [1376] = 929, - [1377] = 930, - [1378] = 884, - [1379] = 904, - [1380] = 885, - [1381] = 923, - [1382] = 886, - [1383] = 910, - [1384] = 906, - [1385] = 895, - [1386] = 933, - [1387] = 879, - [1388] = 934, - [1389] = 938, - [1390] = 910, - [1391] = 939, - [1392] = 942, + [1163] = 851, + [1164] = 867, + [1165] = 857, + [1166] = 863, + [1167] = 858, + [1168] = 859, + [1169] = 862, + [1170] = 864, + [1171] = 865, + [1172] = 866, + [1173] = 290, + [1174] = 868, + [1175] = 869, + [1176] = 870, + [1177] = 871, + [1178] = 850, + [1179] = 848, + [1180] = 965, + [1181] = 853, + [1182] = 854, + [1183] = 861, + [1184] = 851, + [1185] = 867, + [1186] = 857, + [1187] = 863, + [1188] = 858, + [1189] = 859, + [1190] = 1190, + [1191] = 862, + [1192] = 864, + [1193] = 865, + [1194] = 866, + [1195] = 290, + [1196] = 958, + [1197] = 960, + [1198] = 968, + [1199] = 963, + [1200] = 964, + [1201] = 914, + [1202] = 918, + [1203] = 874, + [1204] = 904, + [1205] = 910, + [1206] = 922, + [1207] = 970, + [1208] = 881, + [1209] = 919, + [1210] = 954, + [1211] = 955, + [1212] = 947, + [1213] = 957, + [1214] = 873, + [1215] = 876, + [1216] = 877, + [1217] = 879, + [1218] = 880, + [1219] = 895, + [1220] = 903, + [1221] = 905, + [1222] = 906, + [1223] = 909, + [1224] = 894, + [1225] = 907, + [1226] = 908, + [1227] = 913, + [1228] = 916, + [1229] = 917, + [1230] = 971, + [1231] = 932, + [1232] = 945, + [1233] = 946, + [1234] = 948, + [1235] = 949, + [1236] = 950, + [1237] = 951, + [1238] = 952, + [1239] = 956, + [1240] = 965, + [1241] = 966, + [1242] = 959, + [1243] = 967, + [1244] = 960, + [1245] = 968, + [1246] = 924, + [1247] = 961, + [1248] = 290, + [1249] = 886, + [1250] = 897, + [1251] = 933, + [1252] = 290, + [1253] = 924, + [1254] = 961, + [1255] = 963, + [1256] = 964, + [1257] = 910, + [1258] = 914, + [1259] = 918, + [1260] = 922, + [1261] = 290, + [1262] = 970, + [1263] = 868, + [1264] = 869, + [1265] = 870, + [1266] = 371, + [1267] = 871, + [1268] = 850, + [1269] = 848, + [1270] = 881, + [1271] = 919, + [1272] = 954, + [1273] = 955, + [1274] = 947, + [1275] = 957, + [1276] = 873, + [1277] = 876, + [1278] = 877, + [1279] = 879, + [1280] = 880, + [1281] = 895, + [1282] = 903, + [1283] = 905, + [1284] = 906, + [1285] = 886, + [1286] = 909, + [1287] = 894, + [1288] = 1288, + [1289] = 852, + [1290] = 853, + [1291] = 854, + [1292] = 861, + [1293] = 849, + [1294] = 851, + [1295] = 867, + [1296] = 857, + [1297] = 863, + [1298] = 858, + [1299] = 859, + [1300] = 1190, + [1301] = 897, + [1302] = 933, + [1303] = 1303, + [1304] = 874, + [1305] = 1305, + [1306] = 862, + [1307] = 864, + [1308] = 865, + [1309] = 866, + [1310] = 1310, + [1311] = 904, + [1312] = 907, + [1313] = 908, + [1314] = 913, + [1315] = 916, + [1316] = 917, + [1317] = 971, + [1318] = 932, + [1319] = 945, + [1320] = 946, + [1321] = 948, + [1322] = 949, + [1323] = 950, + [1324] = 868, + [1325] = 869, + [1326] = 870, + [1327] = 871, + [1328] = 850, + [1329] = 848, + [1330] = 958, + [1331] = 852, + [1332] = 853, + [1333] = 854, + [1334] = 861, + [1335] = 849, + [1336] = 851, + [1337] = 867, + [1338] = 857, + [1339] = 863, + [1340] = 858, + [1341] = 859, + [1342] = 862, + [1343] = 864, + [1344] = 865, + [1345] = 866, + [1346] = 951, + [1347] = 952, + [1348] = 956, + [1349] = 852, + [1350] = 965, + [1351] = 897, + [1352] = 933, + [1353] = 907, + [1354] = 908, + [1355] = 913, + [1356] = 874, + [1357] = 916, + [1358] = 917, + [1359] = 904, + [1360] = 971, + [1361] = 932, + [1362] = 886, + [1363] = 945, + [1364] = 946, + [1365] = 904, + [1366] = 948, + [1367] = 949, + [1368] = 950, + [1369] = 951, + [1370] = 952, + [1371] = 956, + [1372] = 965, + [1373] = 966, + [1374] = 959, + [1375] = 967, + [1376] = 960, + [1377] = 968, + [1378] = 924, + [1379] = 961, + [1380] = 910, + [1381] = 958, + [1382] = 371, + [1383] = 886, + [1384] = 959, + [1385] = 922, + [1386] = 910, + [1387] = 963, + [1388] = 964, + [1389] = 914, + [1390] = 918, + [1391] = 970, + [1392] = 874, [1393] = 904, - [1394] = 943, - [1395] = 944, - [1396] = 933, - [1397] = 934, - [1398] = 938, - [1399] = 939, - [1400] = 943, - [1401] = 944, - [1402] = 947, - [1403] = 949, - [1404] = 893, - [1405] = 898, - [1406] = 947, - [1407] = 878, - [1408] = 949, - [1409] = 892, - [1410] = 931, - [1411] = 887, - [1412] = 888, - [1413] = 1188, - [1414] = 889, - [1415] = 890, - [1416] = 932, - [1417] = 941, - [1418] = 957, - [1419] = 893, - [1420] = 924, - [1421] = 902, - [1422] = 898, - [1423] = 907, - [1424] = 912, - [1425] = 935, - [1426] = 958, - [1427] = 878, - [1428] = 969, - [1429] = 873, - [1430] = 874, - [1431] = 875, + [1394] = 886, + [1395] = 967, + [1396] = 910, + [1397] = 922, + [1398] = 881, + [1399] = 922, + [1400] = 960, + [1401] = 968, + [1402] = 970, + [1403] = 919, + [1404] = 954, + [1405] = 881, + [1406] = 955, + [1407] = 947, + [1408] = 919, + [1409] = 954, + [1410] = 955, + [1411] = 947, + [1412] = 957, + [1413] = 873, + [1414] = 876, + [1415] = 877, + [1416] = 879, + [1417] = 880, + [1418] = 895, + [1419] = 957, + [1420] = 903, + [1421] = 873, + [1422] = 905, + [1423] = 906, + [1424] = 909, + [1425] = 894, + [1426] = 1190, + [1427] = 897, + [1428] = 933, + [1429] = 907, + [1430] = 908, + [1431] = 913, [1432] = 876, - [1433] = 877, - [1434] = 880, - [1435] = 881, - [1436] = 891, - [1437] = 882, - [1438] = 894, - [1439] = 883, - [1440] = 884, - [1441] = 895, - [1442] = 904, - [1443] = 358, - [1444] = 892, - [1445] = 931, - [1446] = 887, - [1447] = 888, - [1448] = 921, - [1449] = 922, - [1450] = 929, - [1451] = 930, - [1452] = 1188, - [1453] = 889, - [1454] = 885, - [1455] = 923, - [1456] = 886, - [1457] = 890, - [1458] = 906, - [1459] = 932, - [1460] = 941, - [1461] = 879, - [1462] = 957, - [1463] = 910, - [1464] = 924, - [1465] = 902, - [1466] = 904, - [1467] = 875, - [1468] = 907, - [1469] = 933, - [1470] = 934, - [1471] = 938, - [1472] = 939, - [1473] = 942, - [1474] = 943, - [1475] = 944, - [1476] = 947, - [1477] = 949, - [1478] = 893, - [1479] = 898, - [1480] = 912, - [1481] = 878, - [1482] = 933, - [1483] = 892, - [1484] = 931, - [1485] = 887, - [1486] = 888, - [1487] = 1188, - [1488] = 889, - [1489] = 890, - [1490] = 932, - [1491] = 941, - [1492] = 957, - [1493] = 935, - [1494] = 924, - [1495] = 902, - [1496] = 958, - [1497] = 907, - [1498] = 912, - [1499] = 934, - [1500] = 935, - [1501] = 958, - [1502] = 969, - [1503] = 969, - [1504] = 873, - [1505] = 874, - [1506] = 875, - [1507] = 876, - [1508] = 877, - [1509] = 880, - [1510] = 881, - [1511] = 891, - [1512] = 882, - [1513] = 894, - [1514] = 883, - [1515] = 884, - [1516] = 895, - [1517] = 873, - [1518] = 358, - [1519] = 874, - [1520] = 875, - [1521] = 876, - [1522] = 877, - [1523] = 921, - [1524] = 922, - [1525] = 929, - [1526] = 930, - [1527] = 880, - [1528] = 881, - [1529] = 885, - [1530] = 923, - [1531] = 886, - [1532] = 891, - [1533] = 906, - [1534] = 882, - [1535] = 894, - [1536] = 879, - [1537] = 883, - [1538] = 884, - [1539] = 910, - [1540] = 895, - [1541] = 904, - [1542] = 938, - [1543] = 939, - [1544] = 933, - [1545] = 934, - [1546] = 938, - [1547] = 939, - [1548] = 942, - [1549] = 943, - [1550] = 944, - [1551] = 947, - [1552] = 949, - [1553] = 893, - [1554] = 898, - [1555] = 942, - [1556] = 878, - [1557] = 943, - [1558] = 892, - [1559] = 931, - [1560] = 887, - [1561] = 888, - [1562] = 1188, - [1563] = 889, - [1564] = 890, - [1565] = 932, - [1566] = 941, - [1567] = 957, - [1568] = 921, - [1569] = 924, - [1570] = 902, - [1571] = 922, - [1572] = 907, - [1573] = 912, - [1574] = 929, - [1575] = 935, - [1576] = 958, - [1577] = 930, - [1578] = 969, - [1579] = 873, - [1580] = 874, - [1581] = 875, - [1582] = 876, - [1583] = 877, - [1584] = 880, - [1585] = 881, - [1586] = 891, - [1587] = 882, - [1588] = 894, - [1589] = 883, - [1590] = 884, - [1591] = 895, - [1592] = 944, - [1593] = 947, - [1594] = 358, - [1595] = 885, - [1596] = 923, - [1597] = 886, - [1598] = 949, - [1599] = 921, - [1600] = 922, - [1601] = 929, - [1602] = 930, - [1603] = 906, - [1604] = 893, - [1605] = 885, - [1606] = 923, - [1607] = 886, - [1608] = 898, - [1609] = 906, - [1610] = 879, - [1611] = 876, - [1612] = 879, - [1613] = 878, - [1614] = 910, - [1615] = 910, - [1616] = 877, - [1617] = 892, - [1618] = 904, - [1619] = 904, - [1620] = 931, - [1621] = 933, - [1622] = 934, - [1623] = 938, - [1624] = 939, - [1625] = 942, - [1626] = 943, - [1627] = 944, - [1628] = 947, - [1629] = 949, - [1630] = 893, - [1631] = 898, - [1632] = 887, - [1633] = 878, - [1634] = 933, - [1635] = 892, - [1636] = 931, - [1637] = 887, - [1638] = 888, - [1639] = 1188, - [1640] = 889, - [1641] = 890, - [1642] = 932, - [1643] = 941, - [1644] = 957, - [1645] = 934, - [1646] = 924, - [1647] = 902, - [1648] = 938, - [1649] = 907, - [1650] = 912, - [1651] = 939, - [1652] = 935, - [1653] = 958, - [1654] = 942, - [1655] = 969, - [1656] = 873, - [1657] = 874, - [1658] = 875, - [1659] = 876, - [1660] = 877, - [1661] = 880, - [1662] = 881, - [1663] = 891, - [1664] = 882, - [1665] = 894, - [1666] = 883, - [1667] = 884, - [1668] = 895, - [1669] = 943, - [1670] = 358, - [1671] = 944, - [1672] = 947, - [1673] = 949, - [1674] = 921, - [1675] = 922, - [1676] = 929, - [1677] = 930, - [1678] = 893, - [1679] = 898, - [1680] = 885, - [1681] = 923, - [1682] = 886, - [1683] = 888, - [1684] = 906, - [1685] = 878, - [1686] = 1188, - [1687] = 879, - [1688] = 892, - [1689] = 931, - [1690] = 910, - [1691] = 887, - [1692] = 888, - [1693] = 904, - [1694] = 1188, - [1695] = 933, - [1696] = 934, - [1697] = 938, - [1698] = 939, - [1699] = 942, - [1700] = 943, - [1701] = 944, - [1702] = 947, - [1703] = 949, - [1704] = 893, - [1705] = 898, - [1706] = 889, - [1707] = 878, - [1708] = 890, - [1709] = 892, - [1710] = 931, - [1711] = 887, - [1712] = 888, - [1713] = 932, - [1714] = 941, - [1715] = 889, - [1716] = 890, - [1717] = 932, - [1718] = 941, - [1719] = 957, - [1720] = 957, - [1721] = 924, - [1722] = 902, - [1723] = 889, - [1724] = 907, - [1725] = 912, - [1726] = 924, - [1727] = 935, - [1728] = 958, - [1729] = 902, - [1730] = 969, - [1731] = 873, - [1732] = 874, - [1733] = 875, - [1734] = 876, - [1735] = 877, - [1736] = 880, - [1737] = 881, - [1738] = 891, - [1739] = 882, - [1740] = 894, - [1741] = 883, - [1742] = 884, - [1743] = 895, - [1744] = 890, - [1745] = 358, - [1746] = 907, - [1747] = 912, - [1748] = 932, - [1749] = 935, - [1750] = 958, - [1751] = 941, - [1752] = 969, - [1753] = 886, - [1754] = 873, - [1755] = 874, - [1756] = 875, - [1757] = 876, - [1758] = 877, - [1759] = 880, - [1760] = 881, - [1761] = 891, - [1762] = 882, - [1763] = 894, - [1764] = 883, - [1765] = 884, - [1766] = 895, - [1767] = 957, - [1768] = 358, - [1769] = 880, - [1770] = 924, - [1771] = 902, - [1772] = 881, - [1773] = 889, - [1774] = 890, - [1775] = 921, - [1776] = 922, - [1777] = 929, - [1778] = 930, - [1779] = 907, - [1780] = 912, - [1781] = 885, - [1782] = 923, - [1783] = 886, - [1784] = 921, - [1785] = 906, - [1786] = 935, - [1787] = 958, - [1788] = 879, - [1789] = 922, - [1790] = 969, - [1791] = 910, - [1792] = 873, - [1793] = 874, - [1794] = 904, - [1795] = 875, - [1796] = 876, - [1797] = 933, - [1798] = 934, - [1799] = 358, - [1800] = 863, - [1801] = 864, - [1802] = 865, - [1803] = 866, - [1804] = 851, - [1805] = 852, - [1806] = 938, - [1807] = 853, - [1808] = 854, - [1809] = 855, - [1810] = 856, - [1811] = 857, - [1812] = 871, - [1813] = 849, - [1814] = 848, - [1815] = 868, - [1816] = 858, - [1817] = 861, - [1818] = 939, - [1819] = 942, - [1820] = 870, - [1821] = 850, - [1822] = 859, - [1823] = 860, - [1824] = 943, - [1825] = 358, - [1826] = 944, - [1827] = 947, - [1828] = 949, - [1829] = 893, - [1830] = 940, - [1831] = 898, - [1832] = 877, - [1833] = 878, - [1834] = 880, - [1835] = 892, - [1836] = 358, - [1837] = 931, - [1838] = 887, - [1839] = 888, - [1840] = 1188, - [1841] = 889, - [1842] = 890, - [1843] = 921, - [1844] = 922, - [1845] = 269, - [1846] = 929, - [1847] = 930, - [1848] = 932, - [1849] = 941, - [1850] = 885, - [1851] = 923, - [1852] = 957, - [1853] = 881, - [1854] = 924, - [1855] = 902, - [1856] = 891, - [1857] = 907, - [1858] = 912, - [1859] = 882, - [1860] = 935, - [1861] = 958, - [1862] = 894, - [1863] = 969, - [1864] = 873, - [1865] = 874, - [1866] = 875, - [1867] = 876, - [1868] = 877, - [1869] = 880, - [1870] = 881, - [1871] = 891, - [1872] = 906, - [1873] = 882, - [1874] = 894, - [1875] = 879, - [1876] = 883, - [1877] = 884, - [1878] = 910, - [1879] = 895, - [1880] = 883, - [1881] = 904, - [1882] = 358, - [1883] = 884, - [1884] = 933, - [1885] = 934, - [1886] = 938, - [1887] = 939, - [1888] = 942, - [1889] = 943, - [1890] = 944, - [1891] = 947, - [1892] = 949, - [1893] = 893, - [1894] = 898, - [1895] = 895, - [1896] = 878, - [1897] = 929, - [1898] = 892, - [1899] = 931, - [1900] = 887, - [1901] = 888, - [1902] = 358, - [1903] = 1188, - [1904] = 921, - [1905] = 922, - [1906] = 929, - [1907] = 930, - [1908] = 930, - [1909] = 932, - [1910] = 941, - [1911] = 957, - [1912] = 891, - [1913] = 924, - [1914] = 902, - [1915] = 885, - [1916] = 907, - [1917] = 912, - [1918] = 923, - [1919] = 935, - [1920] = 958, - [1921] = 886, - [1922] = 969, - [1923] = 873, - [1924] = 874, - [1925] = 906, - [1926] = 875, - [1927] = 876, - [1928] = 877, - [1929] = 880, - [1930] = 881, - [1931] = 891, - [1932] = 882, - [1933] = 894, - [1934] = 883, - [1935] = 885, - [1936] = 921, - [1937] = 884, - [1938] = 895, - [1939] = 879, - [1940] = 922, - [1941] = 929, - [1942] = 910, - [1943] = 930, - [1944] = 923, - [1945] = 904, - [1946] = 886, - [1947] = 885, - [1948] = 933, - [1949] = 934, - [1950] = 938, - [1951] = 939, - [1952] = 942, - [1953] = 921, - [1954] = 922, - [1955] = 929, - [1956] = 930, - [1957] = 943, - [1958] = 944, - [1959] = 885, - [1960] = 923, - [1961] = 886, - [1962] = 947, - [1963] = 906, - [1964] = 949, - [1965] = 893, - [1966] = 879, - [1967] = 898, - [1968] = 923, - [1969] = 910, - [1970] = 878, - [1971] = 886, - [1972] = 904, - [1973] = 892, - [1974] = 931, - [1975] = 933, - [1976] = 934, - [1977] = 938, - [1978] = 939, - [1979] = 942, - [1980] = 943, - [1981] = 944, + [1433] = 916, + [1434] = 917, + [1435] = 877, + [1436] = 971, + [1437] = 932, + [1438] = 879, + [1439] = 945, + [1440] = 946, + [1441] = 880, + [1442] = 948, + [1443] = 949, + [1444] = 950, + [1445] = 951, + [1446] = 952, + [1447] = 956, + [1448] = 965, + [1449] = 966, + [1450] = 959, + [1451] = 967, + [1452] = 960, + [1453] = 968, + [1454] = 924, + [1455] = 961, + [1456] = 895, + [1457] = 958, + [1458] = 371, + [1459] = 970, + [1460] = 903, + [1461] = 924, + [1462] = 905, + [1463] = 963, + [1464] = 964, + [1465] = 914, + [1466] = 918, + [1467] = 906, + [1468] = 909, + [1469] = 874, + [1470] = 904, + [1471] = 886, + [1472] = 894, + [1473] = 910, + [1474] = 1190, + [1475] = 897, + [1476] = 922, + [1477] = 933, + [1478] = 907, + [1479] = 970, + [1480] = 908, + [1481] = 913, + [1482] = 881, + [1483] = 961, + [1484] = 916, + [1485] = 919, + [1486] = 954, + [1487] = 955, + [1488] = 947, + [1489] = 957, + [1490] = 873, + [1491] = 876, + [1492] = 877, + [1493] = 879, + [1494] = 880, + [1495] = 895, + [1496] = 917, + [1497] = 903, + [1498] = 881, + [1499] = 905, + [1500] = 906, + [1501] = 909, + [1502] = 894, + [1503] = 1190, + [1504] = 897, + [1505] = 933, + [1506] = 907, + [1507] = 908, + [1508] = 913, + [1509] = 971, + [1510] = 916, + [1511] = 917, + [1512] = 932, + [1513] = 971, + [1514] = 932, + [1515] = 945, + [1516] = 946, + [1517] = 945, + [1518] = 948, + [1519] = 949, + [1520] = 950, + [1521] = 951, + [1522] = 952, + [1523] = 956, + [1524] = 965, + [1525] = 966, + [1526] = 959, + [1527] = 967, + [1528] = 960, + [1529] = 968, + [1530] = 924, + [1531] = 961, + [1532] = 946, + [1533] = 958, + [1534] = 371, + [1535] = 948, + [1536] = 949, + [1537] = 950, + [1538] = 963, + [1539] = 964, + [1540] = 914, + [1541] = 918, + [1542] = 951, + [1543] = 952, + [1544] = 874, + [1545] = 904, + [1546] = 886, + [1547] = 956, + [1548] = 910, + [1549] = 965, + [1550] = 966, + [1551] = 922, + [1552] = 959, + [1553] = 967, + [1554] = 970, + [1555] = 960, + [1556] = 968, + [1557] = 881, + [1558] = 924, + [1559] = 961, + [1560] = 919, + [1561] = 954, + [1562] = 955, + [1563] = 947, + [1564] = 957, + [1565] = 873, + [1566] = 876, + [1567] = 877, + [1568] = 879, + [1569] = 880, + [1570] = 895, + [1571] = 903, + [1572] = 958, + [1573] = 905, + [1574] = 906, + [1575] = 909, + [1576] = 894, + [1577] = 1190, + [1578] = 897, + [1579] = 933, + [1580] = 907, + [1581] = 908, + [1582] = 913, + [1583] = 916, + [1584] = 917, + [1585] = 919, + [1586] = 971, + [1587] = 932, + [1588] = 954, + [1589] = 945, + [1590] = 946, + [1591] = 955, + [1592] = 948, + [1593] = 949, + [1594] = 950, + [1595] = 951, + [1596] = 952, + [1597] = 956, + [1598] = 965, + [1599] = 966, + [1600] = 959, + [1601] = 967, + [1602] = 960, + [1603] = 968, + [1604] = 924, + [1605] = 961, + [1606] = 947, + [1607] = 958, + [1608] = 371, + [1609] = 963, + [1610] = 964, + [1611] = 914, + [1612] = 918, + [1613] = 963, + [1614] = 964, + [1615] = 914, + [1616] = 918, + [1617] = 957, + [1618] = 873, + [1619] = 874, + [1620] = 904, + [1621] = 874, + [1622] = 886, + [1623] = 904, + [1624] = 910, + [1625] = 886, + [1626] = 922, + [1627] = 876, + [1628] = 910, + [1629] = 970, + [1630] = 877, + [1631] = 879, + [1632] = 881, + [1633] = 922, + [1634] = 880, + [1635] = 919, + [1636] = 954, + [1637] = 955, + [1638] = 947, + [1639] = 957, + [1640] = 873, + [1641] = 876, + [1642] = 877, + [1643] = 879, + [1644] = 880, + [1645] = 895, + [1646] = 895, + [1647] = 903, + [1648] = 970, + [1649] = 905, + [1650] = 906, + [1651] = 909, + [1652] = 894, + [1653] = 1190, + [1654] = 897, + [1655] = 933, + [1656] = 907, + [1657] = 908, + [1658] = 913, + [1659] = 916, + [1660] = 917, + [1661] = 903, + [1662] = 971, + [1663] = 932, + [1664] = 881, + [1665] = 945, + [1666] = 946, + [1667] = 958, + [1668] = 948, + [1669] = 949, + [1670] = 950, + [1671] = 951, + [1672] = 952, + [1673] = 956, + [1674] = 965, + [1675] = 966, + [1676] = 959, + [1677] = 967, + [1678] = 960, + [1679] = 968, + [1680] = 924, + [1681] = 961, + [1682] = 905, + [1683] = 958, + [1684] = 371, + [1685] = 919, + [1686] = 954, + [1687] = 955, + [1688] = 947, + [1689] = 963, + [1690] = 964, + [1691] = 914, + [1692] = 918, + [1693] = 957, + [1694] = 873, + [1695] = 874, + [1696] = 904, + [1697] = 886, + [1698] = 876, + [1699] = 910, + [1700] = 877, + [1701] = 879, + [1702] = 922, + [1703] = 880, + [1704] = 970, + [1705] = 895, + [1706] = 906, + [1707] = 881, + [1708] = 903, + [1709] = 909, + [1710] = 919, + [1711] = 954, + [1712] = 955, + [1713] = 947, + [1714] = 957, + [1715] = 873, + [1716] = 876, + [1717] = 877, + [1718] = 879, + [1719] = 880, + [1720] = 895, + [1721] = 905, + [1722] = 903, + [1723] = 906, + [1724] = 905, + [1725] = 906, + [1726] = 909, + [1727] = 894, + [1728] = 909, + [1729] = 897, + [1730] = 933, + [1731] = 907, + [1732] = 908, + [1733] = 913, + [1734] = 894, + [1735] = 916, + [1736] = 917, + [1737] = 1190, + [1738] = 971, + [1739] = 932, + [1740] = 897, + [1741] = 945, + [1742] = 946, + [1743] = 933, + [1744] = 948, + [1745] = 949, + [1746] = 950, + [1747] = 951, + [1748] = 952, + [1749] = 956, + [1750] = 965, + [1751] = 966, + [1752] = 959, + [1753] = 967, + [1754] = 960, + [1755] = 968, + [1756] = 924, + [1757] = 961, + [1758] = 907, + [1759] = 908, + [1760] = 371, + [1761] = 913, + [1762] = 894, + [1763] = 916, + [1764] = 917, + [1765] = 1190, + [1766] = 971, + [1767] = 932, + [1768] = 897, + [1769] = 886, + [1770] = 945, + [1771] = 946, + [1772] = 933, + [1773] = 948, + [1774] = 949, + [1775] = 950, + [1776] = 951, + [1777] = 952, + [1778] = 956, + [1779] = 965, + [1780] = 966, + [1781] = 959, + [1782] = 967, + [1783] = 960, + [1784] = 968, + [1785] = 924, + [1786] = 961, + [1787] = 907, + [1788] = 958, + [1789] = 897, + [1790] = 933, + [1791] = 371, + [1792] = 908, + [1793] = 913, + [1794] = 916, + [1795] = 963, + [1796] = 964, + [1797] = 914, + [1798] = 918, + [1799] = 917, + [1800] = 874, + [1801] = 904, + [1802] = 886, + [1803] = 971, + [1804] = 910, + [1805] = 951, + [1806] = 922, + [1807] = 945, + [1808] = 946, + [1809] = 970, + [1810] = 952, + [1811] = 371, + [1812] = 868, + [1813] = 869, + [1814] = 870, + [1815] = 871, + [1816] = 850, + [1817] = 848, + [1818] = 948, + [1819] = 852, + [1820] = 853, + [1821] = 854, + [1822] = 861, + [1823] = 849, + [1824] = 851, + [1825] = 867, + [1826] = 857, + [1827] = 863, + [1828] = 858, + [1829] = 859, + [1830] = 881, + [1831] = 949, + [1832] = 862, + [1833] = 864, + [1834] = 865, + [1835] = 866, + [1836] = 950, + [1837] = 371, + [1838] = 919, + [1839] = 954, + [1840] = 958, + [1841] = 955, + [1842] = 947, + [1843] = 915, + [1844] = 957, + [1845] = 873, + [1846] = 876, + [1847] = 877, + [1848] = 879, + [1849] = 371, + [1850] = 880, + [1851] = 895, + [1852] = 951, + [1853] = 903, + [1854] = 952, + [1855] = 905, + [1856] = 963, + [1857] = 290, + [1858] = 964, + [1859] = 914, + [1860] = 918, + [1861] = 906, + [1862] = 909, + [1863] = 874, + [1864] = 904, + [1865] = 894, + [1866] = 1190, + [1867] = 897, + [1868] = 933, + [1869] = 907, + [1870] = 908, + [1871] = 913, + [1872] = 956, + [1873] = 916, + [1874] = 917, + [1875] = 956, + [1876] = 971, + [1877] = 932, + [1878] = 966, + [1879] = 945, + [1880] = 946, + [1881] = 959, + [1882] = 948, + [1883] = 949, + [1884] = 950, + [1885] = 910, + [1886] = 951, + [1887] = 952, + [1888] = 922, + [1889] = 956, + [1890] = 965, + [1891] = 970, + [1892] = 966, + [1893] = 959, + [1894] = 881, + [1895] = 967, + [1896] = 960, + [1897] = 919, + [1898] = 954, + [1899] = 955, + [1900] = 947, + [1901] = 957, + [1902] = 873, + [1903] = 876, + [1904] = 877, + [1905] = 879, + [1906] = 880, + [1907] = 895, + [1908] = 968, + [1909] = 903, + [1910] = 924, + [1911] = 905, + [1912] = 906, + [1913] = 909, + [1914] = 894, + [1915] = 961, + [1916] = 1190, + [1917] = 967, + [1918] = 958, + [1919] = 371, + [1920] = 960, + [1921] = 968, + [1922] = 907, + [1923] = 908, + [1924] = 913, + [1925] = 924, + [1926] = 916, + [1927] = 917, + [1928] = 961, + [1929] = 971, + [1930] = 932, + [1931] = 963, + [1932] = 945, + [1933] = 946, + [1934] = 964, + [1935] = 948, + [1936] = 949, + [1937] = 950, + [1938] = 914, + [1939] = 918, + [1940] = 951, + [1941] = 952, + [1942] = 956, + [1943] = 965, + [1944] = 966, + [1945] = 959, + [1946] = 967, + [1947] = 960, + [1948] = 968, + [1949] = 963, + [1950] = 924, + [1951] = 961, + [1952] = 958, + [1953] = 874, + [1954] = 904, + [1955] = 886, + [1956] = 371, + [1957] = 910, + [1958] = 964, + [1959] = 958, + [1960] = 914, + [1961] = 922, + [1962] = 918, + [1963] = 965, + [1964] = 970, + [1965] = 963, + [1966] = 964, + [1967] = 963, + [1968] = 964, + [1969] = 914, + [1970] = 918, + [1971] = 881, + [1972] = 914, + [1973] = 874, + [1974] = 904, + [1975] = 918, + [1976] = 886, + [1977] = 919, + [1978] = 910, + [1979] = 954, + [1980] = 955, + [1981] = 922, [1982] = 947, - [1983] = 949, - [1984] = 893, - [1985] = 898, - [1986] = 887, - [1987] = 878, - [1988] = 888, - [1989] = 892, - [1990] = 931, - [1991] = 887, - [1992] = 888, - [1993] = 1188, - [1994] = 889, - [1995] = 890, - [1996] = 1188, - [1997] = 889, - [1998] = 941, - [1999] = 957, - [2000] = 890, - [2001] = 924, - [2002] = 902, - [2003] = 932, - [2004] = 907, - [2005] = 912, - [2006] = 941, - [2007] = 935, - [2008] = 958, - [2009] = 957, - [2010] = 882, - [2011] = 969, - [2012] = 873, - [2013] = 874, - [2014] = 924, - [2015] = 902, - [2016] = 942, - [2017] = 924, - [2018] = 904, - [2019] = 1285, - [2020] = 933, - [2021] = 934, - [2022] = 938, - [2023] = 939, - [2024] = 942, - [2025] = 943, - [2026] = 944, - [2027] = 947, - [2028] = 358, - [2029] = 949, - [2030] = 893, - [2031] = 898, - [2032] = 878, - [2033] = 1301, - [2034] = 921, - [2035] = 1302, - [2036] = 892, - [2037] = 931, - [2038] = 922, - [2039] = 929, - [2040] = 932, - [2041] = 941, - [2042] = 957, - [2043] = 930, - [2044] = 890, - [2045] = 910, - [2046] = 261, - [2047] = 907, - [2048] = 912, - [2049] = 935, - [2050] = 958, - [2051] = 923, - [2052] = 969, - [2053] = 1308, - [2054] = 940, - [2055] = 873, - [2056] = 874, - [2057] = 875, - [2058] = 876, - [2059] = 877, - [2060] = 880, - [2061] = 881, - [2062] = 891, - [2063] = 882, - [2064] = 894, - [2065] = 883, - [2066] = 884, - [2067] = 895, - [2068] = 906, - [2069] = 885, - [2070] = 886, - [2071] = 879, - [2072] = 887, - [2073] = 888, - [2074] = 889, - [2075] = 902, - [2076] = 357, - [2077] = 2077, - [2078] = 2078, - [2079] = 2079, - [2080] = 2080, - [2081] = 2081, - [2082] = 2082, - [2083] = 2083, - [2084] = 2083, - [2085] = 2083, - [2086] = 2083, - [2087] = 2083, - [2088] = 2083, - [2089] = 2083, - [2090] = 2083, - [2091] = 2083, - [2092] = 2083, - [2093] = 2083, - [2094] = 2083, - [2095] = 2083, - [2096] = 2083, - [2097] = 2083, - [2098] = 2083, + [1983] = 957, + [1984] = 970, + [1985] = 873, + [1986] = 876, + [1987] = 881, + [1988] = 877, + [1989] = 879, + [1990] = 919, + [1991] = 954, + [1992] = 955, + [1993] = 947, + [1994] = 957, + [1995] = 873, + [1996] = 876, + [1997] = 877, + [1998] = 879, + [1999] = 880, + [2000] = 895, + [2001] = 880, + [2002] = 903, + [2003] = 895, + [2004] = 905, + [2005] = 906, + [2006] = 909, + [2007] = 894, + [2008] = 1190, + [2009] = 897, + [2010] = 933, + [2011] = 907, + [2012] = 908, + [2013] = 913, + [2014] = 966, + [2015] = 916, + [2016] = 917, + [2017] = 903, + [2018] = 971, + [2019] = 932, + [2020] = 874, + [2021] = 945, + [2022] = 946, + [2023] = 905, + [2024] = 906, + [2025] = 948, + [2026] = 949, + [2027] = 950, + [2028] = 909, + [2029] = 894, + [2030] = 1190, + [2031] = 932, + [2032] = 970, + [2033] = 959, + [2034] = 967, + [2035] = 960, + [2036] = 968, + [2037] = 924, + [2038] = 961, + [2039] = 958, + [2040] = 874, + [2041] = 956, + [2042] = 886, + [2043] = 963, + [2044] = 909, + [2045] = 894, + [2046] = 897, + [2047] = 933, + [2048] = 1288, + [2049] = 964, + [2050] = 914, + [2051] = 918, + [2052] = 904, + [2053] = 1303, + [2054] = 1305, + [2055] = 910, + [2056] = 922, + [2057] = 371, + [2058] = 965, + [2059] = 881, + [2060] = 919, + [2061] = 954, + [2062] = 966, + [2063] = 955, + [2064] = 947, + [2065] = 957, + [2066] = 873, + [2067] = 876, + [2068] = 877, + [2069] = 879, + [2070] = 880, + [2071] = 895, + [2072] = 1310, + [2073] = 903, + [2074] = 905, + [2075] = 906, + [2076] = 907, + [2077] = 915, + [2078] = 908, + [2079] = 913, + [2080] = 916, + [2081] = 917, + [2082] = 971, + [2083] = 932, + [2084] = 945, + [2085] = 946, + [2086] = 948, + [2087] = 949, + [2088] = 950, + [2089] = 951, + [2090] = 952, + [2091] = 288, + [2092] = 366, + [2093] = 2093, + [2094] = 2094, + [2095] = 2095, + [2096] = 2096, + [2097] = 2097, + [2098] = 2098, [2099] = 2099, - [2100] = 2083, - [2101] = 2101, - [2102] = 2102, - [2103] = 2103, - [2104] = 2104, - [2105] = 2102, - [2106] = 2103, - [2107] = 2101, - [2108] = 2104, - [2109] = 2102, - [2110] = 2101, - [2111] = 2104, - [2112] = 2103, - [2113] = 2101, - [2114] = 2103, - [2115] = 2101, - [2116] = 2104, - [2117] = 2102, - [2118] = 2103, - [2119] = 2104, - [2120] = 2101, - [2121] = 2103, - [2122] = 2102, - [2123] = 2101, - [2124] = 2103, - [2125] = 2101, - [2126] = 2104, - [2127] = 2102, - [2128] = 2102, - [2129] = 2101, - [2130] = 2104, - [2131] = 2103, - [2132] = 2101, - [2133] = 2104, - [2134] = 2102, - [2135] = 2101, - [2136] = 2102, - [2137] = 2102, - [2138] = 2104, - [2139] = 2101, - [2140] = 2104, - [2141] = 2102, - [2142] = 2103, - [2143] = 2101, - [2144] = 2104, - [2145] = 2102, - [2146] = 2103, - [2147] = 2101, - [2148] = 2104, - [2149] = 2102, - [2150] = 2103, - [2151] = 2103, - [2152] = 2101, - [2153] = 2104, - [2154] = 2102, - [2155] = 2103, - [2156] = 2102, - [2157] = 2103, - [2158] = 2101, - [2159] = 2104, - [2160] = 2101, - [2161] = 2102, - [2162] = 2104, - [2163] = 2103, - [2164] = 2104, - [2165] = 2102, - [2166] = 2103, - [2167] = 2167, - [2168] = 2167, - [2169] = 2167, - [2170] = 2167, - [2171] = 2171, - [2172] = 2167, - [2173] = 2167, - [2174] = 2167, - [2175] = 2175, - [2176] = 2167, - [2177] = 2167, - [2178] = 2167, - [2179] = 2167, - [2180] = 2167, - [2181] = 2167, - [2182] = 2167, - [2183] = 2167, - [2184] = 2184, - [2185] = 2167, - [2186] = 2167, + [2100] = 2099, + [2101] = 2099, + [2102] = 2099, + [2103] = 2099, + [2104] = 2099, + [2105] = 2099, + [2106] = 2099, + [2107] = 2099, + [2108] = 2108, + [2109] = 2099, + [2110] = 2099, + [2111] = 2099, + [2112] = 2099, + [2113] = 2099, + [2114] = 2099, + [2115] = 2099, + [2116] = 2099, + [2117] = 2117, + [2118] = 2118, + [2119] = 2119, + [2120] = 2120, + [2121] = 2117, + [2122] = 2117, + [2123] = 2118, + [2124] = 2119, + [2125] = 2120, + [2126] = 2118, + [2127] = 2117, + [2128] = 2118, + [2129] = 2119, + [2130] = 2120, + [2131] = 2117, + [2132] = 2117, + [2133] = 2118, + [2134] = 2119, + [2135] = 2120, + [2136] = 2118, + [2137] = 2119, + [2138] = 2120, + [2139] = 2120, + [2140] = 2117, + [2141] = 2118, + [2142] = 2119, + [2143] = 2120, + [2144] = 2117, + [2145] = 2117, + [2146] = 2118, + [2147] = 2119, + [2148] = 2120, + [2149] = 2118, + [2150] = 2119, + [2151] = 2120, + [2152] = 2117, + [2153] = 2117, + [2154] = 2119, + [2155] = 2120, + [2156] = 2118, + [2157] = 2120, + [2158] = 2117, + [2159] = 2117, + [2160] = 2118, + [2161] = 2118, + [2162] = 2119, + [2163] = 2120, + [2164] = 2119, + [2165] = 2120, + [2166] = 2119, + [2167] = 2117, + [2168] = 2118, + [2169] = 2119, + [2170] = 2120, + [2171] = 2118, + [2172] = 2119, + [2173] = 2117, + [2174] = 2118, + [2175] = 2119, + [2176] = 2120, + [2177] = 2120, + [2178] = 2117, + [2179] = 2118, + [2180] = 2119, + [2181] = 2120, + [2182] = 2118, + [2183] = 2183, + [2184] = 2183, + [2185] = 2183, + [2186] = 2183, [2187] = 2187, - [2188] = 261, - [2189] = 2189, - [2190] = 2190, - [2191] = 2191, - [2192] = 2192, - [2193] = 2193, - [2194] = 2192, + [2188] = 2183, + [2189] = 2183, + [2190] = 2183, + [2191] = 2183, + [2192] = 2183, + [2193] = 2183, + [2194] = 2183, [2195] = 2195, - [2196] = 2196, + [2196] = 2183, [2197] = 2197, - [2198] = 2198, - [2199] = 357, - [2200] = 2192, - [2201] = 2201, - [2202] = 2202, - [2203] = 2203, + [2198] = 2183, + [2199] = 2183, + [2200] = 2183, + [2201] = 2183, + [2202] = 2183, + [2203] = 288, [2204] = 2204, [2205] = 2205, [2206] = 2206, - [2207] = 2203, + [2207] = 2207, [2208] = 2208, - [2209] = 286, - [2210] = 2204, - [2211] = 2208, - [2212] = 2212, - [2213] = 2203, - [2214] = 2214, - [2215] = 2202, - [2216] = 2205, - [2217] = 2202, - [2218] = 2204, - [2219] = 2219, + [2209] = 2209, + [2210] = 2210, + [2211] = 2210, + [2212] = 2210, + [2213] = 2213, + [2214] = 366, + [2215] = 2215, + [2216] = 2216, + [2217] = 2217, + [2218] = 2218, + [2219] = 2218, [2220] = 2220, [2221] = 2221, - [2222] = 2221, + [2222] = 2222, [2223] = 2223, [2224] = 2224, - [2225] = 2225, - [2226] = 2226, - [2227] = 2221, - [2228] = 2219, - [2229] = 2229, - [2230] = 2230, + [2225] = 2224, + [2226] = 2222, + [2227] = 2224, + [2228] = 2228, + [2229] = 2221, + [2230] = 2223, [2231] = 2231, - [2232] = 2219, - [2233] = 2233, - [2234] = 2234, + [2232] = 2221, + [2233] = 296, + [2234] = 2223, [2235] = 2235, - [2236] = 2231, - [2237] = 2231, + [2236] = 2236, + [2237] = 2237, [2238] = 2238, - [2239] = 2238, - [2240] = 261, + [2239] = 2236, + [2240] = 2240, [2241] = 2241, [2242] = 2242, - [2243] = 2238, + [2243] = 2243, [2244] = 2244, - [2245] = 2238, - [2246] = 269, - [2247] = 2247, - [2248] = 2238, + [2245] = 2245, + [2246] = 2237, + [2247] = 2237, + [2248] = 2243, [2249] = 2249, - [2250] = 2238, - [2251] = 2251, - [2252] = 2252, - [2253] = 2238, + [2250] = 2250, + [2251] = 2236, + [2252] = 2243, + [2253] = 2253, [2254] = 2254, - [2255] = 2255, - [2256] = 2196, - [2257] = 2238, + [2255] = 2208, + [2256] = 2256, + [2257] = 2257, [2258] = 2258, [2259] = 2259, [2260] = 2260, - [2261] = 2261, - [2262] = 2238, + [2261] = 2259, + [2262] = 2259, [2263] = 2263, [2264] = 2264, - [2265] = 2265, - [2266] = 2266, - [2267] = 2238, - [2268] = 269, - [2269] = 2238, - [2270] = 2238, + [2265] = 2259, + [2266] = 2259, + [2267] = 2267, + [2268] = 2268, + [2269] = 2269, + [2270] = 2270, [2271] = 2271, - [2272] = 2238, - [2273] = 2273, + [2272] = 2259, + [2273] = 2263, [2274] = 2274, - [2275] = 2275, - [2276] = 2276, - [2277] = 2274, + [2275] = 2259, + [2276] = 2259, + [2277] = 2277, [2278] = 2278, - [2279] = 2238, - [2280] = 2249, - [2281] = 2281, - [2282] = 2274, - [2283] = 2263, - [2284] = 2201, - [2285] = 2238, - [2286] = 2286, - [2287] = 2286, - [2288] = 2288, - [2289] = 2193, - [2290] = 2238, - [2291] = 2275, - [2292] = 2292, - [2293] = 2293, + [2279] = 2259, + [2280] = 2271, + [2281] = 290, + [2282] = 290, + [2283] = 2283, + [2284] = 2284, + [2285] = 2284, + [2286] = 2215, + [2287] = 2287, + [2288] = 2259, + [2289] = 2289, + [2290] = 2290, + [2291] = 2259, + [2292] = 2259, + [2293] = 2278, [2294] = 2294, - [2295] = 2295, - [2296] = 2296, + [2295] = 288, + [2296] = 2216, [2297] = 2297, - [2298] = 2296, - [2299] = 357, - [2300] = 2286, - [2301] = 2249, - [2302] = 2296, + [2298] = 2298, + [2299] = 2299, + [2300] = 2300, + [2301] = 2259, + [2302] = 2302, [2303] = 2303, - [2304] = 2249, - [2305] = 2286, - [2306] = 2306, - [2307] = 2263, - [2308] = 2308, - [2309] = 2296, - [2310] = 2249, - [2311] = 2311, - [2312] = 2249, - [2313] = 2313, - [2314] = 2249, - [2315] = 2315, - [2316] = 2296, - [2317] = 2317, - [2318] = 2263, - [2319] = 2286, - [2320] = 2286, - [2321] = 2321, - [2322] = 2322, - [2323] = 2263, - [2324] = 2263, - [2325] = 2325, - [2326] = 358, - [2327] = 2327, - [2328] = 2311, - [2329] = 261, - [2330] = 2296, - [2331] = 2263, - [2332] = 261, - [2333] = 2296, - [2334] = 2249, - [2335] = 2263, - [2336] = 2336, - [2337] = 2249, - [2338] = 2338, - [2339] = 2286, - [2340] = 2311, - [2341] = 2296, - [2342] = 2296, - [2343] = 2286, + [2304] = 2259, + [2305] = 2305, + [2306] = 2259, + [2307] = 2259, + [2308] = 2263, + [2309] = 2267, + [2310] = 2310, + [2311] = 2284, + [2312] = 2271, + [2313] = 2271, + [2314] = 2314, + [2315] = 2271, + [2316] = 288, + [2317] = 2284, + [2318] = 2318, + [2319] = 2271, + [2320] = 2320, + [2321] = 2278, + [2322] = 2314, + [2323] = 2323, + [2324] = 2324, + [2325] = 2314, + [2326] = 2284, + [2327] = 2271, + [2328] = 2278, + [2329] = 2314, + [2330] = 2330, + [2331] = 2278, + [2332] = 2284, + [2333] = 2333, + [2334] = 2334, + [2335] = 371, + [2336] = 2314, + [2337] = 2314, + [2338] = 2278, + [2339] = 2314, + [2340] = 2284, + [2341] = 2341, + [2342] = 2314, + [2343] = 2343, [2344] = 2344, - [2345] = 2296, - [2346] = 2346, - [2347] = 2263, - [2348] = 2311, - [2349] = 358, - [2350] = 2350, - [2351] = 2286, - [2352] = 2249, - [2353] = 2263, - [2354] = 2296, - [2355] = 2355, + [2345] = 2345, + [2346] = 2284, + [2347] = 2314, + [2348] = 2284, + [2349] = 2284, + [2350] = 2284, + [2351] = 2314, + [2352] = 2314, + [2353] = 2353, + [2354] = 2354, + [2355] = 2344, [2356] = 2356, - [2357] = 2286, - [2358] = 2286, - [2359] = 2249, - [2360] = 2360, - [2361] = 2286, - [2362] = 2249, - [2363] = 2286, - [2364] = 2263, - [2365] = 2365, - [2366] = 2296, - [2367] = 2296, - [2368] = 2296, + [2357] = 2357, + [2358] = 2314, + [2359] = 2271, + [2360] = 2271, + [2361] = 2278, + [2362] = 2314, + [2363] = 2271, + [2364] = 2271, + [2365] = 2278, + [2366] = 2314, + [2367] = 2278, + [2368] = 366, [2369] = 2369, - [2370] = 2249, - [2371] = 2296, - [2372] = 2296, - [2373] = 2263, + [2370] = 2370, + [2371] = 371, + [2372] = 2356, + [2373] = 2373, [2374] = 2374, - [2375] = 2321, - [2376] = 2321, - [2377] = 2263, + [2375] = 2356, + [2376] = 2284, + [2377] = 2377, [2378] = 2378, - [2379] = 2379, - [2380] = 2378, + [2379] = 2356, + [2380] = 2271, [2381] = 2381, - [2382] = 2382, - [2383] = 2379, - [2384] = 2384, - [2385] = 2385, - [2386] = 2386, + [2382] = 2314, + [2383] = 2278, + [2384] = 288, + [2385] = 2284, + [2386] = 2271, [2387] = 2387, - [2388] = 2384, - [2389] = 2389, - [2390] = 2390, - [2391] = 2391, - [2392] = 2392, - [2393] = 2391, - [2394] = 2392, - [2395] = 2386, - [2396] = 2384, + [2388] = 2388, + [2389] = 2278, + [2390] = 2278, + [2391] = 2278, + [2392] = 2344, + [2393] = 2314, + [2394] = 2394, + [2395] = 2395, + [2396] = 2396, [2397] = 2397, - [2398] = 2379, - [2399] = 2378, - [2400] = 2381, - [2401] = 2382, - [2402] = 2384, - [2403] = 2397, + [2398] = 2398, + [2399] = 2395, + [2400] = 2400, + [2401] = 2401, + [2402] = 2396, + [2403] = 2403, [2404] = 2404, - [2405] = 2379, - [2406] = 261, - [2407] = 2384, - [2408] = 2381, - [2409] = 2382, - [2410] = 357, - [2411] = 2411, - [2412] = 2391, - [2413] = 2391, - [2414] = 2392, - [2415] = 2382, - [2416] = 2392, - [2417] = 2417, - [2418] = 2379, - [2419] = 2378, - [2420] = 2381, - [2421] = 2382, - [2422] = 2391, - [2423] = 2423, - [2424] = 2293, - [2425] = 2425, - [2426] = 2384, - [2427] = 2397, - [2428] = 2392, - [2429] = 2429, + [2405] = 2405, + [2406] = 2406, + [2407] = 2407, + [2408] = 366, + [2409] = 2397, + [2410] = 2398, + [2411] = 2395, + [2412] = 2396, + [2413] = 2413, + [2414] = 2414, + [2415] = 2400, + [2416] = 2416, + [2417] = 2405, + [2418] = 2406, + [2419] = 2419, + [2420] = 2420, + [2421] = 2397, + [2422] = 2398, + [2423] = 2395, + [2424] = 2396, + [2425] = 2400, + [2426] = 2426, + [2427] = 2400, + [2428] = 2428, + [2429] = 2298, [2430] = 2430, - [2431] = 2391, - [2432] = 2392, - [2433] = 2384, - [2434] = 2391, - [2435] = 2435, - [2436] = 2379, - [2437] = 2378, - [2438] = 2378, - [2439] = 2381, - [2440] = 2382, - [2441] = 2441, - [2442] = 2379, - [2443] = 2378, - [2444] = 2444, - [2445] = 2384, - [2446] = 2381, - [2447] = 2382, - [2448] = 2391, - [2449] = 2449, - [2450] = 2391, - [2451] = 2392, - [2452] = 2392, - [2453] = 2386, - [2454] = 2379, - [2455] = 2378, - [2456] = 2378, - [2457] = 2381, - [2458] = 2382, - [2459] = 2391, - [2460] = 2379, - [2461] = 2378, - [2462] = 2382, - [2463] = 2392, - [2464] = 2464, - [2465] = 2465, - [2466] = 2378, - [2467] = 2381, - [2468] = 2468, - [2469] = 2384, - [2470] = 2382, - [2471] = 2381, - [2472] = 2425, - [2473] = 2473, - [2474] = 2474, - [2475] = 2242, - [2476] = 2385, - [2477] = 2382, - [2478] = 2387, - [2479] = 2474, - [2480] = 2411, - [2481] = 2423, - [2482] = 2389, - [2483] = 2390, - [2484] = 2417, - [2485] = 2429, - [2486] = 2441, - [2487] = 2487, - [2488] = 2488, - [2489] = 2489, - [2490] = 2490, - [2491] = 2491, - [2492] = 2468, - [2493] = 2493, - [2494] = 2444, - [2495] = 2464, - [2496] = 2496, - [2497] = 269, - [2498] = 2384, - [2499] = 2379, - [2500] = 2391, - [2501] = 2392, - [2502] = 2379, - [2503] = 2391, - [2504] = 2392, - [2505] = 2378, - [2506] = 2378, - [2507] = 2384, - [2508] = 2381, - [2509] = 2435, - [2510] = 2389, - [2511] = 2390, - [2512] = 2417, - [2513] = 2429, - [2514] = 2441, - [2515] = 2487, - [2516] = 2488, - [2517] = 2489, - [2518] = 2490, - [2519] = 2491, - [2520] = 2468, - [2521] = 2493, - [2522] = 2384, - [2523] = 2382, - [2524] = 2487, - [2525] = 2430, - [2526] = 2449, - [2527] = 2389, - [2528] = 2390, - [2529] = 2429, - [2530] = 2441, - [2531] = 2464, - [2532] = 2247, - [2533] = 2251, - [2534] = 2389, - [2535] = 2390, - [2536] = 2429, - [2537] = 2441, - [2538] = 2464, + [2431] = 2405, + [2432] = 2406, + [2433] = 2433, + [2434] = 290, + [2435] = 2397, + [2436] = 2398, + [2437] = 2395, + [2438] = 2396, + [2439] = 2400, + [2440] = 2440, + [2441] = 288, + [2442] = 2270, + [2443] = 2400, + [2444] = 366, + [2445] = 2405, + [2446] = 2405, + [2447] = 2406, + [2448] = 2406, + [2449] = 2400, + [2450] = 2397, + [2451] = 2398, + [2452] = 2395, + [2453] = 2396, + [2454] = 2454, + [2455] = 2397, + [2456] = 2456, + [2457] = 2457, + [2458] = 2400, + [2459] = 2398, + [2460] = 2405, + [2461] = 2406, + [2462] = 2397, + [2463] = 2398, + [2464] = 2395, + [2465] = 2396, + [2466] = 2395, + [2467] = 2396, + [2468] = 2416, + [2469] = 2403, + [2470] = 2400, + [2471] = 2405, + [2472] = 2406, + [2473] = 2405, + [2474] = 2406, + [2475] = 2397, + [2476] = 2398, + [2477] = 2395, + [2478] = 2396, + [2479] = 2404, + [2480] = 2480, + [2481] = 2440, + [2482] = 2482, + [2483] = 2400, + [2484] = 2405, + [2485] = 2401, + [2486] = 2405, + [2487] = 2406, + [2488] = 2420, + [2489] = 2397, + [2490] = 2398, + [2491] = 2395, + [2492] = 2396, + [2493] = 2407, + [2494] = 2398, + [2495] = 2400, + [2496] = 2413, + [2497] = 2428, + [2498] = 2405, + [2499] = 2406, + [2500] = 2428, + [2501] = 2397, + [2502] = 2398, + [2503] = 2395, + [2504] = 2396, + [2505] = 2505, + [2506] = 2506, + [2507] = 2507, + [2508] = 2400, + [2509] = 2302, + [2510] = 2400, + [2511] = 2511, + [2512] = 2394, + [2513] = 2480, + [2514] = 2514, + [2515] = 2405, + [2516] = 2406, + [2517] = 2406, + [2518] = 2397, + [2519] = 2405, + [2520] = 2398, + [2521] = 2395, + [2522] = 2396, + [2523] = 2397, + [2524] = 2416, + [2525] = 2398, + [2526] = 2398, + [2527] = 2396, + [2528] = 2528, + [2529] = 2406, + [2530] = 2514, + [2531] = 2531, + [2532] = 2532, + [2533] = 2254, + [2534] = 2397, + [2535] = 2430, + [2536] = 2401, + [2537] = 2398, + [2538] = 2403, [2539] = 2539, - [2540] = 2381, - [2541] = 2379, - [2542] = 2493, - [2543] = 2241, - [2544] = 2389, - [2545] = 2390, - [2546] = 2429, - [2547] = 2441, - [2548] = 2464, - [2549] = 2276, - [2550] = 2378, - [2551] = 2430, - [2552] = 2552, - [2553] = 2258, - [2554] = 2264, - [2555] = 2389, - [2556] = 2390, - [2557] = 2429, - [2558] = 2441, - [2559] = 2464, - [2560] = 2560, - [2561] = 2384, - [2562] = 2381, - [2563] = 2382, - [2564] = 2266, - [2565] = 2382, - [2566] = 2444, - [2567] = 2389, - [2568] = 2390, - [2569] = 2429, - [2570] = 2441, - [2571] = 2464, - [2572] = 2391, - [2573] = 2392, - [2574] = 2552, - [2575] = 2575, - [2576] = 2491, - [2577] = 2490, - [2578] = 2379, - [2579] = 2379, - [2580] = 2389, - [2581] = 2390, - [2582] = 2429, - [2583] = 2441, - [2584] = 2464, - [2585] = 2378, - [2586] = 2381, - [2587] = 2382, - [2588] = 2552, - [2589] = 357, - [2590] = 2392, - [2591] = 2575, - [2592] = 2389, - [2593] = 2390, - [2594] = 2429, - [2595] = 2441, - [2596] = 2464, - [2597] = 2378, - [2598] = 2381, - [2599] = 2389, - [2600] = 2390, - [2601] = 2429, - [2602] = 2441, - [2603] = 2464, - [2604] = 2604, - [2605] = 2384, - [2606] = 2496, - [2607] = 2389, - [2608] = 2390, - [2609] = 2429, - [2610] = 2441, - [2611] = 2464, - [2612] = 2384, - [2613] = 2391, - [2614] = 2391, - [2615] = 2392, - [2616] = 2389, - [2617] = 2390, - [2618] = 2429, - [2619] = 2441, - [2620] = 2464, - [2621] = 2379, - [2622] = 2381, - [2623] = 2488, - [2624] = 2425, - [2625] = 2379, - [2626] = 2474, - [2627] = 2378, - [2628] = 2381, - [2629] = 2389, - [2630] = 2390, - [2631] = 2429, - [2632] = 2441, - [2633] = 2464, - [2634] = 2382, - [2635] = 2385, - [2636] = 2382, - [2637] = 2387, - [2638] = 2411, - [2639] = 2423, - [2640] = 2389, - [2641] = 2390, - [2642] = 2429, - [2643] = 2441, - [2644] = 2464, - [2645] = 2384, - [2646] = 2489, - [2647] = 2391, - [2648] = 2392, - [2649] = 2392, - [2650] = 2389, - [2651] = 2390, - [2652] = 2429, - [2653] = 2441, - [2654] = 2390, - [2655] = 2441, - [2656] = 2464, - [2657] = 2552, - [2658] = 2464, - [2659] = 2659, - [2660] = 2660, - [2661] = 2661, - [2662] = 2662, - [2663] = 2663, - [2664] = 2664, - [2665] = 2660, - [2666] = 2666, - [2667] = 2575, - [2668] = 2668, - [2669] = 2669, - [2670] = 2670, - [2671] = 2671, - [2672] = 2672, - [2673] = 2673, - [2674] = 2674, - [2675] = 2662, - [2676] = 2664, - [2677] = 2660, + [2540] = 2395, + [2541] = 2396, + [2542] = 2404, + [2543] = 2407, + [2544] = 2413, + [2545] = 2414, + [2546] = 2456, + [2547] = 2457, + [2548] = 2426, + [2549] = 2505, + [2550] = 2507, + [2551] = 2551, + [2552] = 2506, + [2553] = 2511, + [2554] = 2419, + [2555] = 2555, + [2556] = 2556, + [2557] = 2398, + [2558] = 2528, + [2559] = 2414, + [2560] = 2531, + [2561] = 2395, + [2562] = 2430, + [2563] = 2396, + [2564] = 2396, + [2565] = 2395, + [2566] = 2456, + [2567] = 2457, + [2568] = 2426, + [2569] = 2505, + [2570] = 2507, + [2571] = 2551, + [2572] = 2506, + [2573] = 2511, + [2574] = 2419, + [2575] = 2555, + [2576] = 2556, + [2577] = 2394, + [2578] = 2528, + [2579] = 2400, + [2580] = 2482, + [2581] = 2397, + [2582] = 2269, + [2583] = 2556, + [2584] = 2456, + [2585] = 2457, + [2586] = 2505, + [2587] = 2507, + [2588] = 2528, + [2589] = 2406, + [2590] = 2551, + [2591] = 2260, + [2592] = 2456, + [2593] = 2457, + [2594] = 2505, + [2595] = 2507, + [2596] = 2528, + [2597] = 2268, + [2598] = 2400, + [2599] = 2400, + [2600] = 2456, + [2601] = 2457, + [2602] = 2505, + [2603] = 2507, + [2604] = 2528, + [2605] = 2440, + [2606] = 2456, + [2607] = 2457, + [2608] = 2505, + [2609] = 2507, + [2610] = 2528, + [2611] = 2611, + [2612] = 2480, + [2613] = 2456, + [2614] = 2457, + [2615] = 2505, + [2616] = 2507, + [2617] = 2528, + [2618] = 2456, + [2619] = 2457, + [2620] = 2505, + [2621] = 2507, + [2622] = 2528, + [2623] = 2405, + [2624] = 2406, + [2625] = 2430, + [2626] = 2456, + [2627] = 2457, + [2628] = 2505, + [2629] = 2507, + [2630] = 2528, + [2631] = 2395, + [2632] = 2456, + [2633] = 2457, + [2634] = 2505, + [2635] = 2507, + [2636] = 2528, + [2637] = 2555, + [2638] = 2396, + [2639] = 2456, + [2640] = 2457, + [2641] = 2505, + [2642] = 2507, + [2643] = 2528, + [2644] = 2257, + [2645] = 2300, + [2646] = 2456, + [2647] = 2457, + [2648] = 2505, + [2649] = 2507, + [2650] = 2528, + [2651] = 2456, + [2652] = 2457, + [2653] = 2505, + [2654] = 2507, + [2655] = 2528, + [2656] = 2656, + [2657] = 2405, + [2658] = 2406, + [2659] = 2456, + [2660] = 2457, + [2661] = 2505, + [2662] = 2507, + [2663] = 2528, + [2664] = 2528, + [2665] = 2397, + [2666] = 2456, + [2667] = 2457, + [2668] = 2505, + [2669] = 2507, + [2670] = 2457, + [2671] = 2507, + [2672] = 2397, + [2673] = 2398, + [2674] = 2405, + [2675] = 2675, + [2676] = 2420, + [2677] = 2677, [2678] = 2678, - [2679] = 2360, - [2680] = 2276, + [2679] = 2679, + [2680] = 2680, [2681] = 2681, - [2682] = 2673, - [2683] = 2259, - [2684] = 2308, - [2685] = 2662, - [2686] = 326, - [2687] = 2673, - [2688] = 2664, - [2689] = 2662, - [2690] = 2673, - [2691] = 2664, - [2692] = 2662, - [2693] = 2664, - [2694] = 2660, - [2695] = 2660, - [2696] = 2297, - [2697] = 2670, - [2698] = 2575, - [2699] = 2659, - [2700] = 2671, - [2701] = 2660, - [2702] = 2678, - [2703] = 2338, - [2704] = 2704, - [2705] = 2306, - [2706] = 2673, - [2707] = 2661, - [2708] = 2662, - [2709] = 2664, - [2710] = 2660, - [2711] = 2711, - [2712] = 2252, - [2713] = 2575, - [2714] = 2711, - [2715] = 2356, - [2716] = 2673, + [2682] = 2677, + [2683] = 2678, + [2684] = 2684, + [2685] = 2685, + [2686] = 366, + [2687] = 2687, + [2688] = 2354, + [2689] = 2689, + [2690] = 2420, + [2691] = 2679, + [2692] = 2692, + [2693] = 2681, + [2694] = 2677, + [2695] = 2678, + [2696] = 2696, + [2697] = 2697, + [2698] = 2678, + [2699] = 2420, + [2700] = 2330, + [2701] = 2701, + [2702] = 2679, + [2703] = 332, + [2704] = 2681, + [2705] = 2677, + [2706] = 2678, + [2707] = 2707, + [2708] = 2708, + [2709] = 2709, + [2710] = 2687, + [2711] = 2679, + [2712] = 2709, + [2713] = 2681, + [2714] = 2677, + [2715] = 2678, + [2716] = 290, [2717] = 2717, - [2718] = 269, - [2719] = 2662, - [2720] = 2664, - [2721] = 2673, - [2722] = 2660, - [2723] = 2662, - [2724] = 2664, - [2725] = 2660, - [2726] = 2662, - [2727] = 2575, - [2728] = 2374, - [2729] = 2672, - [2730] = 2662, - [2731] = 2664, - [2732] = 2732, - [2733] = 2575, - [2734] = 2673, - [2735] = 2678, - [2736] = 2662, - [2737] = 2664, - [2738] = 2660, - [2739] = 2575, - [2740] = 2740, - [2741] = 269, - [2742] = 2673, - [2743] = 2575, - [2744] = 2662, - [2745] = 2664, - [2746] = 2660, - [2747] = 358, - [2748] = 2717, - [2749] = 2661, - [2750] = 2750, - [2751] = 2673, - [2752] = 2315, - [2753] = 2662, - [2754] = 2664, - [2755] = 2660, - [2756] = 2575, - [2757] = 357, - [2758] = 2758, - [2759] = 269, - [2760] = 2666, - [2761] = 2761, - [2762] = 2762, - [2763] = 2681, - [2764] = 2673, - [2765] = 2664, - [2766] = 2662, - [2767] = 2664, - [2768] = 2673, - [2769] = 2660, - [2770] = 2662, - [2771] = 2664, - [2772] = 2660, - [2773] = 2673, - [2774] = 2575, - [2775] = 2660, - [2776] = 2666, - [2777] = 2669, - [2778] = 2670, - [2779] = 2671, - [2780] = 2780, - [2781] = 2575, - [2782] = 2673, - [2783] = 2681, - [2784] = 2662, - [2785] = 2664, - [2786] = 2660, - [2787] = 2711, - [2788] = 2575, - [2789] = 2662, - [2790] = 2660, - [2791] = 2673, - [2792] = 2673, - [2793] = 2669, - [2794] = 2794, - [2795] = 2795, - [2796] = 895, - [2797] = 2797, - [2798] = 2798, - [2799] = 2799, - [2800] = 2800, - [2801] = 2801, - [2802] = 2802, - [2803] = 2803, - [2804] = 2804, - [2805] = 2805, + [2718] = 2675, + [2719] = 2701, + [2720] = 2300, + [2721] = 2692, + [2722] = 2722, + [2723] = 2679, + [2724] = 2420, + [2725] = 2681, + [2726] = 2677, + [2727] = 2678, + [2728] = 2679, + [2729] = 2680, + [2730] = 2681, + [2731] = 2677, + [2732] = 2677, + [2733] = 2679, + [2734] = 2678, + [2735] = 2681, + [2736] = 2677, + [2737] = 2678, + [2738] = 2420, + [2739] = 2717, + [2740] = 2692, + [2741] = 2420, + [2742] = 2353, + [2743] = 2357, + [2744] = 2303, + [2745] = 2745, + [2746] = 2746, + [2747] = 2681, + [2748] = 2679, + [2749] = 2749, + [2750] = 2681, + [2751] = 2677, + [2752] = 2678, + [2753] = 371, + [2754] = 2708, + [2755] = 2305, + [2756] = 2756, + [2757] = 2420, + [2758] = 2709, + [2759] = 2745, + [2760] = 2679, + [2761] = 2687, + [2762] = 2681, + [2763] = 2677, + [2764] = 2678, + [2765] = 2679, + [2766] = 2766, + [2767] = 290, + [2768] = 2679, + [2769] = 2420, + [2770] = 2679, + [2771] = 2681, + [2772] = 2681, + [2773] = 2677, + [2774] = 2678, + [2775] = 2677, + [2776] = 2745, + [2777] = 2678, + [2778] = 2681, + [2779] = 2333, + [2780] = 2420, + [2781] = 2717, + [2782] = 2689, + [2783] = 2343, + [2784] = 2679, + [2785] = 2675, + [2786] = 2681, + [2787] = 2677, + [2788] = 2678, + [2789] = 2701, + [2790] = 2689, + [2791] = 290, + [2792] = 2388, + [2793] = 2420, + [2794] = 2679, + [2795] = 2420, + [2796] = 2681, + [2797] = 2679, + [2798] = 2677, + [2799] = 2681, + [2800] = 2677, + [2801] = 2678, + [2802] = 2678, + [2803] = 2749, + [2804] = 2681, + [2805] = 2678, [2806] = 2806, - [2807] = 2807, - [2808] = 2808, + [2807] = 2345, + [2808] = 2679, [2809] = 2809, [2810] = 2810, [2811] = 2811, @@ -4766,54 +4780,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2820] = 2820, [2821] = 2821, [2822] = 2822, - [2823] = 2818, - [2824] = 886, - [2825] = 2816, + [2823] = 2823, + [2824] = 2824, + [2825] = 2825, [2826] = 2826, - [2827] = 2804, + [2827] = 2827, [2828] = 2828, [2829] = 2829, - [2830] = 2805, + [2830] = 2830, [2831] = 2831, [2832] = 2832, - [2833] = 2833, - [2834] = 2834, - [2835] = 2795, + [2833] = 2812, + [2834] = 2825, + [2835] = 2826, [2836] = 2836, - [2837] = 2797, - [2838] = 2838, - [2839] = 2810, - [2840] = 2821, - [2841] = 2810, - [2842] = 2798, - [2843] = 2799, - [2844] = 2800, - [2845] = 2801, - [2846] = 2802, - [2847] = 2829, - [2848] = 2803, - [2849] = 2831, - [2850] = 2804, - [2851] = 2833, - [2852] = 2805, - [2853] = 2795, - [2854] = 2303, - [2855] = 2797, - [2856] = 2798, - [2857] = 2799, - [2858] = 2800, - [2859] = 2801, - [2860] = 2802, - [2861] = 2803, - [2862] = 2804, - [2863] = 2805, - [2864] = 2806, - [2865] = 2807, - [2866] = 2808, - [2867] = 2806, - [2868] = 2807, + [2837] = 2836, + [2838] = 2813, + [2839] = 2814, + [2840] = 2815, + [2841] = 2841, + [2842] = 2816, + [2843] = 2843, + [2844] = 2844, + [2845] = 2845, + [2846] = 2813, + [2847] = 2817, + [2848] = 2848, + [2849] = 2818, + [2850] = 2850, + [2851] = 2819, + [2852] = 2820, + [2853] = 2853, + [2854] = 2844, + [2855] = 2845, + [2856] = 2848, + [2857] = 2857, + [2858] = 2858, + [2859] = 2821, + [2860] = 2858, + [2861] = 2822, + [2862] = 2862, + [2863] = 2850, + [2864] = 2827, + [2865] = 2865, + [2866] = 2823, + [2867] = 2867, + [2868] = 2824, [2869] = 2811, - [2870] = 2812, + [2870] = 2870, [2871] = 2813, [2872] = 2814, [2873] = 2815, @@ -4822,54 +4836,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2876] = 2818, [2877] = 2819, [2878] = 2820, - [2879] = 2808, - [2880] = 2880, - [2881] = 887, - [2882] = 2811, - [2883] = 2812, - [2884] = 2813, - [2885] = 2814, + [2879] = 2821, + [2880] = 2822, + [2881] = 2823, + [2882] = 2824, + [2883] = 2883, + [2884] = 2884, + [2885] = 2827, [2886] = 2828, - [2887] = 2815, - [2888] = 2816, - [2889] = 2817, - [2890] = 2818, - [2891] = 2819, - [2892] = 2820, - [2893] = 888, - [2894] = 2894, - [2895] = 2810, - [2896] = 2821, - [2897] = 358, - [2898] = 2898, - [2899] = 2828, - [2900] = 2900, - [2901] = 2901, - [2902] = 2797, - [2903] = 2829, - [2904] = 2828, - [2905] = 2831, - [2906] = 2901, - [2907] = 2833, - [2908] = 358, - [2909] = 2795, - [2910] = 2836, - [2911] = 2797, - [2912] = 2798, - [2913] = 2799, - [2914] = 2800, - [2915] = 2801, - [2916] = 2802, - [2917] = 2803, - [2918] = 2804, - [2919] = 2805, - [2920] = 2806, - [2921] = 2807, - [2922] = 2808, - [2923] = 2894, + [2887] = 2829, + [2888] = 2830, + [2889] = 2831, + [2890] = 2832, + [2891] = 2812, + [2892] = 2825, + [2893] = 2826, + [2894] = 2836, + [2895] = 2828, + [2896] = 2896, + [2897] = 2827, + [2898] = 2828, + [2899] = 2899, + [2900] = 2829, + [2901] = 2844, + [2902] = 2844, + [2903] = 2845, + [2904] = 2848, + [2905] = 2378, + [2906] = 2906, + [2907] = 2907, + [2908] = 2830, + [2909] = 2909, + [2910] = 2910, + [2911] = 2845, + [2912] = 2848, + [2913] = 2913, + [2914] = 2914, + [2915] = 2915, + [2916] = 2850, + [2917] = 2917, + [2918] = 2844, + [2919] = 2850, + [2920] = 2920, + [2921] = 2865, + [2922] = 2922, + [2923] = 2867, [2924] = 2924, [2925] = 2811, - [2926] = 2812, + [2926] = 2850, [2927] = 2813, [2928] = 2814, [2929] = 2815, @@ -4878,54 +4892,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2932] = 2818, [2933] = 2819, [2934] = 2820, - [2935] = 2935, - [2936] = 2936, - [2937] = 2937, - [2938] = 2811, - [2939] = 2808, - [2940] = 2810, - [2941] = 2821, + [2935] = 2821, + [2936] = 2822, + [2937] = 2823, + [2938] = 2824, + [2939] = 2841, + [2940] = 2865, + [2941] = 2827, [2942] = 2828, - [2943] = 2943, - [2944] = 358, - [2945] = 2945, - [2946] = 2798, - [2947] = 2947, - [2948] = 2948, - [2949] = 2828, - [2950] = 2829, - [2951] = 2810, - [2952] = 2821, - [2953] = 2953, - [2954] = 2831, - [2955] = 2955, - [2956] = 2833, - [2957] = 2955, - [2958] = 2795, - [2959] = 2829, - [2960] = 2812, - [2961] = 2831, - [2962] = 2797, - [2963] = 2833, - [2964] = 2798, - [2965] = 2795, - [2966] = 2799, - [2967] = 2797, - [2968] = 2798, - [2969] = 2799, - [2970] = 2800, - [2971] = 2801, - [2972] = 2802, - [2973] = 2803, - [2974] = 2804, - [2975] = 2805, - [2976] = 2806, - [2977] = 2807, - [2978] = 2808, - [2979] = 2800, - [2980] = 2801, + [2943] = 2829, + [2944] = 2830, + [2945] = 2831, + [2946] = 2832, + [2947] = 2812, + [2948] = 2825, + [2949] = 2826, + [2950] = 2836, + [2951] = 2831, + [2952] = 2832, + [2953] = 2865, + [2954] = 2867, + [2955] = 2867, + [2956] = 2811, + [2957] = 2957, + [2958] = 2844, + [2959] = 2813, + [2960] = 2814, + [2961] = 2815, + [2962] = 2812, + [2963] = 2825, + [2964] = 2826, + [2965] = 2836, + [2966] = 2845, + [2967] = 2845, + [2968] = 2848, + [2969] = 2816, + [2970] = 2817, + [2971] = 2971, + [2972] = 2818, + [2973] = 2884, + [2974] = 2819, + [2975] = 2850, + [2976] = 2820, + [2977] = 2865, + [2978] = 2896, + [2979] = 2867, + [2980] = 2821, [2981] = 2811, - [2982] = 2812, + [2982] = 2907, [2983] = 2813, [2984] = 2814, [2985] = 2815, @@ -4934,54 +4948,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2988] = 2818, [2989] = 2819, [2990] = 2820, - [2991] = 2802, - [2992] = 2803, - [2993] = 2804, - [2994] = 2805, - [2995] = 2806, - [2996] = 2807, - [2997] = 2808, + [2991] = 2821, + [2992] = 2822, + [2993] = 2823, + [2994] = 2824, + [2995] = 2822, + [2996] = 2823, + [2997] = 2827, [2998] = 2828, - [2999] = 2999, - [3000] = 2924, - [3001] = 2811, - [3002] = 2812, - [3003] = 2813, - [3004] = 2814, - [3005] = 3005, - [3006] = 2815, - [3007] = 2810, - [3008] = 2821, - [3009] = 2816, - [3010] = 2817, - [3011] = 2818, - [3012] = 2819, - [3013] = 2820, - [3014] = 3014, + [2999] = 2829, + [3000] = 2830, + [3001] = 2831, + [3002] = 2832, + [3003] = 2812, + [3004] = 2825, + [3005] = 2826, + [3006] = 2836, + [3007] = 3007, + [3008] = 3008, + [3009] = 2824, + [3010] = 2867, + [3011] = 2899, + [3012] = 2827, + [3013] = 2828, + [3014] = 2844, [3015] = 2829, - [3016] = 2810, + [3016] = 2830, [3017] = 2831, - [3018] = 2821, - [3019] = 2833, - [3020] = 2831, - [3021] = 2795, + [3018] = 2832, + [3019] = 2812, + [3020] = 2825, + [3021] = 2826, [3022] = 3022, - [3023] = 2797, - [3024] = 2798, - [3025] = 2799, - [3026] = 2800, - [3027] = 2801, - [3028] = 2802, - [3029] = 2803, - [3030] = 2804, - [3031] = 2805, - [3032] = 2806, - [3033] = 2807, - [3034] = 2808, - [3035] = 2829, - [3036] = 2833, + [3023] = 2845, + [3024] = 2848, + [3025] = 2836, + [3026] = 3026, + [3027] = 2845, + [3028] = 2848, + [3029] = 2810, + [3030] = 2814, + [3031] = 2850, + [3032] = 3032, + [3033] = 2865, + [3034] = 3034, + [3035] = 2867, + [3036] = 2906, [3037] = 2811, - [3038] = 2812, + [3038] = 2844, [3039] = 2813, [3040] = 2814, [3041] = 2815, @@ -4990,521 +5004,537 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3044] = 2818, [3045] = 2819, [3046] = 2820, - [3047] = 2828, - [3048] = 2935, - [3049] = 2819, - [3050] = 3050, - [3051] = 3051, + [3047] = 2821, + [3048] = 2822, + [3049] = 2823, + [3050] = 2824, + [3051] = 2811, [3052] = 3052, - [3053] = 3053, + [3053] = 2827, [3054] = 2828, - [3055] = 2806, - [3056] = 3056, - [3057] = 2810, - [3058] = 2821, - [3059] = 2813, - [3060] = 2814, - [3061] = 2815, - [3062] = 2816, - [3063] = 2810, - [3064] = 2821, - [3065] = 2829, - [3066] = 2807, - [3067] = 2831, - [3068] = 3068, - [3069] = 2820, - [3070] = 2945, - [3071] = 3071, - [3072] = 3072, - [3073] = 2833, - [3074] = 3074, - [3075] = 3075, - [3076] = 2829, - [3077] = 2795, - [3078] = 2831, - [3079] = 3079, - [3080] = 2833, - [3081] = 2898, - [3082] = 2948, - [3083] = 3083, - [3084] = 2795, - [3085] = 2797, - [3086] = 2797, - [3087] = 2798, - [3088] = 2799, - [3089] = 2800, - [3090] = 2801, - [3091] = 2802, - [3092] = 3092, - [3093] = 2803, - [3094] = 2804, - [3095] = 2805, - [3096] = 2806, - [3097] = 2807, - [3098] = 2808, - [3099] = 2798, - [3100] = 2799, + [3055] = 2829, + [3056] = 2830, + [3057] = 2831, + [3058] = 2832, + [3059] = 2812, + [3060] = 2825, + [3061] = 2826, + [3062] = 2836, + [3063] = 3063, + [3064] = 3064, + [3065] = 3007, + [3066] = 2844, + [3067] = 2870, + [3068] = 2850, + [3069] = 2813, + [3070] = 2844, + [3071] = 2815, + [3072] = 2816, + [3073] = 3008, + [3074] = 2845, + [3075] = 2829, + [3076] = 2830, + [3077] = 2831, + [3078] = 2832, + [3079] = 2848, + [3080] = 2865, + [3081] = 2811, + [3082] = 2867, + [3083] = 2844, + [3084] = 3084, + [3085] = 2814, + [3086] = 3086, + [3087] = 2922, + [3088] = 2811, + [3089] = 2831, + [3090] = 2850, + [3091] = 3091, + [3092] = 2813, + [3093] = 3093, + [3094] = 2865, + [3095] = 2870, + [3096] = 2814, + [3097] = 3022, + [3098] = 3098, + [3099] = 2867, + [3100] = 2815, [3101] = 2811, - [3102] = 2812, + [3102] = 2816, [3103] = 2813, [3104] = 2814, - [3105] = 2999, - [3106] = 2815, - [3107] = 2816, - [3108] = 2817, + [3105] = 2815, + [3106] = 2816, + [3107] = 2817, + [3108] = 2910, [3109] = 2818, [3110] = 2819, - [3111] = 3005, + [3111] = 3111, [3112] = 2820, - [3113] = 2800, - [3114] = 2801, - [3115] = 2802, - [3116] = 2803, - [3117] = 2804, - [3118] = 2805, - [3119] = 2806, - [3120] = 2828, - [3121] = 2807, - [3122] = 3068, - [3123] = 2808, - [3124] = 2945, - [3125] = 3071, - [3126] = 3126, - [3127] = 3127, - [3128] = 2799, - [3129] = 3068, - [3130] = 2811, - [3131] = 2812, - [3132] = 2813, - [3133] = 2813, - [3134] = 2810, - [3135] = 2898, - [3136] = 2948, - [3137] = 2821, - [3138] = 2814, - [3139] = 3139, - [3140] = 3140, - [3141] = 3141, - [3142] = 3142, - [3143] = 3143, - [3144] = 2829, - [3145] = 3145, - [3146] = 3092, - [3147] = 2831, - [3148] = 885, - [3149] = 2833, + [3113] = 2843, + [3114] = 2821, + [3115] = 2822, + [3116] = 2823, + [3117] = 2824, + [3118] = 2817, + [3119] = 2818, + [3120] = 2827, + [3121] = 3121, + [3122] = 2828, + [3123] = 2829, + [3124] = 2830, + [3125] = 2831, + [3126] = 2832, + [3127] = 3026, + [3128] = 2812, + [3129] = 2825, + [3130] = 2826, + [3131] = 2836, + [3132] = 2812, + [3133] = 2819, + [3134] = 959, + [3135] = 2820, + [3136] = 2821, + [3137] = 2841, + [3138] = 2810, + [3139] = 960, + [3140] = 3086, + [3141] = 2922, + [3142] = 2822, + [3143] = 3098, + [3144] = 2858, + [3145] = 2844, + [3146] = 2899, + [3147] = 2906, + [3148] = 2823, + [3149] = 2824, [3150] = 2815, - [3151] = 2795, - [3152] = 3139, - [3153] = 2816, - [3154] = 2797, - [3155] = 2798, - [3156] = 2799, - [3157] = 2800, - [3158] = 2801, - [3159] = 2802, - [3160] = 2803, - [3161] = 2804, - [3162] = 2805, - [3163] = 3005, - [3164] = 2806, - [3165] = 2807, - [3166] = 2808, - [3167] = 2800, - [3168] = 3168, - [3169] = 2811, - [3170] = 2812, - [3171] = 2813, - [3172] = 2814, - [3173] = 2815, - [3174] = 2945, - [3175] = 3071, - [3176] = 2816, - [3177] = 2817, - [3178] = 3178, - [3179] = 3140, - [3180] = 3180, - [3181] = 2818, - [3182] = 2819, - [3183] = 2820, - [3184] = 3184, - [3185] = 2898, - [3186] = 2948, - [3187] = 3092, - [3188] = 2817, - [3189] = 2818, - [3190] = 2819, - [3191] = 2820, - [3192] = 2829, - [3193] = 2953, - [3194] = 3005, - [3195] = 2828, - [3196] = 3051, - [3197] = 3053, - [3198] = 2945, - [3199] = 3071, - [3200] = 3200, - [3201] = 3056, - [3202] = 2832, - [3203] = 3083, - [3204] = 3127, - [3205] = 2795, - [3206] = 3141, - [3207] = 2831, - [3208] = 2898, - [3209] = 2948, - [3210] = 3092, - [3211] = 2936, - [3212] = 2833, - [3213] = 2814, - [3214] = 2810, - [3215] = 2821, - [3216] = 3216, - [3217] = 3005, - [3218] = 2795, - [3219] = 2801, - [3220] = 2832, - [3221] = 2945, - [3222] = 3222, - [3223] = 3092, - [3224] = 2797, - [3225] = 2829, - [3226] = 2798, - [3227] = 2831, - [3228] = 2317, - [3229] = 2833, - [3230] = 2799, - [3231] = 2898, - [3232] = 2948, - [3233] = 3092, - [3234] = 2795, - [3235] = 889, - [3236] = 2797, - [3237] = 2798, - [3238] = 2799, - [3239] = 2800, - [3240] = 3005, - [3241] = 2801, - [3242] = 2802, - [3243] = 2803, - [3244] = 2945, - [3245] = 3071, - [3246] = 3142, - [3247] = 2804, - [3248] = 2805, - [3249] = 2806, - [3250] = 2807, - [3251] = 2808, - [3252] = 2800, - [3253] = 2801, - [3254] = 2898, - [3255] = 2948, - [3256] = 3092, - [3257] = 2811, - [3258] = 2812, - [3259] = 2813, - [3260] = 2814, - [3261] = 2815, - [3262] = 2816, - [3263] = 3005, - [3264] = 2817, - [3265] = 2818, - [3266] = 2819, - [3267] = 2945, - [3268] = 3071, - [3269] = 2820, - [3270] = 2802, - [3271] = 2828, - [3272] = 2901, - [3273] = 2803, - [3274] = 2804, - [3275] = 2805, - [3276] = 2836, - [3277] = 2898, - [3278] = 2948, - [3279] = 3092, - [3280] = 2828, - [3281] = 2894, - [3282] = 2924, - [3283] = 3283, - [3284] = 890, - [3285] = 3285, - [3286] = 3005, - [3287] = 3287, - [3288] = 2935, - [3289] = 2936, - [3290] = 2945, - [3291] = 3071, - [3292] = 2937, - [3293] = 2806, - [3294] = 2810, - [3295] = 2821, - [3296] = 2807, - [3297] = 2808, - [3298] = 2937, - [3299] = 2817, - [3300] = 2898, - [3301] = 2948, - [3302] = 3092, - [3303] = 3303, - [3304] = 2811, - [3305] = 2829, - [3306] = 2812, - [3307] = 2831, - [3308] = 2810, - [3309] = 3005, - [3310] = 2833, + [3151] = 3022, + [3152] = 3098, + [3153] = 2817, + [3154] = 2823, + [3155] = 961, + [3156] = 2824, + [3157] = 3157, + [3158] = 2816, + [3159] = 2827, + [3160] = 3160, + [3161] = 2818, + [3162] = 2910, + [3163] = 3121, + [3164] = 2845, + [3165] = 2848, + [3166] = 2825, + [3167] = 3167, + [3168] = 2845, + [3169] = 2848, + [3170] = 3170, + [3171] = 2828, + [3172] = 2829, + [3173] = 2830, + [3174] = 2819, + [3175] = 2831, + [3176] = 2850, + [3177] = 2832, + [3178] = 2865, + [3179] = 3026, + [3180] = 2812, + [3181] = 2867, + [3182] = 2370, + [3183] = 2811, + [3184] = 2829, + [3185] = 2813, + [3186] = 2814, + [3187] = 2815, + [3188] = 2816, + [3189] = 2817, + [3190] = 3086, + [3191] = 2922, + [3192] = 3192, + [3193] = 2818, + [3194] = 2819, + [3195] = 2913, + [3196] = 2820, + [3197] = 2821, + [3198] = 2822, + [3199] = 3199, + [3200] = 2823, + [3201] = 3022, + [3202] = 3098, + [3203] = 2910, + [3204] = 2824, + [3205] = 2825, + [3206] = 2826, + [3207] = 2827, + [3208] = 2828, + [3209] = 2829, + [3210] = 3026, + [3211] = 2830, + [3212] = 2831, + [3213] = 2832, + [3214] = 3086, + [3215] = 2922, + [3216] = 2812, + [3217] = 2825, + [3218] = 2914, + [3219] = 3219, + [3220] = 2826, + [3221] = 3064, + [3222] = 2836, + [3223] = 2836, + [3224] = 3022, + [3225] = 3098, + [3226] = 2910, + [3227] = 3227, + [3228] = 3228, + [3229] = 371, + [3230] = 2817, + [3231] = 3231, + [3232] = 886, + [3233] = 3026, + [3234] = 2844, + [3235] = 2818, + [3236] = 2832, + [3237] = 3086, + [3238] = 2811, + [3239] = 2830, + [3240] = 909, + [3241] = 897, + [3242] = 894, + [3243] = 3243, + [3244] = 2865, + [3245] = 933, + [3246] = 2850, + [3247] = 3022, + [3248] = 3098, + [3249] = 2910, + [3250] = 2819, + [3251] = 3251, + [3252] = 2844, + [3253] = 2820, + [3254] = 2845, + [3255] = 2848, + [3256] = 3026, + [3257] = 2821, + [3258] = 371, + [3259] = 2822, + [3260] = 3086, + [3261] = 2922, + [3262] = 2823, + [3263] = 371, + [3264] = 2915, + [3265] = 2824, + [3266] = 2917, + [3267] = 2865, + [3268] = 2857, + [3269] = 2867, + [3270] = 3022, + [3271] = 3098, + [3272] = 2910, + [3273] = 2850, + [3274] = 3274, + [3275] = 2865, + [3276] = 3276, + [3277] = 2867, + [3278] = 3111, + [3279] = 3026, + [3280] = 2811, + [3281] = 2843, + [3282] = 2813, + [3283] = 3086, + [3284] = 2922, + [3285] = 2814, + [3286] = 2811, + [3287] = 2815, + [3288] = 2813, + [3289] = 2814, + [3290] = 2815, + [3291] = 2816, + [3292] = 2817, + [3293] = 3022, + [3294] = 3098, + [3295] = 2910, + [3296] = 2816, + [3297] = 2817, + [3298] = 2818, + [3299] = 2819, + [3300] = 2820, + [3301] = 2821, + [3302] = 3026, + [3303] = 2822, + [3304] = 2823, + [3305] = 2824, + [3306] = 3086, + [3307] = 2922, + [3308] = 2818, + [3309] = 2819, + [3310] = 2820, [3311] = 2821, - [3312] = 2795, - [3313] = 2945, - [3314] = 3071, - [3315] = 2813, - [3316] = 2797, - [3317] = 2798, - [3318] = 2799, - [3319] = 2800, - [3320] = 2801, - [3321] = 2802, - [3322] = 2803, - [3323] = 2898, - [3324] = 2948, - [3325] = 3092, - [3326] = 2804, - [3327] = 2805, - [3328] = 2806, - [3329] = 2807, - [3330] = 2808, - [3331] = 2814, - [3332] = 3005, - [3333] = 2838, - [3334] = 2811, - [3335] = 2812, - [3336] = 2945, - [3337] = 3071, - [3338] = 2813, - [3339] = 2814, - [3340] = 2815, - [3341] = 2816, - [3342] = 3342, - [3343] = 2817, - [3344] = 2818, - [3345] = 2819, - [3346] = 2898, - [3347] = 2948, - [3348] = 3092, - [3349] = 2820, - [3350] = 3139, - [3351] = 3140, - [3352] = 3141, - [3353] = 2829, - [3354] = 3142, - [3355] = 3005, - [3356] = 2831, - [3357] = 3143, - [3358] = 2828, - [3359] = 2945, - [3360] = 3071, - [3361] = 2833, - [3362] = 3145, - [3363] = 2795, - [3364] = 2815, - [3365] = 2797, - [3366] = 2798, + [3312] = 2822, + [3313] = 2823, + [3314] = 2824, + [3315] = 3111, + [3316] = 3022, + [3317] = 3098, + [3318] = 2910, + [3319] = 3319, + [3320] = 2827, + [3321] = 2827, + [3322] = 2828, + [3323] = 2829, + [3324] = 2830, + [3325] = 3026, + [3326] = 2831, + [3327] = 2832, + [3328] = 2812, + [3329] = 3086, + [3330] = 2922, + [3331] = 2825, + [3332] = 2826, + [3333] = 2827, + [3334] = 2828, + [3335] = 2829, + [3336] = 2836, + [3337] = 2830, + [3338] = 2913, + [3339] = 3022, + [3340] = 3098, + [3341] = 2910, + [3342] = 2845, + [3343] = 2848, + [3344] = 3344, + [3345] = 2828, + [3346] = 3346, + [3347] = 2829, + [3348] = 3026, + [3349] = 2830, + [3350] = 2844, + [3351] = 2831, + [3352] = 3086, + [3353] = 2922, + [3354] = 2914, + [3355] = 2915, + [3356] = 2917, + [3357] = 2920, + [3358] = 2924, + [3359] = 2832, + [3360] = 2831, + [3361] = 3361, + [3362] = 3022, + [3363] = 3098, + [3364] = 2910, + [3365] = 2850, + [3366] = 2812, [3367] = 3367, - [3368] = 3143, - [3369] = 2898, - [3370] = 2948, - [3371] = 3092, - [3372] = 2799, - [3373] = 2800, - [3374] = 3071, - [3375] = 2801, - [3376] = 2810, - [3377] = 2821, - [3378] = 3005, - [3379] = 2802, - [3380] = 2803, - [3381] = 2804, - [3382] = 2945, - [3383] = 3071, - [3384] = 3384, - [3385] = 2821, - [3386] = 3145, - [3387] = 3387, - [3388] = 2805, - [3389] = 2806, - [3390] = 2807, - [3391] = 2829, - [3392] = 2898, - [3393] = 2948, - [3394] = 3092, - [3395] = 2808, - [3396] = 2831, - [3397] = 3367, - [3398] = 2833, - [3399] = 2815, - [3400] = 2795, - [3401] = 3005, - [3402] = 2816, - [3403] = 2797, - [3404] = 2798, - [3405] = 2945, - [3406] = 3071, - [3407] = 2799, - [3408] = 2800, - [3409] = 2801, - [3410] = 2802, - [3411] = 2803, - [3412] = 2804, - [3413] = 2805, - [3414] = 2806, - [3415] = 2898, - [3416] = 2948, - [3417] = 3092, - [3418] = 2807, - [3419] = 2808, - [3420] = 2802, - [3421] = 2811, - [3422] = 2811, - [3423] = 2812, - [3424] = 3005, - [3425] = 2813, - [3426] = 2814, - [3427] = 2815, - [3428] = 2945, - [3429] = 3071, - [3430] = 2816, - [3431] = 2817, - [3432] = 2818, - [3433] = 2819, - [3434] = 2820, - [3435] = 2812, - [3436] = 2813, - [3437] = 2814, - [3438] = 2898, - [3439] = 2948, - [3440] = 3092, - [3441] = 2815, - [3442] = 2816, - [3443] = 2817, - [3444] = 2818, - [3445] = 2828, - [3446] = 2819, - [3447] = 3005, - [3448] = 2820, - [3449] = 891, - [3450] = 2794, - [3451] = 2945, - [3452] = 3071, - [3453] = 2817, - [3454] = 2818, - [3455] = 2819, - [3456] = 2820, - [3457] = 3457, - [3458] = 2322, - [3459] = 3459, - [3460] = 3460, - [3461] = 2898, - [3462] = 2948, - [3463] = 3092, - [3464] = 894, - [3465] = 2810, - [3466] = 2821, - [3467] = 2828, - [3468] = 2803, - [3469] = 2953, - [3470] = 3005, - [3471] = 3051, - [3472] = 3053, - [3473] = 3056, - [3474] = 2829, - [3475] = 3083, - [3476] = 2831, - [3477] = 3477, - [3478] = 3127, - [3479] = 3079, - [3480] = 3126, - [3481] = 2880, - [3482] = 3287, - [3483] = 3200, - [3484] = 3384, - [3485] = 3387, - [3486] = 3075, - [3487] = 2826, - [3488] = 3022, - [3489] = 3489, - [3490] = 2833, - [3491] = 3079, - [3492] = 3126, - [3493] = 2880, - [3494] = 3287, - [3495] = 3200, - [3496] = 3384, - [3497] = 3387, - [3498] = 3075, - [3499] = 2826, - [3500] = 3022, - [3501] = 3079, - [3502] = 3126, - [3503] = 3079, - [3504] = 3126, - [3505] = 3079, - [3506] = 3126, - [3507] = 3079, - [3508] = 3126, - [3509] = 3079, - [3510] = 3126, - [3511] = 3079, - [3512] = 3126, - [3513] = 3079, - [3514] = 3126, - [3515] = 3079, - [3516] = 3126, - [3517] = 3079, - [3518] = 3126, - [3519] = 3079, - [3520] = 3126, - [3521] = 3079, - [3522] = 3126, - [3523] = 3079, - [3524] = 3126, - [3525] = 3079, - [3526] = 3126, - [3527] = 3126, - [3528] = 3168, - [3529] = 2794, - [3530] = 3216, - [3531] = 3168, - [3532] = 3532, - [3533] = 3216, - [3534] = 2794, - [3535] = 3216, - [3536] = 2794, - [3537] = 3216, - [3538] = 2794, - [3539] = 3216, - [3540] = 2794, - [3541] = 3216, - [3542] = 2794, - [3543] = 3216, - [3544] = 2794, - [3545] = 3216, - [3546] = 2794, - [3547] = 3216, - [3548] = 2794, - [3549] = 3216, - [3550] = 2794, - [3551] = 3216, - [3552] = 2794, - [3553] = 3216, - [3554] = 2794, - [3555] = 3216, - [3556] = 2794, - [3557] = 3216, - [3558] = 2794, - [3559] = 3216, - [3560] = 3216, - [3561] = 3071, + [3368] = 2865, + [3369] = 2825, + [3370] = 2867, + [3371] = 3026, + [3372] = 2862, + [3373] = 2811, + [3374] = 2845, + [3375] = 3086, + [3376] = 2922, + [3377] = 2832, + [3378] = 2848, + [3379] = 2820, + [3380] = 2826, + [3381] = 2845, + [3382] = 2971, + [3383] = 2848, + [3384] = 2812, + [3385] = 3022, + [3386] = 3098, + [3387] = 2910, + [3388] = 2813, + [3389] = 2850, + [3390] = 2814, + [3391] = 2865, + [3392] = 2815, + [3393] = 2867, + [3394] = 3026, + [3395] = 3395, + [3396] = 2811, + [3397] = 3086, + [3398] = 3086, + [3399] = 2922, + [3400] = 2813, + [3401] = 3395, + [3402] = 2814, + [3403] = 3403, + [3404] = 2920, + [3405] = 2815, + [3406] = 3406, + [3407] = 2825, + [3408] = 3022, + [3409] = 3098, + [3410] = 2910, + [3411] = 2816, + [3412] = 2817, + [3413] = 2818, + [3414] = 2819, + [3415] = 2820, + [3416] = 2821, + [3417] = 3026, + [3418] = 2822, + [3419] = 2823, + [3420] = 2824, + [3421] = 3086, + [3422] = 2922, + [3423] = 2826, + [3424] = 2924, + [3425] = 2836, + [3426] = 2816, + [3427] = 2971, + [3428] = 2884, + [3429] = 2896, + [3430] = 2907, + [3431] = 3022, + [3432] = 3098, + [3433] = 2910, + [3434] = 2817, + [3435] = 2827, + [3436] = 2828, + [3437] = 2829, + [3438] = 2830, + [3439] = 2831, + [3440] = 3026, + [3441] = 2832, + [3442] = 2812, + [3443] = 2825, + [3444] = 3086, + [3445] = 2922, + [3446] = 3007, + [3447] = 3008, + [3448] = 2826, + [3449] = 2836, + [3450] = 2821, + [3451] = 2818, + [3452] = 2819, + [3453] = 3453, + [3454] = 3022, + [3455] = 3098, + [3456] = 2910, + [3457] = 2822, + [3458] = 2820, + [3459] = 2836, + [3460] = 2821, + [3461] = 2844, + [3462] = 2822, + [3463] = 3026, + [3464] = 2823, + [3465] = 874, + [3466] = 2824, + [3467] = 3086, + [3468] = 2922, + [3469] = 2826, + [3470] = 3064, + [3471] = 2848, + [3472] = 3472, + [3473] = 3473, + [3474] = 2836, + [3475] = 2850, + [3476] = 3476, + [3477] = 3022, + [3478] = 3098, + [3479] = 2910, + [3480] = 2827, + [3481] = 2369, + [3482] = 2845, + [3483] = 2848, + [3484] = 2828, + [3485] = 2865, + [3486] = 3026, + [3487] = 2829, + [3488] = 2830, + [3489] = 2867, + [3490] = 2831, + [3491] = 2850, + [3492] = 2832, + [3493] = 2865, + [3494] = 3494, + [3495] = 3034, + [3496] = 3063, + [3497] = 3319, + [3498] = 3251, + [3499] = 3219, + [3500] = 3403, + [3501] = 3406, + [3502] = 3157, + [3503] = 2909, + [3504] = 3472, + [3505] = 3505, + [3506] = 2867, + [3507] = 3034, + [3508] = 3063, + [3509] = 3319, + [3510] = 3251, + [3511] = 3219, + [3512] = 3403, + [3513] = 3406, + [3514] = 3157, + [3515] = 2909, + [3516] = 3472, + [3517] = 3034, + [3518] = 3063, + [3519] = 3034, + [3520] = 3063, + [3521] = 3034, + [3522] = 3063, + [3523] = 3034, + [3524] = 3063, + [3525] = 3034, + [3526] = 3063, + [3527] = 3034, + [3528] = 3063, + [3529] = 3034, + [3530] = 3063, + [3531] = 3034, + [3532] = 3063, + [3533] = 3034, + [3534] = 3063, + [3535] = 3034, + [3536] = 3063, + [3537] = 3034, + [3538] = 3063, + [3539] = 3034, + [3540] = 3063, + [3541] = 3034, + [3542] = 3063, + [3543] = 3063, + [3544] = 3494, + [3545] = 3032, + [3546] = 3473, + [3547] = 3494, + [3548] = 3032, + [3549] = 3473, + [3550] = 3032, + [3551] = 3473, + [3552] = 3032, + [3553] = 3473, + [3554] = 3032, + [3555] = 3473, + [3556] = 3032, + [3557] = 3473, + [3558] = 3032, + [3559] = 3473, + [3560] = 3032, + [3561] = 3473, + [3562] = 3032, + [3563] = 3473, + [3564] = 3032, + [3565] = 3473, + [3566] = 3032, + [3567] = 3473, + [3568] = 3032, + [3569] = 3473, + [3570] = 3032, + [3571] = 3473, + [3572] = 3032, + [3573] = 3473, + [3574] = 3032, + [3575] = 3473, + [3576] = 3473, + [3577] = 2922, }; static const TSCharacterRange aux_sym_shortcode_naked_string_token1_character_set_1[] = { @@ -5517,44 +5547,44 @@ static const TSCharacterRange aux_sym_shortcode_naked_string_token2_character_se {'a', 'z'}, {'~', '~'}, }; -static const TSCharacterRange sym_pandoc_str_character_set_1[] = { +static const TSCharacterRange aux_sym_pandoc_str_token1_character_set_1[] = { {'#', '#'}, {'%', '&'}, {'(', ')'}, {'+', '+'}, {'-', '-'}, {'/', ':'}, {'=', '='}, {'A', 'Z'}, - {'\\', '\\'}, {'a', 'z'}, {0xa0, 0xa0}, {0xa2, 0xa6}, {0xa8, 0xaa}, {0xac, 0xac}, {0xae, 0xb5}, {0xb8, 0xba}, - {0xbc, 0xbe}, {0xc0, 0x2ff}, {0x370, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x384, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, - {0x38e, 0x3a1}, {0x3a3, 0x482}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x58a, 0x58a}, {0x58d, 0x58f}, - {0x5be, 0x5be}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x606, 0x608}, {0x60b, 0x60b}, {0x60e, 0x60f}, {0x620, 0x64a}, {0x660, 0x669}, - {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6de, 0x6de}, {0x6e5, 0x6e6}, {0x6e9, 0x6e9}, {0x6ee, 0x6ff}, {0x710, 0x710}, - {0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7c0, 0x7ea}, {0x7f4, 0x7f6}, {0x7fa, 0x7fa}, {0x7fe, 0x815}, {0x81a, 0x81a}, - {0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, - {0x950, 0x950}, {0x958, 0x961}, {0x966, 0x96f}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, - {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9e6, 0x9fc}, {0xa05, 0xa0a}, - {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, - {0xa66, 0xa6f}, {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, - {0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, {0xae6, 0xaef}, {0xaf1, 0xaf1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, - {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb66, 0xb77}, - {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, - {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xbe6, 0xbfa}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, - {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc66, 0xc6f}, {0xc78, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, - {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, - {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4f}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd7f}, - {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, - {0xe3f, 0xe46}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, - {0xeb2, 0xeb3}, {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf03}, {0xf13, 0xf13}, - {0xf15, 0xf17}, {0xf1a, 0xf34}, {0xf36, 0xf36}, {0xf38, 0xf38}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, {0xfbe, 0xfc5}, - {0xfc7, 0xfcc}, {0xfce, 0xfcf}, {0xfd5, 0xfd8}, {0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, - {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081}, {0x108e, 0x108e}, {0x1090, 0x1099}, {0x109e, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, - {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, - {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, - {0x1318, 0x135a}, {0x1369, 0x137c}, {0x1380, 0x1399}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1400, 0x166d}, {0x166f, 0x167f}, {0x1681, 0x169a}, - {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, - {0x17d7, 0x17d7}, {0x17db, 0x17dc}, {0x17e0, 0x17e9}, {0x17f0, 0x17f9}, {0x1806, 0x1806}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, - {0x1887, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1940, 0x1940}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, - {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x19de, 0x1a16}, {0x1a20, 0x1a54}, {0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, - {0x1b45, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b61, 0x1b6a}, {0x1b74, 0x1b7c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5}, {0x1c00, 0x1c23}, {0x1c40, 0x1c49}, - {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, - {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, - {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fc4}, {0x1fc6, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fdd, 0x1fef}, {0x1ff2, 0x1ff4}, - {0x1ff6, 0x1ffe}, {0x2010, 0x2015}, {0x2026, 0x2026}, {0x2044, 0x2044}, {0x2052, 0x2052}, {0x2070, 0x2071}, {0x2074, 0x207c}, {0x207f, 0x208c}, + {'\\', '\\'}, {'a', 'z'}, {0xa0, 0xa0}, {0xa2, 0xa6}, {0xa8, 0xac}, {0xae, 0xb5}, {0xb8, 0xbe}, {0xc0, 0x2ff}, + {0x370, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x384, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x482}, + {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x58a, 0x58a}, {0x58d, 0x58f}, {0x5be, 0x5be}, {0x5d0, 0x5ea}, + {0x5ef, 0x5f2}, {0x606, 0x608}, {0x60b, 0x60b}, {0x60e, 0x60f}, {0x620, 0x64a}, {0x660, 0x669}, {0x66e, 0x66f}, {0x671, 0x6d3}, + {0x6d5, 0x6d5}, {0x6de, 0x6de}, {0x6e5, 0x6e6}, {0x6e9, 0x6e9}, {0x6ee, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5}, + {0x7b1, 0x7b1}, {0x7c0, 0x7ea}, {0x7f4, 0x7f6}, {0x7fa, 0x7fa}, {0x7fe, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828}, + {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, + {0x966, 0x96f}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, + {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9e6, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, + {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa6f}, {0xa72, 0xa74}, + {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, + {0xae0, 0xae1}, {0xae6, 0xaef}, {0xaf1, 0xaf1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, + {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb66, 0xb77}, {0xb83, 0xb83}, {0xb85, 0xb8a}, + {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, + {0xbd0, 0xbd0}, {0xbe6, 0xbfa}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, + {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc66, 0xc6f}, {0xc78, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, + {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, + {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4f}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, + {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, {0xe3f, 0xe46}, {0xe50, 0xe59}, + {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb3}, {0xebd, 0xebd}, + {0xec0, 0xec4}, {0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf03}, {0xf13, 0xf13}, {0xf15, 0xf17}, {0xf1a, 0xf34}, + {0xf36, 0xf36}, {0xf38, 0xf38}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, {0xfbe, 0xfc5}, {0xfc7, 0xfcc}, {0xfce, 0xfcf}, + {0xfd5, 0xfd8}, {0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, + {0x1075, 0x1081}, {0x108e, 0x108e}, {0x1090, 0x1099}, {0x109e, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, + {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, + {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1369, 0x137c}, + {0x1380, 0x1399}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1400, 0x166d}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, + {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17db, 0x17dc}, + {0x17e0, 0x17e9}, {0x17f0, 0x17f9}, {0x1806, 0x1806}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, {0x1887, 0x18a8}, {0x18aa, 0x18aa}, + {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1940, 0x1940}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, + {0x19de, 0x1a16}, {0x1a20, 0x1a54}, {0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b50, 0x1b59}, + {0x1b61, 0x1b6a}, {0x1b74, 0x1b7c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5}, {0x1c00, 0x1c23}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, + {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, + {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, + {0x1f80, 0x1fb4}, {0x1fb6, 0x1fc4}, {0x1fc6, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fdd, 0x1fef}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffe}, {0x2010, 0x2015}, + {0x2018, 0x201f}, {0x2026, 0x2026}, {0x2039, 0x203a}, {0x2044, 0x2044}, {0x2052, 0x2052}, {0x2070, 0x2071}, {0x2074, 0x207c}, {0x207f, 0x208c}, {0x2090, 0x209c}, {0x20a0, 0x20af}, {0x20b1, 0x20c0}, {0x2100, 0x218b}, {0x2190, 0x2307}, {0x230c, 0x2328}, {0x232b, 0x2429}, {0x2440, 0x244a}, {0x2460, 0x2767}, {0x2776, 0x27c4}, {0x27c7, 0x27e5}, {0x27f0, 0x2982}, {0x2999, 0x29d7}, {0x29dc, 0x29fb}, {0x29fe, 0x2b73}, {0x2b76, 0x2b95}, {0x2b97, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2cfd, 0x2cfd}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, @@ -5626,116 +5656,115 @@ static const TSCharacterRange sym_pandoc_str_character_set_1[] = { {0x31350, 0x323af}, }; -static const TSCharacterRange sym_pandoc_str_character_set_2[] = { +static const TSCharacterRange aux_sym_pandoc_str_token1_character_set_2[] = { {'!', '!'}, {'#', '#'}, {'%', ')'}, {'+', ';'}, {'=', '='}, {'?', '?'}, {'A', 'Z'}, {'\\', '\\'}, - {'a', 'z'}, {0xa0, 0xa0}, {0xa2, 0xa6}, {0xa8, 0xaa}, {0xac, 0xac}, {0xae, 0xb5}, {0xb8, 0xba}, {0xbc, 0xbe}, - {0xc0, 0x2ff}, {0x370, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x384, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, - {0x3a3, 0x482}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x58a, 0x58a}, {0x58d, 0x58f}, {0x5be, 0x5be}, - {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x606, 0x608}, {0x60b, 0x60b}, {0x60e, 0x60f}, {0x620, 0x64a}, {0x660, 0x669}, {0x66e, 0x66f}, - {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6de, 0x6de}, {0x6e5, 0x6e6}, {0x6e9, 0x6e9}, {0x6ee, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, - {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7c0, 0x7ea}, {0x7f4, 0x7f6}, {0x7fa, 0x7fa}, {0x7fe, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, - {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, - {0x958, 0x961}, {0x966, 0x96f}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, - {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9e6, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, - {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa6f}, - {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, - {0xad0, 0xad0}, {0xae0, 0xae1}, {0xae6, 0xaef}, {0xaf1, 0xaf1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, - {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb66, 0xb77}, {0xb83, 0xb83}, - {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, - {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xbe6, 0xbfa}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, - {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc66, 0xc6f}, {0xc78, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, - {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, - {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4f}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd7f}, {0xd85, 0xd96}, - {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, {0xe3f, 0xe46}, - {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb3}, - {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf03}, {0xf13, 0xf13}, {0xf15, 0xf17}, - {0xf1a, 0xf34}, {0xf36, 0xf36}, {0xf38, 0xf38}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, {0xfbe, 0xfc5}, {0xfc7, 0xfcc}, - {0xfce, 0xfcf}, {0xfd5, 0xfd8}, {0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, - {0x106e, 0x1070}, {0x1075, 0x1081}, {0x108e, 0x108e}, {0x1090, 0x1099}, {0x109e, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, - {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, - {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, - {0x1369, 0x137c}, {0x1380, 0x1399}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1400, 0x166d}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, - {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, - {0x17db, 0x17dc}, {0x17e0, 0x17e9}, {0x17f0, 0x17f9}, {0x1806, 0x1806}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, {0x1887, 0x18a8}, - {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1940, 0x1940}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, - {0x19d0, 0x19da}, {0x19de, 0x1a16}, {0x1a20, 0x1a54}, {0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, - {0x1b50, 0x1b59}, {0x1b61, 0x1b6a}, {0x1b74, 0x1b7c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5}, {0x1c00, 0x1c23}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, - {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, - {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, - {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fc4}, {0x1fc6, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fdd, 0x1fef}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffe}, - {0x2010, 0x2015}, {0x2018, 0x2019}, {0x2026, 0x2026}, {0x2044, 0x2044}, {0x2052, 0x2052}, {0x2070, 0x2071}, {0x2074, 0x207c}, {0x207f, 0x208c}, - {0x2090, 0x209c}, {0x20a0, 0x20af}, {0x20b1, 0x20c0}, {0x2100, 0x218b}, {0x2190, 0x2307}, {0x230c, 0x2328}, {0x232b, 0x2429}, {0x2440, 0x244a}, - {0x2460, 0x2767}, {0x2776, 0x27c4}, {0x27c7, 0x27e5}, {0x27f0, 0x2982}, {0x2999, 0x29d7}, {0x29dc, 0x29fb}, {0x29fe, 0x2b73}, {0x2b76, 0x2b95}, - {0x2b97, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2cfd, 0x2cfd}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, - {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, - {0x2dd8, 0x2dde}, {0x2e17, 0x2e17}, {0x2e1a, 0x2e1a}, {0x2e2f, 0x2e2f}, {0x2e3a, 0x2e3b}, {0x2e40, 0x2e40}, {0x2e50, 0x2e51}, {0x2e5d, 0x2e5d}, - {0x2e80, 0x2e99}, {0x2e9b, 0x2ef3}, {0x2f00, 0x2fd5}, {0x2ff0, 0x2fff}, {0x3004, 0x3007}, {0x3012, 0x3013}, {0x301c, 0x301c}, {0x3020, 0x3029}, - {0x3030, 0x303c}, {0x303e, 0x303f}, {0x3041, 0x3096}, {0x309b, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x3190, 0x31e5}, - {0x31ef, 0x321e}, {0x3220, 0xa48c}, {0xa490, 0xa4c6}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, - {0xa6a0, 0xa6ef}, {0xa700, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, - {0xa80c, 0xa822}, {0xa828, 0xa82b}, {0xa830, 0xa839}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8d0, 0xa8d9}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, - {0xa8fd, 0xa8fe}, {0xa900, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9fe}, - {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa50, 0xaa59}, {0xaa60, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, - {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, - {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab6b}, {0xab70, 0xabe2}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, - {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb36}, {0xfb38, 0xfb3c}, - {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbc2}, {0xfbd3, 0xfd3d}, {0xfd40, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdcf, 0xfdcf}, - {0xfdf0, 0xfdff}, {0xfe31, 0xfe32}, {0xfe58, 0xfe58}, {0xfe62, 0xfe66}, {0xfe69, 0xfe69}, {0xfe70, 0xfe74}, {0xfe76, 0xfefc}, {0xff04, 0xff04}, - {0xff0b, 0xff0b}, {0xff0d, 0xff0d}, {0xff10, 0xff19}, {0xff1c, 0xff1e}, {0xff21, 0xff3a}, {0xff3e, 0xff3e}, {0xff40, 0xff5a}, {0xff5c, 0xff5c}, - {0xff5e, 0xff5e}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0xffe0, 0xffe6}, {0xffe8, 0xffee}, - {0xfffc, 0xfffd}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, - {0x10107, 0x10133}, {0x10137, 0x1018e}, {0x10190, 0x1019c}, {0x101a0, 0x101a0}, {0x101d0, 0x101fc}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e1, 0x102fb}, - {0x10300, 0x10323}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, - {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, - {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, - {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, - {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10858, 0x1089e}, {0x108a7, 0x108af}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x108fb, 0x1091b}, {0x10920, 0x10939}, - {0x10980, 0x109b7}, {0x109bc, 0x109cf}, {0x109d2, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a40, 0x10a48}, {0x10a60, 0x10a7e}, - {0x10a80, 0x10a9f}, {0x10ac0, 0x10ae4}, {0x10aeb, 0x10aef}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b58, 0x10b72}, {0x10b78, 0x10b91}, {0x10ba9, 0x10baf}, - {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10cfa, 0x10d23}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d6e, 0x10d85}, {0x10e60, 0x10e7e}, - {0x10e80, 0x10ea9}, {0x10ead, 0x10ead}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f27}, {0x10f30, 0x10f45}, {0x10f51, 0x10f54}, {0x10f70, 0x10f81}, - {0x10fb0, 0x10fcb}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11052, 0x1106f}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, - {0x110f0, 0x110f9}, {0x11103, 0x11126}, {0x11136, 0x1113f}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, - {0x111c1, 0x111c4}, {0x111d0, 0x111da}, {0x111dc, 0x111dc}, {0x111e1, 0x111f4}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, - {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x112f0, 0x112f9}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, - {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, - {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, - {0x11450, 0x11459}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, - {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, - {0x11730, 0x1173b}, {0x1173f, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118f2}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, - {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, - {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, - {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c50, 0x11c6c}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, - {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11da0, 0x11da9}, - {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x11fc0, 0x11ff1}, {0x12000, 0x12399}, - {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, - {0x16130, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, - {0x16b3c, 0x16b43}, {0x16b45, 0x16b45}, {0x16b50, 0x16b59}, {0x16b5b, 0x16b61}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, - {0x16e40, 0x16e96}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, - {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, - {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9c, 0x1bc9c}, {0x1cc00, 0x1ccf9}, - {0x1cd00, 0x1ceb3}, {0x1cf50, 0x1cfc3}, {0x1d000, 0x1d0f5}, {0x1d100, 0x1d126}, {0x1d129, 0x1d164}, {0x1d16a, 0x1d16c}, {0x1d183, 0x1d184}, {0x1d18c, 0x1d1a9}, - {0x1d1ae, 0x1d1ea}, {0x1d200, 0x1d241}, {0x1d245, 0x1d245}, {0x1d2c0, 0x1d2d3}, {0x1d2e0, 0x1d2f3}, {0x1d300, 0x1d356}, {0x1d360, 0x1d378}, {0x1d400, 0x1d454}, - {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, - {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, - {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d7cb}, {0x1d7ce, 0x1d9ff}, {0x1da37, 0x1da3a}, {0x1da6d, 0x1da74}, {0x1da76, 0x1da83}, {0x1da85, 0x1da86}, - {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14f}, {0x1e290, 0x1e2ad}, - {0x1e2c0, 0x1e2eb}, {0x1e2f0, 0x1e2f9}, {0x1e2ff, 0x1e2ff}, {0x1e4d0, 0x1e4eb}, {0x1e4f0, 0x1e4f9}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, - {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8c7, 0x1e8cf}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1e950, 0x1e959}, - {0x1ec71, 0x1ecb4}, {0x1ed01, 0x1ed3d}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, - {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, - {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, - {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, - {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1eef0, 0x1eef1}, {0x1f000, 0x1f02b}, {0x1f030, 0x1f093}, {0x1f0a0, 0x1f0ae}, {0x1f0b1, 0x1f0bf}, - {0x1f0c1, 0x1f0cf}, {0x1f0d1, 0x1f0f5}, {0x1f100, 0x1f1ad}, {0x1f1e6, 0x1f202}, {0x1f210, 0x1f23b}, {0x1f240, 0x1f248}, {0x1f250, 0x1f251}, {0x1f260, 0x1f265}, - {0x1f300, 0x1f6d7}, {0x1f6dc, 0x1f6ec}, {0x1f6f0, 0x1f6fc}, {0x1f700, 0x1f776}, {0x1f77b, 0x1f7d9}, {0x1f7e0, 0x1f7eb}, {0x1f7f0, 0x1f7f0}, {0x1f800, 0x1f80b}, - {0x1f810, 0x1f847}, {0x1f850, 0x1f859}, {0x1f860, 0x1f887}, {0x1f890, 0x1f8ad}, {0x1f8b0, 0x1f8bb}, {0x1f8c0, 0x1f8c1}, {0x1f900, 0x1fa53}, {0x1fa60, 0x1fa6d}, - {0x1fa70, 0x1fa7c}, {0x1fa80, 0x1fa89}, {0x1fa8f, 0x1fac6}, {0x1face, 0x1fadc}, {0x1fadf, 0x1fae9}, {0x1faf0, 0x1faf8}, {0x1fb00, 0x1fb92}, {0x1fb94, 0x1fbf9}, - {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, - {0x31350, 0x323af}, + {'a', 'z'}, {0xa0, 0xa0}, {0xa2, 0xa6}, {0xa8, 0xac}, {0xae, 0xb5}, {0xb8, 0xbe}, {0xc0, 0x2ff}, {0x370, 0x377}, + {0x37a, 0x37d}, {0x37f, 0x37f}, {0x384, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x482}, {0x48a, 0x52f}, + {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x58a, 0x58a}, {0x58d, 0x58f}, {0x5be, 0x5be}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, + {0x606, 0x608}, {0x60b, 0x60b}, {0x60e, 0x60f}, {0x620, 0x64a}, {0x660, 0x669}, {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, + {0x6de, 0x6de}, {0x6e5, 0x6e6}, {0x6e9, 0x6e9}, {0x6ee, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, + {0x7c0, 0x7ea}, {0x7f4, 0x7f6}, {0x7fa, 0x7fa}, {0x7fe, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, + {0x860, 0x86a}, {0x870, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, {0x966, 0x96f}, + {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, + {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9e6, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, + {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa6f}, {0xa72, 0xa74}, {0xa85, 0xa8d}, + {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, + {0xae6, 0xaef}, {0xaf1, 0xaf1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, + {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb66, 0xb77}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, + {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, + {0xbe6, 0xbfa}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, + {0xc60, 0xc61}, {0xc66, 0xc6f}, {0xc78, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, + {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, + {0xd3d, 0xd3d}, {0xd4e, 0xd4f}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, + {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, {0xe3f, 0xe46}, {0xe50, 0xe59}, {0xe81, 0xe82}, + {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb3}, {0xebd, 0xebd}, {0xec0, 0xec4}, + {0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf03}, {0xf13, 0xf13}, {0xf15, 0xf17}, {0xf1a, 0xf34}, {0xf36, 0xf36}, + {0xf38, 0xf38}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, {0xfbe, 0xfc5}, {0xfc7, 0xfcc}, {0xfce, 0xfcf}, {0xfd5, 0xfd8}, + {0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081}, + {0x108e, 0x108e}, {0x1090, 0x1099}, {0x109e, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, + {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, + {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1369, 0x137c}, {0x1380, 0x1399}, + {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1400, 0x166d}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, + {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17db, 0x17dc}, {0x17e0, 0x17e9}, + {0x17f0, 0x17f9}, {0x1806, 0x1806}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, {0x1887, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, + {0x1900, 0x191e}, {0x1940, 0x1940}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x19de, 0x1a16}, + {0x1a20, 0x1a54}, {0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b61, 0x1b6a}, + {0x1b74, 0x1b7c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5}, {0x1c00, 0x1c23}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, + {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, + {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, + {0x1fb6, 0x1fc4}, {0x1fc6, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fdd, 0x1fef}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffe}, {0x2010, 0x2015}, {0x2018, 0x201f}, + {0x2026, 0x2026}, {0x2039, 0x203a}, {0x2044, 0x2044}, {0x2052, 0x2052}, {0x2070, 0x2071}, {0x2074, 0x207c}, {0x207f, 0x208c}, {0x2090, 0x209c}, + {0x20a0, 0x20af}, {0x20b1, 0x20c0}, {0x2100, 0x218b}, {0x2190, 0x2307}, {0x230c, 0x2328}, {0x232b, 0x2429}, {0x2440, 0x244a}, {0x2460, 0x2767}, + {0x2776, 0x27c4}, {0x27c7, 0x27e5}, {0x27f0, 0x2982}, {0x2999, 0x29d7}, {0x29dc, 0x29fb}, {0x29fe, 0x2b73}, {0x2b76, 0x2b95}, {0x2b97, 0x2cee}, + {0x2cf2, 0x2cf3}, {0x2cfd, 0x2cfd}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, + {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, + {0x2e17, 0x2e17}, {0x2e1a, 0x2e1a}, {0x2e2f, 0x2e2f}, {0x2e3a, 0x2e3b}, {0x2e40, 0x2e40}, {0x2e50, 0x2e51}, {0x2e5d, 0x2e5d}, {0x2e80, 0x2e99}, + {0x2e9b, 0x2ef3}, {0x2f00, 0x2fd5}, {0x2ff0, 0x2fff}, {0x3004, 0x3007}, {0x3012, 0x3013}, {0x301c, 0x301c}, {0x3020, 0x3029}, {0x3030, 0x303c}, + {0x303e, 0x303f}, {0x3041, 0x3096}, {0x309b, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x3190, 0x31e5}, {0x31ef, 0x321e}, + {0x3220, 0xa48c}, {0xa490, 0xa4c6}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, + {0xa700, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, + {0xa828, 0xa82b}, {0xa830, 0xa839}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8d0, 0xa8d9}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, + {0xa900, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9fe}, {0xaa00, 0xaa28}, + {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa50, 0xaa59}, {0xaa60, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, + {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, + {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab6b}, {0xab70, 0xabe2}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, + {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, + {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbc2}, {0xfbd3, 0xfd3d}, {0xfd40, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdcf, 0xfdcf}, {0xfdf0, 0xfdff}, + {0xfe31, 0xfe32}, {0xfe58, 0xfe58}, {0xfe62, 0xfe66}, {0xfe69, 0xfe69}, {0xfe70, 0xfe74}, {0xfe76, 0xfefc}, {0xff04, 0xff04}, {0xff0b, 0xff0b}, + {0xff0d, 0xff0d}, {0xff10, 0xff19}, {0xff1c, 0xff1e}, {0xff21, 0xff3a}, {0xff3e, 0xff3e}, {0xff40, 0xff5a}, {0xff5c, 0xff5c}, {0xff5e, 0xff5e}, + {0xff66, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0xffe0, 0xffe6}, {0xffe8, 0xffee}, {0xfffc, 0xfffd}, + {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10107, 0x10133}, + {0x10137, 0x1018e}, {0x10190, 0x1019c}, {0x101a0, 0x101a0}, {0x101d0, 0x101fc}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e1, 0x102fb}, {0x10300, 0x10323}, + {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, + {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, + {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, + {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, + {0x1083f, 0x10855}, {0x10858, 0x1089e}, {0x108a7, 0x108af}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x108fb, 0x1091b}, {0x10920, 0x10939}, {0x10980, 0x109b7}, + {0x109bc, 0x109cf}, {0x109d2, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a40, 0x10a48}, {0x10a60, 0x10a7e}, {0x10a80, 0x10a9f}, + {0x10ac0, 0x10ae4}, {0x10aeb, 0x10aef}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b58, 0x10b72}, {0x10b78, 0x10b91}, {0x10ba9, 0x10baf}, {0x10c00, 0x10c48}, + {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10cfa, 0x10d23}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d6e, 0x10d85}, {0x10e60, 0x10e7e}, {0x10e80, 0x10ea9}, + {0x10ead, 0x10ead}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f27}, {0x10f30, 0x10f45}, {0x10f51, 0x10f54}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fcb}, + {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11052, 0x1106f}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, + {0x11103, 0x11126}, {0x11136, 0x1113f}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, + {0x111d0, 0x111da}, {0x111dc, 0x111dc}, {0x111e1, 0x111f4}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, + {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x112f0, 0x112f9}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, + {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, + {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x11450, 0x11459}, + {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, + {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x11730, 0x1173b}, + {0x1173f, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118f2}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, + {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, + {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, + {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c50, 0x11c6c}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, + {0x11d46, 0x11d46}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef2}, + {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x11fc0, 0x11ff1}, {0x12000, 0x12399}, {0x12400, 0x1246e}, + {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16130, 0x16139}, + {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b3c, 0x16b43}, + {0x16b45, 0x16b45}, {0x16b50, 0x16b59}, {0x16b5b, 0x16b61}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e96}, + {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, + {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, + {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9c, 0x1bc9c}, {0x1cc00, 0x1ccf9}, {0x1cd00, 0x1ceb3}, + {0x1cf50, 0x1cfc3}, {0x1d000, 0x1d0f5}, {0x1d100, 0x1d126}, {0x1d129, 0x1d164}, {0x1d16a, 0x1d16c}, {0x1d183, 0x1d184}, {0x1d18c, 0x1d1a9}, {0x1d1ae, 0x1d1ea}, + {0x1d200, 0x1d241}, {0x1d245, 0x1d245}, {0x1d2c0, 0x1d2d3}, {0x1d2e0, 0x1d2f3}, {0x1d300, 0x1d356}, {0x1d360, 0x1d378}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, + {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, + {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, + {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d7cb}, {0x1d7ce, 0x1d9ff}, {0x1da37, 0x1da3a}, {0x1da6d, 0x1da74}, {0x1da76, 0x1da83}, {0x1da85, 0x1da86}, {0x1df00, 0x1df1e}, + {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14f}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, + {0x1e2f0, 0x1e2f9}, {0x1e2ff, 0x1e2ff}, {0x1e4d0, 0x1e4eb}, {0x1e4f0, 0x1e4f9}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, + {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8c7, 0x1e8cf}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ec71, 0x1ecb4}, + {0x1ed01, 0x1ed3d}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, + {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, + {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, + {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, + {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1eef0, 0x1eef1}, {0x1f000, 0x1f02b}, {0x1f030, 0x1f093}, {0x1f0a0, 0x1f0ae}, {0x1f0b1, 0x1f0bf}, {0x1f0c1, 0x1f0cf}, + {0x1f0d1, 0x1f0f5}, {0x1f100, 0x1f1ad}, {0x1f1e6, 0x1f202}, {0x1f210, 0x1f23b}, {0x1f240, 0x1f248}, {0x1f250, 0x1f251}, {0x1f260, 0x1f265}, {0x1f300, 0x1f6d7}, + {0x1f6dc, 0x1f6ec}, {0x1f6f0, 0x1f6fc}, {0x1f700, 0x1f776}, {0x1f77b, 0x1f7d9}, {0x1f7e0, 0x1f7eb}, {0x1f7f0, 0x1f7f0}, {0x1f800, 0x1f80b}, {0x1f810, 0x1f847}, + {0x1f850, 0x1f859}, {0x1f860, 0x1f887}, {0x1f890, 0x1f8ad}, {0x1f8b0, 0x1f8bb}, {0x1f8c0, 0x1f8c1}, {0x1f900, 0x1fa53}, {0x1fa60, 0x1fa6d}, {0x1fa70, 0x1fa7c}, + {0x1fa80, 0x1fa89}, {0x1fa8f, 0x1fac6}, {0x1face, 0x1fadc}, {0x1fadf, 0x1fae9}, {0x1faf0, 0x1faf8}, {0x1fb00, 0x1fb92}, {0x1fb94, 0x1fbf9}, {0x20000, 0x2a6df}, + {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; -static const TSCharacterRange sym_pandoc_str_character_set_3[] = { +static const TSCharacterRange aux_sym_pandoc_str_token1_character_set_3[] = { {'0', '9'}, {'A', 'Z'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb2, 0xb3}, {0xb5, 0xb5}, {0xb9, 0xba}, {0xbc, 0xbe}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, @@ -5844,67 +5873,68 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE_MAP( '\t', 4148, ' ', 4147, - '!', 446, + '!', 445, '"', 11, - '#', 2105, - '$', 66, - '&', 65, + '#', 2104, + '$', 65, + '&', 64, '\'', 12, - ')', 2106, - '-', 67, - '0', 2108, - ':', 2106, - '=', 55, - '[', 2106, + ')', 2105, + '-', 66, + '0', 2107, + ':', 2105, + '=', 54, + '[', 2105, '\\', 4145, - ']', 2106, - '`', 48, - '{', 50, - '|', 29, - '}', 51, - ',', 2095, - '.', 2095, - ';', 2095, - '?', 2095, - '%', 2106, - '(', 2106, - '+', 2106, - '/', 2106, - '@', 2106, - '~', 2106, + ']', 2105, + '`', 47, + '{', 49, + '|', 4141, + '}', 50, + ',', 2094, + '.', 2094, + ';', 2094, + '?', 2094, + '%', 2105, + '(', 2105, + '+', 2105, + '/', 2105, + '@', 2105, + '~', 2105, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2108); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(61); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(60); END_STATE(); case 1: ADVANCE_MAP( '\t', 4148, ' ', 4147, '!', 4142, - '$', 41, - '&', 2120, - '[', 33, + '$', 40, + '&', 2119, + '[', 32, '\\', 4146, - ']', 49, - '{', 50, + ']', 48, + '{', 49, + '|', 4141, ',', 4143, '.', 4143, ';', 4143, '?', 4143, ); - if (set_contains(sym_pandoc_str_character_set_1, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 841, lookahead)) ADVANCE(4140); END_STATE(); case 2: ADVANCE_MAP( '!', 4142, - '$', 41, - '&', 2120, - '[', 33, + '$', 40, + '&', 2119, + '[', 32, '\\', 4146, - ']', 35, - '{', 50, - '|', 29, + ']', 34, + '{', 49, + '|', 4141, '\t', 4148, ' ', 4148, ',', 4143, @@ -5912,17 +5942,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 4143, '?', 4143, ); - if (set_contains(sym_pandoc_str_character_set_1, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 841, lookahead)) ADVANCE(4140); END_STATE(); case 3: ADVANCE_MAP( '!', 4142, - '$', 41, - '&', 2120, - '[', 33, + '$', 40, + '&', 2119, + '[', 32, '\\', 4146, - ']', 34, - '{', 50, + ']', 33, + '{', 49, + '|', 4141, '\t', 4148, ' ', 4148, ',', 4143, @@ -5930,78 +5961,77 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 4143, '?', 4143, ); - if (set_contains(sym_pandoc_str_character_set_1, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 841, lookahead)) ADVANCE(4140); END_STATE(); case 4: if (lookahead == '"') ADVANCE(11); if (lookahead == '#') ADVANCE(15); if (lookahead == '.') ADVANCE(17); - if (lookahead == '=') ADVANCE(55); - if (lookahead == '{') ADVANCE(50); + if (lookahead == '=') ADVANCE(54); + if (lookahead == '{') ADVANCE(49); if (lookahead == '\t' || lookahead == ' ') ADVANCE(4148); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(56); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 5: if (lookahead == '"') ADVANCE(11); if (lookahead == '\'') ADVANCE(12); - if (lookahead == '-') ADVANCE(68); - if (lookahead == '0') ADVANCE(2112); - if (lookahead == '=') ADVANCE(55); + if (lookahead == '-') ADVANCE(67); + if (lookahead == '0') ADVANCE(2111); + if (lookahead == '=') ADVANCE(54); if (lookahead == '\t' || lookahead == ' ') ADVANCE(4148); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2113); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2112); if (('!' <= lookahead && lookahead <= ')') || ('+' <= lookahead && lookahead <= ';') || lookahead == '?' || lookahead == '@' || lookahead == '[' || lookahead == ']' || - lookahead == '~') ADVANCE(314); + lookahead == '~') ADVANCE(313); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(63); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); END_STATE(); case 6: - if (lookahead == '"') ADVANCE(60); + if (lookahead == '"') ADVANCE(59); if (lookahead == '\\') ADVANCE(6); if (lookahead != 0) ADVANCE(7); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(59); + if (lookahead == '"') ADVANCE(58); if (lookahead == '\\') ADVANCE(6); if (lookahead != 0) ADVANCE(7); END_STATE(); case 8: ADVANCE_MAP( '#', 15, - '$', 40, - ')', 39, - '-', 30, + '$', 39, + ')', 38, + '-', 29, '.', 16, ':', 27, - '{', 50, - '|', 29, - '}', 51, + '{', 49, + '}', 50, '\t', 4148, ' ', 4148, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2119); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2118); END_STATE(); case 9: - if (lookahead == '\'') ADVANCE(58); + if (lookahead == '\'') ADVANCE(57); if (lookahead == '\\') ADVANCE(9); if (lookahead != 0) ADVANCE(10); END_STATE(); case 10: - if (lookahead == '\'') ADVANCE(57); + if (lookahead == '\'') ADVANCE(56); if (lookahead == '\\') ADVANCE(9); if (lookahead != 0) ADVANCE(10); END_STATE(); @@ -6018,57 +6048,57 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '\'') ADVANCE(10); END_STATE(); case 13: - if (lookahead == '\\') ADVANCE(46); + if (lookahead == '\\') ADVANCE(45); if (lookahead != 0 && - lookahead != '$') ADVANCE(45); + lookahead != '$') ADVANCE(44); END_STATE(); case 14: - if (lookahead == '`') ADVANCE(48); - if (lookahead != 0) ADVANCE(47); + if (lookahead == '`') ADVANCE(47); + if (lookahead != 0) ADVANCE(46); END_STATE(); case 15: if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51); END_STATE(); case 16: if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(53); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); END_STATE(); case 17: if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(54); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(53); END_STATE(); case 18: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2119); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2118); END_STATE(); case 19: - if (set_contains(sym_pandoc_str_character_set_3, 770, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_3, 770, lookahead)) ADVANCE(4140); END_STATE(); case 20: if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && - lookahead != '}') ADVANCE(2118); + lookahead != '}') ADVANCE(2117); END_STATE(); case 21: if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != ' ' && - lookahead != '$') ADVANCE(43); + lookahead != '$') ADVANCE(42); END_STATE(); case 22: if (lookahead != 0 && lookahead != '\t' && lookahead != ' ' && - lookahead != ')') ADVANCE(38); + lookahead != ')') ADVANCE(37); END_STATE(); case 23: if (lookahead != 0 && - lookahead != '\n') ADVANCE(4141); + lookahead != '\n') ADVANCE(4140); END_STATE(); case 24: if (lookahead != 0 && @@ -6079,16 +6109,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE_MAP( '!', 4142, '"', 11, - '$', 41, - '&', 2120, + '$', 40, + '&', 2119, '\'', 12, ':', 28, - '[', 33, + '[', 32, '\\', 4146, - ']', 35, - '{', 50, - '|', 29, - '}', 51, + ']', 34, + '{', 49, + '|', 4141, + '}', 50, '\t', 4148, ' ', 4148, ',', 4143, @@ -6096,7 +6126,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 4143, '?', 4143, ); - if (set_contains(sym_pandoc_str_character_set_1, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 26: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -6106,12433 +6136,12430 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 28: ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 29: - ACCEPT_TOKEN(anon_sym_PIPE); - END_STATE(); - case 30: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 31: + case 30: ACCEPT_TOKEN(sym_entity_reference); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 32: + case 31: ACCEPT_TOKEN(sym_numeric_character_reference); END_STATE(); - case 33: + case 32: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 34: + case 33: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 35: + case 34: ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == '(') ADVANCE(37); + if (lookahead == '(') ADVANCE(36); END_STATE(); - case 36: + case 35: ACCEPT_TOKEN(anon_sym_BANG_LBRACK); END_STATE(); - case 37: + case 36: ACCEPT_TOKEN(anon_sym_RBRACK_LPAREN); END_STATE(); - case 38: + case 37: ACCEPT_TOKEN(aux_sym_target_token1); if (lookahead != 0 && lookahead != '\t' && lookahead != ' ' && - lookahead != ')') ADVANCE(38); + lookahead != ')') ADVANCE(37); END_STATE(); - case 39: + case 38: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 40: + case 39: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); - case 41: + case 40: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '$') ADVANCE(44); + if (lookahead == '$') ADVANCE(43); END_STATE(); - case 42: + case 41: ACCEPT_TOKEN(aux_sym_pandoc_math_token1); - if (lookahead == '$') ADVANCE(43); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '$') ADVANCE(42); + if (lookahead == '\\') ADVANCE(41); if (lookahead == '\t' || lookahead == ' ') ADVANCE(21); if (lookahead != 0 && lookahead != '\t' && - lookahead != '\n') ADVANCE(43); + lookahead != '\n') ADVANCE(42); END_STATE(); - case 43: + case 42: ACCEPT_TOKEN(aux_sym_pandoc_math_token1); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '\\') ADVANCE(41); if (lookahead == '\t' || lookahead == ' ') ADVANCE(21); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && - lookahead != '$') ADVANCE(43); + lookahead != '$') ADVANCE(42); END_STATE(); - case 44: + case 43: ACCEPT_TOKEN(anon_sym_DOLLAR_DOLLAR); END_STATE(); - case 45: + case 44: ACCEPT_TOKEN(aux_sym_pandoc_display_math_token1); - if (lookahead == '\\') ADVANCE(46); + if (lookahead == '\\') ADVANCE(45); if (lookahead != 0 && - lookahead != '$') ADVANCE(45); + lookahead != '$') ADVANCE(44); END_STATE(); - case 46: + case 45: ACCEPT_TOKEN(aux_sym_pandoc_display_math_token1); - if (lookahead == '\\') ADVANCE(46); - if (lookahead != 0) ADVANCE(45); + if (lookahead == '\\') ADVANCE(45); + if (lookahead != 0) ADVANCE(44); END_STATE(); - case 47: + case 46: ACCEPT_TOKEN(aux_sym_pandoc_code_span_token1); if (lookahead != 0 && - lookahead != '`') ADVANCE(47); + lookahead != '`') ADVANCE(46); END_STATE(); - case 48: + case 47: ACCEPT_TOKEN(aux_sym_pandoc_code_span_token2); END_STATE(); - case 49: + case 48: ACCEPT_TOKEN(aux_sym_insert_token1); END_STATE(); - case 50: + case 49: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 51: + case 50: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 52: + case 51: ACCEPT_TOKEN(aux_sym_commonmark_specifier_token1); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51); END_STATE(); - case 53: + case 52: ACCEPT_TOKEN(aux_sym__commonmark_specifier_start_with_class_token1); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(53); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); END_STATE(); - case 54: + case 53: ACCEPT_TOKEN(aux_sym__commonmark_specifier_start_with_class_token2); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(54); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(53); END_STATE(); - case 55: + case 54: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 56: + case 55: ACCEPT_TOKEN(sym__commonmark_naked_value); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(56); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); - case 57: + case 56: ACCEPT_TOKEN(sym__commonmark_single_quote_string); END_STATE(); - case 58: + case 57: ACCEPT_TOKEN(sym__commonmark_single_quote_string); - if (lookahead == '\'') ADVANCE(57); + if (lookahead == '\'') ADVANCE(56); if (lookahead == '\\') ADVANCE(9); if (lookahead != 0) ADVANCE(10); END_STATE(); - case 59: + case 58: ACCEPT_TOKEN(sym__commonmark_double_quote_string); END_STATE(); - case 60: + case 59: ACCEPT_TOKEN(sym__commonmark_double_quote_string); - if (lookahead == '"') ADVANCE(59); + if (lookahead == '"') ADVANCE(58); if (lookahead == '\\') ADVANCE(6); if (lookahead != 0) ADVANCE(7); END_STATE(); - case 61: + case 60: ACCEPT_TOKEN(sym_shortcode_name); ADVANCE_MAP( - '-', 62, - '!', 2106, - '(', 2106, - ')', 2106, - ',', 2106, - ';', 2106, - '@', 2106, - '[', 2106, - ']', 2106, + '-', 61, + '!', 2105, + '(', 2105, + ')', 2105, + ',', 2105, + ';', 2105, + '@', 2105, + '[', 2105, + ']', 2105, ); if (('#' <= lookahead && lookahead <= '&') || ('+' <= lookahead && lookahead <= '/') || lookahead == ':' || lookahead == '?' || - lookahead == '~') ADVANCE(2103); + lookahead == '~') ADVANCE(2102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(61); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(60); END_STATE(); - case 62: + case 61: ACCEPT_TOKEN(sym_shortcode_name); - if (lookahead == '-') ADVANCE(64); + if (lookahead == '-') ADVANCE(63); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && (lookahead < '0' || '9' < lookahead) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(61); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(60); END_STATE(); - case 63: + case 62: ACCEPT_TOKEN(sym_shortcode_name); - if (lookahead == '?') ADVANCE(310); + if (lookahead == '?') ADVANCE(309); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && lookahead != '-' && (lookahead < '0' || '9' < lookahead) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(314); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(313); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(63); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); END_STATE(); - case 64: + case 63: ACCEPT_TOKEN(sym_shortcode_name); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && lookahead != '-' && (lookahead < '0' || '9' < lookahead) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(64); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(63); END_STATE(); - case 65: + case 64: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - '#', 2081, - 'A', 381, - 'B', 449, - 'C', 403, - 'D', 365, - 'E', 420, - 'F', 674, - 'G', 107, - 'H', 315, - 'I', 387, - 'J', 777, - 'K', 402, - 'L', 106, - 'M', 490, - 'N', 411, - 'O', 389, - 'P', 487, - 'Q', 442, - 'R', 346, - 'S', 400, - 'T', 401, - 'U', 468, - 'V', 373, - 'W', 729, - 'X', 1017, - 'Y', 317, - 'Z', 404, - 'a', 447, - 'b', 419, - 'c', 454, - 'd', 322, - 'e', 367, - 'f', 496, - 'g', 96, - 'h', 324, - 'i', 448, - 'j', 776, - 'k', 581, - 'l', 76, - 'm', 368, - 'n', 397, - 'o', 431, - 'p', 519, - 'q', 1018, - 'r', 316, - 's', 576, - 't', 471, - 'u', 323, - 'v', 320, - 'w', 728, - 'x', 684, - 'y', 486, - 'z', 577, + '#', 2080, + 'A', 380, + 'B', 448, + 'C', 402, + 'D', 364, + 'E', 419, + 'F', 673, + 'G', 106, + 'H', 314, + 'I', 386, + 'J', 776, + 'K', 401, + 'L', 105, + 'M', 489, + 'N', 410, + 'O', 388, + 'P', 486, + 'Q', 441, + 'R', 345, + 'S', 399, + 'T', 400, + 'U', 467, + 'V', 372, + 'W', 728, + 'X', 1016, + 'Y', 316, + 'Z', 403, + 'a', 446, + 'b', 418, + 'c', 453, + 'd', 321, + 'e', 366, + 'f', 495, + 'g', 95, + 'h', 323, + 'i', 447, + 'j', 775, + 'k', 580, + 'l', 75, + 'm', 367, + 'n', 396, + 'o', 430, + 'p', 518, + 'q', 1017, + 'r', 315, + 's', 575, + 't', 470, + 'u', 322, + 'v', 319, + 'w', 727, + 'x', 683, + 'y', 485, + 'z', 576, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); + END_STATE(); + case 65: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + if (lookahead == '$') ADVANCE(2105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 66: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '$') ADVANCE(2106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '0') ADVANCE(2109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 67: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '0') ADVANCE(2110); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '0') ADVANCE(2111); + if (lookahead == '?') ADVANCE(309); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2112); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(313); END_STATE(); case 68: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '0') ADVANCE(2112); - if (lookahead == '?') ADVANCE(310); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2113); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(314); + if (lookahead == '1') ADVANCE(2076); + if (lookahead == '3') ADVANCE(72); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 69: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '1') ADVANCE(2077); - if (lookahead == '3') ADVANCE(73); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '1') ADVANCE(2090); + if (lookahead == ';') ADVANCE(2105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 70: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '1') ADVANCE(2091); - if (lookahead == ';') ADVANCE(2106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '1') ADVANCE(295); + if (lookahead == '2') ADVANCE(2077); + if (lookahead == '3') ADVANCE(292); + if (lookahead == '4') ADVANCE(73); + if (lookahead == '5') ADVANCE(2078); + if (lookahead == '7') ADVANCE(74); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 71: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '1') ADVANCE(296); - if (lookahead == '2') ADVANCE(2078); - if (lookahead == '3') ADVANCE(293); - if (lookahead == '4') ADVANCE(74); - if (lookahead == '5') ADVANCE(2079); - if (lookahead == '7') ADVANCE(75); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '4') ADVANCE(296); + if (lookahead == 'f') ADVANCE(1585); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 72: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '4') ADVANCE(297); - if (lookahead == 'f') ADVANCE(1586); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '4') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 73: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '4') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '5') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 74: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '5') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '8') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 75: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '8') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'A', 509, + 'B', 510, + 'E', 203, + 'H', 466, + 'a', 735, + 'b', 500, + 'c', 528, + 'd', 720, + 'e', 199, + 'f', 1178, + 'g', 94, + 'h', 546, + 'j', 678, + 'l', 125, + 'm', 1160, + 'n', 382, + 'o', 471, + 'p', 550, + 'r', 503, + 's', 451, + 't', 152, + 'u', 1695, + 'v', 988, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 76: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'A', 510, - 'B', 511, - 'E', 204, - 'H', 467, - 'a', 736, - 'b', 501, - 'c', 529, - 'd', 721, - 'e', 200, - 'f', 1179, - 'g', 95, - 'h', 547, - 'j', 679, - 'l', 126, - 'm', 1161, - 'n', 383, - 'o', 472, - 'p', 551, - 'r', 504, - 's', 452, - 't', 153, - 'u', 1696, - 'v', 989, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1679); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'q') ADVANCE(1996); + if (lookahead == 's') ADVANCE(894); + if (lookahead == 'x') ADVANCE(1220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 77: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1680); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'q') ADVANCE(1997); - if (lookahead == 's') ADVANCE(895); - if (lookahead == 'x') ADVANCE(1221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'V') ADVANCE(989); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 78: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'V') ADVANCE(990); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'A') ADVANCE(1798); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'A') ADVANCE(1799); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'D') ADVANCE(1569); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 80: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'D') ADVANCE(1570); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'E') ADVANCE(1657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 81: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'E') ADVANCE(1658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'L') ADVANCE(991); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 82: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'L') ADVANCE(992); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'R') ADVANCE(1242); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 83: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'R') ADVANCE(1243); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'U') ADVANCE(1613); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 84: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'U') ADVANCE(1614); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'B') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 85: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'B') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'C', 1580, + 'D', 1554, + 'E', 1288, + 'G', 1814, + 'H', 2007, + 'L', 963, + 'N', 930, + 'P', 1775, + 'R', 964, + 'S', 1658, + 'T', 1167, + 'V', 1003, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 86: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'C', 1581, - 'D', 1555, - 'E', 1289, - 'G', 1815, - 'H', 2008, - 'L', 964, - 'N', 931, - 'P', 1776, - 'R', 965, - 'S', 1659, - 'T', 1168, - 'V', 1004, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'C') ADVANCE(493); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 87: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'C') ADVANCE(494); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'D') ADVANCE(1516); + if (lookahead == 'E') ADVANCE(1657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 88: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'D') ADVANCE(1517); - if (lookahead == 'E') ADVANCE(1658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'D') ADVANCE(365); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 89: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'D') ADVANCE(366); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'E', 296, + 'a', 1595, + 'c', 1985, + 'e', 151, + 'i', 1416, + 'n', 381, + 'o', 798, + 's', 1174, + 'u', 1726, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 90: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - ';', 2106, - 'E', 297, - 'a', 1596, - 'c', 1986, - 'e', 152, - 'i', 1417, - 'n', 382, - 'o', 799, - 's', 1175, - 'u', 1727, + ';', 2105, + 'E', 296, + 'd', 1516, + 'e', 164, + 'm', 1992, + 'n', 2079, + 'p', 1365, + 'r', 510, + 's', 943, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 91: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'E', 297, - 'd', 1517, - 'e', 165, - 'm', 1993, - 'n', 2080, - 'p', 1366, - 'r', 511, - 's', 944, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'v') ADVANCE(2092); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 92: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'v') ADVANCE(2093); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'e') ADVANCE(248); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 93: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'e') ADVANCE(249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'i') ADVANCE(801); + if (lookahead == 'o') ADVANCE(1820); + if (lookahead == 'p') ADVANCE(1746); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 94: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'i') ADVANCE(802); - if (lookahead == 'o') ADVANCE(1821); - if (lookahead == 'p') ADVANCE(1747); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 95: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'E', 220, + 'a', 737, + 'b', 1666, + 'c', 1207, + 'd', 1516, + 'e', 219, + 'f', 1667, + 'g', 203, + 'i', 1401, + 'j', 678, + 'l', 291, + 'n', 382, + 'o', 1603, + 'r', 454, + 's', 705, + 't', 153, + 'v', 988, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 96: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'E', 221, - 'a', 738, - 'b', 1667, - 'c', 1208, - 'd', 1517, - 'e', 220, - 'f', 1668, - 'g', 204, - 'i', 1402, - 'j', 679, - 'l', 292, - 'n', 383, - 'o', 1604, - 'r', 455, - 's', 706, - 't', 154, - 'v', 989, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (lookahead == 'F') ADVANCE(2014); + if (lookahead == 'G') ADVANCE(1807); + if (lookahead == 'L') ADVANCE(889); + if (lookahead == 'S') ADVANCE(1375); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 97: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (lookahead == 'F') ADVANCE(2015); - if (lookahead == 'G') ADVANCE(1808); - if (lookahead == 'L') ADVANCE(890); - if (lookahead == 'S') ADVANCE(1376); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (lookahead == 'F') ADVANCE(2014); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 98: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (lookahead == 'F') ADVANCE(2015); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (lookahead == 'G') ADVANCE(1807); + if (lookahead == 'L') ADVANCE(889); + if (lookahead == 'S') ADVANCE(1375); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 99: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (lookahead == 'G') ADVANCE(1808); - if (lookahead == 'L') ADVANCE(890); - if (lookahead == 'S') ADVANCE(1376); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (lookahead == 'S') ADVANCE(1375); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 100: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (lookahead == 'S') ADVANCE(1376); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (lookahead == 'S') ADVANCE(1375); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 101: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (lookahead == 'S') ADVANCE(1376); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'E') ADVANCE(1657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 102: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'E') ADVANCE(1658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'G') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 103: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'G') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'H') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 104: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'H') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'I') ADVANCE(1497); + if (lookahead == 'S') ADVANCE(1978); + if (lookahead == 'U') ADVANCE(1478); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 105: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'I') ADVANCE(1498); - if (lookahead == 'S') ADVANCE(1979); - if (lookahead == 'U') ADVANCE(1479); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'J', 678, + 'a', 736, + 'c', 530, + 'e', 1020, + 'f', 1667, + 'l', 179, + 'm', 1161, + 'o', 1445, + 's', 701, + 'T', 296, + 't', 296, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 106: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - ';', 2106, - 'J', 679, - 'a', 737, - 'c', 531, - 'e', 1021, - 'f', 1668, - 'l', 180, - 'm', 1162, - 'o', 1446, - 's', 702, - 'T', 297, - 't', 297, + ';', 2105, + 'J', 678, + 'a', 1417, + 'b', 1666, + 'c', 899, + 'd', 1516, + 'f', 1667, + 'o', 1603, + 'r', 915, + 's', 718, + 'T', 296, + 'g', 296, + 't', 296, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 107: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'J', 679, - 'a', 1418, - 'b', 1667, - 'c', 900, - 'd', 1517, - 'f', 1668, - 'o', 1604, - 'r', 916, - 's', 719, - 'T', 297, - 'g', 297, - 't', 297, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'L') ADVANCE(889); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 108: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'L') ADVANCE(890); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'N') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 109: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'N') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'P') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 110: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'P') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'P') ADVANCE(1365); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 111: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'P') ADVANCE(1366); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'T') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 112: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'T') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 113: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'Y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 114: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'Y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'p') ADVANCE(1331); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 115: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(701); - if (lookahead == 'p') ADVANCE(1332); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1053); + if (lookahead == 'o') ADVANCE(1930); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 116: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1054); - if (lookahead == 'o') ADVANCE(1931); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(2096); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 117: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(2097); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(718); + if (lookahead == 'l') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 118: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(719); - if (lookahead == 'l') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 119: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(708); + if (lookahead == 'p') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 120: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(709); - if (lookahead == 'p') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'a', 1594, + 'c', 1985, + 'e', 171, + 'i', 1734, + 'n', 381, + 'p', 1590, + 's', 1174, + 'E', 296, + 'y', 296, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 121: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'a', 1595, - 'c', 1986, - 'e', 172, - 'i', 1735, - 'n', 382, - 'p', 1591, - 's', 1175, - 'E', 297, - 'y', 297, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(227); + if (lookahead == 's') ADVANCE(1172); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 122: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(228); - if (lookahead == 's') ADVANCE(1173); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'a', 1595, + 'b', 198, + 'f', 1820, + 'h', 1256, + 'l', 1595, + 'p', 1275, + 's', 1174, + 't', 1275, + 'c', 296, + 'w', 296, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 123: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - ';', 2106, - 'a', 1596, - 'b', 199, - 'f', 1821, - 'h', 1257, - 'l', 1596, - 'p', 1276, - 's', 1175, - 't', 1276, - 'c', 297, - 'w', 297, + ';', 2105, + 'a', 768, + 'c', 1151, + 'd', 2088, + 'm', 231, + 's', 1174, + 't', 2038, + 'b', 296, + 'e', 296, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 124: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'a', 769, - 'c', 1152, - 'd', 2089, - 'm', 232, - 's', 1175, - 't', 2039, - 'b', 297, - 'e', 297, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(768); + if (lookahead == 'i') ADVANCE(801); + if (lookahead == 'o') ADVANCE(1820); + if (lookahead == 'p') ADVANCE(1740); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 125: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(769); - if (lookahead == 'i') ADVANCE(802); - if (lookahead == 'o') ADVANCE(1821); - if (lookahead == 'p') ADVANCE(1741); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'c') ADVANCE(1566); + if (lookahead == 'h') ADVANCE(565); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 126: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'c') ADVANCE(1567); - if (lookahead == 'h') ADVANCE(566); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'd') ADVANCE(194); + if (lookahead == 'i') ADVANCE(1054); + if (lookahead == 'o') ADVANCE(1667); + if (lookahead == 's') ADVANCE(1330); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 127: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'd') ADVANCE(195); - if (lookahead == 'i') ADVANCE(1055); - if (lookahead == 'o') ADVANCE(1668); - if (lookahead == 's') ADVANCE(1331); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 128: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1831); + if (lookahead == 'c') ADVANCE(1151); + if (lookahead == 'd') ADVANCE(1522); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 129: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1832); - if (lookahead == 'c') ADVANCE(1152); - if (lookahead == 'd') ADVANCE(1523); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 130: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 131: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'e') ADVANCE(840); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1280); + if (lookahead == 'c') ADVANCE(1877); + if (lookahead == 'g') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 132: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1281); - if (lookahead == 'c') ADVANCE(1878); - if (lookahead == 'g') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1420); + if (lookahead == 'b') ADVANCE(1789); + if (lookahead == 'c') ADVANCE(492); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 133: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1421); - if (lookahead == 'b') ADVANCE(1790); - if (lookahead == 'c') ADVANCE(493); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1420); + if (lookahead == 's') ADVANCE(1330); + if (lookahead == 'd' || + lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 134: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1421); - if (lookahead == 's') ADVANCE(1331); - if (lookahead == 'd' || - lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(760); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 135: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(761); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1715); + if (lookahead == 'c') ADVANCE(1107); + if (lookahead == 'o') ADVANCE(1754); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 136: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1716); - if (lookahead == 'c') ADVANCE(1108); - if (lookahead == 'o') ADVANCE(1755); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1300); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 137: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1301); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1683); + if (lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 138: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1684); - if (lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1630); + if (lookahead == 'c') ADVANCE(2005); + if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 'n') ADVANCE(587); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 139: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1631); - if (lookahead == 'c') ADVANCE(2006); - if (lookahead == 'e') ADVANCE(1650); - if (lookahead == 'n') ADVANCE(588); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1180); + if (lookahead == 'e') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 140: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1181); - if (lookahead == 'e') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a') ADVANCE(1374); + if (lookahead == 's') ADVANCE(1275); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 141: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a') ADVANCE(1375); - if (lookahead == 's') ADVANCE(1276); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(1516); + if (lookahead == 'c') ADVANCE(1151); + if (lookahead == 'f') ADVANCE(240); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 142: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(1517); - if (lookahead == 'c') ADVANCE(1152); - if (lookahead == 'f') ADVANCE(241); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(296); + if (lookahead == 'd') ADVANCE(278); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 143: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(297); - if (lookahead == 'd') ADVANCE(279); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(296); + if (lookahead == 'h') ADVANCE(1867); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 144: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(297); - if (lookahead == 'h') ADVANCE(1868); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(118); + if (lookahead == 'd') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 145: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(119); - if (lookahead == 'd') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(118); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 146: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(119); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'b', 198, + 'f', 1820, + 'h', 1256, + 'l', 1595, + 'p', 1275, + 's', 1174, + 't', 1275, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 147: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'b', 199, - 'f', 1821, - 'h', 1257, - 'l', 1596, - 'p', 1276, - 's', 1175, - 't', 1276, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(466); + if (lookahead == 'e') ADVANCE(1649); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 148: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 'e') ADVANCE(1650); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b') ADVANCE(1742); + if (lookahead == 'c') ADVANCE(492); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'o') ADVANCE(1667); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 149: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b') ADVANCE(1743); - if (lookahead == 'c') ADVANCE(493); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'o') ADVANCE(1668); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 150: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(181); + if (lookahead == 'f') ADVANCE(1483); + if (lookahead == 'm') ADVANCE(1139); + if (lookahead == 's') ADVANCE(768); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 151: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(182); - if (lookahead == 'f') ADVANCE(1484); - if (lookahead == 'm') ADVANCE(1140); - if (lookahead == 's') ADVANCE(769); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(138); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 152: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(139); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'c', 679, + 'd', 1516, + 'h', 1716, + 'i', 1414, + 'l', 510, + 'q', 1997, + 'r', 423, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 153: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'c', 680, - 'd', 1517, - 'h', 1717, - 'i', 1415, - 'l', 511, - 'q', 1998, - 'r', 424, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(679); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'l') ADVANCE(424); + if (lookahead == 'q') ADVANCE(1997); + if (lookahead == 'r') ADVANCE(488); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 154: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(680); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'l') ADVANCE(425); - if (lookahead == 'q') ADVANCE(1998); - if (lookahead == 'r') ADVANCE(489); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 155: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(680); + if (lookahead == 'd') ADVANCE(1559); + if (lookahead == 'l') ADVANCE(189); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 156: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(681); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(680); if (lookahead == 'd') ADVANCE(1560); - if (lookahead == 'l') ADVANCE(190); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(189); + if (lookahead == 's') ADVANCE(586); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 157: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(681); - if (lookahead == 'd') ADVANCE(1561); - if (lookahead == 'g') ADVANCE(190); - if (lookahead == 's') ADVANCE(587); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(517); + if (lookahead == 'e') ADVANCE(1085); + if (lookahead == 'l') ADVANCE(572); + if (lookahead == 'p') ADVANCE(1727); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 158: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(518); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'l') ADVANCE(573); - if (lookahead == 'p') ADVANCE(1728); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(1151); + if (lookahead == 'w') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 159: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(1152); - if (lookahead == 'w') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(1985); + if (lookahead == 'e') ADVANCE(154); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 160: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(1986); - if (lookahead == 'e') ADVANCE(155); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(1985); + if (lookahead == 'e' || + lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 161: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(1986); - if (lookahead == 'e' || - lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c') ADVANCE(607); + if (lookahead == 'f') ADVANCE(1195); + if (lookahead == 'o') ADVANCE(797); + if (lookahead == 't') ADVANCE(157); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 162: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c') ADVANCE(608); - if (lookahead == 'f') ADVANCE(1196); - if (lookahead == 'o') ADVANCE(798); - if (lookahead == 't') ADVANCE(158); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + ';', 2105, + 'd', 1516, + 'e', 248, + 'g', 94, + 'l', 94, + 'n', 849, + 'p', 1365, + 'r', 510, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 163: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - ';', 2106, - 'd', 1517, - 'e', 249, - 'g', 95, - 'l', 95, - 'n', 850, - 'p', 1366, - 'r', 511, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 's') ADVANCE(280); + if (lookahead == 'E' || + lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 164: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 's') ADVANCE(281); - if (lookahead == 'E' || - lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1516); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 165: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1517); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'l') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 166: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(297); - if (lookahead == 'l') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 167: - ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); - END_STATE(); - case 168: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - ';', 2106, - 'd', 1516, - 'e', 165, - 'h', 1834, - 'l', 511, - 'm', 1993, - 'n', 2080, - 'p', 1366, - 's', 944, + ';', 2105, + 'd', 1515, + 'e', 164, + 'h', 1833, + 'l', 510, + 'm', 1992, + 'n', 2079, + 'p', 1365, + 's', 943, ); if (('1' <= lookahead && lookahead <= '3') || - lookahead == 'E') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'E') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); + END_STATE(); + case 168: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1508); + if (lookahead == 'l') ADVANCE(903); + if (lookahead == 'r') ADVANCE(1203); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 169: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1509); - if (lookahead == 'l') ADVANCE(904); - if (lookahead == 'r') ADVANCE(1204); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1508); + if (lookahead == 'l') ADVANCE(903); + if (lookahead == 'u') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 170: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1509); - if (lookahead == 'l') ADVANCE(904); - if (lookahead == 'u') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1508); + if (lookahead == 'l') ADVANCE(996); + if (lookahead == 'q') ADVANCE(296); + if (lookahead == 'r') ADVANCE(1246); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 171: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1509); - if (lookahead == 'l') ADVANCE(997); - if (lookahead == 'q') ADVANCE(297); - if (lookahead == 'r') ADVANCE(1247); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'd') ADVANCE(1180); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 172: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'd') ADVANCE(1181); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'l') ADVANCE(849); + if (lookahead == 'm') ADVANCE(1850); + if (lookahead == 'r') ADVANCE(1904); + if (lookahead == 's') ADVANCE(1617); + if (lookahead == 'z') ADVANCE(510); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 173: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'l') ADVANCE(850); - if (lookahead == 'm') ADVANCE(1851); - if (lookahead == 'r') ADVANCE(1905); - if (lookahead == 's') ADVANCE(1618); - if (lookahead == 'z') ADVANCE(511); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 's') ADVANCE(931); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 174: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 's') ADVANCE(932); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 175: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 176: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1650); + if (lookahead == 'm') ADVANCE(1233); + if (lookahead == 'p') ADVANCE(1365); + if (lookahead == 's') ADVANCE(1664); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 177: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1651); - if (lookahead == 'm') ADVANCE(1234); - if (lookahead == 'p') ADVANCE(1366); - if (lookahead == 's') ADVANCE(1665); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 178: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1077); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 179: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1078); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1023); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 180: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1024); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(248); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 181: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 'l') ADVANCE(864); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 182: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1650); - if (lookahead == 'l') ADVANCE(865); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1649); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 183: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1650); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 184: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(769); + if (lookahead == 'i') ADVANCE(1404); + if (lookahead == 'o') ADVANCE(821); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 185: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(770); - if (lookahead == 'i') ADVANCE(1405); - if (lookahead == 'o') ADVANCE(822); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(243); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 186: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(244); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1654); + if (lookahead == 'n') ADVANCE(908); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 187: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1655); - if (lookahead == 'n') ADVANCE(909); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1654); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 188: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1655); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(516); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 189: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(517); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 190: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1851); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 191: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1852); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1475); + if (lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 192: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1476); - if (lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1752); + if (lookahead == 's') ADVANCE(880); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 193: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1753); - if (lookahead == 's') ADVANCE(881); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1708); + if (lookahead == 's') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 194: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1709); - if (lookahead == 's') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1718); + if (lookahead == 'f' || + lookahead == 'm') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 195: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1719); - if (lookahead == 'f' || - lookahead == 'm') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e') ADVANCE(1707); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 196: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e') ADVANCE(1708); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(296); + if (lookahead == 'r') ADVANCE(1504); + if (lookahead == 'y') ADVANCE(257); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 197: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(297); - if (lookahead == 'r') ADVANCE(1505); - if (lookahead == 'y') ADVANCE(258); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 198: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 199: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(1880); + if (lookahead == 'g') ADVANCE(296); + if (lookahead == 'q') ADVANCE(247); + if (lookahead == 's') ADVANCE(156); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 200: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(1881); - if (lookahead == 'g') ADVANCE(297); - if (lookahead == 'q') ADVANCE(248); - if (lookahead == 's') ADVANCE(157); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(1421); + if (lookahead == 'l') ADVANCE(865); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 201: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(1422); - if (lookahead == 'l') ADVANCE(866); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'f') ADVANCE(1906); + if (lookahead == 'q') ADVANCE(247); + if (lookahead == 's') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 202: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(1907); - if (lookahead == 'q') ADVANCE(248); - if (lookahead == 's') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'g') ADVANCE(296); + if (lookahead == 'l') ADVANCE(1896); + if (lookahead == 'm') ADVANCE(1628); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 203: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'g') ADVANCE(297); - if (lookahead == 'l') ADVANCE(1897); - if (lookahead == 'm') ADVANCE(1629); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'g') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 204: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'g') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'g') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 205: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'g') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'g') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 206: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'g') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'h') ADVANCE(296); + if (lookahead == 'l') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 207: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'h') ADVANCE(297); - if (lookahead == 'l') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'h') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 208: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'h') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'h') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 209: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'h') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1152); + if (lookahead == 'n') ADVANCE(1035); + if (lookahead == 'o') ADVANCE(1896); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 210: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1153); - if (lookahead == 'n') ADVANCE(1036); - if (lookahead == 'o') ADVANCE(1897); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(817); + if (lookahead == 'o') ADVANCE(1438); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 211: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(818); - if (lookahead == 'o') ADVANCE(1439); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1697); + if (lookahead == 'u') ADVANCE(1912); + if (lookahead == 'E' || + lookahead == 'd' || + lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 212: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1698); - if (lookahead == 'u') ADVANCE(1913); - if (lookahead == 'E' || - lookahead == 'd' || - lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1697); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 213: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1698); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1455); + if (lookahead == 'p') ADVANCE(569); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 214: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1456); - if (lookahead == 'p') ADVANCE(570); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1934); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 215: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1935); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(782); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 216: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(783); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1430); + if (lookahead == 'n') ADVANCE(1163); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 217: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1431); - if (lookahead == 'n') ADVANCE(1164); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1358); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 218: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1359); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'i') ADVANCE(1494); + if (lookahead == 'l') ADVANCE(296); + if (lookahead == 's') ADVANCE(164); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 219: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'i') ADVANCE(1495); - if (lookahead == 'l') ADVANCE(297); - if (lookahead == 's') ADVANCE(165); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(296); + if (lookahead == 'q') ADVANCE(247); + if (lookahead == 's') ADVANCE(155); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 220: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(297); - if (lookahead == 'q') ADVANCE(248); - if (lookahead == 's') ADVANCE(156); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 221: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1933); + if (lookahead == 'e' || + lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 222: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1934); - if (lookahead == 'e' || - lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 223: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1547); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 224: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1548); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 225: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(849); + if (lookahead == 'd' || + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 226: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(850); - if (lookahead == 'd' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1937); + if (lookahead == 'm') ADVANCE(493); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 227: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1938); - if (lookahead == 'm') ADVANCE(494); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'l') ADVANCE(1316); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 228: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'l') ADVANCE(1317); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 229: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'm') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(193); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 230: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'm') ADVANCE(194); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(523); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 231: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'm') ADVANCE(524); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'n') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 232: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'n') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'n') ADVANCE(543); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 233: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'n') ADVANCE(544); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 234: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 235: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 236: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 237: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(2044); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 238: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(2045); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(2033); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 239: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(2034); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(768); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 240: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(769); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(1721); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 241: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(1722); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(1950); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 242: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(1951); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(1460); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 243: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(1461); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'o') ADVANCE(1485); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 244: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'o') ADVANCE(1486); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'p') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 245: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'p') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(216); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 246: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(217); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'p') ADVANCE(1746); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 247: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'p') ADVANCE(1747); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'q') ADVANCE(296); + if (lookahead == 's') ADVANCE(1360); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 248: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'q') ADVANCE(297); - if (lookahead == 's') ADVANCE(1361); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'q') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 249: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'q') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'q') ADVANCE(247); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 250: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'q') ADVANCE(248); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 251: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'q') ADVANCE(249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'q') ADVANCE(1996); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 252: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'q') ADVANCE(1997); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 253: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'r') ADVANCE(481); + if (lookahead == 's') ADVANCE(164); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 254: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'r') ADVANCE(482); - if (lookahead == 's') ADVANCE(165); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'r') ADVANCE(1188); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 255: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'r') ADVANCE(1189); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'r') ADVANCE(1166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 256: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'r') ADVANCE(1167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 257: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 258: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(166); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 259: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(167); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(144); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 260: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(145); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(2066); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 261: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(2067); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 262: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 263: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(1938); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 264: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(1939); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(880); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 265: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(881); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(933); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 266: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(934); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(946); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 267: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(947); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 's') ADVANCE(2000); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 268: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 's') ADVANCE(2001); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 269: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 270: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 271: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(195); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 272: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(196); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(651); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 273: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(652); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 274: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(749); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 275: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(750); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(597); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 276: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(598); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(1529); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 277: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(1530); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 't') ADVANCE(1188); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 278: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 't') ADVANCE(1189); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 279: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'u') ADVANCE(1158); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 280: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'u') ADVANCE(1159); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 281: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'v') ADVANCE(2092); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 282: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'v') ADVANCE(2093); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'v') ADVANCE(640); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 283: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'v') ADVANCE(641); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'v') ADVANCE(945); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 284: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'v') ADVANCE(946); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'a' || + lookahead == 'h') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 285: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'a' || - lookahead == 'h') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'b' || + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 286: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'b' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'c' || + lookahead == 'w') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 287: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'c' || - lookahead == 'w') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); + if (lookahead == 'e' || + lookahead == 'g') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 288: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'e' || - lookahead == 'g') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'l') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 289: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (lookahead == 'e' || - lookahead == 'l') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); - END_STATE(); - case 290: - ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'f' || - lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 291: + case 290: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'e' || - lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 292: + case 291: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'E' || lookahead == 'a' || - lookahead == 'j') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'j') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 293: + case 292: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == '4' || lookahead == '5' || - lookahead == '8') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '8') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 294: + case 293: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'D' || lookahead == 'U' || lookahead == 'd' || - lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 295: + case 294: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (lookahead == 'H' || lookahead == 'L' || lookahead == 'R' || lookahead == 'h' || lookahead == 'l' || - lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 296: + case 295: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); + if (lookahead == ';') ADVANCE(2105); if (('2' <= lookahead && lookahead <= '6') || - lookahead == '8') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '8') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); + END_STATE(); + case 296: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + if (lookahead == ';') ADVANCE(2105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 297: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(2106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(298); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 298: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(299); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(308); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 299: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(309); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(297); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 300: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(298); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(299); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 301: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(300); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 302: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(301); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 303: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(302); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(308); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 304: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(309); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(303); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 305: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(304); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 306: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(305); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 307: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); + if (lookahead == ';') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(306); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 308: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(307); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == ';') ADVANCE(31); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 309: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == ';') ADVANCE(32); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '=') ADVANCE(2106); + if (lookahead == '?') ADVANCE(309); + if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(309); END_STATE(); case 310: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '?') ADVANCE(310); - if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(310); + if (lookahead == '?') ADVANCE(309); + if (lookahead == '+' || + lookahead == '-') ADVANCE(311); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(313); END_STATE(); case 311: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(310); - if (lookahead == '+' || - lookahead == '-') ADVANCE(312); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(314); + if (lookahead == '?') ADVANCE(309); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(313); END_STATE(); case 312: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(310); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(314); + if (lookahead == '?') ADVANCE(309); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2115); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(313); END_STATE(); case 313: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(310); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(314); + if (lookahead == '?') ADVANCE(309); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(313); END_STATE(); case 314: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(310); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(314); + ADVANCE_MAP( + 'A', 428, + 'a', 742, + 'c', 1208, + 'f', 1667, + 'i', 1295, + 'o', 1599, + 's', 715, + 'u', 1393, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 315: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'A', 429, - 'a', 743, - 'c', 1209, - 'f', 1668, - 'i', 1296, - 'o', 1600, - 's', 716, - 'u', 1394, + 'A', 509, + 'B', 510, + 'H', 466, + 'a', 689, + 'b', 500, + 'c', 528, + 'd', 719, + 'e', 131, + 'f', 1178, + 'h', 547, + 'i', 1068, + 'l', 504, + 'm', 1578, + 'n', 1395, + 'o', 472, + 'p', 554, + 'r', 510, + 's', 452, + 't', 1134, + 'u', 1320, + 'x', 296, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 316: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'A', 510, - 'B', 511, - 'H', 467, - 'a', 690, - 'b', 501, - 'c', 529, - 'd', 720, - 'e', 132, - 'f', 1179, - 'h', 548, - 'i', 1069, - 'l', 505, - 'm', 1579, - 'n', 1396, - 'o', 473, - 'p', 555, - 'r', 511, - 's', 453, - 't', 1135, - 'u', 1321, - 'x', 297, + 'A', 678, + 'I', 678, + 'U', 678, + 'a', 733, + 'c', 1207, + 'f', 1667, + 'o', 1603, + 's', 718, + 'u', 1402, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 317: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'A', 679, - 'I', 679, - 'U', 679, - 'a', 734, - 'c', 1208, - 'f', 1668, - 'o', 1604, - 's', 719, - 'u', 1403, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(368); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 318: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(369); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'A', 1492, + 'C', 1005, + 'D', 1510, + 'F', 1319, + 'R', 1241, + 'T', 950, + 'U', 1608, + 'V', 984, + 'a', 1798, + 'r', 1234, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 319: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'A', 1493, - 'C', 1006, - 'D', 1511, - 'F', 1320, - 'R', 1242, - 'T', 951, - 'U', 1609, - 'V', 985, - 'a', 1799, - 'r', 1235, + 'A', 1686, + 'B', 557, + 'D', 497, + 'a', 1452, + 'c', 2056, + 'd', 497, + 'e', 856, + 'f', 1667, + 'l', 1933, + 'n', 1849, + 'o', 1603, + 'p', 1736, + 'r', 1933, + 's', 717, + 'z', 1181, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 320: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'A', 1687, - 'B', 558, - 'D', 498, - 'a', 1453, - 'c', 2057, - 'd', 498, - 'e', 857, - 'f', 1668, - 'l', 1934, - 'n', 1850, - 'o', 1604, - 'p', 1737, - 'r', 1934, - 's', 718, - 'z', 1182, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'd') ADVANCE(1667); + if (lookahead == 'e') ADVANCE(201); + if (lookahead == 's') ADVANCE(1174); + if (lookahead == 't') ADVANCE(255); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 321: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'd') ADVANCE(1668); - if (lookahead == 'e') ADVANCE(202); - if (lookahead == 's') ADVANCE(1175); - if (lookahead == 't') ADVANCE(256); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'A', 1686, + 'H', 466, + 'a', 1051, + 'b', 1271, + 'c', 533, + 'd', 115, + 'e', 202, + 'f', 1179, + 'h', 541, + 'i', 511, + 'j', 678, + 'l', 685, + 'o', 1323, + 'r', 647, + 's', 687, + 't', 796, + 'u', 505, + 'w', 515, + 'z', 675, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 322: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'A', 1687, - 'H', 467, - 'a', 1052, - 'b', 1272, - 'c', 534, - 'd', 116, - 'e', 203, - 'f', 1180, - 'h', 542, - 'i', 512, - 'j', 679, - 'l', 686, - 'o', 1324, - 'r', 648, - 's', 688, - 't', 797, + 'A', 1686, + 'H', 466, + 'a', 729, + 'b', 1689, + 'c', 1187, + 'd', 501, + 'f', 1179, + 'g', 1728, + 'h', 540, + 'l', 778, + 'm', 117, + 'o', 1056, + 'p', 611, + 'r', 777, + 's', 718, + 't', 793, 'u', 506, - 'w', 516, - 'z', 676, + 'w', 515, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 323: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'A', 1687, - 'H', 467, - 'a', 730, - 'b', 1690, - 'c', 1188, - 'd', 502, - 'f', 1180, - 'g', 1729, - 'h', 541, - 'l', 779, - 'm', 118, - 'o', 1057, - 'p', 612, - 'r', 778, - 's', 719, - 't', 794, - 'u', 507, - 'w', 516, + 'A', 1686, + 'a', 1194, + 'b', 466, + 'c', 1208, + 'e', 594, + 'f', 1667, + 'k', 1821, + 'o', 507, + 's', 707, + 'y', 649, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 324: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'A', 1687, - 'a', 1195, - 'b', 467, - 'c', 1209, - 'e', 595, - 'f', 1668, - 'k', 1822, - 'o', 508, - 's', 708, - 'y', 650, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'p') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 325: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'p') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1686); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 326: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1687); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1679); + if (lookahead == 'c') ADVANCE(268); + if (lookahead == 'm') ADVANCE(1140); + if (lookahead == 's') ADVANCE(2039); + if (lookahead == 't') ADVANCE(1388); + if (lookahead == 'x') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 327: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1680); - if (lookahead == 'c') ADVANCE(269); - if (lookahead == 'm') ADVANCE(1141); - if (lookahead == 's') ADVANCE(2040); - if (lookahead == 't') ADVANCE(1389); - if (lookahead == 'x') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1679); + if (lookahead == 'n') ADVANCE(2039); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 328: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1680); - if (lookahead == 'n') ADVANCE(2040); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1679); + if (lookahead == 'n') ADVANCE(895); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 329: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1680); - if (lookahead == 'n') ADVANCE(896); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'a') ADVANCE(1778); + if (lookahead == 'i') ADVANCE(1071); + if (lookahead == 't') ADVANCE(1761); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 330: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'a') ADVANCE(1779); - if (lookahead == 'i') ADVANCE(1072); - if (lookahead == 't') ADVANCE(1762); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 't') ADVANCE(254); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 331: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 't') ADVANCE(255); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 't') ADVANCE(1756); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 332: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1687); - if (lookahead == 't') ADVANCE(1757); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'A', 1801, + 'D', 1569, + 'E', 1660, + 'T', 935, + 'a', 1798, + 'd', 1576, + 'p', 944, + 's', 1157, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 333: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'A', 1802, - 'D', 1570, - 'E', 1661, - 'T', 936, - 'a', 1799, - 'd', 1577, - 'p', 945, - 's', 1158, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(741); + if (lookahead == 'D') ADVANCE(1513); + if (lookahead == 'G') ADVANCE(1719); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 334: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(742); - if (lookahead == 'D') ADVANCE(1514); - if (lookahead == 'G') ADVANCE(1720); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(741); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 335: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(742); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1317); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 336: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1318); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'A', 1493, + 'C', 1005, + 'D', 1510, + 'F', 1319, + 'T', 950, + 'U', 1608, + 'V', 984, + 'a', 1798, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 337: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'A', 1494, - 'C', 1006, - 'D', 1511, - 'F', 1320, - 'T', 951, - 'U', 1609, - 'V', 985, - 'a', 1799, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'D') ADVANCE(1569); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 338: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'D') ADVANCE(1570); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'R') ADVANCE(1242); + if (lookahead == 'T') ADVANCE(920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 339: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'R') ADVANCE(1243); - if (lookahead == 'T') ADVANCE(921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'R') ADVANCE(1242); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 340: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'R') ADVANCE(1243); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'T') ADVANCE(920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 341: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'T') ADVANCE(921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (lookahead == 'V') ADVANCE(989); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 342: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (lookahead == 'V') ADVANCE(990); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1798); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 343: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1799); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'A') ADVANCE(1802); + if (lookahead == 'B') ADVANCE(1666); + if (lookahead == 'L') ADVANCE(982); + if (lookahead == 'R') ADVANCE(1240); + if (lookahead == 'T') ADVANCE(935); + if (lookahead == 'a') ADVANCE(1798); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 344: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'A') ADVANCE(1803); - if (lookahead == 'B') ADVANCE(1667); - if (lookahead == 'L') ADVANCE(983); - if (lookahead == 'R') ADVANCE(1241); - if (lookahead == 'T') ADVANCE(936); - if (lookahead == 'a') ADVANCE(1799); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(465); + if (lookahead == 'P') ADVANCE(615); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 345: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(466); - if (lookahead == 'P') ADVANCE(616); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'B', 510, + 'E', 102, + 'a', 738, + 'c', 530, + 'e', 283, + 'f', 1667, + 'h', 1505, + 'i', 1049, + 'o', 1602, + 'r', 1234, + 's', 702, + 'u', 1310, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 346: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'B', 511, - 'E', 103, - 'a', 739, - 'c', 531, - 'e', 284, - 'f', 1668, - 'h', 1506, - 'i', 1050, - 'o', 1603, - 'r', 1235, - 's', 703, - 'u', 1311, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(466); + if (lookahead == 'L') ADVANCE(1189); + if (lookahead == 'S') ADVANCE(977); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 347: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(467); - if (lookahead == 'L') ADVANCE(1190); - if (lookahead == 'S') ADVANCE(978); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 348: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(1799); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 349: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(1800); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(1791); + if (lookahead == 'n') ADVANCE(350); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(85); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 350: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(1792); - if (lookahead == 'n') ADVANCE(351); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(86); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'B') ADVANCE(1796); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 351: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'B') ADVANCE(1797); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(405); + if (lookahead == 'c') ADVANCE(2056); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 352: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(406); - if (lookahead == 'c') ADVANCE(2057); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(493); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 353: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(494); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(1571); + if (lookahead == 'T') ADVANCE(1221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 354: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(1572); - if (lookahead == 'T') ADVANCE(1222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(1247); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 355: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(1248); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(1342); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 356: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(1343); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(2004); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 357: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(2005); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(1586); + if (lookahead == 'D') ADVANCE(1512); + if (lookahead == 'L') ADVANCE(994); + if (lookahead == 'R') ADVANCE(1244); + if (lookahead == 'U') ADVANCE(1609); + if (lookahead == 'V') ADVANCE(1003); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 358: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(1587); - if (lookahead == 'D') ADVANCE(1513); - if (lookahead == 'L') ADVANCE(995); - if (lookahead == 'R') ADVANCE(1245); - if (lookahead == 'U') ADVANCE(1610); - if (lookahead == 'V') ADVANCE(1004); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'C') ADVANCE(1586); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 359: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'C') ADVANCE(1587); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1516); + if (lookahead == 'M') ADVANCE(1233); + if (lookahead == 'P') ADVANCE(1365); + if (lookahead == 'T') ADVANCE(1221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 360: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1517); - if (lookahead == 'M') ADVANCE(1234); - if (lookahead == 'P') ADVANCE(1366); - if (lookahead == 'T') ADVANCE(1222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1516); + if (lookahead == 'a') ADVANCE(1686); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 361: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1517); - if (lookahead == 'a') ADVANCE(1687); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1516); + if (lookahead == 'o') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 362: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1517); - if (lookahead == 'o') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1516); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 363: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1517); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1516); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 364: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1517); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'D', 241, + 'J', 678, + 'S', 678, + 'Z', 678, + 'a', 1052, + 'c', 533, + 'e', 1276, + 'f', 1667, + 'i', 475, + 'o', 1600, + 's', 715, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 365: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'D', 242, - 'J', 679, - 'S', 679, - 'Z', 679, - 'a', 1053, - 'c', 534, - 'e', 1277, - 'f', 1668, - 'i', 476, - 'o', 1601, - 's', 716, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 366: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'D', 361, + 'a', 732, + 'c', 531, + 'd', 1516, + 'e', 296, + 'f', 362, + 'g', 253, + 'l', 218, + 'm', 461, + 'n', 1037, + 'o', 1056, + 'p', 544, + 'q', 726, + 'r', 360, + 's', 695, + 't', 284, + 'u', 1381, + 'x', 754, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 367: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'D', 362, - 'a', 733, - 'c', 532, - 'd', 1517, - 'e', 297, - 'f', 363, - 'g', 254, - 'l', 219, - 'm', 462, - 'n', 1038, - 'o', 1057, - 'p', 545, - 'q', 727, - 'r', 361, - 's', 696, - 't', 285, - 'u', 1382, - 'x', 755, + 'D', 363, + 'a', 681, + 'c', 1570, + 'd', 497, + 'e', 579, + 'f', 1667, + 'h', 1505, + 'i', 770, + 'l', 734, + 'n', 1626, + 'o', 834, + 'p', 296, + 's', 714, + 'u', 226, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 368: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'D', 364, - 'a', 682, - 'c', 1571, - 'd', 498, - 'e', 580, - 'f', 1668, - 'h', 1506, - 'i', 771, - 'l', 735, - 'n', 1627, - 'o', 835, - 'p', 297, - 's', 715, - 'u', 227, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(384); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 369: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(385); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'D', 2093, + 'H', 293, + 'U', 2093, + 'V', 294, + 'b', 1520, + 'd', 2093, + 'h', 293, + 'm', 1233, + 'p', 1365, + 't', 1221, + 'u', 2093, + 'v', 294, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 370: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'D', 2094, - 'H', 294, - 'U', 2094, - 'V', 295, - 'b', 1521, - 'd', 2094, - 'h', 294, - 'm', 1234, - 'p', 1366, - 't', 1222, - 'u', 2094, - 'v', 295, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 371: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'D', 497, + 'H', 510, + 'a', 1595, + 'd', 497, + 'g', 2085, + 'i', 1439, + 'l', 330, + 'r', 331, + 's', 1174, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 372: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'D', 498, - 'H', 511, - 'a', 1596, - 'd', 498, - 'g', 2086, - 'i', 1440, - 'l', 331, - 'r', 332, - 's', 1175, + 'D', 497, + 'b', 466, + 'c', 2056, + 'd', 499, + 'e', 845, + 'f', 1667, + 'o', 1603, + 's', 718, + 'v', 814, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 373: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'D', 498, - 'b', 467, - 'c', 2057, - 'd', 500, - 'e', 846, - 'f', 1668, - 'o', 1604, - 's', 719, - 'v', 815, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(497); + if (lookahead == 'd') ADVANCE(497); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 374: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(498); - if (lookahead == 'd') ADVANCE(498); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1569); + if (lookahead == 'L') ADVANCE(991); + if (lookahead == 'R') ADVANCE(1242); + if (lookahead == 'U') ADVANCE(1613); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 375: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1570); - if (lookahead == 'L') ADVANCE(992); - if (lookahead == 'R') ADVANCE(1243); - if (lookahead == 'U') ADVANCE(1614); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1171); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 376: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1172); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(937); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 377: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(938); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1577); + if (lookahead == 'E') ADVANCE(1657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 378: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1578); - if (lookahead == 'E') ADVANCE(1658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1581); + if (lookahead == 'T') ADVANCE(956); + if (lookahead == 'V') ADVANCE(984); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 379: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1582); - if (lookahead == 'T') ADVANCE(957); - if (lookahead == 'V') ADVANCE(985); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'D') ADVANCE(1591); + if (lookahead == 'Q') ADVANCE(2015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 380: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'D') ADVANCE(1592); - if (lookahead == 'Q') ADVANCE(2016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'E', 1315, + 'M', 109, + 'a', 733, + 'b', 1666, + 'c', 1187, + 'f', 1667, + 'g', 1728, + 'l', 1596, + 'm', 462, + 'n', 801, + 'o', 1056, + 'p', 1621, + 'r', 1162, + 's', 712, + 't', 1209, + 'u', 1382, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 381: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'E', 1316, - 'M', 110, - 'a', 734, - 'b', 1667, - 'c', 1188, - 'f', 1668, - 'g', 1729, - 'l', 1597, - 'm', 463, - 'n', 802, - 'o', 1057, - 'p', 1622, - 'r', 1163, - 's', 713, - 't', 1210, - 'u', 1383, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'a') ADVANCE(1595); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 382: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'a') ADVANCE(1596); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'a') ADVANCE(1612); + if (lookahead == 'e') ADVANCE(250); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 383: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'a') ADVANCE(1613); - if (lookahead == 'e') ADVANCE(251); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(296); + if (lookahead == 'e') ADVANCE(249); + if (lookahead == 's') ADVANCE(1174); + if (lookahead == 't') ADVANCE(252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 384: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(297); - if (lookahead == 'e') ADVANCE(250); - if (lookahead == 's') ADVANCE(1175); - if (lookahead == 't') ADVANCE(253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 385: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(1287); + if (lookahead == 'U') ADVANCE(1644); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 386: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(1288); - if (lookahead == 'U') ADVANCE(1645); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'E', 678, + 'J', 1321, + 'O', 678, + 'a', 733, + 'c', 1187, + 'd', 1516, + 'f', 1667, + 'g', 1728, + 'm', 114, + 'n', 1903, + 'o', 1055, + 's', 718, + 't', 1235, + 'u', 1263, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 387: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'E', 679, - 'J', 1322, - 'O', 679, - 'a', 734, - 'c', 1188, - 'd', 1517, - 'f', 1668, - 'g', 1729, - 'm', 115, - 'n', 1904, - 'o', 1056, - 's', 719, - 't', 1236, - 'u', 1264, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(1289); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 388: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(1290); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'E', 1321, + 'a', 733, + 'c', 1187, + 'd', 669, + 'f', 1667, + 'g', 1728, + 'm', 459, + 'o', 1603, + 'p', 907, + 'r', 296, + 's', 710, + 't', 1156, + 'u', 1382, + 'v', 922, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 389: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'E', 1322, - 'a', 734, - 'c', 1188, - 'd', 670, - 'f', 1668, - 'g', 1729, - 'm', 460, - 'o', 1604, - 'p', 908, - 'r', 297, - 's', 711, - 't', 1157, - 'u', 1383, - 'v', 923, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(1660); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 390: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(1661); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(1657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 391: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(1658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'E') ADVANCE(1662); + if (lookahead == 'F') ADVANCE(2014); + if (lookahead == 'G') ADVANCE(1807); + if (lookahead == 'L') ADVANCE(889); + if (lookahead == 'S') ADVANCE(1375); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 392: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'E') ADVANCE(1663); - if (lookahead == 'F') ADVANCE(2015); - if (lookahead == 'G') ADVANCE(1808); - if (lookahead == 'L') ADVANCE(890); - if (lookahead == 'S') ADVANCE(1376); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'F') ADVANCE(2014); + if (lookahead == 'G') ADVANCE(1807); + if (lookahead == 'L') ADVANCE(889); + if (lookahead == 'S') ADVANCE(1375); + if (lookahead == 'T') ADVANCE(1235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 393: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'E') ADVANCE(1664); - if (lookahead == 'F') ADVANCE(2015); - if (lookahead == 'G') ADVANCE(1808); - if (lookahead == 'L') ADVANCE(890); - if (lookahead == 'S') ADVANCE(1376); - if (lookahead == 'T') ADVANCE(1236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'F') ADVANCE(436); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 394: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'F') ADVANCE(437); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'F') ADVANCE(2008); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 395: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'F') ADVANCE(2009); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'G') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 396: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'G') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'G', 1038, + 'L', 969, + 'R', 1234, + 'V', 373, + 'a', 653, + 'b', 1822, + 'c', 483, + 'd', 497, + 'e', 76, + 'f', 1667, + 'g', 383, + 'h', 324, + 'i', 258, + 'j', 678, + 'l', 320, + 'm', 1139, + 'o', 245, + 'p', 552, + 'r', 329, + 's', 688, + 't', 1059, + 'u', 229, + 'v', 371, + 'w', 328, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 397: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'G', 1039, - 'L', 970, - 'R', 1235, - 'V', 374, - 'a', 654, - 'b', 1823, - 'c', 484, - 'd', 498, - 'e', 77, - 'f', 1668, - 'g', 384, - 'h', 325, - 'i', 259, - 'j', 679, - 'l', 321, - 'm', 1140, - 'o', 246, - 'p', 553, - 'r', 330, - 's', 689, - 't', 1060, - 'u', 230, - 'v', 372, - 'w', 329, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'G') ADVANCE(1807); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 398: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'G') ADVANCE(1808); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'G') ADVANCE(1816); + if (lookahead == 'L') ADVANCE(972); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 399: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'G') ADVANCE(1817); - if (lookahead == 'L') ADVANCE(973); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'H', 351, + 'O', 393, + 'a', 741, + 'c', 130, + 'f', 1667, + 'h', 1572, + 'i', 1057, + 'm', 577, + 'o', 1603, + 'q', 1692, + 's', 718, + 't', 466, + 'u', 637, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 400: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'H', 352, - 'O', 394, - 'a', 742, - 'c', 131, - 'f', 1668, - 'h', 1573, - 'i', 1058, - 'm', 578, - 'o', 1604, - 'q', 1693, - 's', 719, - 't', 467, - 'u', 638, + 'H', 421, + 'R', 317, + 'S', 404, + 'a', 2082, + 'c', 530, + 'f', 1667, + 'h', 878, + 'i', 1304, + 'o', 1603, + 'r', 1214, + 's', 715, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 401: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'H', 422, - 'R', 318, - 'S', 405, - 'a', 2083, - 'c', 531, - 'f', 1668, - 'h', 879, - 'i', 1305, - 'o', 1604, - 'r', 1215, - 's', 716, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'H') ADVANCE(678); + if (lookahead == 'J') ADVANCE(678); + if (lookahead == 'a') ADVANCE(1618); + if (lookahead == 'c') ADVANCE(900); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 402: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'H') ADVANCE(679); - if (lookahead == 'J') ADVANCE(679); - if (lookahead == 'a') ADVANCE(1619); - if (lookahead == 'c') ADVANCE(901); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'H', 678, + 'O', 422, + 'a', 740, + 'c', 529, + 'd', 1516, + 'e', 831, + 'f', 1667, + 'h', 1140, + 'i', 1714, + 'l', 1519, + 'o', 1359, + 'r', 1521, + 's', 718, + 'u', 1604, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 403: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'H', 679, - 'O', 423, + 'H', 678, 'a', 741, - 'c', 530, - 'd', 1517, - 'e', 832, - 'f', 1668, - 'h', 1141, - 'i', 1715, - 'l', 1520, - 'o', 1360, - 'r', 1522, - 's', 719, - 'u', 1605, + 'c', 533, + 'd', 1516, + 'e', 1724, + 'f', 1667, + 'o', 1603, + 's', 718, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 404: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'H', 679, - 'a', 742, - 'c', 534, - 'd', 1517, - 'e', 1725, - 'f', 1668, - 'o', 1604, - 's', 719, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'H') ADVANCE(678); + if (lookahead == 'c') ADVANCE(2056); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 405: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'H') ADVANCE(679); - if (lookahead == 'c') ADVANCE(2057); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'H') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 406: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'H') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'H') ADVANCE(2016); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 407: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'H') ADVANCE(2017); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'I') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 408: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'I') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'I') ADVANCE(1415); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 409: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'I') ADVANCE(1416); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'I') ADVANCE(1482); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 410: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'I') ADVANCE(1483); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'J', 678, + 'a', 741, + 'c', 530, + 'e', 1060, + 'f', 1667, + 'o', 349, + 's', 718, + 't', 1209, + 'u', 296, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 411: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'J', 679, - 'a', 742, - 'c', 531, - 'e', 1061, - 'f', 1668, - 'o', 350, - 's', 719, - 't', 1210, - 'u', 297, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'L') ADVANCE(889); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 412: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'L') ADVANCE(890); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'L') ADVANCE(1189); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 413: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'L') ADVANCE(1190); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'L') ADVANCE(987); + if (lookahead == 'R') ADVANCE(1242); + if (lookahead == 'l') ADVANCE(970); + if (lookahead == 'r') ADVANCE(1234); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 414: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'L') ADVANCE(988); - if (lookahead == 'R') ADVANCE(1243); - if (lookahead == 'l') ADVANCE(971); - if (lookahead == 'r') ADVANCE(1235); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'L') ADVANCE(987); + if (lookahead == 'R') ADVANCE(1242); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 415: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'L') ADVANCE(988); - if (lookahead == 'R') ADVANCE(1243); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'L') ADVANCE(991); + if (lookahead == 'R') ADVANCE(1242); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 416: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'L') ADVANCE(992); - if (lookahead == 'R') ADVANCE(1243); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'M') ADVANCE(973); + if (lookahead == 'T') ADVANCE(1122); + if (lookahead == 'V') ADVANCE(961); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 417: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'M') ADVANCE(974); - if (lookahead == 'T') ADVANCE(1123); - if (lookahead == 'V') ADVANCE(962); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'M') ADVANCE(1233); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 418: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'M') ADVANCE(1234); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'N', 1516, + 'a', 725, + 'b', 1710, + 'c', 1535, + 'd', 1656, + 'e', 790, + 'f', 1667, + 'i', 1040, + 'k', 595, + 'l', 476, + 'n', 855, + 'o', 1601, + 'p', 1737, + 'r', 852, + 's', 696, + 'u', 1322, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 419: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'N', 1517, - 'a', 726, - 'b', 1711, - 'c', 1536, - 'd', 1657, - 'e', 791, - 'f', 1668, - 'i', 1041, - 'k', 596, - 'l', 477, - 'n', 856, - 'o', 1602, - 'p', 1738, - 'r', 853, - 's', 697, - 'u', 1323, + 'N', 395, + 'T', 103, + 'a', 733, + 'c', 532, + 'd', 1516, + 'f', 1667, + 'g', 1728, + 'l', 974, + 'm', 460, + 'o', 1056, + 'p', 1871, + 'q', 1968, + 's', 704, + 't', 449, + 'u', 1382, + 'x', 1164, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 420: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'N', 396, - 'T', 104, - 'a', 734, - 'c', 533, - 'd', 1517, - 'f', 1668, - 'g', 1729, - 'l', 975, - 'm', 461, - 'o', 1057, - 'p', 1872, - 'q', 1969, - 's', 705, - 't', 450, - 'u', 1383, - 'x', 1165, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'O') ADVANCE(111); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 421: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'O') ADVANCE(112); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'O') ADVANCE(427); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 422: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'O') ADVANCE(428); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'P') ADVANCE(113); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 423: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'P') ADVANCE(114); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'P') ADVANCE(466); + if (lookahead == 'i') ADVANCE(290); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 424: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'P') ADVANCE(467); - if (lookahead == 'i') ADVANCE(291); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'P') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 425: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'P') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'P') ADVANCE(1365); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 426: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'P') ADVANCE(1366); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'Q') ADVANCE(2015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 427: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'Q') ADVANCE(2016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'R') ADVANCE(108); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 428: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'R') ADVANCE(109); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'R') ADVANCE(370); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 429: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'R') ADVANCE(371); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'R') ADVANCE(1245); + if (lookahead == 'T') ADVANCE(956); + if (lookahead == 'V') ADVANCE(984); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 430: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'R') ADVANCE(1246); - if (lookahead == 'T') ADVANCE(957); - if (lookahead == 'V') ADVANCE(985); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'S', 296, + 'a', 731, + 'c', 1187, + 'd', 496, + 'e', 1321, + 'f', 767, + 'g', 1546, + 'h', 643, + 'i', 1434, + 'l', 502, + 'm', 458, + 'o', 1603, + 'p', 463, + 'r', 126, + 's', 709, + 't', 1204, + 'u', 1382, + 'v', 646, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 431: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'S', 297, - 'a', 732, - 'c', 1188, - 'd', 497, - 'e', 1322, - 'f', 768, - 'g', 1547, - 'h', 644, - 'i', 1435, - 'l', 503, - 'm', 459, - 'o', 1604, - 'p', 464, - 'r', 127, - 's', 710, - 't', 1205, - 'u', 1383, - 'v', 647, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'S') ADVANCE(1419); + if (lookahead == 'V') ADVANCE(959); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 432: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'S') ADVANCE(1420); - if (lookahead == 'V') ADVANCE(960); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'S') ADVANCE(1419); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 433: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'S') ADVANCE(1420); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'S') ADVANCE(1637); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 434: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'S') ADVANCE(1638); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'S') ADVANCE(1978); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 435: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'S') ADVANCE(1979); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'S') ADVANCE(1664); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 436: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'S') ADVANCE(1665); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'T') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 437: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'T') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'T') ADVANCE(1136); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 438: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'T') ADVANCE(1137); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'T') ADVANCE(1117); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 439: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'T') ADVANCE(1118); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'T') ADVANCE(956); + if (lookahead == 'V') ADVANCE(984); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 440: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'T') ADVANCE(957); - if (lookahead == 'V') ADVANCE(985); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'T') ADVANCE(1818); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 441: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'T') ADVANCE(1819); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'U') ADVANCE(420); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 442: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'U') ADVANCE(421); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'V') ADVANCE(1003); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 443: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'V') ADVANCE(1004); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'V') ADVANCE(989); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 444: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'V') ADVANCE(990); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'W') ADVANCE(1191); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 445: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'W') ADVANCE(1192); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); - END_STATE(); - case 446: - ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '[') ADVANCE(2106); + if (lookahead == '[') ADVANCE(2105); if (lookahead == '!' || lookahead == ',' || lookahead == '.' || lookahead == ';' || - lookahead == '?') ADVANCE(2095); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '?') ADVANCE(2094); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); + END_STATE(); + case 446: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + ADVANCE_MAP( + 'a', 733, + 'b', 1666, + 'c', 211, + 'e', 1315, + 'f', 252, + 'g', 1728, + 'l', 854, + 'm', 119, + 'n', 802, + 'o', 1056, + 'p', 124, + 'r', 1162, + 's', 713, + 't', 1209, + 'u', 1382, + 'w', 750, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 447: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'a', 734, - 'b', 1667, + 'a', 733, 'c', 212, - 'e', 1316, - 'f', 253, - 'g', 1729, - 'l', 855, - 'm', 120, - 'n', 803, - 'o', 1057, - 'p', 125, - 'r', 1163, - 's', 714, - 't', 1210, - 'u', 1383, - 'w', 751, + 'e', 677, + 'f', 2086, + 'g', 1728, + 'i', 209, + 'j', 1321, + 'm', 455, + 'n', 161, + 'o', 674, + 'p', 1727, + 'q', 1983, + 's', 706, + 't', 217, + 'u', 1263, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 448: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'a', 734, - 'c', 213, - 'e', 678, - 'f', 2087, - 'g', 1729, - 'i', 210, - 'j', 1322, - 'm', 456, - 'n', 162, - 'o', 675, - 'p', 1728, - 'q', 1984, - 's', 707, - 't', 218, - 'u', 1264, + 'a', 721, + 'c', 2056, + 'e', 756, + 'f', 1667, + 'o', 1603, + 'r', 853, + 's', 718, + 'u', 1392, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 449: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 722, - 'c', 2057, - 'e', 757, - 'f', 1668, - 'o', 1604, - 'r', 854, - 's', 719, - 'u', 1393, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 450: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 451: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1656); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'h') ADVANCE(296); + if (lookahead == 'i') ADVANCE(1386); + if (lookahead == 'q') ADVANCE(635); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 452: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1657); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'h') ADVANCE(297); - if (lookahead == 'i') ADVANCE(1387); - if (lookahead == 'q') ADVANCE(636); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1656); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'h') ADVANCE(296); + if (lookahead == 'q') ADVANCE(635); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 453: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1657); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'h') ADVANCE(297); - if (lookahead == 'q') ADVANCE(636); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 739, + 'c', 478, + 'd', 1516, + 'e', 823, + 'f', 1667, + 'h', 672, + 'i', 1671, + 'l', 1973, + 'o', 1369, + 'r', 508, + 's', 716, + 't', 797, + 'u', 841, + 'w', 750, + 'y', 1312, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 454: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 740, - 'c', 479, - 'd', 1517, - 'e', 824, - 'f', 1668, - 'h', 673, - 'i', 1672, - 'l', 1974, - 'o', 1370, - 'r', 509, - 's', 717, - 't', 798, - 'u', 842, - 'w', 751, - 'y', 1313, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(2030); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 455: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(2031); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(699); + if (lookahead == 'o') ADVANCE(1015); + if (lookahead == 'p') ADVANCE(842); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 456: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(700); - if (lookahead == 'o') ADVANCE(1016); - if (lookahead == 'p') ADVANCE(843); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1329); + if (lookahead == 'e') ADVANCE(1642); + if (lookahead == 'i') ADVANCE(799); + if (lookahead == 't') ADVANCE(183); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 457: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1330); - if (lookahead == 'e') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(800); - if (lookahead == 't') ADVANCE(184); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(289); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 458: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(290); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(718); + if (lookahead == 'e') ADVANCE(1048); + if (lookahead == 'i') ADVANCE(761); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 459: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(719); - if (lookahead == 'e') ADVANCE(1049); + if (lookahead == 'a') ADVANCE(718); + if (lookahead == 'e') ADVANCE(1048); if (lookahead == 'i') ADVANCE(762); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 460: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(719); - if (lookahead == 'e') ADVANCE(1049); - if (lookahead == 'i') ADVANCE(763); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(718); + if (lookahead == 'p') ADVANCE(1902); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 461: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(719); - if (lookahead == 'p') ADVANCE(1903); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(718); + if (lookahead == 'p') ADVANCE(1911); + if (lookahead == 's') ADVANCE(1607); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 462: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(719); - if (lookahead == 'p') ADVANCE(1912); - if (lookahead == 's') ADVANCE(1608); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 463: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1667); + if (lookahead == 'e') ADVANCE(1715); + if (lookahead == 'l') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 464: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1668); - if (lookahead == 'e') ADVANCE(1716); - if (lookahead == 'l') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1667); + if (lookahead == 'f') ADVANCE(296); + if (lookahead == 'l') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 465: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1668); - if (lookahead == 'f') ADVANCE(297); - if (lookahead == 'l') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1667); + if (lookahead == 'r') ADVANCE(545); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 466: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1668); - if (lookahead == 'r') ADVANCE(546); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 467: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 730, + 'b', 1689, + 'c', 1187, + 'd', 669, + 'f', 1667, + 'g', 1728, + 'm', 462, + 'n', 812, + 'o', 1056, + 'p', 332, + 'r', 1177, + 's', 718, + 't', 1235, + 'u', 1382, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 468: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 731, - 'b', 1690, - 'c', 1188, - 'd', 670, - 'f', 1668, - 'g', 1729, - 'm', 463, - 'n', 813, - 'o', 1057, - 'p', 333, - 'r', 1178, - 's', 719, - 't', 1236, - 'u', 1383, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 469: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 470: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 1792, + 'b', 1721, + 'c', 530, + 'd', 1516, + 'e', 1370, + 'f', 1667, + 'h', 884, + 'i', 1357, + 'o', 876, + 'p', 1737, + 'r', 582, + 's', 686, + 'w', 1144, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 471: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'a', 1793, - 'b', 1722, - 'c', 531, - 'd', 1517, - 'e', 1371, - 'f', 1668, - 'h', 885, - 'i', 1358, - 'o', 877, - 'p', 1738, - 'r', 583, - 's', 687, - 'w', 1145, + 'a', 1442, + 'b', 1721, + 'n', 1046, + 'o', 1643, + 'p', 464, + 't', 1221, + 'w', 513, + 'z', 191, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 472: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1443, - 'b', 1722, - 'n', 1047, - 'o', 1644, - 'p', 465, - 't', 1222, - 'w', 514, - 'z', 192, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1442); + if (lookahead == 'b') ADVANCE(1721); + if (lookahead == 'p') ADVANCE(464); + if (lookahead == 't') ADVANCE(1221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 473: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1443); - if (lookahead == 'b') ADVANCE(1722); - if (lookahead == 'p') ADVANCE(465); - if (lookahead == 't') ADVANCE(1222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1877); + if (lookahead == 'l') ADVANCE(1170); + if (lookahead == 't') ADVANCE(1449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 474: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1878); - if (lookahead == 'l') ADVANCE(1171); - if (lookahead == 't') ADVANCE(1450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 475: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(784); + if (lookahead == 'f') ADVANCE(1024); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 476: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(785); - if (lookahead == 'f') ADVANCE(1025); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(751); + if (lookahead == 'k') ADVANCE(68); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 477: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(752); - if (lookahead == 'k') ADVANCE(69); - if (lookahead == 'o') ADVANCE(745); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 478: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1619); + if (lookahead == 'e') ADVANCE(824); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'u') ADVANCE(1627); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 479: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1620); - if (lookahead == 'e') ADVANCE(825); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'u') ADVANCE(1628); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(835); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 480: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(836); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(260); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 481: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(261); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(2028); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 482: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(2029); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(691); + if (lookahead == 'o') ADVANCE(2044); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 483: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(692); - if (lookahead == 'o') ADVANCE(2045); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1594); + if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'o') ADVANCE(1456); + if (lookahead == 'u') ADVANCE(1595); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 484: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1595); - if (lookahead == 'e') ADVANCE(840); - if (lookahead == 'o') ADVANCE(1457); - if (lookahead == 'u') ADVANCE(1596); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(268); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 485: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(269); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 690, + 'c', 1207, + 'e', 231, + 'f', 1667, + 'i', 678, + 'o', 1603, + 's', 718, + 'u', 676, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 486: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'a', 691, - 'c', 1208, - 'e', 232, - 'f', 1668, - 'i', 679, - 'o', 1604, - 's', 719, - 'u', 677, + 'a', 1717, + 'c', 2056, + 'f', 1667, + 'h', 1140, + 'i', 296, + 'l', 1977, + 'o', 1205, + 'r', 184, + 's', 703, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 487: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1718, - 'c', 2057, - 'f', 1668, - 'h', 1141, - 'i', 297, - 'l', 1978, - 'o', 1206, - 'r', 185, - 's', 704, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1618); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 488: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1619); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1629); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'e') ADVANCE(1651); + if (lookahead == 'l') ADVANCE(889); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 489: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1630); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'e') ADVANCE(1652); - if (lookahead == 'l') ADVANCE(890); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 1595, + 'c', 2056, + 'e', 818, + 'f', 1667, + 'i', 1473, + 'o', 1603, + 's', 718, + 'u', 296, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 490: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1596, - 'c', 2057, - 'e', 819, - 'f', 1668, - 'i', 1474, - 'o', 1604, - 's', 719, - 'u', 297, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1595); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'u') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 491: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1596); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'u') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1595); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 492: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1596); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1595); + if (lookahead == 'u') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 493: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1596); - if (lookahead == 'u') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 494: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1039); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 495: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1040); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 1377, + 'c', 2056, + 'e', 1407, + 'f', 1202, + 'i', 1321, + 'j', 1321, + 'l', 473, + 'n', 1507, + 'o', 1597, + 'p', 585, + 'r', 482, + 's', 718, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 496: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1378, - 'c', 2057, - 'e', 1408, - 'f', 1203, - 'i', 1322, - 'j', 1322, - 'l', 474, - 'n', 1508, - 'o', 1598, - 'p', 586, - 'r', 483, - 's', 719, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1841); + if (lookahead == 'b') ADVANCE(1355); + if (lookahead == 'i') ADVANCE(2026); + if (lookahead == 'o') ADVANCE(1877); + if (lookahead == 's') ADVANCE(1557); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 497: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1842); - if (lookahead == 'b') ADVANCE(1356); - if (lookahead == 'i') ADVANCE(2027); - if (lookahead == 'o') ADVANCE(1878); - if (lookahead == 's') ADVANCE(1558); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1841); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 498: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1842); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 499: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1844); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 500: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1845); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'b') ADVANCE(1721); + if (lookahead == 'r') ADVANCE(535); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 501: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'b') ADVANCE(1722); - if (lookahead == 'r') ADVANCE(536); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'b') ADVANCE(1355); + if (lookahead == 'h') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 502: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'b') ADVANCE(1356); - if (lookahead == 'h') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'c') ADVANCE(1150); + if (lookahead == 'i') ADVANCE(1455); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 503: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'c') ADVANCE(1151); - if (lookahead == 'i') ADVANCE(1456); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'c') ADVANCE(1566); + if (lookahead == 'h') ADVANCE(566); + if (lookahead == 'm') ADVANCE(296); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 504: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'c') ADVANCE(1567); - if (lookahead == 'h') ADVANCE(567); - if (lookahead == 'm') ADVANCE(297); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'h') ADVANCE(466); + if (lookahead == 'm') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 505: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'h') ADVANCE(467); - if (lookahead == 'm') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'h') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 506: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'h') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'm') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 507: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'm') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'm') ADVANCE(1917); + if (lookahead == 'o') ADVANCE(1259); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'r') ADVANCE(646); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 508: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'm') ADVANCE(1918); - if (lookahead == 'o') ADVANCE(1260); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'r') ADVANCE(647); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'o') ADVANCE(1846); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 509: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'o') ADVANCE(1847); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (lookahead == 'r') ADVANCE(1667); + if (lookahead == 't') ADVANCE(597); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 510: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (lookahead == 'r') ADVANCE(1668); - if (lookahead == 't') ADVANCE(598); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1686); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 511: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1687); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1384); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'g') ADVANCE(578); + if (lookahead == 's') ADVANCE(1184); + if (lookahead == 'v') ADVANCE(210); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 512: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1385); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'g') ADVANCE(579); - if (lookahead == 's') ADVANCE(1185); - if (lookahead == 'v') ADVANCE(211); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(2067); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 513: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(2068); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1831); + if (lookahead == 'b') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 514: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1832); - if (lookahead == 'b') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1831); + if (lookahead == 'c') ADVANCE(1208); + if (lookahead == 'd') ADVANCE(497); + if (lookahead == 'R' || + lookahead == 'S') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 515: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1832); - if (lookahead == 'c') ADVANCE(1209); - if (lookahead == 'd') ADVANCE(498); - if (lookahead == 'R' || - lookahead == 'S') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1454); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 516: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1455); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1914); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 517: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1915); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 518: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 1673, + 'c', 2056, + 'e', 1674, + 'f', 1667, + 'h', 1154, + 'i', 274, + 'l', 534, + 'm', 296, + 'o', 1215, + 'r', 89, + 's', 703, + 'u', 1453, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 519: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1674, - 'c', 2057, - 'e', 1675, - 'f', 1668, - 'h', 1155, - 'i', 275, - 'l', 535, - 'm', 297, - 'o', 1216, - 'r', 90, - 's', 704, - 'u', 1454, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1908); + if (lookahead == 'e') ADVANCE(1855); + if (lookahead == 'o') ADVANCE(268); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 520: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1909); - if (lookahead == 'e') ADVANCE(1856); - if (lookahead == 'o') ADVANCE(269); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1099); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 521: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1100); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1273); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 522: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1274); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1298); + if (lookahead == 'l') ADVANCE(1189); + if (lookahead == 's') ADVANCE(2002); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 523: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1299); - if (lookahead == 'l') ADVANCE(1190); - if (lookahead == 's') ADVANCE(2003); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1721); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 524: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1722); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1834); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 525: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1835); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 526: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 527: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1455); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 528: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1456); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'e') ADVANCE(838); + if (lookahead == 'u') ADVANCE(636); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 529: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'u') ADVANCE(637); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'e') ADVANCE(824); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'o') ADVANCE(1483); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 530: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'e') ADVANCE(825); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'o') ADVANCE(1484); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 531: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'e') ADVANCE(840); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'i') ADVANCE(1697); + if (lookahead == 'o') ADVANCE(1305); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 532: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'i') ADVANCE(1698); - if (lookahead == 'o') ADVANCE(1306); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'i') ADVANCE(1697); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 533: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'i') ADVANCE(1698); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1720); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 534: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1721); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1428); + if (lookahead == 'u') ADVANCE(1825); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 535: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1429); - if (lookahead == 'u') ADVANCE(1826); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(693); + if (lookahead == 'k') ADVANCE(846); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 536: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(694); - if (lookahead == 'k') ADVANCE(847); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1616); + if (lookahead == 'u') ADVANCE(1616); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 537: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1617); - if (lookahead == 'u') ADVANCE(1617); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(804); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 538: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(805); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1292); + if (lookahead == 'i') ADVANCE(1337); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 539: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1293); - if (lookahead == 'i') ADVANCE(1338); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1292); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 540: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1293); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1676); + if (lookahead == 'b') ADVANCE(1306); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 541: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1677); - if (lookahead == 'b') ADVANCE(1307); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1676); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 542: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1677); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1311); + if (lookahead == 'e') ADVANCE(1831); + if (lookahead == 'i') ADVANCE(2027); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 543: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1312); - if (lookahead == 'e') ADVANCE(1832); - if (lookahead == 'i') ADVANCE(2028); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1311); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 544: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1312); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1711); + if (lookahead == 'l') ADVANCE(1982); + if (lookahead == 's') ADVANCE(1147); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 545: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1712); - if (lookahead == 'l') ADVANCE(1983); - if (lookahead == 's') ADVANCE(1148); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(694); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 546: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(695); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1706); + if (lookahead == 'b') ADVANCE(1306); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 547: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1707); - if (lookahead == 'b') ADVANCE(1307); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1706); + if (lookahead == 'o') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 548: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1707); - if (lookahead == 'o') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1638); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 549: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1639); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(779); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 550: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(780); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1704); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 551: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1705); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1303); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 552: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1304); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1696); + if (lookahead == 'o') ADVANCE(1371); + if (lookahead == 'r') ADVANCE(159); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 553: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1697); - if (lookahead == 'o') ADVANCE(1372); - if (lookahead == 'r') ADVANCE(160); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1299); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 554: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1300); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1691); + if (lookahead == 'p') ADVANCE(1590); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 555: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1692); - if (lookahead == 'p') ADVANCE(1591); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1677); + if (lookahead == 'r') ADVANCE(626); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 556: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1678); - if (lookahead == 'r') ADVANCE(627); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1282); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 557: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1283); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1690); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 558: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1691); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1290); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 559: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1291); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1277); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 560: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1278); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1283); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 561: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1284); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1278); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 562: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1279); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1744); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 563: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1745); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 564: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1284); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 565: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1285); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1665); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 566: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1666); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1694); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1695); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1670); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1671); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1748); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1749); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1693); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1694); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1932); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1933); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1759); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 572: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1760); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1732); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 573: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1733); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1723); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 574: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1724); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1729); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 575: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1730); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 741, + 'b', 1656, + 'c', 120, + 'd', 1544, + 'e', 326, + 'f', 1687, + 'h', 135, + 'i', 1076, + 'l', 510, + 'm', 456, + 'o', 1021, + 'p', 479, + 'q', 723, + 'r', 510, + 's', 697, + 't', 555, + 'u', 638, + 'w', 327, + 'z', 1315, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 576: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - 'a', 742, - 'b', 1657, - 'c', 121, - 'd', 1545, - 'e', 327, - 'f', 1688, - 'h', 136, - 'i', 1077, - 'l', 511, - 'm', 457, - 'o', 1022, - 'p', 480, - 'q', 724, - 'r', 511, - 's', 698, - 't', 556, - 'u', 639, - 'w', 328, - 'z', 1316, + 'a', 741, + 'c', 533, + 'd', 1516, + 'e', 979, + 'f', 1667, + 'h', 678, + 'i', 1070, + 'o', 1603, + 's', 718, + 'w', 1254, ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 577: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 742, - 'c', 534, - 'd', 1517, - 'e', 980, - 'f', 1668, - 'h', 679, - 'i', 1071, - 'o', 1604, - 's', 719, - 'w', 1255, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1327); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1328); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1396); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1397); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1853); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1854); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'a', 1622, + 'c', 900, + 'f', 1667, + 'g', 1731, + 'h', 678, + 'j', 678, + 'o', 1603, + 's', 718, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'a', 1623, - 'c', 901, - 'f', 1668, - 'g', 1732, - 'h', 679, - 'j', 679, - 'o', 1604, - 's', 719, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(773); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(774); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(820); + if (lookahead == 'i') ADVANCE(627); + if (lookahead == 'p') ADVANCE(882); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(821); - if (lookahead == 'i') ADVANCE(628); - if (lookahead == 'p') ADVANCE(883); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1780); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1781); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1929); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1930); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1747); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1748); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1630); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'e') ADVANCE(1652); + if (lookahead == 'g') ADVANCE(1895); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1631); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'e') ADVANCE(1653); - if (lookahead == 'g') ADVANCE(1896); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1630); + if (lookahead == 'e') ADVANCE(1655); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1631); - if (lookahead == 'e') ADVANCE(1656); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1630); + if (lookahead == 's') ADVANCE(1174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1631); - if (lookahead == 's') ADVANCE(1175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(759); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(760); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1781); + if (lookahead == 'l') ADVANCE(2058); + if (lookahead == 'r') ADVANCE(851); + if (lookahead == 'v') ADVANCE(1000); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1782); - if (lookahead == 'l') ADVANCE(2059); - if (lookahead == 'r') ADVANCE(852); - if (lookahead == 'v') ADVANCE(1001); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1317); + if (lookahead == 'k') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1318); - if (lookahead == 'k') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1939); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1940); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1793); + if (lookahead == 'l') ADVANCE(1332); + if (lookahead == 'r') ADVANCE(743); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1794); - if (lookahead == 'l') ADVANCE(1333); - if (lookahead == 'r') ADVANCE(744); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1743); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1744); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1180); + if (lookahead == 'i') ADVANCE(1517); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1181); - if (lookahead == 'i') ADVANCE(1518); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1180); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1181); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1993); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1994); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1339); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1340); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1784); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1785); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1995); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1996); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1947); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1948); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1467); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1468); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1786); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1787); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1324); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 606: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1325); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1776); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 607: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1777); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1735); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1736); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1782); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'a') ADVANCE(1783); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1784); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1374); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1375); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1798); + if (lookahead == 'd') ADVANCE(1576); + if (lookahead == 'h') ADVANCE(568); + if (lookahead == 'l') ADVANCE(1982); + if (lookahead == 's') ADVANCE(1149); + if (lookahead == 'u') ADVANCE(1648); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1799); - if (lookahead == 'd') ADVANCE(1577); - if (lookahead == 'h') ADVANCE(569); - if (lookahead == 'l') ADVANCE(1983); - if (lookahead == 's') ADVANCE(1150); - if (lookahead == 'u') ADVANCE(1649); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1798); + if (lookahead == 'd') ADVANCE(1592); + if (lookahead == 'h') ADVANCE(568); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1799); - if (lookahead == 'd') ADVANCE(1593); - if (lookahead == 'h') ADVANCE(569); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1798); + if (lookahead == 'r') ADVANCE(1234); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1799); - if (lookahead == 'r') ADVANCE(1235); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1798); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1799); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1809); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 616: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1810); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1955); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 617: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1956); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1803); + if (lookahead == 'h') ADVANCE(628); + if (lookahead == 'l') ADVANCE(992); + if (lookahead == 'r') ADVANCE(1249); + if (lookahead == 's') ADVANCE(1659); + if (lookahead == 't') ADVANCE(1137); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 618: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1804); - if (lookahead == 'h') ADVANCE(629); - if (lookahead == 'l') ADVANCE(993); - if (lookahead == 'r') ADVANCE(1250); - if (lookahead == 's') ADVANCE(1660); - if (lookahead == 't') ADVANCE(1138); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1803); + if (lookahead == 'h') ADVANCE(628); + if (lookahead == 'l') ADVANCE(1012); + if (lookahead == 'r') ADVANCE(1243); + if (lookahead == 't') ADVANCE(1137); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 619: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1804); - if (lookahead == 'h') ADVANCE(629); - if (lookahead == 'l') ADVANCE(1013); - if (lookahead == 'r') ADVANCE(1244); - if (lookahead == 't') ADVANCE(1138); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1957); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 620: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1958); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1804); + if (lookahead == 'd') ADVANCE(514); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 621: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1805); - if (lookahead == 'd') ADVANCE(515); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1804); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 622: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'a') ADVANCE(1805); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(630); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 623: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1806); - if (lookahead == 'h') ADVANCE(631); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1805); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 624: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1806); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1959); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 625: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1960); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1806); + if (lookahead == 'h') ADVANCE(630); + if (lookahead == 's') ADVANCE(1659); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 626: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1807); - if (lookahead == 'h') ADVANCE(631); - if (lookahead == 's') ADVANCE(1660); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1239); + if (lookahead == 'n') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 627: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1240); - if (lookahead == 'n') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1488); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'm') ADVANCE(1233); + if (lookahead == 'p') ADVANCE(1365); + if (lookahead == 's') ADVANCE(636); + if (lookahead == 't') ADVANCE(1217); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 628: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1489); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'm') ADVANCE(1234); - if (lookahead == 'p') ADVANCE(1366); - if (lookahead == 's') ADVANCE(637); - if (lookahead == 't') ADVANCE(1218); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1811); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 629: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1812); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1495); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 630: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1496); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1813); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 631: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1814); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1496); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 632: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1497); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'a') ADVANCE(1498); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 633: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'a') ADVANCE(1499); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 634: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'a') ADVANCE(1500); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 635: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'a') ADVANCE(1501); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(296); + if (lookahead == 'u') ADVANCE(1506); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 636: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(297); - if (lookahead == 'u') ADVANCE(1507); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 637: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(265); + if (lookahead == 'c') ADVANCE(780); + if (lookahead == 'm') ADVANCE(296); + if (lookahead == 'p') ADVANCE(192); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 638: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(266); - if (lookahead == 'c') ADVANCE(781); - if (lookahead == 'm') ADVANCE(297); - if (lookahead == 'p') ADVANCE(193); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(90); + if (lookahead == 'c') ADVANCE(692); + if (lookahead == 'm') ADVANCE(296); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 'p') ADVANCE(167); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 639: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(91); - if (lookahead == 'c') ADVANCE(693); - if (lookahead == 'm') ADVANCE(297); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 'p') ADVANCE(168); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(266); + if (lookahead == 'c') ADVANCE(748); + if (lookahead == 'p') ADVANCE(266); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 640: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(267); - if (lookahead == 'c') ADVANCE(749); - if (lookahead == 'p') ADVANCE(267); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 641: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(173); + if (lookahead == 'p') ADVANCE(173); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 642: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(174); - if (lookahead == 'p') ADVANCE(174); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(466); + if (lookahead == 'g') ADVANCE(886); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 643: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 'g') ADVANCE(887); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(466); + if (lookahead == 'm') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 644: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 'm') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(466); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 645: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(466); + if (lookahead == 't') ADVANCE(215); + if (lookahead == 'y') ADVANCE(437); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 646: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 't') ADVANCE(216); - if (lookahead == 'y') ADVANCE(438); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 647: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1272); + if (lookahead == 'c') ADVANCE(1565); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 648: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1273); - if (lookahead == 'c') ADVANCE(1566); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(174); + if (lookahead == 'p') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 649: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(175); - if (lookahead == 'p') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(2011); + if (lookahead == 'p') ADVANCE(1132); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 650: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(2012); - if (lookahead == 'p') ADVANCE(1133); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(808); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 651: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(809); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1721); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 652: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1722); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(849); + if (lookahead == 'p') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 653: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(850); - if (lookahead == 'p') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1285); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 't') ADVANCE(2001); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 654: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1286); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 'p') ADVANCE(94); - if (lookahead == 't') ADVANCE(2002); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1826); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 655: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1827); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(450); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 656: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(451); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(995); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 657: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(996); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1429); + if (lookahead == 'p') ADVANCE(1429); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 658: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1430); - if (lookahead == 'p') ADVANCE(1430); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1870); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'p') ADVANCE(947); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 659: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'c') ADVANCE(782); - if (lookahead == 'p') ADVANCE(948); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1870); + if (lookahead == 'p') ADVANCE(947); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 660: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'p') ADVANCE(948); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1341); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 661: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1342); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1344); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 662: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1345); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1787); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 663: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1788); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1347); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 664: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'b') ADVANCE(1348); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 665: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1349); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1362); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 666: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1363); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(574); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 667: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(575); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1353); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 668: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'b') ADVANCE(1354); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 669: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'b') ADVANCE(1355); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 670: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1356); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'p') ADVANCE(1873); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 671: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b') ADVANCE(1874); - if (lookahead == 'p') ADVANCE(1874); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'e') ADVANCE(2030); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 672: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'e') ADVANCE(2031); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == 'i') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 673: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'e') ADVANCE(754); - if (lookahead == 'i') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(1366); + if (lookahead == 'o') ADVANCE(1598); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 674: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1367); - if (lookahead == 'o') ADVANCE(1599); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'g') ADVANCE(1547); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 675: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'g') ADVANCE(1548); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'i') ADVANCE(1070); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 676: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'i') ADVANCE(1071); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'm') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 677: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'm') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (lookahead == 'x') ADVANCE(682); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 678: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (lookahead == 'x') ADVANCE(683); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2056); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 679: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2057); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(296); + if (lookahead == 'i') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 680: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(297); - if (lookahead == 'i') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 681: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(252); + if (lookahead == 'l') ADVANCE(847); + if (lookahead == 'p') ADVANCE(263); + if (lookahead == 'r') ADVANCE(1268); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 682: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(253); - if (lookahead == 'l') ADVANCE(848); - if (lookahead == 'p') ADVANCE(264); - if (lookahead == 'r') ADVANCE(1269); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 683: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'c', 490, + 'd', 1933, + 'f', 1667, + 'h', 325, + 'i', 296, + 'l', 325, + 'm', 493, + 'n', 1176, + 'o', 794, + 'r', 325, + 's', 711, + 'u', 1625, + 'v', 920, + 'w', 883, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 684: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'c', 491, - 'd', 1934, - 'f', 1668, - 'h', 326, - 'i', 297, - 'l', 326, - 'm', 494, - 'n', 1177, - 'o', 795, - 'r', 326, - 's', 712, - 'u', 1626, - 'v', 921, - 'w', 884, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(490); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 's') ADVANCE(1661); + if (lookahead == 't') ADVANCE(1817); + if (lookahead == 'u') ADVANCE(1626); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == 'w') ADVANCE(883); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 685: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(491); - if (lookahead == 'o') ADVANCE(796); - if (lookahead == 's') ADVANCE(1662); - if (lookahead == 't') ADVANCE(1818); - if (lookahead == 'u') ADVANCE(1627); - if (lookahead == 'v') ADVANCE(921); - if (lookahead == 'w') ADVANCE(884); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1565); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 686: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1566); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2089); + if (lookahead == 'h') ADVANCE(678); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 687: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2090); - if (lookahead == 'h') ADVANCE(679); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2089); + if (lookahead == 'o') ADVANCE(1275); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 688: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2090); - if (lookahead == 'o') ADVANCE(1276); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(160); + if (lookahead == 'h') ADVANCE(1583); + if (lookahead == 'i') ADVANCE(1397); + if (lookahead == 'm') ADVANCE(1139); + if (lookahead == 'p') ADVANCE(466); + if (lookahead == 'q') ADVANCE(1854); + if (lookahead == 'u') ADVANCE(639); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 689: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(161); - if (lookahead == 'h') ADVANCE(1584); - if (lookahead == 'i') ADVANCE(1398); - if (lookahead == 'm') ADVANCE(1140); - if (lookahead == 'p') ADVANCE(467); - if (lookahead == 'q') ADVANCE(1855); - if (lookahead == 'u') ADVANCE(640); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(848); + if (lookahead == 'd') ADVANCE(1186); + if (lookahead == 'e') ADVANCE(1398); + if (lookahead == 'n') ADVANCE(1047); + if (lookahead == 'q') ADVANCE(1971); + if (lookahead == 'r') ADVANCE(1680); + if (lookahead == 't') ADVANCE(596); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 690: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(849); - if (lookahead == 'd') ADVANCE(1187); - if (lookahead == 'e') ADVANCE(1399); - if (lookahead == 'n') ADVANCE(1048); - if (lookahead == 'q') ADVANCE(1972); - if (lookahead == 'r') ADVANCE(1681); - if (lookahead == 't') ADVANCE(597); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1979); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 691: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1980); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(70); + if (lookahead == 's') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 692: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(71); - if (lookahead == 's') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(138); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 693: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(139); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2084); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 694: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2085); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(843); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 695: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(844); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'i') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 696: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'i') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'e') ADVANCE(1389); + if (lookahead == 'i') ADVANCE(1390); + if (lookahead == 'o') ADVANCE(1279); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 697: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'e') ADVANCE(1390); - if (lookahead == 'i') ADVANCE(1391); - if (lookahead == 'o') ADVANCE(1280); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'e') ADVANCE(1923); + if (lookahead == 'm') ADVANCE(1229); + if (lookahead == 't') ADVANCE(567); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 698: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'e') ADVANCE(1924); - if (lookahead == 'm') ADVANCE(1230); - if (lookahead == 't') ADVANCE(568); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'e') ADVANCE(1700); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 699: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'e') ADVANCE(1701); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'g') ADVANCE(844); + if (lookahead == 't') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 700: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'g') ADVANCE(845); - if (lookahead == 't') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'g') ADVANCE(1199); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 701: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'g') ADVANCE(1200); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'h') ADVANCE(296); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 702: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'h') ADVANCE(297); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'h') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 703: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'h') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 704: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 705: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(1385); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 706: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1386); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(1427); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 707: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1428); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'l') ADVANCE(497); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 708: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'l') ADVANCE(498); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'l') ADVANCE(1039); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 709: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'l') ADVANCE(1040); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'l') ADVANCE(524); + if (lookahead == 'o') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 710: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'l') ADVANCE(525); - if (lookahead == 'o') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'l') ADVANCE(524); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 711: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'l') ADVANCE(525); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'q') ADVANCE(764); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 712: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'q') ADVANCE(765); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 's') ADVANCE(1182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 713: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 's') ADVANCE(1183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 't') ADVANCE(296); + if (lookahead == 'y') ADVANCE(1405); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 714: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 't') ADVANCE(297); - if (lookahead == 'y') ADVANCE(1406); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 't') ADVANCE(1635); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 715: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 't') ADVANCE(1636); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 't') ADVANCE(1738); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 716: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 't') ADVANCE(1739); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'u') ADVANCE(648); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 717: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'u') ADVANCE(649); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (lookahead == 'u') ADVANCE(657); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 718: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (lookahead == 'u') ADVANCE(658); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 719: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(449); + if (lookahead == 'l') ADVANCE(830); + if (lookahead == 'q') ADVANCE(1991); + if (lookahead == 's') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 720: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(450); - if (lookahead == 'l') ADVANCE(831); - if (lookahead == 'q') ADVANCE(1992); - if (lookahead == 's') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(449); + if (lookahead == 'q') ADVANCE(1991); + if (lookahead == 'r') ADVANCE(829); + if (lookahead == 's') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 721: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(450); - if (lookahead == 'q') ADVANCE(1992); - if (lookahead == 'r') ADVANCE(830); - if (lookahead == 's') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1267); + if (lookahead == 'r') ADVANCE(2025); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 722: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1268); - if (lookahead == 'r') ADVANCE(2026); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1434); + if (lookahead == 'i') ADVANCE(1504); + if (lookahead == 'm') ADVANCE(1180); + if (lookahead == 'p') ADVANCE(296); + if (lookahead == 't') ADVANCE(936); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 723: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1435); - if (lookahead == 'i') ADVANCE(1505); - if (lookahead == 'm') ADVANCE(1181); - if (lookahead == 'p') ADVANCE(297); - if (lookahead == 't') ADVANCE(937); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(536); + if (lookahead == 's') ADVANCE(1972); + if (lookahead == 'u') ADVANCE(137); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 724: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(537); - if (lookahead == 's') ADVANCE(1973); - if (lookahead == 'u') ADVANCE(138); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 725: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1258); + if (lookahead == 'r') ADVANCE(2029); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 726: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1259); - if (lookahead == 'r') ADVANCE(2030); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1206); + if (lookahead == 's') ADVANCE(1173); + if (lookahead == 'u') ADVANCE(542); + if (lookahead == 'v') ADVANCE(1642); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 727: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1207); - if (lookahead == 's') ADVANCE(1174); - if (lookahead == 'u') ADVANCE(543); - if (lookahead == 'v') ADVANCE(1643); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1208); + if (lookahead == 'e') ADVANCE(803); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 'p') ADVANCE(296); + if (lookahead == 'r') ADVANCE(188); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 728: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1209); - if (lookahead == 'e') ADVANCE(804); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 'p') ADVANCE(297); - if (lookahead == 'r') ADVANCE(189); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1208); + if (lookahead == 'e') ADVANCE(832); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 729: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1209); - if (lookahead == 'e') ADVANCE(833); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1980); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 730: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1981); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1980); + if (lookahead == 'r') ADVANCE(1703); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 731: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1981); - if (lookahead == 'r') ADVANCE(1704); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1980); + if (lookahead == 's') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 732: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1981); - if (lookahead == 's') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1980); + if (lookahead == 's') ADVANCE(1929); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 733: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1981); - if (lookahead == 's') ADVANCE(1930); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1980); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 734: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1981); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1595); + if (lookahead == 'd') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 735: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1596); - if (lookahead == 'd') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ADVANCE_MAP( + 'c', 2012, + 'e', 1398, + 'g', 1785, + 'm', 650, + 'n', 1045, + 'p', 296, + 'q', 1971, + 'r', 1678, + 't', 139, + ); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 736: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - ADVANCE_MAP( - 'c', 2013, - 'e', 1399, - 'g', 1786, - 'm', 651, - 'n', 1046, - 'p', 297, - 'q', 1972, - 'r', 1679, - 't', 140, - ); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'm') ADVANCE(650); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 'p') ADVANCE(1364); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 737: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'm') ADVANCE(651); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 'p') ADVANCE(1365); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'm') ADVANCE(1408); + if (lookahead == 'p') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 738: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'm') ADVANCE(1409); - if (lookahead == 'p') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 'r') ADVANCE(1713); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 739: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 'r') ADVANCE(1714); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'p') ADVANCE(132); + if (lookahead == 'r') ADVANCE(879); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 740: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'p') ADVANCE(133); - if (lookahead == 'r') ADVANCE(880); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (lookahead == 'p') ADVANCE(214); + if (lookahead == 'y') ADVANCE(1325); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 741: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (lookahead == 'p') ADVANCE(215); - if (lookahead == 'y') ADVANCE(1326); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(2012); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 742: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(2013); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(906); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 743: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(907); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 744: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 745: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1265); + if (lookahead == 's') ADVANCE(857); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 746: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1266); - if (lookahead == 's') ADVANCE(858); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1265); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 747: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1266); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1257); + if (lookahead == 'n') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 748: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 749: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1133); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 750: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1134); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1526); + if (lookahead == 'i') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 751: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1527); - if (lookahead == 'i') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1260); + if (lookahead == 'n') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 752: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1261); - if (lookahead == 'n') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(493); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 753: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(494); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1261); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 754: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1262); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1275); + if (lookahead == 'i') ADVANCE(1831); + if (lookahead == 'p') ADVANCE(975); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 755: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1276); - if (lookahead == 'i') ADVANCE(1832); - if (lookahead == 'p') ADVANCE(976); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1270); + if (lookahead == 'n') ADVANCE(1840); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 756: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1271); - if (lookahead == 'n') ADVANCE(1841); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(598); + if (lookahead == 'r') ADVANCE(1458); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 757: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(599); - if (lookahead == 'r') ADVANCE(1459); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1262); + if (lookahead == 'k') ADVANCE(2026); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 758: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1263); - if (lookahead == 'k') ADVANCE(2027); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 759: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 760: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1114); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 761: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1115); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1720); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'n') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 762: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1721); - if (lookahead == 'd') ADVANCE(297); - if (lookahead == 'n') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1720); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 763: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1721); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1840); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 764: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1841); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1975); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 765: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1976); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1874); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 766: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1875); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(517); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 767: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(518); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1151); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 768: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1152); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1151); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 769: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1152); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(983); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 770: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(984); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1709); + if (lookahead == 'd') ADVANCE(128); + if (lookahead == 'n') ADVANCE(1990); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 771: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1710); - if (lookahead == 'd') ADVANCE(129); - if (lookahead == 'n') ADVANCE(1991); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1961); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 772: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1962); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1948); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 773: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1949); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(980); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 774: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(981); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1932); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 775: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1933); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1207); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'm') ADVANCE(516); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(698); + if (lookahead == 'u') ADVANCE(1264); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 776: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1208); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'm') ADVANCE(517); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(699); - if (lookahead == 'u') ADVANCE(1265); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1207); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(698); + if (lookahead == 'u') ADVANCE(1264); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 777: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1208); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(699); - if (lookahead == 'u') ADVANCE(1265); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1567); + if (lookahead == 'i') ADVANCE(1443); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 778: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1568); - if (lookahead == 'i') ADVANCE(1444); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1567); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 779: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1568); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1269); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 780: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1270); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(949); + if (lookahead == 'h') ADVANCE(438); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 781: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(950); - if (lookahead == 'h') ADVANCE(439); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(949); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 782: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(950); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(556); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 783: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(557); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1340); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 784: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1341); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1764); + if (lookahead == 'm') ADVANCE(1552); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 785: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1765); - if (lookahead == 'm') ADVANCE(1553); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(560); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 786: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(561); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1947); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 787: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1948); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1536); + if (lookahead == 'e') ADVANCE(1593); + if (lookahead == 'p') ADVANCE(1737); + if (lookahead == 's') ADVANCE(1192); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 788: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1537); - if (lookahead == 'e') ADVANCE(1594); - if (lookahead == 'p') ADVANCE(1738); - if (lookahead == 's') ADVANCE(1193); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1324); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 789: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1325); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(563); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 790: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(564); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(601); + if (lookahead == 'm') ADVANCE(1628); + if (lookahead == 'p') ADVANCE(1835); + if (lookahead == 'r') ADVANCE(1481); + if (lookahead == 't') ADVANCE(2043); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 791: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(602); - if (lookahead == 'm') ADVANCE(1629); - if (lookahead == 'p') ADVANCE(1836); - if (lookahead == 'r') ADVANCE(1482); - if (lookahead == 't') ADVANCE(2044); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(608); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 792: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(609); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'c') ADVANCE(1007); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 793: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'c') ADVANCE(1008); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'i') ADVANCE(1358); + if (lookahead == 'r') ADVANCE(1146); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 794: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'i') ADVANCE(1359); - if (lookahead == 'r') ADVANCE(1147); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'p') ADVANCE(1013); + if (lookahead == 't') ADVANCE(1217); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 795: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'p') ADVANCE(1014); - if (lookahead == 't') ADVANCE(1218); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'p') ADVANCE(1365); + if (lookahead == 't') ADVANCE(1221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 796: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'p') ADVANCE(1366); - if (lookahead == 't') ADVANCE(1222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1516); + if (lookahead == 'r') ADVANCE(1146); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 797: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1517); - if (lookahead == 'r') ADVANCE(1147); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1516); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 798: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1517); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'f') ADVANCE(522); + if (lookahead == 'p') ADVANCE(270); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 799: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(297); - if (lookahead == 'f') ADVANCE(523); - if (lookahead == 'p') ADVANCE(271); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'l') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 800: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(297); - if (lookahead == 'l') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(296); + if (lookahead == 'u') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 801: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(297); - if (lookahead == 'u') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 802: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(133); + if (lookahead == 'g') ADVANCE(172); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 803: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(134); - if (lookahead == 'g') ADVANCE(173); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(642); + if (lookahead == 'i') ADVANCE(938); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 804: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(643); - if (lookahead == 'i') ADVANCE(939); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1361); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 805: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1362); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(431); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 806: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(432); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(408); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 807: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(409); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(398); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 808: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(399); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 809: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(678); + if (lookahead == 'r') ADVANCE(158); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 810: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'r') ADVANCE(159); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(205); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 811: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(206); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 812: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(922); + if (lookahead == 'i') ADVANCE(1550); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 813: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(923); - if (lookahead == 'i') ADVANCE(1551); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 814: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(497); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 815: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(498); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(515); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 816: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(516); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(267); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 817: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(268); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(185); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 818: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(186); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1183); + if (lookahead == 'l') ADVANCE(1373); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 819: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1184); - if (lookahead == 'l') ADVANCE(1374); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1183); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 820: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1184); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 821: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1987); + if (lookahead == 'p') ADVANCE(1589); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 822: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1988); - if (lookahead == 'p') ADVANCE(1590); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1987); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 823: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1988); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1141); + if (lookahead == 'm') ADVANCE(1628); + if (lookahead == 'n') ADVANCE(271); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 824: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1142); - if (lookahead == 'm') ADVANCE(1629); - if (lookahead == 'n') ADVANCE(272); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1141); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 825: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1142); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1866); + if (lookahead == 'u') ADVANCE(1110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 826: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1867); - if (lookahead == 'u') ADVANCE(1111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(858); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 827: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(859); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1829); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 828: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1830); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1922); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 829: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1923); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1110); + if (lookahead == 'u') ADVANCE(1866); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 830: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1111); - if (lookahead == 'u') ADVANCE(1867); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 831: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1216); + if (lookahead == 'n') ADVANCE(1951); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 832: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1217); - if (lookahead == 'n') ADVANCE(1952); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1062); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 833: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1063); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1508); + if (lookahead == 'u') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 834: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1509); - if (lookahead == 'u') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(927); + if (lookahead == 'p') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 835: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(928); - if (lookahead == 'p') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(923); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 836: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(924); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(940); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 837: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(941); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1531); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 838: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1532); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1180); + if (lookahead == 'i') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 839: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1181); - if (lookahead == 'i') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(1180); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 840: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(1181); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(942); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 841: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(943); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd') ADVANCE(562); + if (lookahead == 'e') ADVANCE(1610); + if (lookahead == 'l') ADVANCE(583); + if (lookahead == 'p') ADVANCE(148); + if (lookahead == 'r') ADVANCE(590); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == 'w') ADVANCE(842); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 842: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd') ADVANCE(563); - if (lookahead == 'e') ADVANCE(1611); - if (lookahead == 'l') ADVANCE(584); - if (lookahead == 'p') ADVANCE(149); - if (lookahead == 'r') ADVANCE(591); - if (lookahead == 'v') ADVANCE(921); - if (lookahead == 'w') ADVANCE(843); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 843: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'k') ADVANCE(880); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 844: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'k') ADVANCE(881); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'l') ADVANCE(1189); + if (lookahead == 'p') ADVANCE(569); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 845: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'l') ADVANCE(1190); - if (lookahead == 'p') ADVANCE(570); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'r') ADVANCE(645); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 846: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'r') ADVANCE(646); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 's') ADVANCE(1281); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 847: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 's') ADVANCE(1282); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 't') ADVANCE(190); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 848: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 't') ADVANCE(191); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'u') ADVANCE(1924); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 849: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'u') ADVANCE(1925); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 850: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(363); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 851: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(364); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(231); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 852: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(232); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(2030); + if (lookahead == 'v') ADVANCE(655); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 853: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(2031); - if (lookahead == 'v') ADVANCE(656); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(2030); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 854: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(2031); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1022); + if (lookahead == 'p') ADVANCE(1103); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 855: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1023); - if (lookahead == 'p') ADVANCE(1104); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(251); + if (lookahead == 'o') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 856: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(252); - if (lookahead == 'o') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(147); + if (lookahead == 'l') ADVANCE(1332); + if (lookahead == 'r') ADVANCE(644); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 857: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(148); - if (lookahead == 'l') ADVANCE(1333); - if (lookahead == 'r') ADVANCE(645); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(356); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 858: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(357); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(97); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 859: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(98); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(78); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 860: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(79); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(71); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 861: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(72); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(359); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 862: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(360); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(357); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 863: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(358); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(104); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 864: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(105); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(620); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 865: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(621); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1410); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 866: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1411); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(77); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 867: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(78); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(385); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 868: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(386); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(416); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 869: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(417); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(170); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 870: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(171); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(353); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 871: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(354); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(443); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 872: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(444); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(80); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 873: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(81); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(168); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 874: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(169); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(426); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 875: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(427); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 876: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(449); + if (lookahead == 'p') ADVANCE(141); + if (lookahead == 's') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 877: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(450); - if (lookahead == 'p') ADVANCE(142); - if (lookahead == 's') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 878: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1753); + if (lookahead == 'i') ADVANCE(747); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 879: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1754); - if (lookahead == 'i') ADVANCE(748); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1877); + if (lookahead == 'o') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 880: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1878); - if (lookahead == 'o') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 881: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(348); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 882: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(349); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(2072); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 883: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(2073); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(832); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 884: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(833); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1769); + if (lookahead == 'i') ADVANCE(755); + if (lookahead == 'k') ADVANCE(491); + if (lookahead == 'o') ADVANCE(1669); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 885: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1770); - if (lookahead == 'i') ADVANCE(756); - if (lookahead == 'k') ADVANCE(492); - if (lookahead == 'o') ADVANCE(1670); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1023); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 886: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1024); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(248); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 887: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(387); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 888: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(388); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 889: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1846); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 890: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1847); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(334); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 891: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(335); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1649); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 892: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1650); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(376); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 893: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(377); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(833); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 894: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(834); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(466); + if (lookahead == 'i') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 895: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(467); - if (lookahead == 'i') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 896: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1027); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 897: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1028); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 898: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(358); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 899: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(359); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 900: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(840); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 901: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(840); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(2068); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 902: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(2069); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1653); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == 'w') ADVANCE(883); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 903: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1654); - if (lookahead == 'v') ADVANCE(921); - if (lookahead == 'w') ADVANCE(884); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1018); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 904: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1019); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(259); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 905: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(260); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1655); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 906: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1656); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 907: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1424); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 908: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1425); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1654); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 909: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1655); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1896); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 910: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1897); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 911: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1831); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 912: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1832); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1914); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 913: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1915); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 914: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(805); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 915: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(806); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(616); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 916: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(617); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(807); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 917: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(808); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 918: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 919: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(810); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 920: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(811); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 921: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(827); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 922: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(828); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1675); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 923: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1676); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1826); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 924: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1827); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1593); + if (lookahead == 'k') ADVANCE(487); + if (lookahead == 'n') ADVANCE(1561); + if (lookahead == 'p') ADVANCE(1108); + if (lookahead == 'r') ADVANCE(208); + if (lookahead == 's') ADVANCE(1155); + if (lookahead == 't') ADVANCE(1126); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 925: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1594); - if (lookahead == 'k') ADVANCE(488); - if (lookahead == 'n') ADVANCE(1562); + if (lookahead == 'e') ADVANCE(1593); if (lookahead == 'p') ADVANCE(1109); - if (lookahead == 'r') ADVANCE(209); - if (lookahead == 's') ADVANCE(1156); - if (lookahead == 't') ADVANCE(1127); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 926: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1594); - if (lookahead == 'p') ADVANCE(1110); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1837); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 927: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1838); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1311); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 928: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1312); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(786); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 929: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(787); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1475); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 930: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1476); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1868); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 931: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1869); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 932: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1839); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 933: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1840); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1898); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 934: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1899); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(498); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 935: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(499); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(859); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 936: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(860); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1447); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 937: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1448); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1338); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 938: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1339); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1715); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 939: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1716); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(537); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 940: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(538); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1829); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 941: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1830); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(521); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 942: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(522); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1830); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 943: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1831); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1885); + if (lookahead == 'i') ADVANCE(1380); + if (lookahead == 'u') ADVANCE(2081); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 944: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1886); - if (lookahead == 'i') ADVANCE(1381); - if (lookahead == 'u') ADVANCE(2082); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1681); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 945: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1682); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1788); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 946: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1789); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1921); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 947: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1922); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1752); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 948: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1753); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1928); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 949: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1929); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(921); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 950: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(922); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(866); + if (lookahead == 'r') ADVANCE(1252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 951: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(867); - if (lookahead == 'r') ADVANCE(1253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1668); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 952: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1669); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1762); + if (lookahead == 'i') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 953: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1763); - if (lookahead == 'i') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1712); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 954: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1713); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1790); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 955: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1791); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1810); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 956: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1811); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(871); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 957: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(872); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1725); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 958: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1726); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(997); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 959: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(998); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1722); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 960: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1723); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1685); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 961: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1686); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1730); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 962: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1731); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1688); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 963: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1689); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1028); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 964: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1029); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(2032); + if (lookahead == 'i') ADVANCE(1075); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 965: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(2033); - if (lookahead == 'i') ADVANCE(1076); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1345); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 966: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1346); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(442); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 967: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(443); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(815); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 968: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(816); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(595); + if (lookahead == 'w') ADVANCE(595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 969: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(596); - if (lookahead == 'w') ADVANCE(596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1025); + if (lookahead == 'l') ADVANCE(296); + if (lookahead == 't') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 970: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1026); - if (lookahead == 'l') ADVANCE(297); - if (lookahead == 't') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1025); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 971: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1026); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(917); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 972: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(918); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1857); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 973: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1858); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(819); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 974: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(820); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1411); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 975: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1412); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(771); + if (lookahead == 'o') ADVANCE(1491); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 976: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(772); - if (lookahead == 'o') ADVANCE(1492); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(584); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 977: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(585); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1646); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 978: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1647); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1750); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 979: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1751); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1943); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 980: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1944); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1943); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 981: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1944); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(666); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 982: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(667); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1029); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 983: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1030); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(836); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 984: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(837); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(772); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 985: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(773); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1847); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 986: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1848); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1633); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 987: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1634); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1030); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 988: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1031); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1749); + if (lookahead == 'n') ADVANCE(384); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 989: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1750); - if (lookahead == 'n') ADVANCE(385); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(774); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 990: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(775); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1501); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 991: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1502); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1031); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 992: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'e') ADVANCE(1032); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 993: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1033); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1484); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 994: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1485); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1033); + if (lookahead == 'o') ADVANCE(1461); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 995: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1034); - if (lookahead == 'o') ADVANCE(1462); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1768); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 996: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1769); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1026); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 997: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1027); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1962); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 998: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1963); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1815); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 999: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1816); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1469); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1000: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1470); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(621); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1001: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(622); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1379); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1002: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1380); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1078); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1003: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1079); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1812); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1004: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1813); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1949); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1005: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1950); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1228); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1006: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1229); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1795); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1007: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1796); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(840); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1008: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(841); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(619); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1009: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(620); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1444); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1010: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1445); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(624); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1011: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(625); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(792); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1012: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(793); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e') ADVANCE(1036); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1013: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e') ADVANCE(1037); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(296); + if (lookahead == 'l') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1014: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(297); - if (lookahead == 'l') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(296); + if (lookahead == 'r') ADVANCE(1541); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1015: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(297); - if (lookahead == 'r') ADVANCE(1542); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1016: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(296); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 's') ADVANCE(718); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1017: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(297); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 's') ADVANCE(719); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1667); + if (lookahead == 'i') ADVANCE(1434); + if (lookahead == 'o') ADVANCE(1603); + if (lookahead == 'p') ADVANCE(1737); + if (lookahead == 's') ADVANCE(718); + if (lookahead == 'u') ADVANCE(519); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1018: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1435); - if (lookahead == 'o') ADVANCE(1604); - if (lookahead == 'p') ADVANCE(1738); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 'u') ADVANCE(520); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1019: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1024); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1020: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1025); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1878); + if (lookahead == 's') ADVANCE(1823); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1021: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1879); - if (lookahead == 's') ADVANCE(1824); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1901); + if (lookahead == 'l') ADVANCE(145); + if (lookahead == 'p') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1022: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1902); - if (lookahead == 'l') ADVANCE(146); - if (lookahead == 'p') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1842); + if (lookahead == 'p') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1023: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1843); - if (lookahead == 'p') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1966); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1024: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1967); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(998); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1025: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(999); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1906); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1026: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1907); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1027: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1585); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1028: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1586); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1909); + if (lookahead == 's') ADVANCE(1828); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1029: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1910); - if (lookahead == 's') ADVANCE(1829); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1887); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1030: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1888); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1889); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1031: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1890); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1905); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1032: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1906); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1945); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1033: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1946); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1893); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1034: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1894); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1545); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1035: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1546); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1184); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1036: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1185); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f') ADVANCE(1965); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1037: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f') ADVANCE(1966); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(296); + if (lookahead == 's') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1038: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(297); - if (lookahead == 's') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(296); + if (lookahead == 't') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1039: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(297); - if (lookahead == 't') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1040: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(684); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1041: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(685); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(164); + if (lookahead == 'i') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1042: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(165); - if (lookahead == 'i') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(164); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1043: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(165); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(413); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1044: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(414); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1045: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(165); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1046: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(166); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1378); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1047: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1379); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(225); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1048: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(226); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1049: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1050: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(2071); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1051: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(2072); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1063); + if (lookahead == 'l') ADVANCE(912); + if (lookahead == 'r') ADVANCE(1667); + if (lookahead == 's') ADVANCE(1104); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1052: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1064); - if (lookahead == 'l') ADVANCE(913); - if (lookahead == 'r') ADVANCE(1668); - if (lookahead == 's') ADVANCE(1105); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1063); + if (lookahead == 'r') ADVANCE(1667); + if (lookahead == 's') ADVANCE(1106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1053: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1064); - if (lookahead == 'r') ADVANCE(1668); - if (lookahead == 's') ADVANCE(1107); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1063); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1054: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1064); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1507); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1055: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1508); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1547); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1056: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1548); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1547); + if (lookahead == 'p') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1057: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1548); - if (lookahead == 'p') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1387); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1058: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1388); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1059: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1275); + if (lookahead == 'i') ADVANCE(1309); + if (lookahead == 'l') ADVANCE(1039); + if (lookahead == 'r') ADVANCE(1248); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1060: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1276); - if (lookahead == 'i') ADVANCE(1310); - if (lookahead == 'l') ADVANCE(1040); - if (lookahead == 'r') ADVANCE(1249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(593); + if (lookahead == 's') ADVANCE(1931); + if (lookahead == 'w') ADVANCE(412); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1061: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(594); - if (lookahead == 's') ADVANCE(1932); - if (lookahead == 'w') ADVANCE(413); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1062: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1063: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(875); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1064: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(876); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(880); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1065: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(881); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1794); + if (lookahead == 'i') ADVANCE(1434); + if (lookahead == 't') ADVANCE(1575); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1066: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1795); - if (lookahead == 'i') ADVANCE(1435); - if (lookahead == 't') ADVANCE(1576); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1794); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1067: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1795); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1693); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1068: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1694); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1119); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 's') ADVANCE(1218); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1069: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1120); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 's') ADVANCE(1219); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(837); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1070: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(838); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1701); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1071: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1702); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1115); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1072: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1116); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1895); + if (lookahead == 'l') ADVANCE(889); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1073: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1896); - if (lookahead == 'l') ADVANCE(890); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1895); + if (lookahead == 'q') ADVANCE(1074); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1074: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1896); - if (lookahead == 'q') ADVANCE(1075); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1895); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1075: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1896); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1120); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1076: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1121); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1413); + if (lookahead == 'm') ADVANCE(162); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1077: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1414); - if (lookahead == 'm') ADVANCE(163); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1745); + if (lookahead == 'r') ADVANCE(1862); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1078: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1746); - if (lookahead == 'r') ADVANCE(1863); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1745); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1079: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1746); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1121); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1080: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1122); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1123); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1081: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1124); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1082: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1125); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1083: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1126); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1324); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1084: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1325); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1127); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1085: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1128); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(957); + if (lookahead == 'r') ADVANCE(766); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1086: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(958); - if (lookahead == 'r') ADVANCE(767); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1128); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1087: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1129); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1088: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1130); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1346); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1089: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1347); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1118); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1090: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1119); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1348); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1091: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1349); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1092: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1350); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1093: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1351); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1363); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1094: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1364); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1351); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1095: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'g') ADVANCE(1352); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1096: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1353); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(414); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1097: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(415); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(614); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1098: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(615); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'g') ADVANCE(1138); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1099: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'g') ADVANCE(1139); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1100: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1101: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1102: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1103: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1104: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1105: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1106: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(2026); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1107: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(2027); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(678); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1108: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(679); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1140); + if (lookahead == 'i') ADVANCE(296); + if (lookahead == 'r') ADVANCE(1574); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1109: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1141); - if (lookahead == 'i') ADVANCE(297); - if (lookahead == 'r') ADVANCE(1575); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1140); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1110: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1141); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1111: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1112: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1256); + if (lookahead == 'r') ADVANCE(238); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1113: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1257); - if (lookahead == 'r') ADVANCE(239); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1114: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1115: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1966); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1116: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1967); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1882); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1117: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1883); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(474); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1118: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(475); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1119: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1884); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1120: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1885); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1909); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1121: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1910); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1897); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1122: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1898); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1143); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1123: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1144); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1888); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1124: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1889); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1890); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1125: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1891); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1905); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1126: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1906); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(909); + if (lookahead == 'r') ADVANCE(1251); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1127: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(910); - if (lookahead == 'r') ADVANCE(1252); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1892); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1128: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1893); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1894); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1129: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1895); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1891); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1130: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1892); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(985); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1131: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(986); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1177); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1132: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1178); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(917); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1133: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(918); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1034); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1134: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1035); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1716); + if (lookahead == 'i') ADVANCE(1414); + if (lookahead == 'r') ADVANCE(1148); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1135: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1717); - if (lookahead == 'i') ADVANCE(1415); - if (lookahead == 'r') ADVANCE(1149); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(939); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1136: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(940); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1201); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1137: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1202); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1797); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1138: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1798); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'h') ADVANCE(1965); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1139: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'h') ADVANCE(1966); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1140: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1141: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1142: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(203); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1143: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(204); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(747); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1144: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(748); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2054); + if (lookahead == 'o') ADVANCE(1135); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1145: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(2055); - if (lookahead == 'o') ADVANCE(1136); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2070); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1146: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(2071); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(197); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1147: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(198); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(223); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1148: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(224); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1149: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(206); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1150: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(207); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1667); + if (lookahead == 'r') ADVANCE(1521); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1151: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1668); - if (lookahead == 'r') ADVANCE(1522); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1152: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1434); + if (lookahead == 'n') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1153: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1435); - if (lookahead == 'n') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1434); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1154: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1435); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(280); + if (lookahead == 'm') ADVANCE(1412); + if (lookahead == 'o') ADVANCE(1455); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1155: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(281); - if (lookahead == 'm') ADVANCE(1413); - if (lookahead == 'o') ADVANCE(1456); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1057); + if (lookahead == 'u') ADVANCE(670); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1156: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1058); - if (lookahead == 'u') ADVANCE(671); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1307); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1157: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1308); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(224); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1158: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(225); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1159: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2026); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1160: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(2027); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(797); + if (lookahead == 'o') ADVANCE(2009); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1161: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(798); - if (lookahead == 'o') ADVANCE(2010); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(797); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1162: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(798); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1422); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1163: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1423); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(281); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1164: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(282); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1869); + if (lookahead == 'p') ADVANCE(1549); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1165: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1870); - if (lookahead == 'p') ADVANCE(1550); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1869); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1166: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1870); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1167: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1304); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1168: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1305); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1169: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1039); + if (lookahead == 'l') ADVANCE(1170); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1170: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1040); - if (lookahead == 'l') ADVANCE(1171); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1039); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1171: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1040); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1019); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1172: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1020); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1380); + if (lookahead == 'l') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1173: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1381); - if (lookahead == 'l') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1380); + if (lookahead == 'l') ADVANCE(591); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1174: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1381); - if (lookahead == 'l') ADVANCE(592); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1175: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1176: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1177: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1443); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1178: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1444); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1845); + if (lookahead == 'l') ADVANCE(1555); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1179: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1846); - if (lookahead == 'l') ADVANCE(1556); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1845); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1180: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1846); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1181: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1050); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1182: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1051); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1061); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1183: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1062); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1986); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1184: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1987); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1185: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1305); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1186: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1306); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1187: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1697); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1188: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1698); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1189: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1455); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1190: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1456); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(605); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1191: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(606); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(828); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1192: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(829); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1399); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1193: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1400); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1097); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1194: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1098); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1741); + if (lookahead == 'l') ADVANCE(1015); + if (lookahead == 'm') ADVANCE(1196); + if (lookahead == 'r') ADVANCE(809); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1195: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1742); - if (lookahead == 'l') ADVANCE(1016); - if (lookahead == 'm') ADVANCE(1197); - if (lookahead == 'r') ADVANCE(810); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1446); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1196: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1447); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1291); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1197: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1292); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(910); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1198: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(911); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1981); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1199: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1982); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1486); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1200: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1487); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1479); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1201: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1480); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1425); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1202: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1426); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1321); + if (lookahead == 'l') ADVANCE(1169); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1203: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1322); - if (lookahead == 'l') ADVANCE(1170); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1058); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1204: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1059); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1308); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1205: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1309); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1457); + if (lookahead == 'p') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1206: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1458); - if (lookahead == 'p') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'o') ADVANCE(1305); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1207: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'o') ADVANCE(1306); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1734); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1208: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1735); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1734); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1209: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1735); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1309); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1210: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1310); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(662); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1211: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(663); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(553); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1212: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(554); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1860); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1213: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1861); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2031); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1214: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(2032); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1640); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1215: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1641); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1465); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'u') ADVANCE(1436); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1216: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1466); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'u') ADVANCE(1437); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1326); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1217: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1327); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1404); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1218: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1405); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1459); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1219: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1460); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1864); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1220: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1865); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1859); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1221: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1860); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1414); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1222: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1415); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1400); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1223: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1401); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1940); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1224: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1941); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1337); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1225: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1338); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1463); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1226: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1464); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(954); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1227: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(955); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(561); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1228: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(562); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1356); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1229: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1357); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1324); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1230: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1325); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1563); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1231: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1564); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1542); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1232: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1543); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1480); + if (lookahead == 'n') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1233: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1481); - if (lookahead == 'n') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1480); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1234: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1481); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1071); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1235: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1072); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1358); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1236: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1359); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(785); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1237: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(786); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(789); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1238: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(790); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(663); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1239: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(664); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1079); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1240: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(1080); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1241: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(1081); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1242: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(1082); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1243: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1083); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1084); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1244: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1085); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1086); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1245: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(1087); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1246: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1088); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1089); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1247: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1090); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1808); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1248: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1809); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(629); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1249: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(630); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(1098); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1250: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(1099); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'i') ADVANCE(631); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1251: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(632); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1252: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(633); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1253: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'i') ADVANCE(634); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1254: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'i') ADVANCE(635); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'j') ADVANCE(296); + if (lookahead == 'n') ADVANCE(1255); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1255: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'j') ADVANCE(297); - if (lookahead == 'n') ADVANCE(1256); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'j') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1256: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'j') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1257: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1258: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(787); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1259: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(788); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(1361); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1260: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(1362); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(1334); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1261: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(1335); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(230); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1262: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(231); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(207); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1263: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(208); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(678); + if (lookahead == 'm') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1264: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(679); - if (lookahead == 'm') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1265: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(2048); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1266: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(2049); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(272); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1267: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(273); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(1856); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1268: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(1857); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(875); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1269: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(876); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(880); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1270: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(881); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(588); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1271: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(589); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(595); + if (lookahead == 'l') ADVANCE(526); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1272: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(596); - if (lookahead == 'l') ADVANCE(527); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1273: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'k') ADVANCE(1225); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1274: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'k') ADVANCE(1226); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1275: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1276: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(269); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1277: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(270); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(412); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1278: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(413); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(384); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1279: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(385); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(143); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1280: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(144); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(213); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1281: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(214); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(2083); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1282: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(2084); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(346); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1283: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(347); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(333); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1284: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(334); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(107); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1285: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(108); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1286: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(2060); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1287: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(2061); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(974); + if (lookahead == 'q') ADVANCE(1999); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1288: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(975); - if (lookahead == 'q') ADVANCE(2000); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(974); + if (lookahead == 'q') ADVANCE(1998); + if (lookahead == 'x') ADVANCE(1165); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1289: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(975); - if (lookahead == 'q') ADVANCE(1999); - if (lookahead == 'x') ADVANCE(1166); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(974); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1290: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(975); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(397); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1291: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(398); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1292: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(112); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1293: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(113); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(390); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1294: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(391); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(354); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1295: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(355); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(656); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1296: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(657); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(347); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1297: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(348); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(435); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1298: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(436); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1299: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(365); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1300: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(366); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1301: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(497); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1302: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(498); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(177); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1303: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(178); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(375); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1304: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(376); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(826); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1305: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(827); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1306: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1307: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(813); + if (lookahead == 'm') ADVANCE(910); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1308: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(814); - if (lookahead == 'm') ADVANCE(911); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(813); + if (lookahead == 'm') ADVANCE(932); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1309: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(814); - if (lookahead == 'm') ADVANCE(933); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(813); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1310: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(814); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(892); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1311: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(893); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1312: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(765); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1313: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(766); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1176); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1314: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1177); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(2059); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1315: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(2060); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1142); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1316: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1143); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(913); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1317: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(914); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1318: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(2069); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1319: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(2070); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1555); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1320: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1556); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(2006); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1321: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(2007); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1170); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1322: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1171); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1302); + if (lookahead == 'm') ADVANCE(1606); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1323: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1303); - if (lookahead == 'm') ADVANCE(1607); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1298); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(176); + if (lookahead == 'u') ADVANCE(661); + if (lookahead == 'w') ADVANCE(1426); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1324: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1299); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(177); - if (lookahead == 'u') ADVANCE(662); - if (lookahead == 'w') ADVANCE(1427); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1325: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(901); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1326: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(902); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1285); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1327: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1286); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1294); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1328: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1295); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(914); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1329: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(915); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1376); + if (lookahead == 's') ADVANCE(1111); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1330: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1377); - if (lookahead == 's') ADVANCE(1112); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1573); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1331: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1574); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1197); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1332: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1198); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1168); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1333: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1169); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1293); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1334: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1294); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1524); + if (lookahead == 's') ADVANCE(1664); + if (lookahead == 't') ADVANCE(1819); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1335: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1525); - if (lookahead == 's') ADVANCE(1665); - if (lookahead == 't') ADVANCE(1820); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(889); + if (lookahead == 'q') ADVANCE(1336); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1336: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(890); - if (lookahead == 'q') ADVANCE(1337); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(889); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1337: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(890); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1210); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1338: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1211); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(512); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1339: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(513); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1297); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1340: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1298); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(861); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1341: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'l') ADVANCE(862); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1342: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(863); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1558); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1343: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1559); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(850); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1344: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(851); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(981); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1345: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(982); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(903); + if (lookahead == 'r') ADVANCE(1203); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1346: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(904); - if (lookahead == 'r') ADVANCE(1204); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(869); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1347: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'l') ADVANCE(870); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1348: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(871); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(881); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1349: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(882); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1001); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1350: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1002); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(893); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1351: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(894); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(872); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1352: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'l') ADVANCE(873); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1353: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'l') ADVANCE(874); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1354: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(875); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(890); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1355: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(891); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(526); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1356: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(527); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1177); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1357: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1178); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(820); + if (lookahead == 'm') ADVANCE(904); + if (lookahead == 'n') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1358: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(821); - if (lookahead == 'm') ADVANCE(905); - if (lookahead == 'n') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1359: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1548); + if (lookahead == 'n') ADVANCE(1065); + if (lookahead == 'p') ADVANCE(1014); + if (lookahead == 'u') ADVANCE(1487); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1360: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1549); - if (lookahead == 'n') ADVANCE(1066); - if (lookahead == 'p') ADVANCE(1015); - if (lookahead == 'u') ADVANCE(1488); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(468); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1361: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(469); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(885); + if (lookahead == 'r') ADVANCE(1234); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1362: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(886); - if (lookahead == 'r') ADVANCE(1235); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(966); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1363: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(967); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(965); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1364: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(966); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(581); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1365: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(582); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1366: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1328); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1367: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1329); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(527); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1368: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(528); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1218); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1369: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1219); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1553); + if (lookahead == 'm') ADVANCE(1409); + if (lookahead == 'n') ADVANCE(1041); + if (lookahead == 'p') ADVANCE(196); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1370: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1554); - if (lookahead == 'm') ADVANCE(1410); - if (lookahead == 'n') ADVANCE(1042); - if (lookahead == 'p') ADVANCE(197); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1766); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1371: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1767); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1153); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1372: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1154); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1313); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1373: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1314); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1200); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1374: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1201); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1316); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1375: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1317); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(603); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1376: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(604); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1872); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1377: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1873); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(1368); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1378: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(1369); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(970); + if (lookahead == 'm') ADVANCE(548); + if (lookahead == 'r') ADVANCE(1234); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1379: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(971); - if (lookahead == 'm') ADVANCE(549); - if (lookahead == 'r') ADVANCE(1235); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l') ADVANCE(996); + if (lookahead == 'r') ADVANCE(1246); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1380: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l') ADVANCE(997); - if (lookahead == 'r') ADVANCE(1247); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1381: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(220); + if (lookahead == 'r') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1382: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(221); - if (lookahead == 'r') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(220); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1383: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(221); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1384: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(242); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1385: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(243); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(288); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1386: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(289); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(287); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1387: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(288); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1388: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1232); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1389: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1233); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1140); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1390: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1141); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1391: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1392: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1624); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1393: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1625); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1605); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1394: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1606); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1139); + if (lookahead == 'p') ADVANCE(600); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1395: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1140); - if (lookahead == 'p') ADVANCE(601); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1139); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1396: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1140); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1387); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1397: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1388); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(180); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1398: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(181); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1628); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1399: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1629); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1400: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(493); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1401: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(494); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(913); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1402: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(914); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1403: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1404: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1405: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1620); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1406: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1621); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1615); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1407: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1616); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(605); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1408: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(606); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(477); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1409: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(478); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(484); + if (lookahead == 'p') ADVANCE(200); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1410: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(485); - if (lookahead == 'p') ADVANCE(201); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(877); + if (lookahead == 'x') ADVANCE(910); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1411: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(878); - if (lookahead == 'x') ADVANCE(911); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1412: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(474); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1413: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(475); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(457); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1414: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(458); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(910); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1415: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(911); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1636); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1416: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1637); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(897); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1417: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(898); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1408); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1418: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1409); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(1233); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1419: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(1234); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'm') ADVANCE(599); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1420: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'm') ADVANCE(600); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1421: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1422: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(203); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1423: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(204); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(343); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1424: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(344); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(356); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1425: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(357); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1426: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(612); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1427: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(613); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(163); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1428: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(164); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(757); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1429: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(758); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(2079); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1430: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(2080); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(91); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1431: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(92); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(439); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1432: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(440); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(443); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1433: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(444); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1434: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1435: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(406); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1436: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(407); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1437: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(342); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1438: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(343); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(2053); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1439: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(2054); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1035); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1440: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1036); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(833); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1441: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(834); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1442: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1039); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1443: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1040); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1039); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1444: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1040); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1935); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1445: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1936); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1043); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'w') ADVANCE(944); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1446: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1044); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'w') ADVANCE(945); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(277); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1447: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(278); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1448: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(180); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1449: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(181); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1450: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(806); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1451: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(807); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(175); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1452: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(176); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1067); + if (lookahead == 'r') ADVANCE(924); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1453: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1068); - if (lookahead == 'r') ADVANCE(925); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(763); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1454: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(764); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1083); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1455: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1084); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1456: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1042); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1457: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1043); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(791); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1458: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(792); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1551); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1459: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1552); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1069); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1460: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1070); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(816); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1461: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(817); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1096); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1462: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1097); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(875); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1463: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(876); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1044); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1464: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1045); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(786); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1465: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(787); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1953); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1466: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1954); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1886); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1467: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1887); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1900); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1468: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1901); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1925); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1469: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1926); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1927); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1470: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1928); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(905); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1471: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(906); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(908); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1472: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(909); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1345); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1473: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1346); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1984); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1474: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1985); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(129); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1475: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(130); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1062); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1476: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1063); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1066); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1477: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1067); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(990); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1478: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(991); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1175); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1479: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1176); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1943); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1480: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1944); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1982); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1481: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1983); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1556); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1482: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1557); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1944); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1483: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1945); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1153); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1484: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1154); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1942); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1485: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1943); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1962); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1486: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1963); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(573); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1487: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(574); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1954); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1488: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1955); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1088); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1489: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1089); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1952); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1490: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1953); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1231); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1491: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1232); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(993); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1492: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(994); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1090); + if (lookahead == 'r') ADVANCE(1770); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1493: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1091); - if (lookahead == 'r') ADVANCE(1771); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1090); + if (lookahead == 'r') ADVANCE(1774); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1494: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1091); - if (lookahead == 'r') ADVANCE(1775); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1956); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1495: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1957); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1091); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1496: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'n') ADVANCE(1092); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1497: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1093); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1958); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1498: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1959); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1093); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1499: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'n') ADVANCE(1094); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1500: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'n') ADVANCE(1095); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1501: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1096); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(1963); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1502: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(1964); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(623); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1503: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(624); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'n') ADVANCE(614); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1504: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'n') ADVANCE(615); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1505: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1506: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1507: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1508: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2044); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1509: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2045); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(444); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1510: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(445); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2023); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1511: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2024); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(169); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1512: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(170); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1876); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1513: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1877); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1875); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1514: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1876); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1515: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1877); + if (lookahead == 's') ADVANCE(1976); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1516: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1878); - if (lookahead == 's') ADVANCE(1977); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1517: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(232); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1518: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(233); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2055); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1519: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2056); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(745); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1520: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(746); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2053); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1521: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2054); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1846); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1522: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1847); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(268); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1523: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(269); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2033); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1524: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2034); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2073); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1525: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2074); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1526: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1483); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1527: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1484); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2034); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1528: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'o') ADVANCE(2035); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1529: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2036); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1530: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1531: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1930); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1532: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1931); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2036); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1533: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2037); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2049); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1534: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2050); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1535: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1443); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1536: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1444); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1443); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1537: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1444); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2050); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1538: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2051); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2042); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1539: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2043); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2037); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1540: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2038); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1275); + if (lookahead == 'u') ADVANCE(636); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1541: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1276); - if (lookahead == 'u') ADVANCE(637); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(822); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1542: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(823); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1543: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2040); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1544: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2041); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1881); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1545: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1882); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1721); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1546: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1722); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1421); + if (lookahead == 'r') ADVANCE(481); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1547: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1422); - if (lookahead == 'r') ADVANCE(482); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1548: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1441); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1549: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1442); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1477); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1550: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1478); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1551: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2019); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1552: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2020); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1420); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1553: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1421); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1448); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1554: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1449); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2021); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1555: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2022); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1514); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1556: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1515); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1967); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1557: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1968); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1274); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1558: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1275); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(746); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1559: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(747); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1916); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1560: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1917); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1918); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1561: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1919); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1960); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1562: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1961); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1472); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1563: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1473); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1474); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1564: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1475); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1440); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1565: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1441); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1733); + if (lookahead == 'r') ADVANCE(1525); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1566: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1734); - if (lookahead == 'r') ADVANCE(1526); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1758); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1567: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1759); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1760); + if (lookahead == 'r') ADVANCE(1525); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1568: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1761); - if (lookahead == 'r') ADVANCE(1526); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1684); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1569: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1685); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2045); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1570: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2046); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1396); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1571: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1397); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1396); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1572: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1397); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1739); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1573: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1740); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1623); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1574: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1624); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1634); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1575: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1635); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2003); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1576: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2004); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2051); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1577: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2052); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2046); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1578: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2047); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2009); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1579: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2010); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1924); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1580: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1925); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1476); + if (lookahead == 'u') ADVANCE(1614); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1581: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1477); - if (lookahead == 'u') ADVANCE(1615); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2047); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1582: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2048); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1489); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1583: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1490); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1754); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1584: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1755); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1562); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1585: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1563); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1735); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1586: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1736); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1468); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1587: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1469); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1542); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1588: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1543); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1564); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1589: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1565); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1800); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1590: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1801); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(1371); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1591: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(1372); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2024); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1592: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2025); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o') ADVANCE(2052); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1593: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o') ADVANCE(2053); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1871); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1594: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1872); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(296); + if (lookahead == 'r') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1595: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(297); - if (lookahead == 'r') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1596: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1103); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1597: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1104); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'r') ADVANCE(592); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1598: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'r') ADVANCE(593); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'r') ADVANCE(335); + if (lookahead == 'u') ADVANCE(1751); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1599: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'r') ADVANCE(336); - if (lookahead == 'u') ADVANCE(1752); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'r') ADVANCE(1145); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1600: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'r') ADVANCE(1146); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(87); + if (lookahead == 'u') ADVANCE(660); + if (lookahead == 'w') ADVANCE(1423); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1601: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(88); - if (lookahead == 'u') ADVANCE(661); - if (lookahead == 'w') ADVANCE(1424); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 't') ADVANCE(276); + if (lookahead == 'w') ADVANCE(1936); + if (lookahead == 'x') ADVANCE(369); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1602: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 't') ADVANCE(277); - if (lookahead == 'w') ADVANCE(1937); - if (lookahead == 'x') ADVANCE(370); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (lookahead == 'u') ADVANCE(1450); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1603: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (lookahead == 'u') ADVANCE(1451); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1604: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(86); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1605: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(87); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(377); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1606: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(378); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(92); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1607: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(93); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(69); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1608: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(70); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(378); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1609: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(379); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(337); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1610: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(338); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1667); + if (lookahead == 's') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1611: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1668); - if (lookahead == 's') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1612: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(246); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1613: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(247); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(342); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1614: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(343); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(352); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1615: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(353); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1616: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1617: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1100); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1618: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1101); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1611); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1619: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1612); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1820); + if (lookahead == 'r') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1620: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1821); - if (lookahead == 'r') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1621: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1286); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1622: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1287); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1631); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1623: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1632); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1624: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(891); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1625: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(892); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1365); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1626: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1366); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1365); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1627: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1366); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1843); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1628: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1844); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1915); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1629: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1916); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1641); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1630: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1642); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1641); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1631: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1642); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(469); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1632: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(470); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1584); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1633: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1585); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1367); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1634: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1368); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1907); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1635: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1908); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1534); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1636: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1535); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1331); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1637: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1332); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(589); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1638: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(590); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1861); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1639: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1862); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1766); + if (lookahead == 's') ADVANCE(1994); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1640: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1767); - if (lookahead == 's') ADVANCE(1995); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1343); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1641: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1344); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1746); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1642: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1747); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(571); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1643: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(572); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(621); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1644: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(622); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(389); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1645: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(390); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1588); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1646: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1589); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(604); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1647: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(605); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(1587); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1648: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(1588); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'p') ADVANCE(623); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1649: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'p') ADVANCE(624); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1650: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(164); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1651: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(165); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1335); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1652: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1336); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1073); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1653: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1074); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1639); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1654: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1640); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(248); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1655: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(249); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1649); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1656: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1650); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1970); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1657: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1971); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1989); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1658: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(1990); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(2022); + if (lookahead == 'u') ADVANCE(658); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1659: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2023); - if (lookahead == 'u') ADVANCE(659); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(2010); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1660: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2011); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(1999); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1661: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2000); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(764); + if (lookahead == 't') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1662: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(765); - if (lookahead == 't') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(2013); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1663: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2014); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(2017); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1664: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2018); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'q') ADVANCE(2020); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1665: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'q') ADVANCE(2021); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(801); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1666: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(802); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(853); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1667: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(854); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1668: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(363); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1669: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(364); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(231); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1670: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(232); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1015); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1671: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1016); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(150); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1672: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(151); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(244); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1673: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(245); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(121); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1674: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(122); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(722); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1675: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(723); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(344); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1676: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(345); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2087); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1677: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2088); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(197); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1678: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(198); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(146); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1679: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(147); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1112); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1680: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1113); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(122); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1681: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(123); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(415); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1682: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(416); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(286); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1683: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(287); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2091); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1684: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2092); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(84); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1685: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(85); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(96); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1686: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(97); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1687: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(237); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1688: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(238); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(397); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1689: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(398); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(671); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1690: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(672); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(280); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1691: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(281); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(204); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1692: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(205); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1877); + if (lookahead == 'u') ADVANCE(606); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1693: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1878); - if (lookahead == 'u') ADVANCE(607); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1694: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1695: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(825); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1696: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(826); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(140); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1697: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(141); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(149); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1698: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(150); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(136); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1699: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(137); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(409); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1700: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(410); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1701: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(510); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1702: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(511); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1140); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1703: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1141); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(239); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1704: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(240); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(222); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1705: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(223); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(228); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1706: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(229); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(800); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1707: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(801); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(797); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1708: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(798); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1709: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(233); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1710: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(234); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1266); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1711: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1267); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(262); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1712: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(263); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(355); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1713: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(356); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(273); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1714: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(274); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(783); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1715: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(784); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1716: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1717: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1935); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1718: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1936); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(236); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1719: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(237); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(454); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1720: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(455); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1547); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1721: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1548); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1722: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2063); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1723: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2064); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2065); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1724: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2066); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1509); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1725: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1510); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1726: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(913); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1727: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(914); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1504); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1728: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1505); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(481); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1729: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(482); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2041); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1730: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2042); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(2064); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1731: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(2065); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(971); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1732: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(972); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1113); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1733: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1114); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1734: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(680); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1735: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(681); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1736: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1525); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1737: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1526); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1217); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1738: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1218); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1530); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1739: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1531); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1883); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1740: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1884); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1518); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1741: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1519); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1840); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1742: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1841); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(752); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1743: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(753); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1523); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1744: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1524); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1676); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1745: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1677); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(517); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1746: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(518); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1520); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1747: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1521); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1953); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1748: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1954); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1632); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1749: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1633); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1946); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1750: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1947); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1862); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1751: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1863); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1226); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1752: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1227); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1870); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1753: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1871); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(896); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1754: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(897); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1899); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1755: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1900); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(520); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1756: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(521); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1188); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1757: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1189); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1527); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1758: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1528); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1462); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1759: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1463); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1848); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1760: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1849); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1451); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1761: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1452); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1166); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1762: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1167); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1490); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1763: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1491); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1314); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1764: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1315); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1223); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1765: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1224); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1318); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1766: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1319); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(918); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1767: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(919); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1528); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1768: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1529); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1879); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1769: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1880); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(860); + if (lookahead == 't') ADVANCE(480); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1770: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(861); - if (lookahead == 't') ADVANCE(481); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1532); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1771: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1533); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1772: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1534); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1537); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1773: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1538); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1774: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1539); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1775: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1540); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1011); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1776: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1012); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(863); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1777: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(864); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1543); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1778: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1544); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1682); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1779: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1683); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(967); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1780: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(968); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1672); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1781: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1673); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1705); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1782: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1706); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(986); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1783: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(987); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(888); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1784: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(889); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(610); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1785: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(611); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(525); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1786: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(526); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(570); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1787: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(571); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1198); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1788: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1199); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1863); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1789: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1864); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(764); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1790: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(765); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1943); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1791: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1944); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(934); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1792: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(935); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1064); + if (lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1793: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1065); - if (lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1926); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1794: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1927); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1988); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1795: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1989); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1865); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1796: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1866); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(941); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1797: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(942); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(958); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1798: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(959); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1743); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1799: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1744); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(549); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1800: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(550); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1941); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1801: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1942); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1757); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1802: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1758); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1767); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1803: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1768); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1771); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1804: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1772); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1805: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1773); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1806: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1774); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1777); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1807: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1778); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(976); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1808: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(977); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(788); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1809: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(789); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(999); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1810: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1000); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(392); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1811: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(393); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1645); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1812: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1646); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1964); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1813: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1965); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1647); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1814: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1648); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1008); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1815: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1009); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1816: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1010); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1817: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1011); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1250); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1818: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1251); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r') ADVANCE(1252); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1819: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'r') ADVANCE(1253); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1820: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r') ADVANCE(1254); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1821: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(968); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1822: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(969); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(244); + if (lookahead == 'u') ADVANCE(1406); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1823: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(245); - if (lookahead == 'u') ADVANCE(1407); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(391); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1824: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(392); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(417); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1825: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(418); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(123); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1826: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(124); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(279); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1827: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(280); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(142); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1828: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(143); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(98); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1829: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 's') ADVANCE(99); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1830: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 's') ADVANCE(100); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1831: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1832: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(411); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1833: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(412); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1540); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1834: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1541); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(207); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1835: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(208); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1140); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1836: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1141); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(425); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1837: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(426); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(268); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1838: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(269); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1839: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(127); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1840: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(128); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1841: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1842: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(2066); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1843: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(2067); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(261); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1844: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(262); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1101); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1845: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1102); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1846: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1847: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1176); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1848: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1177); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1849: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1969); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1850: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1970); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(811); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1851: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(812); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1852: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(891); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1853: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(892); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(2018); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1854: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(2019); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1974); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1855: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1975); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1920); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1856: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1921); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1301); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1857: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1302); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1832); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1858: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1833); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1910); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1859: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1911); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1913); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1860: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1914); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1238); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1861: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1239); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1907); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1862: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1908); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(928); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1863: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(929); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(867); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1864: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(868); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(898); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1865: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(899); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(887); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1866: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(888); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1867: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1976); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1868: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1977); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1931); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1869: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1932); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1919); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1870: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1920); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(933); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1871: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(934); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1185); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1872: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1186); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(948); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1873: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(949); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 's') ADVANCE(1004); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1874: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 's') ADVANCE(1005); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(2056); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1875: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(2057); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(296); + if (lookahead == 'u') ADVANCE(668); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1876: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(297); - if (lookahead == 'u') ADVANCE(669); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(296); + if (lookahead == 'w') ADVANCE(1437); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1877: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(297); - if (lookahead == 'w') ADVANCE(1438); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1878: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(318); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1879: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(319); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(433); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1880: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(434); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(618); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1881: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(619); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(285); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1882: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(286); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(336); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1883: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(337); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(374); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1884: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(375); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(617); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1885: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(618); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(186); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1886: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(187); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1072); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1887: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1073); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(429); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1888: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(430); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(439); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1889: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(440); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(339); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1890: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(340); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(341); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1891: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(342); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(443); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1892: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(444); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(625); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1893: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(626); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(338); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1894: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(339); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(340); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1895: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(341); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1896: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(449); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1897: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(450); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(925); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1898: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(926); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(101); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1899: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(102); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1394); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1900: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1395); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(390); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1901: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(391); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(678); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1902: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(679); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(2057); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1903: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(2058); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(178); + if (lookahead == 'v') ADVANCE(1212); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1904: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(179); - if (lookahead == 'v') ADVANCE(1213); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(282); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1905: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(283); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(342); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1906: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(343); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(613); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1907: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(614); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1908: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(952); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1909: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(953); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(440); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1910: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(441); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(134); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1911: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(135); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(2061); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1912: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(2062); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1913: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1914: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1100); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1915: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1101); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(2062); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1916: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(2063); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(235); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1917: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(236); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1105); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1918: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1106); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(234); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1919: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(235); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1920: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1921: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(187); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1922: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(188); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1102); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1923: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1103); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1403); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1924: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1404); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1925: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1575); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1926: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1576); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1826); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1927: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1827); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1130); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1928: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1131); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1418); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1929: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1419); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(875); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1930: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(876); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1852); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1931: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1853); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(916); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1932: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(917); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1514); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1933: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1515); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1702); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1934: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1703); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(551); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1935: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(552); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1211); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1936: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1212); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1188); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1937: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1189); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1222); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1938: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1223); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1511); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1939: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1512); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1213); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1940: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1214); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1236); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1941: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1237); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1230); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1942: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1231); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1190); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1943: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1191); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1670); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1944: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1671); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1002); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1945: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1003); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(622); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1946: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(623); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1470); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1947: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1471); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1175); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1948: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1176); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1568); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1949: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1569); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1471); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1950: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1472); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1755); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1951: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1756); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(951); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1952: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(952); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(559); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1953: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(560); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1153); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1954: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1154); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(953); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1955: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(954); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(955); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1956: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(956); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(957); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1957: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(958); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(960); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1958: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(961); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(978); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1959: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(979); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(962); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1960: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(963); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1131); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1961: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1132); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(602); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1962: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(603); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1221); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1963: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1222); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1227); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1964: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1228); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(1237); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1965: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(1238); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(623); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1966: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(624); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 't') ADVANCE(614); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1967: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 't') ADVANCE(615); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1968: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(538); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1969: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(539); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(2081); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1970: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(2082); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1971: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(233); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1972: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(234); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(641); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1973: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(642); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(654); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1974: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(655); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(652); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1975: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(653); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1595); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1976: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1596); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(636); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1977: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(637); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1824); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1978: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1825); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(659); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1979: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(660); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1912); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1980: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1913); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1912); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1981: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1913); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1982: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1983: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(926); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1984: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(927); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1836); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1985: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1837); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1986: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1383); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1987: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1384); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(724); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1988: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(725); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1989: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(517); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1990: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(518); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1827); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1991: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1828); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1506); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1992: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1507); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1291); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1993: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1292); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1851); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1994: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1852); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(758); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1995: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(759); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1838); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1996: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1839); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1159); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1997: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1160); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(911); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1998: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(912); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(539); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 1999: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(540); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1224); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2000: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1225); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1158); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2001: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1159); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1698); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2002: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1699); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1670); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2003: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1671); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1699); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2004: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1700); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1763); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2005: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1764); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1765); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2006: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1766); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1110); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2007: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1111); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1393); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2008: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1394); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1464); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2009: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1465); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1858); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2010: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1859); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1193); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2011: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1194); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1317); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2012: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1318); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1924); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2013: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1925); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(558); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2014: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(559); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1333); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2015: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1334); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1579); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2016: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1580); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1391); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2017: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1392); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(564); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2018: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(565); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1779); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2019: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1780); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(1372); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2020: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(1373); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(607); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2021: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(608); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(665); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2022: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(666); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(609); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2023: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(610); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(664); + if (lookahead == 'w') ADVANCE(1431); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2024: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(665); - if (lookahead == 'w') ADVANCE(1432); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'u') ADVANCE(667); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2025: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'u') ADVANCE(668); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(296); + if (lookahead == 'w') ADVANCE(842); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2026: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(297); - if (lookahead == 'w') ADVANCE(843); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2027: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(88); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2028: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(89); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(174); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2029: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(175); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == 'w') ADVANCE(919); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2030: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(921); - if (lookahead == 'w') ADVANCE(920); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(849); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2031: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(850); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(868); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2032: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(869); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'v') ADVANCE(1006); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2033: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'v') ADVANCE(1007); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2034: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(79); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2035: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(80); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(83); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2036: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(84); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(82); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2037: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(83); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(81); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2038: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(82); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1505); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2039: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1506); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(466); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2040: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(467); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(256); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2041: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(257); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(883); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2042: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(884); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2043: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(971); + if (lookahead == 'a' || + lookahead == 'h') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2044: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(972); - if (lookahead == 'a' || - lookahead == 'h') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1421); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2045: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1422); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1437); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2046: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1438); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1435); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2047: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1436); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1432); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2048: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1433); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1219); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2049: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1220); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(275); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2050: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(276); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1345); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2051: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1346); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1503); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2052: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1504); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'w') ADVANCE(1502); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2053: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'w') ADVANCE(1503); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'x') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2054: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'x') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'x') ADVANCE(1877); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2055: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'x') ADVANCE(1878); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'x') ADVANCE(182); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2056: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'x') ADVANCE(183); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2057: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(431); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2058: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(432); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(902); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2059: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(903); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(379); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2060: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(380); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(394); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2061: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(395); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(264); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2062: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(265); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(2026); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2063: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(2027); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(432); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2064: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(433); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(437); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2065: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(438); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(407); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2066: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(408); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(1380); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2067: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(1381); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(842); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2068: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(843); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(1820); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2069: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(1821); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'y') ADVANCE(891); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2070: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'y') ADVANCE(892); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'z') ADVANCE(1582); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2071: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'z') ADVANCE(1583); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'z') ADVANCE(494); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2072: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'z') ADVANCE(495); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'z') ADVANCE(1198); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2073: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'z') ADVANCE(1199); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'z') ADVANCE(929); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2074: - ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'z') ADVANCE(930); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); - END_STATE(); - case 2075: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); ADVANCE_MAP( - '+', 2099, - '-', 2099, - '!', 2106, - '(', 2106, - ')', 2106, - ',', 2106, - ';', 2106, - '@', 2106, - '[', 2106, - ']', 2106, + '+', 2098, + '-', 2098, + '!', 2105, + '(', 2105, + ')', 2105, + ',', 2105, + ';', 2105, + '@', 2105, + '[', 2105, + ']', 2105, ); if (('#' <= lookahead && lookahead <= '&') || lookahead == '.' || lookahead == '/' || lookahead == ':' || lookahead == '?' || - lookahead == '~') ADVANCE(2103); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + lookahead == '~') ADVANCE(2102); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); - case 2076: + case 2075: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '+' || - lookahead == '-') ADVANCE(2100); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '-') ADVANCE(2099); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2077: + case 2076: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '2' || - lookahead == '4') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '4') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2078: + case 2077: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '3' || - lookahead == '5') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '5') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2079: + case 2078: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '6' || - lookahead == '8') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '8') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2080: + case 2079: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'e') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2081: + case 2080: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2104); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(303); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'x') ADVANCE(2103); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(302); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); + END_STATE(); + case 2081: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + if (lookahead == 'b' || + lookahead == 'p') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2082: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'b' || - lookahead == 'p') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2083: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'b' || - lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'd' || + lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2084: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'd' || - lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e' || + lookahead == 'k') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2085: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'e' || - lookahead == 'k') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 't') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2086: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e' || - lookahead == 't') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'f' || + lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2087: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'f' || - lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'l' || + lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2088: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'l' || - lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'o' || + lookahead == 'u') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2089: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'o' || - lookahead == 'u') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'r' || + lookahead == 'y') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2090: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'r' || - lookahead == 'y') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == '3' || + lookahead == '4') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2091: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '3' || - lookahead == '4') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (lookahead == 'e' || + lookahead == 'f') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2092: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == 'e' || - lookahead == 'f') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (('a' <= lookahead && lookahead <= 'c')) ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); case 2093: - ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('a' <= lookahead && lookahead <= 'c')) ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); - END_STATE(); - case 2094: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == 'L' || lookahead == 'R' || lookahead == 'l' || - lookahead == 'r') ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == 'r') ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2095: + case 2094: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '!' || lookahead == ',' || lookahead == '.' || lookahead == ';' || - lookahead == '?') ADVANCE(2095); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + lookahead == '?') ADVANCE(2094); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2096: + case 2095: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (lookahead == '!' || lookahead == '(' || @@ -18541,139 +18568,145 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ';' || lookahead == '@' || lookahead == '[' || - lookahead == ']') ADVANCE(2106); + lookahead == ']') ADVANCE(2105); if (('#' <= lookahead && lookahead <= '&') || ('+' <= lookahead && lookahead <= '/') || lookahead == ':' || lookahead == '?' || - lookahead == '~') ADVANCE(2103); + lookahead == '~') ADVANCE(2102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); - case 2097: + case 2096: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('a' <= lookahead && lookahead <= 'h')) ADVANCE(297); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (('a' <= lookahead && lookahead <= 'h')) ADVANCE(296); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2098: + case 2097: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2114); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2113); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); - case 2099: + case 2098: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); - case 2100: + case 2099: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2101: + case 2100: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2115); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2114); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2102: + case 2101: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && lookahead != '-' && (lookahead < '0' || '9' < lookahead) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2102); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2101); END_STATE(); - case 2103: + case 2102: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && (lookahead < '0' || '9' < lookahead) && (lookahead < 'A' || 'Z' < lookahead) && lookahead != '_' && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); - case 2104: + case 2103: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(308); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(307); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2105: + case 2104: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); if ((set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) && (lookahead < 'A' || 'Z' < lookahead) && - (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2106); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2105); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2102); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2101); END_STATE(); - case 2106: + case 2105: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2106); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2105); END_STATE(); - case 2107: + case 2106: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token2); - if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(2107); + if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(2106); + END_STATE(); + case 2107: + ACCEPT_TOKEN(sym_shortcode_number); + if (lookahead == '.') ADVANCE(2097); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2074); END_STATE(); case 2108: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2098); + if (lookahead == '.') ADVANCE(2097); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2075); + lookahead == 'e') ADVANCE(2074); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2108); END_STATE(); case 2109: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2098); + if (lookahead == '.') ADVANCE(2100); if (lookahead == 'E' || lookahead == 'e') ADVANCE(2075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2109); END_STATE(); case 2110: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2101); + if (lookahead == '.') ADVANCE(2100); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2076); + lookahead == 'e') ADVANCE(2075); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2110); END_STATE(); case 2111: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2101); + if (lookahead == '.') ADVANCE(312); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2076); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2111); + lookahead == 'e') ADVANCE(310); END_STATE(); case 2112: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(313); + if (lookahead == '.') ADVANCE(312); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(311); + lookahead == 'e') ADVANCE(310); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2112); END_STATE(); case 2113: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(313); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(311); + lookahead == 'e') ADVANCE(2074); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2113); END_STATE(); case 2114: @@ -18685,27 +18718,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 2115: ACCEPT_TOKEN(sym_shortcode_number); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2076); + lookahead == 'e') ADVANCE(310); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2115); END_STATE(); case 2116: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(311); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); END_STATE(); case 2117: - ACCEPT_TOKEN(sym_shortcode_number); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); - END_STATE(); - case 2118: ACCEPT_TOKEN(aux_sym_citation_token1); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && - lookahead != '}') ADVANCE(2118); + lookahead != '}') ADVANCE(2117); END_STATE(); - case 2119: + case 2118: ACCEPT_TOKEN(aux_sym_citation_token2); if (('#' <= lookahead && lookahead <= '&') || lookahead == '+' || @@ -18718,20343 +18745,20346 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2119); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2118); END_STATE(); - case 2120: - ACCEPT_TOKEN(sym_pandoc_str); + case 2119: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '#', 4125, - 'A', 2428, - 'B', 2495, - 'C', 2450, - 'D', 2412, - 'E', 2467, - 'F', 2720, - 'G', 2171, - 'H', 2362, - 'I', 2434, - 'J', 2823, - 'K', 2449, - 'L', 2170, - 'M', 2536, - 'N', 2458, - 'O', 2436, - 'P', 2533, - 'Q', 2489, - 'R', 2393, - 'S', 2447, - 'T', 2448, - 'U', 2514, - 'V', 2420, - 'W', 2775, - 'X', 3063, - 'Y', 2364, - 'Z', 2451, - '\\', 23, - 'a', 2493, - 'b', 2466, - 'c', 2500, - 'd', 2369, - 'e', 2414, - 'f', 2542, - 'g', 2160, - 'h', 2371, - 'i', 2494, - 'j', 2822, - 'k', 2627, - 'l', 2140, - 'm', 2415, - 'n', 2444, - 'o', 2478, - 'p', 2565, - 'q', 3064, - 'r', 2363, - 's', 2622, - 't', 2517, - 'u', 2370, - 'v', 2367, - 'w', 2774, - 'x', 2730, - 'y', 2532, - 'z', 2623, + '#', 4124, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 2427, + 'B', 2494, + 'C', 2449, + 'D', 2411, + 'E', 2466, + 'F', 2719, + 'G', 2170, + 'H', 2361, + 'I', 2433, + 'J', 2822, + 'K', 2448, + 'L', 2169, + 'M', 2535, + 'N', 2457, + 'O', 2435, + 'P', 2532, + 'Q', 2488, + 'R', 2392, + 'S', 2446, + 'T', 2447, + 'U', 2513, + 'V', 2419, + 'W', 2774, + 'X', 3062, + 'Y', 2363, + 'Z', 2450, + '\\', 23, + 'a', 2492, + 'b', 2465, + 'c', 2499, + 'd', 2368, + 'e', 2413, + 'f', 2541, + 'g', 2159, + 'h', 2370, + 'i', 2493, + 'j', 2821, + 'k', 2626, + 'l', 2139, + 'm', 2414, + 'n', 2443, + 'o', 2477, + 'p', 2564, + 'q', 3063, + 'r', 2362, + 's', 2621, + 't', 2516, + 'u', 2369, + 'v', 2366, + 'w', 2773, + 'x', 2729, + 'y', 2531, + 'z', 2622, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2121: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '1') ADVANCE(4121); - if (lookahead == '3') ADVANCE(2125); + case 2120: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '1') ADVANCE(4120); + if (lookahead == '3') ADVANCE(2124); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2122: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '1') ADVANCE(4135); - if (lookahead == ';') ADVANCE(31); + case 2121: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '1') ADVANCE(4134); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2123: - ACCEPT_TOKEN(sym_pandoc_str); + case 2122: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '1', 2360, - '2', 4122, - '3', 2357, - '4', 2126, - '5', 4123, - '7', 2127, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '1', 2359, + '2', 4121, + '3', 2356, + '4', 2125, + '5', 4122, + '7', 2126, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2123: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '4') ADVANCE(2360); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'f') ADVANCE(3631); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2124: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '4') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '4') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3632); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2125: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '4') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '5') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2126: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '5') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '8') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2127: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '8') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2128); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2128: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2129); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2138); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2129: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2139); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2127); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2130: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2128); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2129); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2131: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2130); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2132: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2131); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2133: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2132); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2138); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2134: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2139); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2133); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2135: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2134); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2136: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2135); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2137: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2136); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2138: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(31); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2137); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2139: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(32); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2140: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'A', 2556, - 'B', 2557, - 'E', 2268, - 'H', 2513, - '\\', 23, - 'a', 2782, - 'b', 2547, - 'c', 2575, - 'd', 2767, - 'e', 2264, - 'f', 3225, - 'g', 2159, - 'h', 2593, - 'j', 2725, - 'l', 2190, - 'm', 3207, - 'n', 2430, - 'o', 2518, - 'p', 2597, - 'r', 2550, - 's', 2498, - 't', 2217, - 'u', 3742, - 'v', 3035, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'A', 2555, + 'B', 2556, + 'E', 2267, + 'H', 2512, + '\\', 23, + 'a', 2781, + 'b', 2546, + 'c', 2574, + 'd', 2766, + 'e', 2263, + 'f', 3224, + 'g', 2158, + 'h', 2592, + 'j', 2724, + 'l', 2189, + 'm', 3206, + 'n', 2429, + 'o', 2517, + 'p', 2596, + 'r', 2549, + 's', 2497, + 't', 2216, + 'u', 3741, + 'v', 3034, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2141: - ACCEPT_TOKEN(sym_pandoc_str); + case 2140: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'A', 3733, - '\\', 23, - 'a', 3726, - 'd', 3563, - 'q', 4043, - 's', 2941, - 'x', 3267, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'A', 3732, + '\\', 23, + 'a', 3725, + 'd', 3562, + 'q', 4042, + 's', 2940, + 'x', 3266, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2141: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'V') ADVANCE(3035); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2142: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'V') ADVANCE(3036); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'A') ADVANCE(3844); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2143: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'A') ADVANCE(3845); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'D') ADVANCE(3615); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2144: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'D') ADVANCE(3616); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'E') ADVANCE(3703); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2145: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'E') ADVANCE(3704); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'L') ADVANCE(3037); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2146: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'L') ADVANCE(3038); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'R') ADVANCE(3288); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2147: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'R') ADVANCE(3289); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'U') ADVANCE(3659); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2148: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'U') ADVANCE(3660); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'B') ADVANCE(2512); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2149: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2150: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'C', 3627, - 'D', 3601, - 'E', 3335, - 'G', 3861, - 'H', 4054, - 'L', 3010, - 'N', 2977, - 'P', 3822, - 'R', 3011, - 'S', 3705, - 'T', 3214, - 'V', 3050, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'C', 3626, + 'D', 3600, + 'E', 3334, + 'G', 3860, + 'H', 4053, + 'L', 3009, + 'N', 2976, + 'P', 3821, + 'R', 3010, + 'S', 3704, + 'T', 3213, + 'V', 3049, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2150: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'C') ADVANCE(2539); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2151: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'C') ADVANCE(2540); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'D') ADVANCE(3562); + if (lookahead == 'E') ADVANCE(3703); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2152: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'D') ADVANCE(3563); - if (lookahead == 'E') ADVANCE(3704); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'D') ADVANCE(2412); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2153: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'D') ADVANCE(2413); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2154: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 2361, - '\\', 23, - 'a', 3642, - 'c', 4032, - 'e', 2216, - 'i', 3463, - 'n', 2429, - 'o', 2845, - 's', 3221, - 'u', 3773, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 2360, + '\\', 23, + 'a', 3641, + 'c', 4031, + 'e', 2215, + 'i', 3462, + 'n', 2428, + 'o', 2844, + 's', 3220, + 'u', 3772, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2155: - ACCEPT_TOKEN(sym_pandoc_str); + case 2154: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 2361, - '\\', 23, - 'd', 3563, - 'e', 2229, - 'm', 4039, - 'n', 4124, - 'p', 3412, - 'r', 2557, - 's', 2990, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 2360, + '\\', 23, + 'd', 3562, + 'e', 2228, + 'm', 4038, + 'n', 4123, + 'p', 3411, + 'r', 2556, + 's', 2989, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2156: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(2361); + case 2155: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'v') ADVANCE(4137); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'v') ADVANCE(4136); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2157: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(2361); + case 2156: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2312); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2158: - ACCEPT_TOKEN(sym_pandoc_str); + case 2157: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 2361, - '\\', 23, - 'i', 2848, - 'o', 3867, - 'p', 3793, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 2360, + '\\', 23, + 'i', 2847, + 'o', 3866, + 'p', 3792, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2159: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(2361); + case 2158: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2160: - ACCEPT_TOKEN(sym_pandoc_str); + case 2159: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 2285, - '\\', 23, - 'a', 2784, - 'b', 3713, - 'c', 3254, - 'd', 3563, - 'e', 2284, - 'f', 3714, - 'g', 2268, - 'i', 3448, - 'j', 2725, - 'l', 2356, - 'n', 2430, - 'o', 3650, - 'r', 2501, - 's', 2752, - 't', 2218, - 'v', 3035, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 2284, + '\\', 23, + 'a', 2783, + 'b', 3712, + 'c', 3253, + 'd', 3562, + 'e', 2283, + 'f', 3713, + 'g', 2267, + 'i', 3447, + 'j', 2724, + 'l', 2355, + 'n', 2429, + 'o', 3649, + 'r', 2500, + 's', 2751, + 't', 2217, + 'v', 3034, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2161: - ACCEPT_TOKEN(sym_pandoc_str); + case 2160: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 3704, - 'F', 4061, - 'G', 3854, - 'L', 2936, - 'S', 3422, - 'T', 3282, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 3703, + 'F', 4060, + 'G', 3853, + 'L', 2935, + 'S', 3421, + 'T', 3281, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2162: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(3704); - if (lookahead == 'F') ADVANCE(4061); - if (lookahead == 'T') ADVANCE(3282); + case 2161: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(3703); + if (lookahead == 'F') ADVANCE(4060); + if (lookahead == 'T') ADVANCE(3281); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2163: - ACCEPT_TOKEN(sym_pandoc_str); + case 2162: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'E', 3704, - 'G', 3854, - 'L', 2936, - 'S', 3422, - 'T', 3282, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'E', 3703, + 'G', 3853, + 'L', 2935, + 'S', 3421, + 'T', 3281, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2163: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(3703); + if (lookahead == 'S') ADVANCE(3421); + if (lookahead == 'T') ADVANCE(3281); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2164: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(3704); - if (lookahead == 'S') ADVANCE(3422); - if (lookahead == 'T') ADVANCE(3282); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(3703); + if (lookahead == 'S') ADVANCE(3421); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2165: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(3704); - if (lookahead == 'S') ADVANCE(3422); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'E') ADVANCE(3703); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2166: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'E') ADVANCE(3704); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'G') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2167: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'G') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'H') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2168: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'H') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'I') ADVANCE(3543); + if (lookahead == 'S') ADVANCE(4024); + if (lookahead == 'U') ADVANCE(3524); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2169: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'I') ADVANCE(3544); - if (lookahead == 'S') ADVANCE(4025); - if (lookahead == 'U') ADVANCE(3525); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2170: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'J', 2725, - '\\', 23, - 'a', 2783, - 'c', 2577, - 'e', 3067, - 'f', 3714, - 'l', 2244, - 'm', 3208, - 'o', 3492, - 's', 2748, - 'T', 2361, - 't', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + 'J', 2724, + '\\', 23, + 'a', 2782, + 'c', 2576, + 'e', 3066, + 'f', 3713, + 'l', 2243, + 'm', 3207, + 'o', 3491, + 's', 2747, + 'T', 2360, + 't', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2171: - ACCEPT_TOKEN(sym_pandoc_str); + case 2170: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - 'J', 2725, - '\\', 23, - 'a', 3464, - 'b', 3713, - 'c', 2946, - 'd', 3563, - 'f', 3714, - 'o', 3650, - 'r', 2962, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, - 'T', 2361, - 'g', 2361, - 't', 2361, + ';', 30, + 'J', 2724, + '\\', 23, + 'a', 3463, + 'b', 3712, + 'c', 2945, + 'd', 3562, + 'f', 3713, + 'o', 3649, + 'r', 2961, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, + 'T', 2360, + 'g', 2360, + 't', 2360, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2171: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'L') ADVANCE(2935); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2172: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'L') ADVANCE(2936); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'N') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2173: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'N') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'P') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2174: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'P') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'P') ADVANCE(3411); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2175: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'P') ADVANCE(3412); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'T') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2176: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'T') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'T') ADVANCE(3281); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2177: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'T') ADVANCE(3282); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == 'Y') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2178: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == 'Y') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2746); + if (lookahead == 'p') ADVANCE(3377); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2179: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2747); - if (lookahead == 'p') ADVANCE(3378); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3099); + if (lookahead == 'o') ADVANCE(3976); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2180: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3100); - if (lookahead == 'o') ADVANCE(3977); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4138); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2181: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4139); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2182: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2183: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2754); + if (lookahead == 'p') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2184: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2755); - if (lookahead == 'p') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( + '\'', 19, + ';', 30, + '\\', 23, + 'a', 3640, + 'c', 4031, + 'e', 2235, + 'i', 3780, + 'n', 2428, + 'p', 3636, + 's', 3220, + 'E', 2360, + 'y', 2360, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2185: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(2291); + if (lookahead == 's') ADVANCE(3218); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2186: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, + '\'', 19, + ';', 30, '\\', 23, 'a', 3641, - 'c', 4032, - 'e', 2236, - 'i', 3781, - 'n', 2429, - 'p', 3637, - 's', 3221, - 'E', 2361, - 'y', 2361, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'b', 2262, + 'f', 3866, + 'h', 3302, + 'l', 3641, + 'p', 3321, + 's', 3220, + 't', 3321, + 'c', 2360, + 'w', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2186: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2292); - if (lookahead == 's') ADVANCE(3219); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2187: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3642, - 'b', 2263, - 'f', 3867, - 'h', 3303, - 'l', 3642, - 'p', 3322, - 's', 3221, - 't', 3322, - 'c', 2361, - 'w', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 2814, + 'c', 3197, + 'd', 4132, + 'm', 2295, + 's', 3220, + 't', 4084, + 'b', 2360, + 'e', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2188: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 2815, - 'c', 3198, - 'd', 4133, - 'm', 2296, - 's', 3221, - 't', 4085, - 'b', 2361, - 'e', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 2814, + 'i', 2847, + 'o', 3866, + 'p', 3786, + 'E', 2360, + 'e', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2189: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 2815, - 'i', 2848, - 'o', 3867, - 'p', 3787, - 'E', 2361, - 'e', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3732, + 'c', 3612, + 'h', 2611, + 't', 3748, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2190: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3733, - 'c', 3613, - 'h', 2612, - 't', 3749, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3732, + 'd', 2258, + 'i', 3100, + 'o', 3713, + 's', 3376, + 'v', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2191: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3733, - 'd', 2259, - 'i', 3101, - 'o', 3714, - 's', 3377, - 'v', 2361, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2192: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3877); + if (lookahead == 'c') ADVANCE(3197); + if (lookahead == 'd') ADVANCE(3568); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2193: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3878); - if (lookahead == 'c') ADVANCE(3198); - if (lookahead == 'd') ADVANCE(3569); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2194: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2195: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3767, - 'e', 2886, - 'i', 3781, - 'y', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3766, + 'e', 2885, + 'i', 3780, + 'y', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2196: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2195: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3327); - if (lookahead == 'c') ADVANCE(3924); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3326); + if (lookahead == 'c') ADVANCE(3923); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2197: - ACCEPT_TOKEN(sym_pandoc_str); + case 2196: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3467, - 'b', 3836, - 'c', 2539, - 'd', 3563, - 's', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3466, + 'b', 3835, + 'c', 2538, + 'd', 3562, + 's', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2198: - ACCEPT_TOKEN(sym_pandoc_str); + case 2197: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3467, - 's', 3377, - 'd', 2361, - 'v', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3466, + 's', 3376, + 'd', 2360, + 'v', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2199: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2198: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2807); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2806); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2200: - ACCEPT_TOKEN(sym_pandoc_str); + case 2199: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3762, - 'c', 3154, - 'o', 3801, - 'y', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3761, + 'c', 3153, + 'o', 3800, + 'y', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2201: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2200: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3347); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3346); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2202: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2201: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3730); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3729); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2203: - ACCEPT_TOKEN(sym_pandoc_str); + case 2202: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'a', 3677, - 'c', 4052, - 'e', 3696, - 'n', 2634, - 's', 3221, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'a', 3676, + 'c', 4051, + 'e', 3695, + 'n', 2633, + 's', 3220, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2203: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3226); + if (lookahead == 'e') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2204: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3227); - if (lookahead == 'e') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3420); + if (lookahead == 's') ADVANCE(3321); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2205: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3421); - if (lookahead == 's') ADVANCE(3322); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3562); + if (lookahead == 'c') ADVANCE(3197); + if (lookahead == 'f') ADVANCE(2304); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2206: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3563); - if (lookahead == 'c') ADVANCE(3198); - if (lookahead == 'f') ADVANCE(2305); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2360); + if (lookahead == 'd') ADVANCE(2342); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2207: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2361); - if (lookahead == 'd') ADVANCE(2343); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2360); + if (lookahead == 'h') ADVANCE(3913); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2208: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2361); - if (lookahead == 'h') ADVANCE(3914); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2182); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2209: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2183); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2182); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2210: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2183); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2211: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'b', 2263, - 'f', 3867, - 'h', 3303, - 'l', 3642, - 'p', 3322, - 's', 3221, - 't', 3322, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'b', 2262, + 'f', 3866, + 'h', 3302, + 'l', 3641, + 'p', 3321, + 's', 3220, + 't', 3321, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2212: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2211: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == 'e') ADVANCE(3696); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 'e') ADVANCE(3695); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2213: - ACCEPT_TOKEN(sym_pandoc_str); + case 2212: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'b', 3789, - 'c', 2539, - 'd', 3563, - 'o', 3714, - 's', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'b', 3788, + 'c', 2538, + 'd', 3562, + 'o', 3713, + 's', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2214: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2213: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2215: - ACCEPT_TOKEN(sym_pandoc_str); + case 2214: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2246, - 'f', 3530, - 'm', 3186, - 's', 2815, - 'E', 2361, - 'e', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'c', 2245, + 'f', 3529, + 'm', 3185, + 's', 2814, + 'E', 2360, + 'e', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2216: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2215: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2203); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2202); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2217: - ACCEPT_TOKEN(sym_pandoc_str); + case 2216: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2726, - 'd', 3563, - 'h', 3763, - 'i', 3461, - 'l', 2557, - 'q', 4044, - 'r', 2471, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'c', 2725, + 'd', 3562, + 'h', 3762, + 'i', 3460, + 'l', 2556, + 'q', 4043, + 'r', 2470, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2218: - ACCEPT_TOKEN(sym_pandoc_str); + case 2217: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2726, - 'd', 3563, - 'l', 2472, - 'q', 4044, - 'r', 2535, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'c', 2725, + 'd', 3562, + 'l', 2471, + 'q', 4043, + 'r', 2534, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2219: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2218: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2220: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2219: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2727); - if (lookahead == 'd') ADVANCE(3606); - if (lookahead == 'l') ADVANCE(2254); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2726); + if (lookahead == 'd') ADVANCE(3605); + if (lookahead == 'l') ADVANCE(2253); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2221: - ACCEPT_TOKEN(sym_pandoc_str); + case 2220: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2727, - 'd', 3607, - 'g', 2254, - 's', 2633, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'c', 2726, + 'd', 3606, + 'g', 2253, + 's', 2632, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2222: - ACCEPT_TOKEN(sym_pandoc_str); + case 2221: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2564, - 'e', 3132, - 'l', 2619, - 'p', 3774, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'c', 2563, + 'e', 3131, + 'l', 2618, + 'p', 3773, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2222: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(3197); + if (lookahead == 'w') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2223: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3198); - if (lookahead == 'w') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4031); + if (lookahead == 'e') ADVANCE(2218); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2224: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4032); - if (lookahead == 'e') ADVANCE(2219); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4031); + if (lookahead == 'e' || + lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2225: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4032); - if (lookahead == 'e' || - lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( + '\'', 19, + ';', 30, + '\\', 23, + 'c', 2653, + 'f', 3241, + 'o', 2843, + 't', 2221, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2226: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'c', 2654, - 'f', 3242, - 'o', 2844, - 't', 2222, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'd', 3562, + 'e', 2312, + 'g', 2158, + 'l', 2158, + 'n', 2895, + 'p', 3411, + 'r', 2556, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2227: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'd', 3563, - 'e', 2313, - 'g', 2159, - 'l', 2159, - 'n', 2896, - 'p', 3412, - 'r', 2557, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'd', 3562, + 's', 2344, + 'E', 2360, + 'v', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2228: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - ';', 31, - '\\', 23, - 'd', 3563, - 's', 2345, - 'E', 2361, - 'v', 2361, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2229: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2230: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2231: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2232: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'd', 3562, - 'e', 2229, - 'h', 3880, - 'l', 2557, - 'm', 4039, - 'n', 4124, - 'p', 3412, - 's', 2990, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'd', 3561, + 'e', 2228, + 'h', 3879, + 'l', 2556, + 'm', 4038, + 'n', 4123, + 'p', 3411, + 's', 2989, + 0x2018, 4140, + 0x2019, 4140, ); if (('1' <= lookahead && lookahead <= '3') || - lookahead == 'E') ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'E') ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2233: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2232: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3555); - if (lookahead == 'l') ADVANCE(2950); - if (lookahead == 'r') ADVANCE(3250); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3554); + if (lookahead == 'l') ADVANCE(2949); + if (lookahead == 'r') ADVANCE(3249); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2234: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2233: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3555); - if (lookahead == 'l') ADVANCE(2950); - if (lookahead == 'u') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3554); + if (lookahead == 'l') ADVANCE(2949); + if (lookahead == 'u') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2235: - ACCEPT_TOKEN(sym_pandoc_str); + case 2234: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'd', 3555, - 'l', 3043, - 'q', 2361, - 'r', 3293, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'd', 3554, + 'l', 3042, + 'q', 2360, + 'r', 3292, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2236: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2235: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3227); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3226); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2237: - ACCEPT_TOKEN(sym_pandoc_str); + case 2236: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'e', 2361, - 'l', 2896, - 'm', 3897, - 'r', 3951, - 's', 3664, - 'z', 2557, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'e', 2360, + 'l', 2895, + 'm', 3896, + 'r', 3950, + 's', 3663, + 'z', 2556, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2237: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 's') ADVANCE(2977); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2238: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 's') ADVANCE(2978); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2239: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2240: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2241: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'e', 3697, - 'm', 3280, - 'p', 3412, - 's', 3711, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'e', 3696, + 'm', 3279, + 'p', 3411, + 's', 3710, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2241: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'e') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2242: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3123); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2243: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3124); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3069); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2244: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3070); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2312); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2245: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3695); + if (lookahead == 'l') ADVANCE(2910); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2246: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3696); - if (lookahead == 'l') ADVANCE(2911); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3695); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2247: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3696); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2248: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2815); + if (lookahead == 'i') ADVANCE(3450); + if (lookahead == 'o') ADVANCE(2867); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2249: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2816); - if (lookahead == 'i') ADVANCE(3451); - if (lookahead == 'o') ADVANCE(2868); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2307); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2250: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2308); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3700); + if (lookahead == 'n') ADVANCE(2954); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2251: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3701); - if (lookahead == 'n') ADVANCE(2955); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3700); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2252: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3701); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2562); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2253: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2563); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2254: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3897); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2255: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3898); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3521); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2256: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3522); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3798); + if (lookahead == 's') ADVANCE(2926); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2257: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3799); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3754); + if (lookahead == 's') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2258: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3755); - if (lookahead == 's') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3764); + if (lookahead == 'f' || + lookahead == 'm') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2259: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3765); - if (lookahead == 'f' || - lookahead == 'm') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3753); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2260: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3754); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 'r') ADVANCE(3550); + if (lookahead == 'y') ADVANCE(2321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2261: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == 'r') ADVANCE(3551); - if (lookahead == 'y') ADVANCE(2322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2262: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2263: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2264: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'f', 3927, - 'g', 2361, - 'q', 2312, - 's', 2221, '\'', 19, - 0x2018, 19, - 0x2019, 19, + ';', 30, + '\\', 23, + 'f', 3926, + 'g', 2360, + 'q', 2311, + 's', 2220, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2264: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'f') ADVANCE(3467); + if (lookahead == 'l') ADVANCE(2911); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2265: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3468); - if (lookahead == 'l') ADVANCE(2912); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3952); + if (lookahead == 'q') ADVANCE(2311); + if (lookahead == 's') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2266: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3953); - if (lookahead == 'q') ADVANCE(2312); - if (lookahead == 's') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(3942); + if (lookahead == 'm') ADVANCE(3674); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2267: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(3943); - if (lookahead == 'm') ADVANCE(3675); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2268: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2269: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2270: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2271: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2272: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2273: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3198); + if (lookahead == 'n') ADVANCE(3081); + if (lookahead == 'o') ADVANCE(3942); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2274: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3199); - if (lookahead == 'n') ADVANCE(3082); - if (lookahead == 'o') ADVANCE(3943); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2863); + if (lookahead == 'o') ADVANCE(3484); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2275: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2864); - if (lookahead == 'o') ADVANCE(3485); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2276: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, - 'i', 3744, - 'u', 3959, '\'', 19, - 0x2018, 19, - 0x2019, 19, - 'E', 2361, - 'd', 2361, - 'y', 2361, + ';', 30, + '\\', 23, + 'i', 3743, + 'u', 3958, + 0x2018, 4140, + 0x2019, 4140, + 'E', 2360, + 'd', 2360, + 'y', 2360, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2276: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'i') ADVANCE(3743); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2277: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3744); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3501); + if (lookahead == 'p') ADVANCE(2615); + if (lookahead == 's') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2278: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3502); - if (lookahead == 'p') ADVANCE(2616); - if (lookahead == 's') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3980); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2279: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3981); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2828); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2280: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2829); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3476); + if (lookahead == 'n') ADVANCE(3209); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2281: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3477); - if (lookahead == 'n') ADVANCE(3210); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3404); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2282: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3405); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3540); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 's') ADVANCE(2228); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2283: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3541); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == 's') ADVANCE(2229); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 'q') ADVANCE(2311); + if (lookahead == 's') ADVANCE(2219); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2284: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == 'q') ADVANCE(2312); - if (lookahead == 's') ADVANCE(2220); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2285: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3979); + if (lookahead == 'e' || + lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2286: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3980); - if (lookahead == 'e' || - lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2287: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3593); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2288: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3594); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2289: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2895); + if (lookahead == 'd' || + lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2290: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2896); - if (lookahead == 'd' || - lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3983); + if (lookahead == 'm') ADVANCE(2539); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2291: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3984); - if (lookahead == 'm') ADVANCE(2540); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3362); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2292: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3363); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2293: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2257); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2294: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2258); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2569); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2295: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2570); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2296: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2589); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2297: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2590); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2298: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2316); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2299: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2317); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2300: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2301: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4090); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2302: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4091); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4079); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2303: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4080); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2814); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2304: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2815); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3767); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2305: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3768); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3996); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2306: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3997); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3506); + if (lookahead == 's') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2307: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3507); - if (lookahead == 's') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3531); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2308: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3532); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2309: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2280); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2310: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2281); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3792); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2311: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3793); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2360); + if (lookahead == 's') ADVANCE(3406); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2312: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2361); - if (lookahead == 's') ADVANCE(3407); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2313: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2311); + if (lookahead == 's') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2314: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'q') ADVANCE(2312); - if (lookahead == 's') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2315: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4042); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2316: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4043); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2317: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2527); + if (lookahead == 's') ADVANCE(2228); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2318: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2528); - if (lookahead == 's') ADVANCE(2229); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3234); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2319: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3235); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3212); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2320: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3213); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2321: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2322: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2230); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2323: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2231); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2208); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2324: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2209); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4112); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2325: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4113); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2326: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2327: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3984); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2328: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3985); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2926); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2329: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2979); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2330: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2980); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2992); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2331: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2993); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4046); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2332: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4047); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2333: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2334: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2335: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2259); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2336: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2260); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2697); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2337: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2698); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2338: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2795); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2339: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2796); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2643); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2340: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2644); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3575); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2341: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3576); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3234); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2342: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3235); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2343: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3204); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2344: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3205); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2345: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(4136); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2346: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(4137); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2686); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2347: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2687); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2991); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2348: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2992); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a' || + lookahead == 'h') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2349: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a' || - lookahead == 'h') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b' || + lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2350: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b' || - lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c' || + lookahead == 'w') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2351: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c' || - lookahead == 'w') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e' || + lookahead == 'g') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2352: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'e' || - lookahead == 'g') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'l') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2353: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e' || - lookahead == 'l') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2354: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'f' || - lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2355: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2354: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'e' || - lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2356: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2355: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (lookahead == 'E' || lookahead == 'a' || - lookahead == 'j') ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'j') ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2357: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2356: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (lookahead == '4' || lookahead == '5' || - lookahead == '8') ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == '8') ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2358: - ACCEPT_TOKEN(sym_pandoc_str); + case 2357: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, - 'D', 2361, - 'U', 2361, - 'd', 2361, - 'u', 2361, + ';', 30, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, + 'D', 2360, + 'U', 2360, + 'd', 2360, + 'u', 2360, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2359: - ACCEPT_TOKEN(sym_pandoc_str); + case 2358: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - ';', 31, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, - 'H', 2361, - 'L', 2361, - 'R', 2361, - 'h', 2361, - 'l', 2361, - 'r', 2361, + ';', 30, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, + 'H', 2360, + 'L', 2360, + 'R', 2360, + 'h', 2360, + 'l', 2360, + 'r', 2360, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2360: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2359: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('2' <= lookahead && lookahead <= '6') || - lookahead == '8') ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == '8') ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2361: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == ';') ADVANCE(31); + case 2360: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == ';') ADVANCE(30); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2362: - ACCEPT_TOKEN(sym_pandoc_str); + case 2361: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 2476, + '\'', 19, + 'A', 2475, '\\', 23, - 'a', 2789, - 'c', 3255, - 'f', 3714, - 'i', 3342, - 'o', 3646, - 's', 2762, - 'u', 3440, + 'a', 2788, + 'c', 3254, + 'f', 3713, + 'i', 3341, + 'o', 3645, + 's', 2761, + 'u', 3439, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2362: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 2555, + 'B', 2556, + 'H', 2512, + '\\', 23, + 'a', 2735, + 'b', 2546, + 'c', 2574, + 'd', 2765, + 'e', 2195, + 'f', 3224, + 'h', 2593, + 'i', 3114, + 'l', 2550, + 'm', 3624, + 'n', 3441, + 'o', 2518, + 'p', 2600, + 'r', 2556, + 's', 2498, + 't', 3180, + 'u', 3366, + 'x', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2363: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 2556, - 'B', 2557, - 'H', 2513, - '\\', 23, - 'a', 2736, - 'b', 2547, - 'c', 2575, - 'd', 2766, - 'e', 2196, - 'f', 3225, - 'h', 2594, - 'i', 3115, - 'l', 2551, - 'm', 3625, - 'n', 3442, - 'o', 2519, - 'p', 2601, - 'r', 2557, - 's', 2499, - 't', 3181, - 'u', 3367, - 'x', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 2724, + 'I', 2724, + 'U', 2724, + '\\', 23, + 'a', 2779, + 'c', 3253, + 'f', 3713, + 'o', 3649, + 's', 2764, + 'u', 3448, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2364: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(2415); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2365: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 2725, - 'I', 2725, - 'U', 2725, - '\\', 23, - 'a', 2780, - 'c', 3254, - 'f', 3714, - 'o', 3650, - 's', 2765, - 'u', 3449, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3538, + 'C', 3051, + 'D', 3556, + 'F', 3365, + 'R', 3287, + 'T', 2996, + 'U', 3654, + 'V', 3030, + '\\', 23, + 'a', 3844, + 'r', 3280, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2365: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(2416); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2366: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3539, - 'C', 3052, - 'D', 3557, - 'F', 3366, - 'R', 3288, - 'T', 2997, - 'U', 3655, - 'V', 3031, - '\\', 23, - 'a', 3845, - 'r', 3281, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3732, + 'B', 2603, + 'D', 2543, + '\\', 23, + 'a', 3498, + 'c', 4102, + 'd', 2543, + 'e', 2902, + 'f', 3713, + 'l', 3979, + 'n', 3895, + 'o', 3649, + 'p', 3782, + 'r', 3979, + 's', 2763, + 'z', 3227, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2367: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3733, - 'B', 2604, - 'D', 2544, - '\\', 23, - 'a', 3499, - 'c', 4103, - 'd', 2544, - 'e', 2903, - 'f', 3714, - 'l', 3980, - 'n', 3896, - 'o', 3650, - 'p', 3783, - 'r', 3980, - 's', 2764, - 'z', 3228, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3732, + 'E', 2360, + '\\', 23, + 'a', 3732, + 'd', 3713, + 'e', 2265, + 's', 3220, + 't', 2319, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2368: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3733, - 'E', 2361, + '\'', 19, + 'A', 3732, + 'H', 2512, '\\', 23, - 'a', 3733, - 'd', 3714, + 'a', 3097, + 'b', 3317, + 'c', 2579, + 'd', 2179, 'e', 2266, - 's', 3221, - 't', 2320, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'f', 3225, + 'h', 2587, + 'i', 2557, + 'j', 2724, + 'l', 2731, + 'o', 3369, + 'r', 2693, + 's', 2733, + 't', 2842, + 'u', 2551, + 'w', 2561, + 'z', 2721, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2369: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3733, - 'H', 2513, + '\'', 19, + 'A', 3732, + 'H', 2512, '\\', 23, - 'a', 3098, - 'b', 3318, - 'c', 2580, - 'd', 2180, - 'e', 2267, - 'f', 3226, - 'h', 2588, - 'i', 2558, - 'j', 2725, - 'l', 2732, - 'o', 3370, - 'r', 2694, - 's', 2734, - 't', 2843, + 'a', 2775, + 'b', 3735, + 'c', 3233, + 'd', 2547, + 'f', 3225, + 'g', 3774, + 'h', 2586, + 'l', 2824, + 'm', 2181, + 'o', 3102, + 'p', 2657, + 'r', 2823, + 's', 2764, + 't', 2839, 'u', 2552, - 'w', 2562, - 'z', 2722, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'w', 2561, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2370: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3733, - 'H', 2513, - '\\', 23, - 'a', 2776, - 'b', 3736, - 'c', 3234, - 'd', 2548, - 'f', 3226, - 'g', 3775, - 'h', 2587, - 'l', 2825, - 'm', 2182, - 'o', 3103, - 'p', 2658, - 'r', 2824, - 's', 2765, - 't', 2840, - 'u', 2553, - 'w', 2562, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3732, + '\\', 23, + 'a', 3240, + 'b', 2512, + 'c', 3254, + 'e', 2640, + 'f', 3713, + 'k', 3867, + 'o', 2553, + 's', 2753, + 'y', 2695, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2371: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - 'A', 3733, - '\\', 23, - 'a', 3241, - 'b', 2513, - 'c', 3255, - 'e', 2641, - 'f', 3714, - 'k', 3868, - 'o', 2554, - 's', 2754, - 'y', 2696, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'p') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2372: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'p') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2373: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2374: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3733, - '\\', 23, - 'a', 3726, - 'c', 2333, - 'm', 3187, - 's', 4086, - 't', 3435, - 'x', 3924, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3732, + '\\', 23, + 'a', 3725, + 'c', 2332, + 'm', 3186, + 's', 4085, + 't', 3434, + 'x', 3923, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2374: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3725); + if (lookahead == 'n') ADVANCE(4085); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2375: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3726); - if (lookahead == 'n') ADVANCE(4086); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3725); + if (lookahead == 'n') ADVANCE(2941); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2376: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3726); - if (lookahead == 'n') ADVANCE(2942); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3824); + if (lookahead == 'i') ADVANCE(3117); + if (lookahead == 't') ADVANCE(3807); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2377: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3825); - if (lookahead == 'i') ADVANCE(3118); - if (lookahead == 't') ADVANCE(3808); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 't') ADVANCE(2318); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2378: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3732); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 't') ADVANCE(2319); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3802); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2379: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3733); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3803); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2380: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3848, - 'D', 3616, - 'E', 3707, - 'T', 2982, - '\\', 23, - 'a', 3845, - 'd', 3623, - 'p', 2991, - 's', 3204, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3847, + 'D', 3615, + 'E', 3706, + 'T', 2981, + '\\', 23, + 'a', 3844, + 'd', 3622, + 'p', 2990, + 's', 3203, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2380: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(2787); + if (lookahead == 'D') ADVANCE(3559); + if (lookahead == 'G') ADVANCE(3765); + if (lookahead == 'T') ADVANCE(3281); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2381: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(2788); - if (lookahead == 'D') ADVANCE(3560); - if (lookahead == 'G') ADVANCE(3766); - if (lookahead == 'T') ADVANCE(3282); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(2787); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2382: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(2788); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3363); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2383: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3364); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2384: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3540, - 'C', 3052, - 'D', 3557, - 'F', 3366, - 'T', 2997, - 'U', 3655, - 'V', 3031, - '\\', 23, - 'a', 3845, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3539, + 'C', 3051, + 'D', 3556, + 'F', 3365, + 'T', 2996, + 'U', 3654, + 'V', 3030, + '\\', 23, + 'a', 3844, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2384: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'D') ADVANCE(3615); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2385: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'D') ADVANCE(3616); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'R') ADVANCE(3288); + if (lookahead == 'T') ADVANCE(2966); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2386: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'R') ADVANCE(3289); - if (lookahead == 'T') ADVANCE(2967); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'R') ADVANCE(3288); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2387: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'R') ADVANCE(3289); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'T') ADVANCE(2966); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2388: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'T') ADVANCE(2967); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); + if (lookahead == 'V') ADVANCE(3035); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2389: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == 'V') ADVANCE(3036); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'A') ADVANCE(3844); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2390: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'A') ADVANCE(3845); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2391: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'A', 3849, - 'B', 3713, - 'L', 3029, - 'R', 3287, - 'T', 2982, - '\\', 23, - 'a', 3845, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'A', 3848, + 'B', 3712, + 'L', 3028, + 'R', 3286, + 'T', 2981, + '\\', 23, + 'a', 3844, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2392: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(2512); - if (lookahead == 'P') ADVANCE(2662); + case 2391: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(2511); + if (lookahead == 'P') ADVANCE(2661); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2393: - ACCEPT_TOKEN(sym_pandoc_str); + case 2392: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'B', 2557, - 'E', 2167, - '\\', 23, - 'a', 2785, - 'c', 2577, - 'e', 2348, - 'f', 3714, - 'h', 3552, - 'i', 3096, - 'o', 3649, - 'r', 3281, - 's', 2749, - 'u', 3357, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'B', 2556, + 'E', 2166, + '\\', 23, + 'a', 2784, + 'c', 2576, + 'e', 2347, + 'f', 3713, + 'h', 3551, + 'i', 3095, + 'o', 3648, + 'r', 3280, + 's', 2748, + 'u', 3356, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2393: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(2512); + if (lookahead == 'L') ADVANCE(3235); + if (lookahead == 'S') ADVANCE(3023); + if (lookahead == 'T') ADVANCE(3281); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2394: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(2513); - if (lookahead == 'L') ADVANCE(3236); - if (lookahead == 'S') ADVANCE(3024); - if (lookahead == 'T') ADVANCE(3282); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(2512); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2395: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(2513); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(3845); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2396: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(3846); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(3837); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2397); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2149); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2397: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(3838); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'B') ADVANCE(3842); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2398); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2150); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2398: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'B') ADVANCE(3843); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(2452); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2399: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(2453); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(2539); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2400: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(2540); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(3617); + if (lookahead == 'T') ADVANCE(3267); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2401: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(3618); - if (lookahead == 'T') ADVANCE(3268); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(3293); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2402: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(3294); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(3388); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2403: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(3389); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(4050); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2404: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(4051); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2405: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'C', 3633, - 'D', 3559, - 'L', 3041, - 'R', 3291, - 'U', 3656, - 'V', 3050, - '\\', 23, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'C', 3632, + 'D', 3558, + 'L', 3040, + 'R', 3290, + 'U', 3655, + 'V', 3049, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2405: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'C') ADVANCE(3632); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2406: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'C') ADVANCE(3633); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3562); + if (lookahead == 'M') ADVANCE(3279); + if (lookahead == 'P') ADVANCE(3411); + if (lookahead == 'T') ADVANCE(3267); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2407: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3563); - if (lookahead == 'M') ADVANCE(3280); - if (lookahead == 'P') ADVANCE(3412); - if (lookahead == 'T') ADVANCE(3268); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3562); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2408: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3563); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3562); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2409: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3563); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3562); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2410: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3563); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3562); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2411: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3563); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2412: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 2306, - 'J', 2725, - 'S', 2725, - 'Z', 2725, - '\\', 23, - 'a', 3099, - 'c', 2580, - 'e', 3323, - 'f', 3714, - 'i', 2522, - 'o', 3647, - 's', 2762, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 2305, + 'J', 2724, + 'S', 2724, + 'Z', 2724, + '\\', 23, + 'a', 3098, + 'c', 2579, + 'e', 3322, + 'f', 3713, + 'i', 2521, + 'o', 3646, + 's', 2761, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2413: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(2361); + case 2412: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2414: - ACCEPT_TOKEN(sym_pandoc_str); + case 2413: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 2409, - '\\', 23, - 'a', 2779, - 'c', 2578, - 'd', 3563, - 'e', 2361, - 'f', 2410, - 'g', 2318, - 'l', 2283, - 'm', 2508, - 'n', 3084, - 'o', 3103, - 'p', 2591, - 'q', 2773, - 'r', 2408, - 's', 2742, - 't', 2349, - 'u', 3428, - 'x', 2801, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 2408, + '\\', 23, + 'a', 2778, + 'c', 2577, + 'd', 3562, + 'e', 2360, + 'f', 2409, + 'g', 2317, + 'l', 2282, + 'm', 2507, + 'n', 3083, + 'o', 3102, + 'p', 2590, + 'q', 2772, + 'r', 2407, + 's', 2741, + 't', 2348, + 'u', 3427, + 'x', 2800, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2415: - ACCEPT_TOKEN(sym_pandoc_str); + case 2414: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 2411, - '\\', 23, - 'a', 2728, - 'c', 3617, - 'd', 2544, - 'e', 2626, - 'f', 3714, - 'h', 3552, - 'i', 2817, - 'l', 2781, - 'n', 3673, - 'o', 2881, - 'p', 2361, - 's', 2761, - 'u', 2291, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 2410, + '\\', 23, + 'a', 2727, + 'c', 3616, + 'd', 2543, + 'e', 2625, + 'f', 3713, + 'h', 3551, + 'i', 2816, + 'l', 2780, + 'n', 3672, + 'o', 2880, + 'p', 2360, + 's', 2760, + 'u', 2290, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2416: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(2432); + case 2415: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(2431); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2417: - ACCEPT_TOKEN(sym_pandoc_str); + case 2416: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 4138, - 'H', 2358, - 'U', 4138, - 'V', 2359, - '\\', 23, - 'b', 3567, - 'd', 4138, - 'h', 2358, - 'm', 3280, - 'p', 3412, - 't', 3268, - 'u', 4138, - 'v', 2359, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 4137, + 'H', 2357, + 'U', 4137, + 'V', 2358, + '\\', 23, + 'b', 3566, + 'd', 4137, + 'h', 2357, + 'm', 3279, + 'p', 3411, + 't', 3267, + 'u', 4137, + 'v', 2358, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2418: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(2725); + case 2417: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(2724); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2419: - ACCEPT_TOKEN(sym_pandoc_str); + case 2418: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 2544, - 'H', 2557, - '\\', 23, - 'a', 3642, - 'd', 2544, - 'g', 4130, - 'i', 3486, - 'l', 2378, - 'r', 2379, - 's', 3221, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 2543, + 'H', 2556, + '\\', 23, + 'a', 3641, + 'd', 2543, + 'g', 4129, + 'i', 3485, + 'l', 2377, + 'r', 2378, + 's', 3220, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2420: - ACCEPT_TOKEN(sym_pandoc_str); + case 2419: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'D', 2544, - '\\', 23, - 'b', 2513, - 'c', 4103, - 'd', 2546, - 'e', 2892, - 'f', 3714, - 'o', 3650, - 's', 2765, - 'v', 2861, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'D', 2543, + '\\', 23, + 'b', 2512, + 'c', 4102, + 'd', 2545, + 'e', 2891, + 'f', 3713, + 'o', 3649, + 's', 2764, + 'v', 2860, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2420: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(2543); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'd') ADVANCE(2543); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2421: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(2544); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3615); + if (lookahead == 'L') ADVANCE(3037); + if (lookahead == 'R') ADVANCE(3288); + if (lookahead == 'U') ADVANCE(3659); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2544); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2422: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3616); - if (lookahead == 'L') ADVANCE(3038); - if (lookahead == 'R') ADVANCE(3289); - if (lookahead == 'U') ADVANCE(3660); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3217); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2423: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3218); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(2983); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2424: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(2984); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3623); + if (lookahead == 'E') ADVANCE(3703); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2425: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3624); - if (lookahead == 'E') ADVANCE(3704); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3627); + if (lookahead == 'T') ADVANCE(3002); + if (lookahead == 'V') ADVANCE(3030); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2426: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3628); - if (lookahead == 'T') ADVANCE(3003); - if (lookahead == 'V') ADVANCE(3031); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'D') ADVANCE(3637); + if (lookahead == 'Q') ADVANCE(4061); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2427: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'D') ADVANCE(3638); - if (lookahead == 'Q') ADVANCE(4062); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2428: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'E', 3362, - 'M', 2174, - '\\', 23, - 'a', 2780, - 'b', 3713, - 'c', 3234, - 'f', 3714, - 'g', 3775, - 'l', 3643, - 'm', 2509, - 'n', 2848, - 'o', 3103, - 'p', 3668, - 'r', 3209, - 's', 2759, - 't', 3256, - 'u', 3429, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'E', 3361, + 'M', 2173, + '\\', 23, + 'a', 2779, + 'b', 3712, + 'c', 3233, + 'f', 3713, + 'g', 3774, + 'l', 3642, + 'm', 2508, + 'n', 2847, + 'o', 3102, + 'p', 3667, + 'r', 3208, + 's', 2758, + 't', 3255, + 'u', 3428, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2428: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(2360); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3641); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2429: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3642); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3658); + if (lookahead == 'e') ADVANCE(2314); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2430: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3659); - if (lookahead == 'e') ADVANCE(2315); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2313); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 't') ADVANCE(2316); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2431: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2314); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == 't') ADVANCE(2317); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2432: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(3333); + if (lookahead == 'U') ADVANCE(3690); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2433: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(3334); - if (lookahead == 'U') ADVANCE(3691); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2434: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'E', 2725, - 'J', 3368, - 'O', 2725, - '\\', 23, - 'a', 2780, - 'c', 3234, - 'd', 3563, - 'f', 3714, - 'g', 3775, - 'm', 2179, - 'n', 3950, - 'o', 3102, - 's', 2765, - 't', 3282, - 'u', 3310, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'E', 2724, + 'J', 3367, + 'O', 2724, + '\\', 23, + 'a', 2779, + 'c', 3233, + 'd', 3562, + 'f', 3713, + 'g', 3774, + 'm', 2178, + 'n', 3949, + 'o', 3101, + 's', 2764, + 't', 3281, + 'u', 3309, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2435: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(3336); + case 2434: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(3335); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2436: - ACCEPT_TOKEN(sym_pandoc_str); + case 2435: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'E', 3368, - '\\', 23, - 'a', 2780, - 'c', 3234, - 'd', 2716, - 'f', 3714, - 'g', 3775, - 'm', 2506, - 'o', 3650, - 'p', 2954, - 'r', 2361, - 's', 2757, - 't', 3203, - 'u', 3429, - 'v', 2969, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'E', 3367, + '\\', 23, + 'a', 2779, + 'c', 3233, + 'd', 2715, + 'f', 3713, + 'g', 3774, + 'm', 2505, + 'o', 3649, + 'p', 2953, + 'r', 2360, + 's', 2756, + 't', 3202, + 'u', 3428, + 'v', 2968, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2436: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(3706); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2437: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(3707); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'E') ADVANCE(3703); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2438: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'E') ADVANCE(3704); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( + '\'', 19, + 'E', 3708, + 'F', 4060, + 'G', 3853, + 'L', 2935, + 'S', 3421, + 'T', 3281, + '\\', 23, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2439: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( + '\'', 19, 'E', 3709, - 'F', 4061, - 'G', 3854, - 'L', 2936, - 'S', 3422, - 'T', 3282, + 'F', 4060, + 'G', 3853, + 'L', 2935, + 'S', 3421, + 'T', 3281, '\\', 23, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2440: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - 'E', 3710, - 'F', 4061, - 'G', 3854, - 'L', 2936, - 'S', 3422, - 'T', 3282, - '\\', 23, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'F') ADVANCE(2483); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2441: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'F') ADVANCE(2484); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'F') ADVANCE(4054); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2442: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'F') ADVANCE(4055); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'G') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2443: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'G') ADVANCE(2361); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2444: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'G', 3085, - 'L', 3016, - 'R', 3281, - 'V', 2421, - '\\', 23, - 'a', 2700, - 'b', 3869, - 'c', 2530, - 'd', 2544, - 'e', 2141, - 'f', 3714, - 'g', 2431, - 'h', 2372, - 'i', 2323, - 'j', 2725, - 'l', 2368, - 'm', 3186, - 'o', 2310, - 'p', 2599, - 'r', 2377, - 's', 2735, - 't', 3106, - 'u', 2294, - 'v', 2419, - 'w', 2376, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'G', 3084, + 'L', 3015, + 'R', 3280, + 'V', 2420, + '\\', 23, + 'a', 2699, + 'b', 3868, + 'c', 2529, + 'd', 2543, + 'e', 2140, + 'f', 3713, + 'g', 2430, + 'h', 2371, + 'i', 2322, + 'j', 2724, + 'l', 2367, + 'm', 3185, + 'o', 2309, + 'p', 2598, + 'r', 2376, + 's', 2734, + 't', 3105, + 'u', 2293, + 'v', 2418, + 'w', 2375, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2445: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'G') ADVANCE(3854); + case 2444: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'G') ADVANCE(3853); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2446: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'G') ADVANCE(3863); - if (lookahead == 'L') ADVANCE(3019); + case 2445: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'G') ADVANCE(3862); + if (lookahead == 'L') ADVANCE(3018); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2447: - ACCEPT_TOKEN(sym_pandoc_str); + case 2446: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'H', 2399, - 'O', 2441, + '\'', 19, + 'H', 2398, + 'O', 2440, '\\', 23, - 'a', 2788, - 'c', 2195, - 'f', 3714, - 'h', 3619, - 'i', 3104, - 'm', 2624, - 'o', 3650, - 'q', 3739, - 's', 2765, - 't', 2513, - 'u', 2684, + 'a', 2787, + 'c', 2194, + 'f', 3713, + 'h', 3618, + 'i', 3103, + 'm', 2623, + 'o', 3649, + 'q', 3738, + 's', 2764, + 't', 2512, + 'u', 2683, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2447: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'H', 2468, + 'R', 2364, + 'S', 2451, + '\\', 23, + 'a', 4126, + 'c', 2576, + 'f', 3713, + 'h', 2924, + 'i', 3350, + 'o', 3649, + 'r', 3260, + 's', 2761, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2448: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'H', 2469, - 'R', 2365, - 'S', 2452, - '\\', 23, - 'a', 4127, - 'c', 2577, - 'f', 3714, - 'h', 2925, - 'i', 3351, - 'o', 3650, - 'r', 3261, - 's', 2762, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'H', 2724, + 'J', 2724, + '\\', 23, + 'a', 3664, + 'c', 2946, + 'f', 3713, + 'o', 3649, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2449: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'H', 2725, - 'J', 2725, - '\\', 23, - 'a', 3665, - 'c', 2947, - 'f', 3714, - 'o', 3650, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'H', 2724, + 'O', 2469, + '\\', 23, + 'a', 2786, + 'c', 2575, + 'd', 3562, + 'e', 2877, + 'f', 3713, + 'h', 3186, + 'i', 3760, + 'l', 3565, + 'o', 3405, + 'r', 3567, + 's', 2764, + 'u', 3650, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2450: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'H', 2725, - 'O', 2470, + '\'', 19, + 'H', 2724, '\\', 23, 'a', 2787, - 'c', 2576, - 'd', 3563, - 'e', 2878, - 'f', 3714, - 'h', 3187, - 'i', 3761, - 'l', 3566, - 'o', 3406, - 'r', 3568, - 's', 2765, - 'u', 3651, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'c', 2579, + 'd', 3562, + 'e', 3770, + 'f', 3713, + 'o', 3649, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2451: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - 'H', 2725, - '\\', 23, - 'a', 2788, - 'c', 2580, - 'd', 3563, - 'e', 3771, - 'f', 3714, - 'o', 3650, - 's', 2765, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'H') ADVANCE(2724); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2452: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'H') ADVANCE(2725); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'H') ADVANCE(2724); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2453: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'H') ADVANCE(2725); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'H') ADVANCE(4062); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2454: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'H') ADVANCE(4063); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'I') ADVANCE(2360); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2455: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'I') ADVANCE(2361); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'I') ADVANCE(3461); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2456: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'I') ADVANCE(3462); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'I') ADVANCE(3528); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2457: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'I') ADVANCE(3529); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2458: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'J', 2725, - '\\', 23, - 'a', 2788, - 'c', 2577, - 'e', 3107, - 'f', 3714, - 'o', 2397, - 's', 2765, - 't', 3256, - 'u', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'J', 2724, + '\\', 23, + 'a', 2787, + 'c', 2576, + 'e', 3106, + 'f', 3713, + 'o', 2396, + 's', 2764, + 't', 3255, + 'u', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2458: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'L') ADVANCE(2935); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2459: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'L') ADVANCE(2936); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'L') ADVANCE(3235); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2460: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'L') ADVANCE(3236); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'L') ADVANCE(3033); + if (lookahead == 'R') ADVANCE(3288); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3016); + if (lookahead == 'r') ADVANCE(3280); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2461: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'L') ADVANCE(3034); - if (lookahead == 'R') ADVANCE(3289); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'L') ADVANCE(3033); + if (lookahead == 'R') ADVANCE(3288); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3017); - if (lookahead == 'r') ADVANCE(3281); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2462: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'L') ADVANCE(3034); - if (lookahead == 'R') ADVANCE(3289); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'L') ADVANCE(3037); + if (lookahead == 'R') ADVANCE(3288); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2463: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'L') ADVANCE(3038); - if (lookahead == 'R') ADVANCE(3289); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'M') ADVANCE(3019); + if (lookahead == 'T') ADVANCE(3168); + if (lookahead == 'V') ADVANCE(3007); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2464: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'M') ADVANCE(3020); - if (lookahead == 'T') ADVANCE(3169); - if (lookahead == 'V') ADVANCE(3008); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'M') ADVANCE(3279); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2465: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'M') ADVANCE(3280); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2466: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'N', 3563, - '\\', 23, - 'a', 2772, - 'b', 3757, - 'c', 3582, - 'd', 3703, - 'e', 2837, - 'f', 3714, - 'i', 3087, - 'k', 2642, - 'l', 2523, - 'n', 2902, - 'o', 3648, - 'p', 3784, - 'r', 2899, - 's', 2743, - 'u', 3369, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'N', 3562, + '\\', 23, + 'a', 2771, + 'b', 3756, + 'c', 3581, + 'd', 3702, + 'e', 2836, + 'f', 3713, + 'i', 3086, + 'k', 2641, + 'l', 2522, + 'n', 2901, + 'o', 3647, + 'p', 3783, + 'r', 2898, + 's', 2742, + 'u', 3368, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2467: - ACCEPT_TOKEN(sym_pandoc_str); + case 2466: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'N', 2443, - 'T', 2168, - '\\', 23, - 'a', 2780, - 'c', 2579, - 'd', 3563, - 'f', 3714, - 'g', 3775, - 'l', 3021, - 'm', 2507, - 'o', 3103, - 'p', 3918, - 'q', 4015, - 's', 2751, - 't', 2496, - 'u', 3429, - 'x', 3211, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'N', 2442, + 'T', 2167, + '\\', 23, + 'a', 2779, + 'c', 2578, + 'd', 3562, + 'f', 3713, + 'g', 3774, + 'l', 3020, + 'm', 2506, + 'o', 3102, + 'p', 3917, + 'q', 4014, + 's', 2750, + 't', 2495, + 'u', 3428, + 'x', 3210, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2467: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'O') ADVANCE(2175); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2468: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'O') ADVANCE(2176); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'O') ADVANCE(2474); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2469: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'O') ADVANCE(2475); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'P') ADVANCE(2177); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2470: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'P') ADVANCE(2178); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'P') ADVANCE(2512); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2354); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2471: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'P') ADVANCE(2513); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'P') ADVANCE(2512); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2355); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2472: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'P') ADVANCE(2513); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'P') ADVANCE(3411); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2473: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'P') ADVANCE(3412); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'Q') ADVANCE(4061); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2474: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'Q') ADVANCE(4062); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'R') ADVANCE(2172); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2475: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'R') ADVANCE(2173); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'R') ADVANCE(2417); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2476: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'R') ADVANCE(2418); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'R') ADVANCE(3291); + if (lookahead == 'T') ADVANCE(3002); + if (lookahead == 'V') ADVANCE(3030); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2477: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'R') ADVANCE(3292); - if (lookahead == 'T') ADVANCE(3003); - if (lookahead == 'V') ADVANCE(3031); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2478: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - 'S', 2361, - '\\', 23, - 'a', 2778, - 'c', 3234, - 'd', 2543, - 'e', 3368, - 'f', 2814, - 'g', 3593, - 'h', 2690, - 'i', 3481, - 'l', 2549, - 'm', 2505, - 'o', 3650, - 'p', 2510, - 'r', 2191, - 's', 2756, - 't', 3251, - 'u', 3429, - 'v', 2693, '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'S', 2360, + '\\', 23, + 'a', 2777, + 'c', 3233, + 'd', 2542, + 'e', 3367, + 'f', 2813, + 'g', 3592, + 'h', 2689, + 'i', 3480, + 'l', 2548, + 'm', 2504, + 'o', 3649, + 'p', 2509, + 'r', 2190, + 's', 2755, + 't', 3250, + 'u', 3428, + 'v', 2692, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2478: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'S') ADVANCE(3465); + if (lookahead == 'V') ADVANCE(3005); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2479: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'S') ADVANCE(3466); - if (lookahead == 'V') ADVANCE(3006); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'S') ADVANCE(3465); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2480: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'S') ADVANCE(3466); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'S') ADVANCE(3683); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2481: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'S') ADVANCE(3684); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'S') ADVANCE(4024); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2482: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'S') ADVANCE(4025); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'S') ADVANCE(3710); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2483: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'S') ADVANCE(3711); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'T') ADVANCE(2724); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2484: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'T') ADVANCE(2725); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'T') ADVANCE(3182); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2485: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'T') ADVANCE(3183); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'T') ADVANCE(3163); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2486: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'T') ADVANCE(3164); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'T') ADVANCE(3002); + if (lookahead == 'V') ADVANCE(3030); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2487: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'T') ADVANCE(3003); - if (lookahead == 'V') ADVANCE(3031); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'T') ADVANCE(3864); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2488: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'T') ADVANCE(3865); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'U') ADVANCE(2467); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3713); + if (lookahead == 'o') ADVANCE(3649); + if (lookahead == 's') ADVANCE(2764); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2489: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'U') ADVANCE(2468); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'V') ADVANCE(3049); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3714); - if (lookahead == 'o') ADVANCE(3650); - if (lookahead == 's') ADVANCE(2765); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2490: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'V') ADVANCE(3050); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'V') ADVANCE(3035); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2491: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'V') ADVANCE(3036); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == 'W') ADVANCE(3237); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2492: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == 'W') ADVANCE(3238); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( + '\'', 19, + '\\', 23, + 'a', 2779, + 'b', 3712, + 'c', 2275, + 'e', 3361, + 'f', 2316, + 'g', 3774, + 'l', 2900, + 'm', 2183, + 'n', 2848, + 'o', 3102, + 'p', 2188, + 'r', 3208, + 's', 2759, + 't', 3255, + 'u', 3428, + 'w', 2796, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2493: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( + '\'', 19, '\\', 23, - 'a', 2780, - 'b', 3713, + 'a', 2779, 'c', 2276, - 'e', 3362, - 'f', 2317, - 'g', 3775, - 'l', 2901, - 'm', 2184, - 'n', 2849, - 'o', 3103, - 'p', 2189, - 'r', 3209, - 's', 2760, - 't', 3256, - 'u', 3429, - 'w', 2797, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'e', 2723, + 'f', 4130, + 'g', 3774, + 'i', 2273, + 'j', 3367, + 'm', 2501, + 'n', 2225, + 'o', 2720, + 'p', 3773, + 'q', 4029, + 's', 2752, + 't', 2281, + 'u', 3309, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2494: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2780, - 'c', 2277, - 'e', 2724, - 'f', 4131, - 'g', 3775, - 'i', 2274, - 'j', 3368, - 'm', 2502, - 'n', 2226, - 'o', 2721, - 'p', 3774, - 'q', 4030, - 's', 2753, - 't', 2282, - 'u', 3310, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2767, + 'c', 4102, + 'e', 2802, + 'f', 3713, + 'o', 3649, + 'r', 2899, + 's', 2764, + 'u', 3438, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2495: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - '\\', 23, - 'a', 2768, - 'c', 4103, - 'e', 2803, - 'f', 3714, - 'o', 3650, - 'r', 2900, - 's', 2765, - 'u', 3439, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2496: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2316); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2497: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2317); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2498: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3703, - 'c', 3714, - 'h', 2361, - 'i', 3433, - 'q', 2682, - 't', 3785, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3702, + 'c', 3713, + 'h', 2360, + 'i', 3432, + 'q', 2681, + 't', 3784, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2499: - ACCEPT_TOKEN(sym_pandoc_str); + case 2498: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3703); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == 'q') ADVANCE(2682); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3702); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 'q') ADVANCE(2681); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2500: - ACCEPT_TOKEN(sym_pandoc_str); + case 2499: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2786, - 'c', 2525, - 'd', 3563, - 'e', 2870, - 'f', 3714, - 'h', 2719, - 'i', 3718, - 'l', 4020, - 'o', 3416, - 'r', 2555, - 's', 2763, - 't', 2844, - 'u', 2888, - 'w', 2797, - 'y', 3359, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2785, + 'c', 2524, + 'd', 3562, + 'e', 2869, + 'f', 3713, + 'h', 2718, + 'i', 3717, + 'l', 4019, + 'o', 3415, + 'r', 2554, + 's', 2762, + 't', 2843, + 'u', 2887, + 'w', 2796, + 'y', 3358, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2500: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(4076); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2501: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4077); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2745); + if (lookahead == 'o') ADVANCE(3061); + if (lookahead == 'p') ADVANCE(2888); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2502: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2746); - if (lookahead == 'o') ADVANCE(3062); - if (lookahead == 'p') ADVANCE(2889); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3375); + if (lookahead == 'e') ADVANCE(3688); + if (lookahead == 'i') ADVANCE(2845); + if (lookahead == 't') ADVANCE(2247); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2503: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3376); - if (lookahead == 'e') ADVANCE(3689); - if (lookahead == 'i') ADVANCE(2846); - if (lookahead == 't') ADVANCE(2248); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2353); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2504: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2354); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 'e') ADVANCE(3094); + if (lookahead == 'i') ADVANCE(2807); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2505: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == 'e') ADVANCE(3095); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 'e') ADVANCE(3094); if (lookahead == 'i') ADVANCE(2808); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2506: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == 'e') ADVANCE(3095); - if (lookahead == 'i') ADVANCE(2809); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 'p') ADVANCE(3948); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2507: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == 'p') ADVANCE(3949); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 'p') ADVANCE(3957); + if (lookahead == 's') ADVANCE(3653); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2508: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == 'p') ADVANCE(3958); - if (lookahead == 's') ADVANCE(3654); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2764); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2509: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2765); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3713); + if (lookahead == 'e') ADVANCE(3761); + if (lookahead == 'l') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2510: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3714); - if (lookahead == 'e') ADVANCE(3762); - if (lookahead == 'l') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3713); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2511: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3714); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3713); + if (lookahead == 'r') ADVANCE(2591); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2512: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3714); - if (lookahead == 'r') ADVANCE(2592); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2513: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2514: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2777, - 'b', 3736, - 'c', 3234, - 'd', 2716, - 'f', 3714, - 'g', 3775, - 'm', 2509, - 'n', 2859, - 'o', 3103, - 'p', 2380, - 'r', 3224, - 's', 2765, - 't', 3282, - 'u', 3429, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2776, + 'b', 3735, + 'c', 3233, + 'd', 2715, + 'f', 3713, + 'g', 3774, + 'm', 2508, + 'n', 2858, + 'o', 3102, + 'p', 2379, + 'r', 3223, + 's', 2764, + 't', 3281, + 'u', 3428, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2515: - ACCEPT_TOKEN(sym_pandoc_str); + case 2514: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2516: - ACCEPT_TOKEN(sym_pandoc_str); + case 2515: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2517: - ACCEPT_TOKEN(sym_pandoc_str); + case 2516: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3839, - 'b', 3768, - 'c', 2577, - 'd', 3563, - 'e', 3417, - 'f', 3714, - 'h', 2931, - 'i', 3404, - 'o', 2923, - 'p', 3784, - 'r', 2629, - 's', 2733, - 'w', 3191, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3838, + 'b', 3767, + 'c', 2576, + 'd', 3562, + 'e', 3416, + 'f', 3713, + 'h', 2930, + 'i', 3403, + 'o', 2922, + 'p', 3783, + 'r', 2628, + 's', 2732, + 'w', 3190, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2518: - ACCEPT_TOKEN(sym_pandoc_str); + case 2517: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3489, - 'b', 3768, - 'n', 3093, - 'o', 3690, - 'p', 2511, - 't', 3268, - 'w', 2560, - 'z', 2256, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3488, + 'b', 3767, + 'n', 3092, + 'o', 3689, + 'p', 2510, + 't', 3267, + 'w', 2559, + 'z', 2255, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2518: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3488); + if (lookahead == 'b') ADVANCE(3767); + if (lookahead == 'p') ADVANCE(2510); + if (lookahead == 't') ADVANCE(3267); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2519: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3489); - if (lookahead == 'b') ADVANCE(3768); - if (lookahead == 'p') ADVANCE(2511); - if (lookahead == 't') ADVANCE(3268); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3923); + if (lookahead == 'l') ADVANCE(3216); + if (lookahead == 't') ADVANCE(3495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2520: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3924); - if (lookahead == 'l') ADVANCE(3217); - if (lookahead == 't') ADVANCE(3496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2521: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2830); + if (lookahead == 'f') ADVANCE(3070); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2522: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2831); - if (lookahead == 'f') ADVANCE(3071); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2797); + if (lookahead == 'k') ADVANCE(2120); + if (lookahead == 'o') ADVANCE(2790); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2523: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2798); - if (lookahead == 'k') ADVANCE(2121); - if (lookahead == 'o') ADVANCE(2791); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2230); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2524: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2231); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3665); + if (lookahead == 'e') ADVANCE(2870); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'u') ADVANCE(3673); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2525: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3666); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'u') ADVANCE(3674); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2881); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2526: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2882); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2324); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2527: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2325); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4074); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2528: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4075); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2737); + if (lookahead == 'o') ADVANCE(4090); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2529: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2738); - if (lookahead == 'o') ADVANCE(4091); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2530: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3641, - 'e', 2886, - 'o', 3503, - 'u', 3642, - 'y', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3640, + 'e', 2885, + 'o', 3502, + 'u', 3641, + 'y', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2531: - ACCEPT_TOKEN(sym_pandoc_str); + case 2530: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2333); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2332); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2532: - ACCEPT_TOKEN(sym_pandoc_str); + case 2531: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2737, - 'c', 3254, - 'e', 2296, - 'f', 3714, - 'i', 2725, - 'o', 3650, - 's', 2765, - 'u', 2723, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2736, + 'c', 3253, + 'e', 2295, + 'f', 3713, + 'i', 2724, + 'o', 3649, + 's', 2764, + 'u', 2722, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2533: - ACCEPT_TOKEN(sym_pandoc_str); + case 2532: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3764, - 'c', 4103, - 'f', 3714, - 'h', 3187, - 'i', 2361, - 'l', 4024, - 'o', 3252, - 'r', 2249, - 's', 2750, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3763, + 'c', 4102, + 'f', 3713, + 'h', 3186, + 'i', 2360, + 'l', 4023, + 'o', 3251, + 'r', 2248, + 's', 2749, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2534: - ACCEPT_TOKEN(sym_pandoc_str); + case 2533: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3665); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3664); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2535: - ACCEPT_TOKEN(sym_pandoc_str); + case 2534: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3676, - 'd', 3563, - 'e', 3698, - 'l', 2936, - 's', 3221, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3675, + 'd', 3562, + 'e', 3697, + 'l', 2935, + 's', 3220, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2536: - ACCEPT_TOKEN(sym_pandoc_str); + case 2535: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3642, - 'c', 4103, - 'e', 2865, - 'f', 3714, - 'i', 3520, - 'o', 3650, - 's', 2765, - 'u', 2361, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3641, + 'c', 4102, + 'e', 2864, + 'f', 3713, + 'i', 3519, + 'o', 3649, + 's', 2764, + 'u', 2360, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2536: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3641); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'u') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2537: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3642); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'u') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3641); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2538: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3642); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3641); + if (lookahead == 'u') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2539: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3642); - if (lookahead == 'u') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2540: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3085); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2541: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3086); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2542: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3424, - 'c', 4103, - 'e', 3454, - 'f', 3249, - 'i', 3368, - 'j', 3368, - 'l', 2520, - 'n', 3554, - 'o', 3644, - 'p', 2632, - 'r', 2529, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3423, + 'c', 4102, + 'e', 3453, + 'f', 3248, + 'i', 3367, + 'j', 3367, + 'l', 2519, + 'n', 3553, + 'o', 3643, + 'p', 2631, + 'r', 2528, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2543: - ACCEPT_TOKEN(sym_pandoc_str); + case 2542: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3888, - 'b', 3402, - 'i', 4073, - 'o', 3924, - 's', 3604, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3887, + 'b', 3401, + 'i', 4072, + 'o', 3923, + 's', 3603, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2543: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3887); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2544: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3888); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2545: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3890); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2546: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3891); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'b') ADVANCE(3767); + if (lookahead == 'r') ADVANCE(2581); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2547: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'b') ADVANCE(3768); - if (lookahead == 'r') ADVANCE(2582); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'b') ADVANCE(3401); + if (lookahead == 'h') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2548: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'b') ADVANCE(3402); - if (lookahead == 'h') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'c') ADVANCE(3196); + if (lookahead == 'i') ADVANCE(3501); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2549: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'c') ADVANCE(3197); - if (lookahead == 'i') ADVANCE(3502); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2550: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3733, - 'c', 3613, - 'h', 2613, - 'm', 2361, - 't', 3749, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3732, + 'c', 3612, + 'h', 2612, + 'm', 2360, + 't', 3748, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2550: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'h') ADVANCE(2512); + if (lookahead == 'm') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2551: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'h') ADVANCE(2513); - if (lookahead == 'm') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'h') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2552: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'h') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'm') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2553: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'm') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2554: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3733, - 'm', 3964, - 'o', 3306, - 'p', 3062, - 'r', 2693, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3732, + 'm', 3963, + 'o', 3305, + 'p', 3061, + 'r', 2692, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2554: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'o') ADVANCE(3892); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2555: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'o') ADVANCE(3893); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 't') ADVANCE(2643); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2556: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == 't') ADVANCE(2644); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3732); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2557: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3733); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2558: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3431, - 'e', 2361, - 'g', 2625, - 's', 3231, - 'v', 2275, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3430, + 'e', 2360, + 'g', 2624, + 's', 3230, + 'v', 2274, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2558: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(4113); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2559: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4114); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3877); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2560: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3878); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3877); + if (lookahead == 'c') ADVANCE(3254); + if (lookahead == 'd') ADVANCE(2543); + if (lookahead == 'R' || + lookahead == 'S') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2561: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3878); - if (lookahead == 'c') ADVANCE(3255); - if (lookahead == 'd') ADVANCE(2544); - if (lookahead == 'R' || - lookahead == 'S') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3500); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2562: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3501); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3960); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2563: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3961); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2564: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2565: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3720, - 'c', 4103, - 'e', 3721, - 'f', 3714, - 'h', 3201, - 'i', 2339, - 'l', 2581, - 'm', 2361, - 'o', 3262, - 'r', 2154, - 's', 2750, - 'u', 3500, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3719, + 'c', 4102, + 'e', 3720, + 'f', 3713, + 'h', 3200, + 'i', 2338, + 'l', 2580, + 'm', 2360, + 'o', 3261, + 'r', 2153, + 's', 2749, + 'u', 3499, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2565: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3954); + if (lookahead == 'e') ADVANCE(3901); + if (lookahead == 'o') ADVANCE(2332); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2566: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3955); - if (lookahead == 'e') ADVANCE(3902); - if (lookahead == 'o') ADVANCE(2333); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3145); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2567: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3146); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3319); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2568: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3320); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3344); + if (lookahead == 'l') ADVANCE(3235); + if (lookahead == 's') ADVANCE(4048); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2569: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3345); - if (lookahead == 'l') ADVANCE(3236); - if (lookahead == 's') ADVANCE(4049); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3767); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2570: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3768); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3880); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2571: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3881); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2572: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2573: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3501); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2574: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3502); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'e') ADVANCE(2884); + if (lookahead == 'u') ADVANCE(2682); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2575: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'e') ADVANCE(2885); - if (lookahead == 'u') ADVANCE(2683); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'e') ADVANCE(2870); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'o') ADVANCE(3529); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2576: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'o') ADVANCE(3530); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'e') ADVANCE(2885); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2577: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'e') ADVANCE(2886); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'i') ADVANCE(3743); + if (lookahead == 'o') ADVANCE(3351); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2578: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'i') ADVANCE(3744); - if (lookahead == 'o') ADVANCE(3352); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'i') ADVANCE(3743); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2579: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'i') ADVANCE(3744); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3766); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2580: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3767); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3474); + if (lookahead == 'u') ADVANCE(3871); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2581: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3475); - if (lookahead == 'u') ADVANCE(3872); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2739); + if (lookahead == 'k') ADVANCE(2892); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2582: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2740); - if (lookahead == 'k') ADVANCE(2893); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3662); + if (lookahead == 'u') ADVANCE(3662); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2583: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3663); - if (lookahead == 'u') ADVANCE(3663); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2850); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2584: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2851); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3338); + if (lookahead == 'i') ADVANCE(3383); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2585: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3339); - if (lookahead == 'i') ADVANCE(3384); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3338); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2586: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3339); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3722); + if (lookahead == 'b') ADVANCE(3352); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2587: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3723); - if (lookahead == 'b') ADVANCE(3353); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3722); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2588: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3723); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3357); + if (lookahead == 'e') ADVANCE(3877); + if (lookahead == 'i') ADVANCE(4073); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2589: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3358); - if (lookahead == 'e') ADVANCE(3878); - if (lookahead == 'i') ADVANCE(4074); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3357); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2590: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3358); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3757); + if (lookahead == 'l') ADVANCE(4028); + if (lookahead == 's') ADVANCE(3193); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2591: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3758); - if (lookahead == 'l') ADVANCE(4029); - if (lookahead == 's') ADVANCE(3194); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2740); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2592: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3752); + if (lookahead == 'b') ADVANCE(3352); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2593: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3753); - if (lookahead == 'b') ADVANCE(3353); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3752); + if (lookahead == 'o') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2594: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3753); - if (lookahead == 'o') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3684); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2595: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3685); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2825); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2596: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2826); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3750); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2597: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3751); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3349); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2598: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3350); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3742); + if (lookahead == 'o') ADVANCE(3417); + if (lookahead == 'r') ADVANCE(2223); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2599: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3743); - if (lookahead == 'o') ADVANCE(3418); - if (lookahead == 'r') ADVANCE(2224); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3345); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2600: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3346); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3737); + if (lookahead == 'p') ADVANCE(3636); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2601: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3738); - if (lookahead == 'p') ADVANCE(3637); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3723); + if (lookahead == 'r') ADVANCE(2672); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2602: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3724); - if (lookahead == 'r') ADVANCE(2673); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3328); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2603: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3329); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3736); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2604: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3737); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3336); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2605: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3337); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3323); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2606: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3324); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3329); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2607: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3330); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3324); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2608: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3325); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3790); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2609: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3791); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3342); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2610: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3343); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3330); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2611: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3331); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3711); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2612: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3712); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3740); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2613: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3741); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3716); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2614: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3717); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3794); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2615: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3795); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3739); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2616: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3740); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3978); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2617: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3979); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3805); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2618: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3806); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3778); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2619: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3779); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3769); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2620: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3770); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3775); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2621: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3776); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2622: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2788, - 'b', 3703, - 'c', 2185, - 'd', 3591, - 'e', 2374, - 'f', 3734, - 'h', 2200, - 'i', 3123, - 'l', 2557, - 'm', 2503, - 'o', 3068, - 'p', 2526, - 'q', 2770, - 'r', 2557, - 's', 2744, - 't', 2602, - 'u', 2685, - 'w', 2375, - 'z', 3362, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2787, + 'b', 3702, + 'c', 2184, + 'd', 3590, + 'e', 2373, + 'f', 3733, + 'h', 2199, + 'i', 3122, + 'l', 2556, + 'm', 2502, + 'o', 3067, + 'p', 2525, + 'q', 2769, + 'r', 2556, + 's', 2743, + 't', 2601, + 'u', 2684, + 'w', 2374, + 'z', 3361, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2623: - ACCEPT_TOKEN(sym_pandoc_str); + case 2622: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 2788, - 'c', 2580, - 'd', 3563, - 'e', 3026, - 'f', 3714, - 'h', 2725, - 'i', 3117, - 'o', 3650, - 's', 2765, - 'w', 3301, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 2787, + 'c', 2579, + 'd', 3562, + 'e', 3025, + 'f', 3713, + 'h', 2724, + 'i', 3116, + 'o', 3649, + 's', 2764, + 'w', 3300, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2623: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3373); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2624: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3374); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3442); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2625: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3443); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3899); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2626: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3900); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2627: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3669, - 'c', 2947, - 'f', 3714, - 'g', 3778, - 'h', 2725, - 'j', 2725, - 'o', 3650, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3668, + 'c', 2946, + 'f', 3713, + 'g', 3777, + 'h', 2724, + 'j', 2724, + 'o', 3649, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2627: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(2819); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2628: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2820); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2866); + if (lookahead == 'i') ADVANCE(2673); + if (lookahead == 'p') ADVANCE(2928); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2629: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2867); - if (lookahead == 'i') ADVANCE(2674); - if (lookahead == 'p') ADVANCE(2929); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3826); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2630: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3827); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3975); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2631: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3976); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3793); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2632: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3794); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2633: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3677, - 'd', 3563, - 'e', 3699, - 'g', 3942, - 's', 3221, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3676, + 'd', 3562, + 'e', 3698, + 'g', 3941, + 's', 3220, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2633: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3676); + if (lookahead == 'e') ADVANCE(3701); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2634: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3677); - if (lookahead == 'e') ADVANCE(3702); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3676); + if (lookahead == 's') ADVANCE(3220); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2635: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3677); - if (lookahead == 's') ADVANCE(3221); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(2805); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2636: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(2806); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3827); + if (lookahead == 'l') ADVANCE(4104); + if (lookahead == 'r') ADVANCE(2897); + if (lookahead == 'v') ADVANCE(3046); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2637: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3828); - if (lookahead == 'l') ADVANCE(4105); - if (lookahead == 'r') ADVANCE(2898); - if (lookahead == 'v') ADVANCE(3047); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2638: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3363); + if (lookahead == 'k') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2639: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3364); - if (lookahead == 'k') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3985); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2640: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3986); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3839); + if (lookahead == 'l') ADVANCE(3378); + if (lookahead == 'r') ADVANCE(2789); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2641: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3840); - if (lookahead == 'l') ADVANCE(3379); - if (lookahead == 'r') ADVANCE(2790); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3789); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2642: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3790); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3226); + if (lookahead == 'i') ADVANCE(3563); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2643: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3227); - if (lookahead == 'i') ADVANCE(3564); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3226); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2644: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3227); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4039); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2645: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4040); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3385); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2646: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3386); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3830); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2647: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3831); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4041); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2648: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4042); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3993); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2649: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3994); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3513); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2650: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3514); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3832); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2651: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3833); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3370); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2652: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3371); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3822); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2653: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3823); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3781); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2654: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3782); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3828); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2655: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'a') ADVANCE(3829); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2656: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3830); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3420); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2657: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3421); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2658: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3845, - 'd', 3623, - 'h', 2615, - 'l', 4029, - 's', 3196, - 'u', 3695, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3844, + 'd', 3622, + 'h', 2614, + 'l', 4028, + 's', 3195, + 'u', 3694, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2658: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3844); + if (lookahead == 'd') ADVANCE(3638); + if (lookahead == 'h') ADVANCE(2614); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2659: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3845); - if (lookahead == 'd') ADVANCE(3639); - if (lookahead == 'h') ADVANCE(2615); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3844); + if (lookahead == 'r') ADVANCE(3280); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2660: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3845); - if (lookahead == 'r') ADVANCE(3281); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3844); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2661: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3845); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3855); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2662: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3856); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4001); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2663: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4002); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2664: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3850, - 'h', 2675, - 'l', 3039, - 'r', 3296, - 's', 3706, - 't', 3184, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3849, + 'h', 2674, + 'l', 3038, + 'r', 3295, + 's', 3705, + 't', 3183, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2665: - ACCEPT_TOKEN(sym_pandoc_str); + case 2664: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3850, - 'h', 2675, - 'l', 3059, - 'r', 3290, - 't', 3184, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3849, + 'h', 2674, + 'l', 3058, + 'r', 3289, + 't', 3183, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2665: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(4003); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2666: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4004); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3850); + if (lookahead == 'd') ADVANCE(2560); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2667: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3851); - if (lookahead == 'd') ADVANCE(2561); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3850); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2668: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'a') ADVANCE(3851); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2676); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2669: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3852); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3851); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2670: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3852); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(4005); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2671: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(4006); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3852); + if (lookahead == 'h') ADVANCE(2676); + if (lookahead == 's') ADVANCE(3705); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2672: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3853); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == 's') ADVANCE(3706); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3285); + if (lookahead == 'n') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2673: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3286); - if (lookahead == 'n') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2674: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'a', 3535, - 'd', 3563, - 'e', 2361, - 'm', 3280, - 'p', 3412, - 's', 2683, - 't', 3264, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'a', 3534, + 'd', 3562, + 'e', 2360, + 'm', 3279, + 'p', 3411, + 's', 2682, + 't', 3263, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2674: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'a') ADVANCE(3857); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2675: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3858); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3541); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2676: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3542); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3859); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2677: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3860); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3542); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2678: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3543); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'a') ADVANCE(3544); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2679: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'a') ADVANCE(3545); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2680: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'a') ADVANCE(3546); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2681: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'a') ADVANCE(3547); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2360); + if (lookahead == 'u') ADVANCE(3552); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2682: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2361); - if (lookahead == 'u') ADVANCE(3553); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2683: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2329); + if (lookahead == 'c') ADVANCE(2826); + if (lookahead == 'm') ADVANCE(2360); + if (lookahead == 'p') ADVANCE(2256); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2684: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2330); - if (lookahead == 'c') ADVANCE(2827); - if (lookahead == 'm') ADVANCE(2361); - if (lookahead == 'p') ADVANCE(2257); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2685: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'b', 2155, - 'c', 2739, - 'm', 2361, - 'n', 3086, - 'p', 2232, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'b', 2154, + 'c', 2738, + 'm', 2360, + 'n', 3085, + 'p', 2231, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2685: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'b') ADVANCE(2330); + if (lookahead == 'c') ADVANCE(2794); + if (lookahead == 'p') ADVANCE(2330); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2686: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2331); - if (lookahead == 'c') ADVANCE(2795); - if (lookahead == 'p') ADVANCE(2331); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2230); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2687: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2231); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2237); + if (lookahead == 'p') ADVANCE(2237); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2688: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2238); - if (lookahead == 'p') ADVANCE(2238); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 'g') ADVANCE(2932); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2689: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == 'g') ADVANCE(2933); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 'm') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2690: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == 'm') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2691: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 't') ADVANCE(2279); + if (lookahead == 'y') ADVANCE(2484); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2692: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == 't') ADVANCE(2280); - if (lookahead == 'y') ADVANCE(2485); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2693: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3318); + if (lookahead == 'c') ADVANCE(3611); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2694: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3319); - if (lookahead == 'c') ADVANCE(3612); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2238); + if (lookahead == 'p') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2695: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2239); - if (lookahead == 'p') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(4057); + if (lookahead == 'p') ADVANCE(3178); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2696: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(4058); - if (lookahead == 'p') ADVANCE(3179); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2854); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2697: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2855); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3767); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2698: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3768); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2895); + if (lookahead == 'p') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2699: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2896); - if (lookahead == 'p') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2700: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'b', 3332, - 'c', 4059, - 'n', 3086, - 'p', 2158, - 't', 4048, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'b', 3331, + 'c', 4058, + 'n', 3085, + 'p', 2157, + 't', 4047, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2700: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'b') ADVANCE(3872); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2701: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3873); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2496); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2702: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2497); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3041); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2703: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3042); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3475); + if (lookahead == 'p') ADVANCE(3475); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2704: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3476); - if (lookahead == 'p') ADVANCE(3476); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3916); + if (lookahead == 'c') ADVANCE(2827); + if (lookahead == 'p') ADVANCE(2993); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2705: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3917); - if (lookahead == 'c') ADVANCE(2828); - if (lookahead == 'p') ADVANCE(2994); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3916); + if (lookahead == 'p') ADVANCE(2993); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2706: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3917); - if (lookahead == 'p') ADVANCE(2994); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3387); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2707: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3388); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3390); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2708: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3391); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3833); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2709: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3834); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3393); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2710: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'b') ADVANCE(3394); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2711: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3395); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3408); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2712: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3409); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(2620); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2713: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(2621); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3399); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2714: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'b') ADVANCE(3400); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2715: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'b') ADVANCE(3401); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2716: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3402); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b') ADVANCE(3919); + if (lookahead == 'p') ADVANCE(3919); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2717: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b') ADVANCE(3920); - if (lookahead == 'p') ADVANCE(3920); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'e') ADVANCE(4076); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2718: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'e') ADVANCE(4077); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'e') ADVANCE(2799); + if (lookahead == 'i') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2719: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'e') ADVANCE(2800); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2720: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 4103, - 'f', 3714, - 'i', 3413, - 'o', 3645, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 4102, + 'f', 3713, + 'i', 3412, + 'o', 3644, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2720: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'g') ADVANCE(3593); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2721: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'g') ADVANCE(3594); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'i') ADVANCE(3116); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2722: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'i') ADVANCE(3117); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'm') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2723: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'm') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 'x') ADVANCE(2728); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2724: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == 'x') ADVANCE(2729); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4102); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2725: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4103); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2360); + if (lookahead == 'i') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2726: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2361); - if (lookahead == 'i') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2727: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2316); + if (lookahead == 'l') ADVANCE(2893); + if (lookahead == 'p') ADVANCE(2327); + if (lookahead == 'r') ADVANCE(3314); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2728: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2317); - if (lookahead == 'l') ADVANCE(2894); - if (lookahead == 'p') ADVANCE(2328); - if (lookahead == 'r') ADVANCE(3315); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2729: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + ADVANCE_MAP( + '\'', 19, + '\\', 23, + 'c', 2536, + 'd', 3979, + 'f', 3713, + 'h', 2372, + 'i', 2360, + 'l', 2372, + 'm', 2539, + 'n', 3222, + 'o', 2840, + 'r', 2372, + 's', 2757, + 'u', 3671, + 'v', 2966, + 'w', 2929, + 0x2018, 4140, + 0x2019, 4140, + ); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2730: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( + '\'', 19, '\\', 23, - 'c', 2537, - 'd', 3980, - 'f', 3714, - 'h', 2373, - 'i', 2361, - 'l', 2373, - 'm', 2540, - 'n', 3223, + 'c', 2536, 'o', 2841, - 'r', 2373, - 's', 2758, + 's', 3707, + 't', 3863, 'u', 3672, - 'v', 2967, - 'w', 2930, - '\'', 19, - 0x2018, 19, - 0x2019, 19, + 'v', 2966, + 'w', 2929, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2731: - ACCEPT_TOKEN(sym_pandoc_str); - ADVANCE_MAP( - '\\', 23, - 'c', 2537, - 'o', 2842, - 's', 3708, - 't', 3864, - 'u', 3673, - 'v', 2967, - 'w', 2930, - '\'', 19, - 0x2018, 19, - 0x2019, 19, - ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(3611); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2732: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3612); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4133); + if (lookahead == 'h') ADVANCE(2724); + if (lookahead == 't') ADVANCE(3784); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2733: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4134); - if (lookahead == 'h') ADVANCE(2725); - if (lookahead == 't') ADVANCE(3785); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4133); + if (lookahead == 'o') ADVANCE(3321); + if (lookahead == 't') ADVANCE(3784); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2734: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4134); - if (lookahead == 'o') ADVANCE(3322); - if (lookahead == 't') ADVANCE(3785); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2735: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 2225, - 'h', 3630, - 'i', 3444, - 'm', 3186, - 'p', 2513, - 'q', 3901, - 'u', 2686, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 2224, + 'h', 3629, + 'i', 3443, + 'm', 3185, + 'p', 2512, + 'q', 3900, + 'u', 2685, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2736: - ACCEPT_TOKEN(sym_pandoc_str); + case 2735: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 2895, - 'd', 3233, - 'e', 3445, - 'n', 3094, - 'q', 4018, - 'r', 3727, - 't', 2643, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 2894, + 'd', 3232, + 'e', 3444, + 'n', 3093, + 'q', 4017, + 'r', 3726, + 't', 2642, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2736: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(4025); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2737: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4026); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2122); + if (lookahead == 's') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2738: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2123); - if (lookahead == 's') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2202); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2739: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2203); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4128); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2740: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4129); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2889); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2741: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2890); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2742: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'e') ADVANCE(3435); + if (lookahead == 'i') ADVANCE(3436); + if (lookahead == 'o') ADVANCE(3325); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2743: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'e') ADVANCE(3436); - if (lookahead == 'i') ADVANCE(3437); - if (lookahead == 'o') ADVANCE(3326); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'e') ADVANCE(3969); + if (lookahead == 'm') ADVANCE(3275); + if (lookahead == 't') ADVANCE(2613); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2744: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'e') ADVANCE(3970); - if (lookahead == 'm') ADVANCE(3276); - if (lookahead == 't') ADVANCE(2614); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'e') ADVANCE(3746); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2745: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'e') ADVANCE(3747); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'g') ADVANCE(2890); + if (lookahead == 't') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2746: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'g') ADVANCE(2891); - if (lookahead == 't') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'g') ADVANCE(3245); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2747: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'g') ADVANCE(3246); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 't') ADVANCE(3784); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2748: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == 't') ADVANCE(3785); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2749: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'i') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2750: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2751: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'i') ADVANCE(3431); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2752: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'i') ADVANCE(3432); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'i') ADVANCE(3473); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2753: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'i') ADVANCE(3474); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'l') ADVANCE(2543); + if (lookahead == 't') ADVANCE(3784); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2754: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'l') ADVANCE(2544); - if (lookahead == 't') ADVANCE(3785); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'l') ADVANCE(3085); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2755: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'l') ADVANCE(3086); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'l') ADVANCE(2570); + if (lookahead == 'o') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2756: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'l') ADVANCE(2571); - if (lookahead == 'o') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'l') ADVANCE(2570); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2757: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'l') ADVANCE(2571); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'q') ADVANCE(2810); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2758: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'q') ADVANCE(2811); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 's') ADVANCE(3228); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2759: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 's') ADVANCE(3229); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 'y') ADVANCE(3451); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2760: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == 'y') ADVANCE(3452); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 't') ADVANCE(3681); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2761: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 't') ADVANCE(3682); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 't') ADVANCE(3784); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2762: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 't') ADVANCE(3785); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'u') ADVANCE(2694); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2763: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'u') ADVANCE(2695); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 'u') ADVANCE(2703); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2764: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == 'u') ADVANCE(2704); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2765: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2495); + if (lookahead == 'l') ADVANCE(2876); + if (lookahead == 'q') ADVANCE(4037); + if (lookahead == 's') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2766: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2496); - if (lookahead == 'l') ADVANCE(2877); - if (lookahead == 'q') ADVANCE(4038); - if (lookahead == 's') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2495); + if (lookahead == 'q') ADVANCE(4037); + if (lookahead == 'r') ADVANCE(2875); + if (lookahead == 's') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2767: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2496); - if (lookahead == 'q') ADVANCE(4038); - if (lookahead == 'r') ADVANCE(2876); - if (lookahead == 's') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3313); + if (lookahead == 'r') ADVANCE(4071); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2768: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3314); - if (lookahead == 'r') ADVANCE(4072); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2769: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 3481, - 'i', 3551, - 'm', 3227, - 'p', 2361, - 't', 2983, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 3480, + 'i', 3550, + 'm', 3226, + 'p', 2360, + 't', 2982, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2769: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(2582); + if (lookahead == 's') ADVANCE(4018); + if (lookahead == 'u') ADVANCE(2201); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2770: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2583); - if (lookahead == 's') ADVANCE(4019); - if (lookahead == 'u') ADVANCE(2202); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2771: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3304); + if (lookahead == 'r') ADVANCE(4075); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2772: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3305); - if (lookahead == 'r') ADVANCE(4076); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3252); + if (lookahead == 's') ADVANCE(3219); + if (lookahead == 'u') ADVANCE(2588); + if (lookahead == 'v') ADVANCE(3688); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2773: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3253); - if (lookahead == 's') ADVANCE(3220); - if (lookahead == 'u') ADVANCE(2589); - if (lookahead == 'v') ADVANCE(3689); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2774: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 3255, - 'e', 2850, - 'f', 3714, - 'o', 3650, - 'p', 2361, - 'r', 2253, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 3254, + 'e', 2849, + 'f', 3713, + 'o', 3649, + 'p', 2360, + 'r', 2252, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2775: - ACCEPT_TOKEN(sym_pandoc_str); + case 2774: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 3255, - 'e', 2879, - 'f', 3714, - 'o', 3650, - 's', 2765, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 3254, + 'e', 2878, + 'f', 3713, + 'o', 3649, + 's', 2764, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2775: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(4026); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2776: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4027); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4026); + if (lookahead == 'r') ADVANCE(3749); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2777: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4027); - if (lookahead == 'r') ADVANCE(3750); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4026); + if (lookahead == 's') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2778: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4027); - if (lookahead == 's') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4026); + if (lookahead == 's') ADVANCE(3975); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2779: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4027); - if (lookahead == 's') ADVANCE(3976); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4026); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2780: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4027); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3641); + if (lookahead == 'd') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2781: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3642); - if (lookahead == 'd') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2782: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 4059, - 'e', 3445, - 'g', 3832, - 'm', 2697, - 'n', 3092, - 'p', 2361, - 'q', 4018, - 'r', 3725, - 't', 2204, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 4058, + 'e', 3444, + 'g', 3831, + 'm', 2696, + 'n', 3091, + 'p', 2360, + 'q', 4017, + 'r', 3724, + 't', 2203, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2783: - ACCEPT_TOKEN(sym_pandoc_str); + case 2782: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 4059, - 'm', 2697, - 'n', 3086, - 'p', 3411, - 'r', 3714, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 4058, + 'm', 2696, + 'n', 3085, + 'p', 3410, + 'r', 3713, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2783: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(4058); + if (lookahead == 'm') ADVANCE(3454); + if (lookahead == 'p') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2784: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4059); - if (lookahead == 'm') ADVANCE(3455); - if (lookahead == 'p') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4058); + if (lookahead == 'n') ADVANCE(3085); + if (lookahead == 'r') ADVANCE(3759); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2785: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4059); - if (lookahead == 'n') ADVANCE(3086); - if (lookahead == 'r') ADVANCE(3760); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4058); + if (lookahead == 'p') ADVANCE(2196); + if (lookahead == 'r') ADVANCE(2925); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2786: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4059); - if (lookahead == 'p') ADVANCE(2197); - if (lookahead == 'r') ADVANCE(2926); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4058); + if (lookahead == 'p') ADVANCE(2278); + if (lookahead == 'y') ADVANCE(3371); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2787: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4059); - if (lookahead == 'p') ADVANCE(2279); - if (lookahead == 'y') ADVANCE(3372); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4058); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2788: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4059); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2952); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2789: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2953); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2790: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2791: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3311); + if (lookahead == 's') ADVANCE(2903); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2792: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3312); - if (lookahead == 's') ADVANCE(2904); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3311); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2793: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3312); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3303); + if (lookahead == 'n') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2794: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3304); - if (lookahead == 'n') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2795: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3179); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2796: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3180); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3572); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2797: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3573); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3306); + if (lookahead == 'n') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2798: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3307); - if (lookahead == 'n') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2539); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2799: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2540); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3307); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2800: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3308); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3321); + if (lookahead == 'i') ADVANCE(3877); + if (lookahead == 'p') ADVANCE(3021); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2801: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3322); - if (lookahead == 'i') ADVANCE(3878); - if (lookahead == 'p') ADVANCE(3022); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3316); + if (lookahead == 'n') ADVANCE(3886); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2802: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3317); - if (lookahead == 'n') ADVANCE(3887); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2644); + if (lookahead == 'r') ADVANCE(3504); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2803: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2645); - if (lookahead == 'r') ADVANCE(3505); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3308); + if (lookahead == 'k') ADVANCE(4072); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2804: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3309); - if (lookahead == 'k') ADVANCE(4073); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2805: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2806: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3160); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2807: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3161); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3766); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 'n') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2808: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3767); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == 'n') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3766); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2809: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3767); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3886); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2810: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3887); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4021); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2811: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4022); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3920); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2812: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3921); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2563); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2813: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2564); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3197); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2814: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3198); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3197); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2815: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3198); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3029); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2816: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3030); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3755); + if (lookahead == 'd') ADVANCE(2192); + if (lookahead == 'n') ADVANCE(4036); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2817: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3756); - if (lookahead == 'd') ADVANCE(2193); - if (lookahead == 'n') ADVANCE(4037); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(4007); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2818: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(4008); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3994); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2819: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3995); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3026); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2820: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3027); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3978); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2821: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3979); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2822: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 3254, - 'f', 3714, - 'm', 2563, - 'o', 3650, - 's', 2745, - 'u', 3311, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 3253, + 'f', 3713, + 'm', 2562, + 'o', 3649, + 's', 2744, + 'u', 3310, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 2823: - ACCEPT_TOKEN(sym_pandoc_str); + case 2822: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 3254, - 'f', 3714, - 'o', 3650, - 's', 2745, - 'u', 3311, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 3253, + 'f', 3713, + 'o', 3649, + 's', 2744, + 'u', 3310, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2823: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(3613); + if (lookahead == 'i') ADVANCE(3489); + if (lookahead == 't') ADVANCE(3748); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2824: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3614); - if (lookahead == 'i') ADVANCE(3490); - if (lookahead == 't') ADVANCE(3749); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3613); + if (lookahead == 't') ADVANCE(3748); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2825: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3614); - if (lookahead == 't') ADVANCE(3749); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3315); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2826: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3316); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2995); + if (lookahead == 'h') ADVANCE(2485); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2827: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2996); - if (lookahead == 'h') ADVANCE(2486); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2995); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2828: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2996); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2602); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2829: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2603); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3386); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2830: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3387); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3810); + if (lookahead == 'm') ADVANCE(3598); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2831: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3811); - if (lookahead == 'm') ADVANCE(3599); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2606); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2832: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2607); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3993); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2833: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3994); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3582); + if (lookahead == 'e') ADVANCE(3639); + if (lookahead == 'p') ADVANCE(3783); + if (lookahead == 's') ADVANCE(3238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2834: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3583); - if (lookahead == 'e') ADVANCE(3640); - if (lookahead == 'p') ADVANCE(3784); - if (lookahead == 's') ADVANCE(3239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3370); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2835: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3371); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(2609); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2836: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2610); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2837: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'c', 2648, - 'm', 3675, - 'p', 3882, - 'r', 3528, - 't', 4090, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'c', 2647, + 'm', 3674, + 'p', 3881, + 'r', 3527, + 't', 4089, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2837: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'c') ADVANCE(2654); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2838: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(2655); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'c') ADVANCE(3053); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2839: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'c') ADVANCE(3054); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'i') ADVANCE(3404); + if (lookahead == 'r') ADVANCE(3192); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2840: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'i') ADVANCE(3405); - if (lookahead == 'r') ADVANCE(3193); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'p') ADVANCE(3059); + if (lookahead == 't') ADVANCE(3263); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2841: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'p') ADVANCE(3060); - if (lookahead == 't') ADVANCE(3264); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'p') ADVANCE(3411); + if (lookahead == 't') ADVANCE(3267); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2842: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'p') ADVANCE(3412); - if (lookahead == 't') ADVANCE(3268); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 'r') ADVANCE(3192); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2843: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == 'r') ADVANCE(3193); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3562); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2844: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3563); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 'f') ADVANCE(2568); + if (lookahead == 'p') ADVANCE(2334); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2845: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == 'f') ADVANCE(2569); - if (lookahead == 'p') ADVANCE(2335); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2846: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 'u') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2847: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == 'u') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2848: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2197); + if (lookahead == 'g') ADVANCE(2236); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2849: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2198); - if (lookahead == 'g') ADVANCE(2237); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2688); + if (lookahead == 'i') ADVANCE(2984); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2850: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2689); - if (lookahead == 'i') ADVANCE(2985); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3407); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2851: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3408); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2478); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2852: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2479); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2455); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2853: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2456); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2445); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2854: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2446); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2855: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2724); + if (lookahead == 'r') ADVANCE(2222); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2856: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2725); - if (lookahead == 'r') ADVANCE(2223); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2269); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2857: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2270); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2180); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2858: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2181); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2968); + if (lookahead == 'i') ADVANCE(3596); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2859: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2969); - if (lookahead == 'i') ADVANCE(3597); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2860: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2543); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2861: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2544); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2561); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2862: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2562); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2331); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2863: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2332); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2249); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2864: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2250); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3229); + if (lookahead == 'l') ADVANCE(3419); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2865: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3230); - if (lookahead == 'l') ADVANCE(3420); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3229); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2866: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3230); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2867: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(4033); + if (lookahead == 'p') ADVANCE(3635); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2868: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(4034); - if (lookahead == 'p') ADVANCE(3636); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(4033); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2869: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(4034); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3187); + if (lookahead == 'm') ADVANCE(3674); + if (lookahead == 'n') ADVANCE(2335); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2870: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3188); - if (lookahead == 'm') ADVANCE(3675); - if (lookahead == 'n') ADVANCE(2336); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3187); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2871: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3188); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3912); + if (lookahead == 'u') ADVANCE(3156); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2872: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3913); - if (lookahead == 'u') ADVANCE(3157); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2904); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2873: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2905); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3875); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2874: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3876); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3968); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2875: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3969); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3156); + if (lookahead == 'u') ADVANCE(3912); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2876: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3157); - if (lookahead == 'u') ADVANCE(3913); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3156); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2877: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3157); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3262); + if (lookahead == 'n') ADVANCE(3997); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2878: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3263); - if (lookahead == 'n') ADVANCE(3998); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3108); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2879: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3109); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3554); + if (lookahead == 'u') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2880: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3555); - if (lookahead == 'u') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2973); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2881: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2974); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2969); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2882: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2970); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2986); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2883: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2987); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3577); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2884: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3578); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3226); + if (lookahead == 'i') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2885: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3227); - if (lookahead == 'i') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(3226); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2886: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(3227); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd') ADVANCE(2988); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2887: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd') ADVANCE(2989); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2888: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'd', 2609, - 'e', 3657, - 'l', 2630, - 'p', 2213, - 'r', 2637, - 'v', 2967, - 'w', 2889, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'd', 2608, + 'e', 3656, + 'l', 2629, + 'p', 2212, + 'r', 2636, + 'v', 2966, + 'w', 2888, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2888: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'e') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2889: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 'k') ADVANCE(2926); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2890: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 'k') ADVANCE(2927); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(3235); + if (lookahead == 'p') ADVANCE(2615); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2891: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(3236); - if (lookahead == 'p') ADVANCE(2616); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 'r') ADVANCE(2691); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2892: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 'r') ADVANCE(2692); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 's') ADVANCE(3327); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2893: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 's') ADVANCE(3328); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 't') ADVANCE(2254); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2894: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 't') ADVANCE(2255); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 'u') ADVANCE(3970); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2895: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == 'u') ADVANCE(3971); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2896: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2410); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2897: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2411); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2295); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2898: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2296); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4076); + if (lookahead == 'v') ADVANCE(2701); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2899: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4077); - if (lookahead == 'v') ADVANCE(2702); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4076); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2900: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4077); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3068); + if (lookahead == 'p') ADVANCE(3149); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2901: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3069); - if (lookahead == 'p') ADVANCE(3150); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2315); + if (lookahead == 'o') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2902: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2316); - if (lookahead == 'o') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2211); + if (lookahead == 'l') ADVANCE(3378); + if (lookahead == 'r') ADVANCE(2690); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2903: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2212); - if (lookahead == 'l') ADVANCE(3379); - if (lookahead == 'r') ADVANCE(2691); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2403); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2904: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2404); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2161); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2905: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2162); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2142); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2906: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2143); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2123); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2907: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2124); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2406); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2908: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2407); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2404); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2909: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2405); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2168); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2910: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2169); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2666); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2911: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2667); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3456); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2912: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3457); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2913: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2142); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2432); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2914: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2433); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2463); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2915: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2464); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2234); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2916: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2235); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2400); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2917: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2401); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2490); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2918: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2491); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2144); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2919: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2145); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2232); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2920: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2233); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2473); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2921: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2474); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2922: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2495); + if (lookahead == 'p') ADVANCE(2205); + if (lookahead == 's') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2923: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2496); - if (lookahead == 'p') ADVANCE(2206); - if (lookahead == 's') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2924: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3799); + if (lookahead == 'i') ADVANCE(2793); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2925: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3800); - if (lookahead == 'i') ADVANCE(2794); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3923); + if (lookahead == 'o') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2926: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3924); - if (lookahead == 'o') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2927: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2395); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2928: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2396); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4118); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2929: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4119); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2878); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2930: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2879); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3815); + if (lookahead == 'i') ADVANCE(2801); + if (lookahead == 'k') ADVANCE(2537); + if (lookahead == 'o') ADVANCE(3715); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2931: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3816); - if (lookahead == 'i') ADVANCE(2802); - if (lookahead == 'k') ADVANCE(2538); - if (lookahead == 'o') ADVANCE(3716); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3069); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2932: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3070); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2312); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2933: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2434); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2934: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2435); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2481); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2935: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2482); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3892); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2936: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3893); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2381); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2937: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2382); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3695); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2938: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3696); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2423); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2939: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2424); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2879); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2940: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2880); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2512); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2941: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2513); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2942: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3073); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2943: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3074); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2944: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2405); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2945: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2406); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2885); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2946: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2886); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2885); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2947: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2886); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4114); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2948: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4115); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3699); + if (lookahead == 'v') ADVANCE(2966); + if (lookahead == 'w') ADVANCE(2929); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2949: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3700); - if (lookahead == 'v') ADVANCE(2967); - if (lookahead == 'w') ADVANCE(2930); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3064); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2950: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3065); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2323); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2951: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2324); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3701); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2952: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3702); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2953: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3470); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2954: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3471); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3700); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2955: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3701); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3942); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2956: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3943); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2957: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3877); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2958: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3878); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3960); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2959: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3961); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2960: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2851); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2961: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2852); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2662); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2962: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2663); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2853); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2963: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2964: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2965: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2966: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2857); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2967: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2873); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2968: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2874); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3721); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2969: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3722); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3872); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2970: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3873); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 2971: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'e', 3640, - 'k', 2534, - 'n', 3608, - 'p', 3155, - 'r', 2273, - 's', 3202, - 't', 3173, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'e', 3639, + 'k', 2533, + 'n', 3607, + 'p', 3154, + 'r', 2272, + 's', 3201, + 't', 3172, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 2971: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'e') ADVANCE(3639); + if (lookahead == 'p') ADVANCE(3155); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2972: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3640); - if (lookahead == 'p') ADVANCE(3156); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3883); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2973: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3884); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3357); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2974: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3358); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2832); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2975: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3521); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2976: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3522); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3914); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2977: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3915); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3966); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2978: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3967); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3885); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2979: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3886); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3944); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2980: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3945); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2544); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2981: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2545); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2905); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2982: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2906); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3493); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2983: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3494); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3384); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2984: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3385); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3761); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2985: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3762); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2583); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2986: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2584); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3875); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2987: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3876); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2567); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2988: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2568); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3876); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2989: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3877); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3931); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 'u') ADVANCE(4125); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2990: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3932); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == 'u') ADVANCE(4126); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3727); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2991: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3728); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3834); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2992: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3835); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3967); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2993: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3968); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3798); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2994: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3799); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3974); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2995: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3975); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2967); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2996: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2968); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2912); + if (lookahead == 'r') ADVANCE(3298); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2997: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2913); - if (lookahead == 'r') ADVANCE(3299); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3714); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2998: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3715); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3808); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 2999: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3809); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3758); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3000: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3759); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3836); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3001: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3837); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3856); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3002: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3857); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2917); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3003: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2918); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3771); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3004: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3772); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3043); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3005: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3044); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3768); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3006: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3769); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3731); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3007: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3732); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3776); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3008: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3777); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3734); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3009: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3735); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3074); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3010: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3075); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4078); + if (lookahead == 'i') ADVANCE(3121); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3011: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4079); - if (lookahead == 'i') ADVANCE(3122); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3391); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3012: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3392); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2489); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3013: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2490); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2861); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3014: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2862); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2641); + if (lookahead == 'w') ADVANCE(2641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3015: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2642); - if (lookahead == 'w') ADVANCE(2642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3071); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 't') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3016: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3072); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == 't') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3071); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3017: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3072); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2963); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3018: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2964); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3903); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3019: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3904); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2865); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3020: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2866); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3457); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3021: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3458); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2817); + if (lookahead == 'o') ADVANCE(3537); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3022: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2818); - if (lookahead == 'o') ADVANCE(3538); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2630); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3023: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2631); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3692); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3024: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3693); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3796); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3025: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3797); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3989); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3026: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3990); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3989); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3027: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3990); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2712); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3028: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2713); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3075); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3029: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3076); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2882); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3030: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2883); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2818); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3031: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2819); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3893); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3032: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3894); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3679); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3033: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3680); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3076); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3034: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3077); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3795); + if (lookahead == 'n') ADVANCE(2431); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3035: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3796); - if (lookahead == 'n') ADVANCE(2432); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2820); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3036: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2821); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3547); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3037: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3548); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3077); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3038: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'e') ADVANCE(3078); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3039: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3079); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3530); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3040: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3531); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3079); + if (lookahead == 'o') ADVANCE(3507); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3041: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3080); - if (lookahead == 'o') ADVANCE(3508); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3814); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3042: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3815); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3072); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3043: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3073); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(4008); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3044: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(4009); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3861); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3045: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3862); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3515); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3046: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3516); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2667); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3047: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2668); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3425); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3048: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3426); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3124); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3049: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3125); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3858); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3050: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3859); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3995); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3051: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3996); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3274); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3052: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3275); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3841); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3053: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3842); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2886); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3054: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2887); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2665); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3055: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2666); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3490); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3056: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3491); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2670); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3057: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2671); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(2838); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3058: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(2839); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e') ADVANCE(3082); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3059: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e') ADVANCE(3083); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 'l') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3060: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == 'l') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 'r') ADVANCE(3587); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3061: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == 'r') ADVANCE(3588); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3062: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3713); + if (lookahead == 'i') ADVANCE(2360); + if (lookahead == 'o') ADVANCE(3649); + if (lookahead == 's') ADVANCE(2764); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3063: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3714); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == 'o') ADVANCE(3650); - if (lookahead == 's') ADVANCE(2765); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 3064: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'f', 3714, - 'i', 3481, - 'o', 3650, - 'p', 3784, - 's', 2765, - 'u', 2566, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'f', 3713, + 'i', 3480, + 'o', 3649, + 'p', 3783, + 's', 2764, + 'u', 2565, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 3064: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'f') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3065: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3070); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3066: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3071); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3924); + if (lookahead == 's') ADVANCE(3869); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3067: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3925); - if (lookahead == 's') ADVANCE(3870); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3947); + if (lookahead == 'l') ADVANCE(2209); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3068: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3948); - if (lookahead == 'l') ADVANCE(2210); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3888); + if (lookahead == 'p') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3069: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3889); - if (lookahead == 'p') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(4012); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3070: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(4013); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3044); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3071: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3045); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3952); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3072: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3953); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3966); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3073: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3967); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3631); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3074: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3632); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3955); + if (lookahead == 's') ADVANCE(3874); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3075: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3956); - if (lookahead == 's') ADVANCE(3875); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3933); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3076: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3934); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3935); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3077: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3936); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3951); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3078: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3952); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3991); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3079: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3992); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3939); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3080: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3940); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3591); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3081: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3592); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(3230); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3082: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(3231); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f') ADVANCE(4011); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3083: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f') ADVANCE(4012); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 's') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3084: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == 's') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 't') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3085: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == 't') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3086: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2730); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3087: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2731); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2228); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3088: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2229); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2228); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3089: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2229); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2460); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3090: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2461); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3091: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2229); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3092: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2230); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3424); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3093: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3425); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2289); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3094: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2290); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3095: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3162); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3096: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3163); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(4117); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3097: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(4118); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3109); + if (lookahead == 'l') ADVANCE(2958); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 's') ADVANCE(3150); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3098: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3110); - if (lookahead == 'l') ADVANCE(2959); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == 's') ADVANCE(3151); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3109); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 's') ADVANCE(3152); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3099: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3110); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == 's') ADVANCE(3153); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3109); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3100: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3110); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3553); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3101: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3554); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3593); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3102: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3594); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3593); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3103: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3594); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3433); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3104: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3434); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3151); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3105: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3152); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3321); + if (lookahead == 'i') ADVANCE(3355); + if (lookahead == 'l') ADVANCE(3085); + if (lookahead == 'r') ADVANCE(3294); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3106: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3322); - if (lookahead == 'i') ADVANCE(3356); - if (lookahead == 'l') ADVANCE(3086); - if (lookahead == 'r') ADVANCE(3295); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2639); + if (lookahead == 's') ADVANCE(3977); + if (lookahead == 'w') ADVANCE(2459); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3107: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2640); - if (lookahead == 's') ADVANCE(3978); - if (lookahead == 'w') ADVANCE(2460); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3108: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3109: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2921); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3110: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2922); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2926); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3111: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2927); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3840); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 't') ADVANCE(3621); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3112: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3841); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == 't') ADVANCE(3622); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3840); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3113: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3841); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3739); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3114: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3740); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3165); + if (lookahead == 'n') ADVANCE(3085); + if (lookahead == 's') ADVANCE(3264); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3115: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3166); - if (lookahead == 'n') ADVANCE(3086); - if (lookahead == 's') ADVANCE(3265); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2883); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3116: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2884); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3747); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3117: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3748); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3161); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3118: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3162); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3941); + if (lookahead == 'l') ADVANCE(2935); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3119: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3942); - if (lookahead == 'l') ADVANCE(2936); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3941); + if (lookahead == 'q') ADVANCE(3120); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3120: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3942); - if (lookahead == 'q') ADVANCE(3121); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3941); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3121: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3942); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3166); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3122: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3167); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3459); + if (lookahead == 'm') ADVANCE(2226); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3123: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3460); - if (lookahead == 'm') ADVANCE(2227); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3791); + if (lookahead == 'r') ADVANCE(3908); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3124: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3792); - if (lookahead == 'r') ADVANCE(3909); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3791); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3125: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3792); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3167); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3126: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3168); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3169); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3127: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3170); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3128: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3171); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3129: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3172); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3370); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3130: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3371); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3173); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3131: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3174); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3003); + if (lookahead == 'r') ADVANCE(2812); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3132: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3004); - if (lookahead == 'r') ADVANCE(2813); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3174); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3133: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3175); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3134: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3176); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3392); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3135: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3393); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3164); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3136: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3165); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3394); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3137: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3395); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3138: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3396); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3139: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3397); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3409); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3140: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3410); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3397); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3141: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'g') ADVANCE(3398); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3142: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3399); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2461); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3143: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2462); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(2660); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3144: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(2661); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'g') ADVANCE(3184); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3145: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'g') ADVANCE(3185); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3146: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3147: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3148: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3149: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3150: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3151: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3152: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(4072); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3153: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(4073); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2724); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3154: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2725); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3186); + if (lookahead == 'i') ADVANCE(2360); + if (lookahead == 'r') ADVANCE(3620); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3155: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3187); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == 'r') ADVANCE(3621); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3186); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3156: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3187); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3157: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3158: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3302); + if (lookahead == 'r') ADVANCE(2302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3159: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3303); - if (lookahead == 'r') ADVANCE(2303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3160: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3161: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(4012); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3162: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(4013); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3928); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3163: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3929); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2520); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3164: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2521); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3966); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3165: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3967); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3930); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3166: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3931); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3955); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3167: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3956); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3943); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3168: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3944); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3189); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3169: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3190); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3934); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3170: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3935); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3936); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3171: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3937); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3951); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3172: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3952); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2955); + if (lookahead == 'r') ADVANCE(3297); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3173: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2956); - if (lookahead == 'r') ADVANCE(3298); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3938); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3174: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3939); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3940); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3175: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3941); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3937); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3176: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3938); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3031); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3177: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3032); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3223); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3178: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3224); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2963); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3179: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2964); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3080); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3180: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3081); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3762); + if (lookahead == 'i') ADVANCE(3460); + if (lookahead == 'r') ADVANCE(3194); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3181: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3763); - if (lookahead == 'i') ADVANCE(3461); - if (lookahead == 'r') ADVANCE(3195); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(2985); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3182: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(2986); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3247); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3183: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3248); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(3843); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3184: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(3844); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'h') ADVANCE(4011); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3185: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'h') ADVANCE(4012); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3186: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3187: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3188: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2267); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3189: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2268); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2793); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3190: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2794); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4100); + if (lookahead == 'o') ADVANCE(3181); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3191: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4101); - if (lookahead == 'o') ADVANCE(3182); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4116); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3192: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4117); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2261); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3193: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2262); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2287); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3194: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2288); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2285); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3195: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2286); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2270); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3196: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2271); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3713); + if (lookahead == 'r') ADVANCE(3567); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3197: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3714); - if (lookahead == 'r') ADVANCE(3568); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3198: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 'n') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3199: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == 'n') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3200: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2344); + if (lookahead == 'm') ADVANCE(3458); + if (lookahead == 'o') ADVANCE(3501); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3201: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2345); - if (lookahead == 'm') ADVANCE(3459); - if (lookahead == 'o') ADVANCE(3502); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3103); + if (lookahead == 'u') ADVANCE(2716); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3202: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3104); - if (lookahead == 'u') ADVANCE(2717); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3353); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3203: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3354); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2288); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3204: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2289); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3205: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4072); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3206: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4073); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2843); + if (lookahead == 'o') ADVANCE(4055); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3207: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2844); - if (lookahead == 'o') ADVANCE(4056); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2843); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3208: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2844); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3468); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3209: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3469); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2345); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3210: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2346); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3915); + if (lookahead == 'p') ADVANCE(3595); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3211: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3916); - if (lookahead == 'p') ADVANCE(3596); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3915); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3212: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3916); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3213: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3350); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3214: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3351); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3215: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3085); + if (lookahead == 'l') ADVANCE(3216); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3216: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3086); - if (lookahead == 'l') ADVANCE(3217); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3085); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3217: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3086); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3065); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3218: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3066); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3219: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 'l') ADVANCE(2637); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3220: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == 'l') ADVANCE(2638); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3221: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3222: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3223: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3489); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3224: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3490); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3891); + if (lookahead == 'l') ADVANCE(3601); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3225: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3892); - if (lookahead == 'l') ADVANCE(3602); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3891); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3226: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3892); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3227: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3096); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3228: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3097); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3107); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3229: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3108); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4032); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3230: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4033); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3231: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3351); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3232: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3352); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3233: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3743); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3234: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3744); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3235: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3501); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3236: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3502); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2651); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3237: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2652); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2874); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3238: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2875); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3445); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3239: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3446); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3143); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3240: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3144); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3787); + if (lookahead == 'l') ADVANCE(3061); + if (lookahead == 'm') ADVANCE(3242); + if (lookahead == 'r') ADVANCE(2855); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3241: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3788); - if (lookahead == 'l') ADVANCE(3062); - if (lookahead == 'm') ADVANCE(3243); - if (lookahead == 'r') ADVANCE(2856); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3492); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3242: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3493); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3337); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3243: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3338); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2956); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3244: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2957); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4027); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3245: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4028); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3532); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3246: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3533); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3525); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3247: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3526); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3471); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3248: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3472); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3367); + if (lookahead == 'l') ADVANCE(3215); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3249: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3368); - if (lookahead == 'l') ADVANCE(3216); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3104); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3250: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3105); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3354); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3251: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3355); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3503); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3252: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3504); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'o') ADVANCE(3351); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3253: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'o') ADVANCE(3352); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3254: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3780); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3255: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3781); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3355); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3256: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3356); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2708); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3257: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2709); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2599); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3258: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2600); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3906); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3259: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3907); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(4077); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3260: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(4078); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3686); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3261: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3687); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3511); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'u') ADVANCE(3482); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3262: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3512); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'u') ADVANCE(3483); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3372); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3263: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3373); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3450); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3264: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3451); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3505); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3265: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3506); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3910); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3266: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3911); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3905); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3267: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3906); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3460); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3268: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3461); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3446); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3269: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3447); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3986); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3270: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3987); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3383); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3271: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3384); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3509); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3272: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3510); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3000); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3273: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3001); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2607); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3274: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2608); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3402); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3275: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3403); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3370); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3276: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3371); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3609); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3277: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3610); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3588); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3278: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3589); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3526); + if (lookahead == 'n') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3279: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3527); - if (lookahead == 'n') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3526); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3280: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3527); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3117); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3281: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3118); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3404); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3282: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3405); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2831); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3283: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2832); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2835); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3284: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2836); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2709); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3285: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2710); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3125); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3286: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(3126); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3287: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(3127); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3288: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(3128); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3289: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3129); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3130); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3290: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3131); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3132); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3291: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(3133); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3292: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3134); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3135); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3293: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3136); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3854); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3294: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3855); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2675); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3295: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2676); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(3144); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3296: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(3145); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'i') ADVANCE(2677); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3297: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(2678); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3298: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(2679); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3299: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'i') ADVANCE(2680); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3300: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'i') ADVANCE(2681); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'j') ADVANCE(2360); + if (lookahead == 'n') ADVANCE(3301); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3301: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'j') ADVANCE(2361); - if (lookahead == 'n') ADVANCE(3302); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'j') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3302: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'j') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3303: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3304: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2833); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3305: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2834); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(3407); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3306: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(3408); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(3380); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3307: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(3381); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2294); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3308: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2295); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2271); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3309: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2272); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2724); + if (lookahead == 'm') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3310: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2725); - if (lookahead == 'm') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2724); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3311: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2725); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(4094); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3312: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(4095); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2336); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3313: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2337); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(3902); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3314: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(3903); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2921); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3315: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2922); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2926); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3316: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2927); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2634); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3317: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2635); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2641); + if (lookahead == 'l') ADVANCE(2572); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3318: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2642); - if (lookahead == 'l') ADVANCE(2573); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(2641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3319: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(2642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'k') ADVANCE(3271); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3320: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'k') ADVANCE(3272); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3321: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3322: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2333); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3323: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2334); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2459); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3324: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2460); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2431); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3325: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2432); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2207); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3326: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2208); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2277); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3327: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2278); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4127); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3328: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4128); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2393); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3329: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2394); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2380); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3330: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2381); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2171); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3331: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2172); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3332: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4106); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3333: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4107); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3020); + if (lookahead == 'q') ADVANCE(4045); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3334: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3021); - if (lookahead == 'q') ADVANCE(4046); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3020); + if (lookahead == 'q') ADVANCE(4044); + if (lookahead == 'x') ADVANCE(3211); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3335: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3021); - if (lookahead == 'q') ADVANCE(4045); - if (lookahead == 'x') ADVANCE(3212); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3020); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3336: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3021); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2444); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3337: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2445); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3338: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2176); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3339: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2177); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2437); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3340: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2438); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2401); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3341: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2402); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2702); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3342: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2703); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2394); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3343: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2395); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2482); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3344: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2483); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3345: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2412); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3346: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2413); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3347: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2543); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3348: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2544); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2241); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3349: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2242); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2422); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3350: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2423); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2872); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3351: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2873); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3352: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3353: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2859); + if (lookahead == 'm') ADVANCE(2956); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3354: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2860); - if (lookahead == 'm') ADVANCE(2957); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2859); + if (lookahead == 'm') ADVANCE(2978); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3355: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2860); - if (lookahead == 'm') ADVANCE(2979); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2859); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3356: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2860); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2938); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3357: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2939); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3358: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2811); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3359: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2812); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3222); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3360: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3223); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4105); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3361: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4106); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3188); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3362: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3189); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2959); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3363: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2960); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3364: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4115); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3365: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4116); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3601); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3366: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3602); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4052); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3367: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4053); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3216); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3368: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3217); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3348); + if (lookahead == 'm') ADVANCE(3652); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3369: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3349); - if (lookahead == 'm') ADVANCE(3653); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 3370: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '\\', 23, - 'l', 3345, - 'p', 3062, - 't', 2241, - 'u', 2708, - 'w', 3473, '\'', 19, - 0x2018, 19, - 0x2019, 19, + '\\', 23, + 'l', 3344, + 'p', 3061, + 't', 2240, + 'u', 2707, + 'w', 3472, + 0x2018, 4140, + 0x2019, 4140, ); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 3370: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); + if (lookahead == '\\') ADVANCE(23); + if (lookahead == 'l') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3371: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2947); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3372: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2948); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3331); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3373: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3332); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3340); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3374: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3341); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2960); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3375: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2961); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3422); + if (lookahead == 's') ADVANCE(3157); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3376: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3423); - if (lookahead == 's') ADVANCE(3158); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3619); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3377: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3620); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3243); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3378: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3244); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3214); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3379: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3215); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3339); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3380: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3340); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3570); + if (lookahead == 's') ADVANCE(3710); + if (lookahead == 't') ADVANCE(3865); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3381: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3571); - if (lookahead == 's') ADVANCE(3711); - if (lookahead == 't') ADVANCE(3866); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2935); + if (lookahead == 'q') ADVANCE(3382); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3382: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2936); - if (lookahead == 'q') ADVANCE(3383); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2935); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3383: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2936); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3256); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3384: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3257); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2558); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3385: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2559); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3343); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3386: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3344); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2907); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3387: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'l') ADVANCE(2908); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3388: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2909); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3604); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3389: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3605); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2896); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3390: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2897); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3027); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3391: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3028); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2949); + if (lookahead == 'r') ADVANCE(3249); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3392: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2950); - if (lookahead == 'r') ADVANCE(3250); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2915); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3393: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'l') ADVANCE(2916); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3394: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2917); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2927); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3395: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2928); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3047); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3396: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3048); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2939); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3397: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2940); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2918); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3398: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'l') ADVANCE(2919); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3399: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'l') ADVANCE(2920); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3400: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2921); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2936); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3401: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2937); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2572); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3402: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2573); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3223); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3403: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3224); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2866); + if (lookahead == 'm') ADVANCE(2950); + if (lookahead == 'n') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3404: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2867); - if (lookahead == 'm') ADVANCE(2951); - if (lookahead == 'n') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3405: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3594); + if (lookahead == 'n') ADVANCE(3111); + if (lookahead == 'p') ADVANCE(3060); + if (lookahead == 'u') ADVANCE(3533); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3406: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3595); - if (lookahead == 'n') ADVANCE(3112); - if (lookahead == 'p') ADVANCE(3061); - if (lookahead == 'u') ADVANCE(3534); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2514); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3407: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2515); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2931); + if (lookahead == 'r') ADVANCE(3280); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3408: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2932); - if (lookahead == 'r') ADVANCE(3281); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3012); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3409: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3013); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3011); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3410: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3012); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2627); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3411: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2628); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3412: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3374); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3413: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3375); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2573); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3414: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2574); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3264); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3415: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3265); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3599); + if (lookahead == 'm') ADVANCE(3455); + if (lookahead == 'n') ADVANCE(3087); + if (lookahead == 'p') ADVANCE(2260); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3416: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3600); - if (lookahead == 'm') ADVANCE(3456); - if (lookahead == 'n') ADVANCE(3088); - if (lookahead == 'p') ADVANCE(2261); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3812); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3417: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3813); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3199); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3418: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3200); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3359); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3419: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3360); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3420: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3362); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3421: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3363); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(2649); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3422: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(2650); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3918); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3423: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3919); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3414); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3424: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3415); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3016); + if (lookahead == 'm') ADVANCE(2594); + if (lookahead == 'r') ADVANCE(3280); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3425: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3017); - if (lookahead == 'm') ADVANCE(2595); - if (lookahead == 'r') ADVANCE(3281); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l') ADVANCE(3042); + if (lookahead == 'r') ADVANCE(3292); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3426: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l') ADVANCE(3043); - if (lookahead == 'r') ADVANCE(3293); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3427: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2284); + if (lookahead == 'r') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3428: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2285); - if (lookahead == 'r') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3429: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3430: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2306); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3431: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2307); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2352); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3432: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2353); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2351); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3433: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2352); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3434: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3278); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3435: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3279); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3186); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3436: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3187); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3437: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3438: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3670); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3439: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3671); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3651); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3440: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3652); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3185); + if (lookahead == 'p') ADVANCE(2646); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3441: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3186); - if (lookahead == 'p') ADVANCE(2647); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3185); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3442: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3186); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3433); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3443: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3434); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2244); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3444: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2245); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3674); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3445: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3675); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3446: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2539); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3447: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2540); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2959); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3448: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2960); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3449: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3450: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3451: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3666); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3452: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3667); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3661); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3453: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3662); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2651); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3454: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2652); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2523); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3455: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2524); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2530); + if (lookahead == 'p') ADVANCE(2264); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3456: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2531); - if (lookahead == 'p') ADVANCE(2265); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2923); + if (lookahead == 'x') ADVANCE(2956); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3457: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2924); - if (lookahead == 'x') ADVANCE(2957); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3458: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2520); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3459: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2521); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2503); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3460: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2504); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2956); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3461: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2957); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3682); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3462: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3683); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2943); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3463: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2944); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3454); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3464: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3455); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(3279); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3465: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(3280); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'm') ADVANCE(2645); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3466: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'm') ADVANCE(2646); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3467: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3468: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2267); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3469: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2268); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2390); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3470: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2391); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2403); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3471: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2404); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3472: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2658); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3473: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2659); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2227); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3474: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2228); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2803); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3475: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2804); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4123); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3476: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4124); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2155); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3477: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2156); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2486); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3478: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2487); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2490); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3479: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2491); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2174); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3480: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2175); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3481: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2453); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3482: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2454); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2230); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3483: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2231); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2389); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3484: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2390); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4099); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3485: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4100); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3081); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3486: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3082); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2879); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3487: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2880); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3488: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3085); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3489: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3086); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3085); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3490: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3086); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3981); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3491: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3982); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3089); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'w') ADVANCE(2990); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3492: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3090); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'w') ADVANCE(2991); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2341); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3493: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2342); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3494: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2244); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3495: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2245); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3496: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2852); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3497: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2853); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2239); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3498: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2240); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3113); + if (lookahead == 'r') ADVANCE(2970); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3499: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3114); - if (lookahead == 'r') ADVANCE(2971); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2809); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3500: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2810); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3129); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3501: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3130); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3502: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3088); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3503: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3089); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2837); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3504: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2838); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3597); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3505: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3598); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3115); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3506: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3116); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2862); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3507: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2863); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3142); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3508: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3143); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2921); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3509: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2922); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3090); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3510: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3091); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2832); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3511: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2833); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3999); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3512: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4000); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3932); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3513: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3933); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3946); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3514: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3947); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3971); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3515: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3972); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3973); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3516: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3974); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2951); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3517: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2954); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3518: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2955); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3391); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3519: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3392); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4030); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3520: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4031); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2193); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3521: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2194); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3108); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3522: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3109); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3112); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3523: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3113); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3036); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3524: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3037); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3221); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3525: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3222); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3989); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3526: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3990); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4028); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3527: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4029); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3602); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3528: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3603); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3990); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3529: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3991); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3199); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3530: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3200); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3988); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3531: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3989); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4008); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3532: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4009); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2619); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3533: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2620); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4000); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3534: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4001); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3134); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3535: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3135); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3998); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3536: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3999); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3277); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3537: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3278); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3039); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3538: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3040); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3136); + if (lookahead == 'r') ADVANCE(3816); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3539: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3137); - if (lookahead == 'r') ADVANCE(3817); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3136); + if (lookahead == 'r') ADVANCE(3820); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3540: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3137); - if (lookahead == 'r') ADVANCE(3821); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4002); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3541: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4003); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3137); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3542: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'n') ADVANCE(3138); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3543: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3139); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4004); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3544: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4005); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(3139); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3545: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'n') ADVANCE(3140); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3546: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'n') ADVANCE(3141); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3547: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(3142); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(4009); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3548: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(4010); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2669); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3549: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2670); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'n') ADVANCE(2660); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3550: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'n') ADVANCE(2661); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3551: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3552: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2316); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3553: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2317); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3554: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4090); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3555: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4091); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2491); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3556: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2492); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4069); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3557: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4070); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2233); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3558: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2234); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3922); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3559: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3923); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3921); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3560: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3922); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3561: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3923); + if (lookahead == 's') ADVANCE(4022); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3562: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3924); - if (lookahead == 's') ADVANCE(4023); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3563: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2296); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3564: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2297); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4101); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3565: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4102); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2791); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3566: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2792); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4099); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3567: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4100); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3892); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3568: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3893); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2332); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3569: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2333); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4079); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3570: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4080); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4119); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3571: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4120); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3572: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3529); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3573: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3530); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4080); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3574: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'o') ADVANCE(4081); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3575: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4082); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3576: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3577: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3976); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3578: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3977); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4082); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3579: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4083); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4095); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3580: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4096); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3581: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3489); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3582: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3490); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3489); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3583: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3490); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4096); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3584: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4097); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4088); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3585: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4089); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4083); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3586: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4084); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3321); + if (lookahead == 'u') ADVANCE(2682); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3587: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3322); - if (lookahead == 'u') ADVANCE(2683); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2868); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3588: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2869); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3589: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4086); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3590: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4087); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3927); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3591: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3928); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3767); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3592: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3768); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3467); + if (lookahead == 'r') ADVANCE(2527); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3593: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3468); - if (lookahead == 'r') ADVANCE(2528); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3594: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3487); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3595: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3488); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3523); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3596: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3524); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3479); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3597: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3480); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4065); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3598: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4066); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3466); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3599: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3467); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3494); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3600: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3495); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4067); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3601: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4068); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3560); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3602: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3561); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4013); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3603: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4014); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3604: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(2792); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3605: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(2793); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3962); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3606: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3963); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3964); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3607: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3965); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4006); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3608: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4007); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3518); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3609: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3519); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3520); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3610: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3521); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3486); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3611: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3487); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3779); + if (lookahead == 'r') ADVANCE(3571); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3612: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3780); - if (lookahead == 'r') ADVANCE(3572); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3804); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3613: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3805); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3806); + if (lookahead == 'r') ADVANCE(3571); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3614: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3807); - if (lookahead == 'r') ADVANCE(3572); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3730); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3615: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3731); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4091); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3616: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4092); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3442); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3617: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3443); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3442); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3618: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3443); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3785); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3619: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3786); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3669); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3620: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3670); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3680); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3621: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3681); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4049); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3622: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4050); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4097); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3623: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4098); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4092); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3624: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4093); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4055); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3625: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4056); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3970); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3626: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3971); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3522); + if (lookahead == 'u') ADVANCE(3660); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3627: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3523); - if (lookahead == 'u') ADVANCE(3661); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4093); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3628: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4094); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3535); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3629: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3536); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3800); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3630: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3801); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3608); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3631: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3609); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3781); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3632: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3782); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3514); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3633: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3515); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3588); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3634: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3589); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3610); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3635: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3611); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3846); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3636: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3847); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(3417); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3637: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(3418); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4070); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3638: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4071); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o') ADVANCE(4098); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3639: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o') ADVANCE(4099); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3917); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3640: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3918); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2360); + if (lookahead == 'r') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3641: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2361); - if (lookahead == 'r') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3642: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3149); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3643: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3150); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'r') ADVANCE(2638); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3644: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'r') ADVANCE(2639); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'r') ADVANCE(2382); + if (lookahead == 'u') ADVANCE(3797); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3645: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'r') ADVANCE(2383); - if (lookahead == 'u') ADVANCE(3798); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'r') ADVANCE(3191); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3646: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'r') ADVANCE(3192); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2151); + if (lookahead == 'u') ADVANCE(2706); + if (lookahead == 'w') ADVANCE(3469); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3647: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2152); - if (lookahead == 'u') ADVANCE(2707); - if (lookahead == 'w') ADVANCE(3470); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 't') ADVANCE(2340); + if (lookahead == 'w') ADVANCE(3982); + if (lookahead == 'x') ADVANCE(2416); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3648: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 't') ADVANCE(2341); - if (lookahead == 'w') ADVANCE(3983); - if (lookahead == 'x') ADVANCE(2417); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 'u') ADVANCE(3496); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3649: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == 'u') ADVANCE(3497); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3650: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2150); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3651: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2151); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2424); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3652: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2425); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2156); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3653: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2157); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2121); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3654: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2122); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2425); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3655: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2426); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2384); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3656: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2385); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3713); + if (lookahead == 's') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3657: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3714); - if (lookahead == 's') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3658: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2310); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3659: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2311); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2389); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3660: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2390); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2399); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3661: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2400); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3662: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3663: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3146); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3664: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3147); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3657); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3665: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3658); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3866); + if (lookahead == 'r') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3666: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3867); - if (lookahead == 'r') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3667: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3332); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3668: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3333); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3677); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3669: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3678); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3670: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2937); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3671: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2938); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3411); + if (lookahead == 't') ADVANCE(3748); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3672: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3412); - if (lookahead == 't') ADVANCE(3749); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3411); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3673: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3412); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3889); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3674: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3890); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3961); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3675: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3962); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3687); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3676: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3688); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3687); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3677: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3688); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2515); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3678: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2516); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3630); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3679: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3631); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3413); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3680: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3414); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3953); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3681: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3954); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3580); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3682: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3581); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3377); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3683: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3378); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2635); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3684: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2636); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3907); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3685: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3908); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3812); + if (lookahead == 's') ADVANCE(4040); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3686: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3813); - if (lookahead == 's') ADVANCE(4041); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3389); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3687: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3390); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3792); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3688: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3793); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2617); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3689: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2618); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2667); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3690: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2668); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2436); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3691: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2437); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3634); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3692: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3635); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2650); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3693: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2651); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(3633); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3694: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(3634); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'p') ADVANCE(2669); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3695: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'p') ADVANCE(2670); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3696: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2228); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3697: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2229); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(3381); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3698: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(3382); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(3119); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3699: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(3120); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(3685); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3700: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(3686); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2312); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3701: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(3695); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3702: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(3696); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4016); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3703: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4017); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4035); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3704: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4036); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4068); + if (lookahead == 'u') ADVANCE(2704); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3705: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4069); - if (lookahead == 'u') ADVANCE(2705); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4056); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3706: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4057); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4045); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3707: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4046); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(2810); + if (lookahead == 't') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3708: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(2811); - if (lookahead == 't') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4059); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3709: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4060); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4063); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3710: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4064); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'q') ADVANCE(4066); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3711: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'q') ADVANCE(4067); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2847); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3712: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2848); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2899); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3713: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2900); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3714: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2410); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3715: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2411); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2295); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3716: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2296); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3061); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3717: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3062); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2214); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3718: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2215); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2308); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3719: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2309); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2185); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3720: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2186); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2768); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3721: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2769); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2391); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3722: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2392); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4131); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3723: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4132); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2261); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3724: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2262); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2210); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3725: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2211); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3158); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3726: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3159); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2186); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3727: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2187); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2462); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3728: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2463); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2350); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3729: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2351); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4135); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3730: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4136); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2148); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3731: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2149); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2160); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3732: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2161); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3733: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2301); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3734: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2302); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2444); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3735: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2445); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2717); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3736: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2718); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2344); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3737: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2345); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2268); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3738: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2269); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3923); + if (lookahead == 'u') ADVANCE(2652); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3739: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3924); - if (lookahead == 'u') ADVANCE(2653); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3740: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2230); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3741: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2231); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2871); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3742: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2872); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2204); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3743: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2205); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2213); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3744: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2214); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2200); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3745: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2201); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2456); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3746: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2457); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2724); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3747: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2725); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2556); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3748: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2557); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3186); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3749: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3187); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2303); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3750: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2304); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2286); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3751: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2287); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2292); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3752: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2293); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2846); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3753: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2847); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2843); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3754: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2844); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3755: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2297); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3756: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2298); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3312); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3757: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3313); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2326); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3758: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2327); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2402); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3759: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2403); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2337); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3760: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2338); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2829); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3761: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2830); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3762: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2966); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3763: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2967); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3981); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3764: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3982); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2300); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3765: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2301); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2500); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3766: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2501); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3593); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3767: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3594); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3302); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3768: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3303); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4109); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3769: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4110); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4111); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3770: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4112); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3555); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3771: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3556); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3772: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2959); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3773: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2960); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3550); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3774: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3551); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2527); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3775: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2528); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4087); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3776: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4088); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4110); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3777: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4111); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3017); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3778: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3018); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3159); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3779: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3160); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3780: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2726); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3781: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2727); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3782: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3571); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3783: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3572); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3263); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3784: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3264); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3576); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3785: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3577); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3929); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3786: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3930); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3564); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3787: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3565); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3886); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3788: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3887); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2798); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3789: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2799); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3569); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3790: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3570); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3722); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3791: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3723); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2563); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3792: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2564); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3566); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3793: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3567); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3999); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3794: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4000); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3678); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3795: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3679); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3992); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3796: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3993); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3908); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3797: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3909); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3272); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3798: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3273); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3916); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3799: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3917); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2942); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3800: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2943); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3945); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3801: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3946); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2566); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3802: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2567); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3234); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3803: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3235); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3573); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3804: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3574); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3508); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3805: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3509); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3894); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3806: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3895); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3497); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3807: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3498); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3212); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3808: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3213); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3536); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3809: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3537); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3810: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3269); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3811: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3270); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3364); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3812: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3365); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2964); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3813: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2965); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3574); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3814: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3575); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3925); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3815: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3926); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2906); + if (lookahead == 't') ADVANCE(2526); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3816: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2907); - if (lookahead == 't') ADVANCE(2527); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3578); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3817: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3579); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3818: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3580); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3583); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3819: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3584); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3820: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3585); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3821: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3586); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3057); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3822: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3058); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2909); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3823: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2910); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3589); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3824: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3590); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3728); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3825: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3729); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3013); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3826: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3014); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3718); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3827: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3719); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3751); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3828: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3752); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3032); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3829: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3033); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2934); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3830: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2935); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2656); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3831: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2657); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2571); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3832: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2572); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2616); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3833: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2617); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3244); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3834: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3245); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3909); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3835: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3910); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2810); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3836: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2811); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3989); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3837: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3990); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2980); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3838: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2981); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3110); + if (lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3839: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3111); - if (lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3972); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3840: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3973); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4034); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3841: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4035); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3911); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3842: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3912); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2987); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3843: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2988); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3004); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3844: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3005); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3789); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3845: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3790); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2595); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3846: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2596); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3987); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3847: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3988); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3803); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3848: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3804); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3813); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3849: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3814); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3817); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3850: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3818); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3851: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3819); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3852: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3820); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3823); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3853: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3824); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3022); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3854: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3023); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2834); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3855: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2835); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3045); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3856: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3046); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(2439); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3857: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(2440); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3691); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3858: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3692); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(4010); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3859: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(4011); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3693); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3860: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3694); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3054); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3861: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3055); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3862: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3056); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3863: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3057); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3296); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3864: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3297); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r') ADVANCE(3298); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3865: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'r') ADVANCE(3299); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3866: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r') ADVANCE(3300); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3867: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3014); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3868: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3015); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2308); + if (lookahead == 'u') ADVANCE(3452); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3869: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2309); - if (lookahead == 'u') ADVANCE(3453); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2438); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3870: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2439); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2464); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3871: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2465); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2187); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3872: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2188); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2343); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3873: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2344); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2206); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3874: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2207); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2162); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3875: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 's') ADVANCE(2163); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3876: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 's') ADVANCE(2164); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3877: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2165); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3878: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2458); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3879: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2459); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3586); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3880: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3587); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2271); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3881: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2272); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3186); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3882: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3187); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2472); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3883: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2473); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2332); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3884: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2333); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3885: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2191); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3886: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2192); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3887: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3888: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4112); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3889: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4113); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2325); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3890: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2326); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3147); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3891: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3148); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3151); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3892: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3152); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3893: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3222); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3894: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3223); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3321); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3895: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3322); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4015); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3896: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4016); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2857); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3897: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2858); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3898: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2937); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3899: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2938); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4064); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3900: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4065); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4020); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3901: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4021); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3966); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3902: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3967); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3347); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3903: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3348); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3878); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3904: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3879); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3956); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3905: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3957); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3959); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3906: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3960); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3284); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3907: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3285); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3953); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3908: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3954); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2974); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3909: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2975); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2913); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3910: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2914); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2944); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3911: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2945); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2933); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3912: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2934); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3156); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3913: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3157); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(4022); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3914: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(4023); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3977); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3915: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3978); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3965); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3916: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3966); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2979); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3917: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2980); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3231); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3918: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3232); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(2994); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3919: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(2995); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 's') ADVANCE(3050); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3920: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 's') ADVANCE(3051); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(4102); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3921: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(4103); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 'u') ADVANCE(2714); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3922: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == 'u') ADVANCE(2715); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 'w') ADVANCE(3483); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3923: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == 'w') ADVANCE(3484); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3924: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2365); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3925: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2366); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2480); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3926: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2481); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2664); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3927: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2665); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2349); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3928: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2350); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2383); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3929: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2384); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2421); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3930: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2422); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2663); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3931: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2664); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2250); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3932: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2251); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3933: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3119); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2476); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3934: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2477); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2486); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3935: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2487); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2386); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3936: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2387); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2388); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3937: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2389); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2490); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3938: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2491); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2671); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3939: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2672); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2385); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3940: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2386); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2387); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3941: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2388); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3942: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2495); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3943: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2496); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2971); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3944: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2972); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2165); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3945: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2166); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3440); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3946: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3441); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2437); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3947: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2438); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2724); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3948: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2725); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(4103); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3949: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(4104); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2242); + if (lookahead == 'v') ADVANCE(3258); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3950: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2243); - if (lookahead == 'v') ADVANCE(3259); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2346); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3951: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2347); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2389); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3952: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2390); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2659); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3953: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2660); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3954: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2998); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3955: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2999); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2487); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3956: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2488); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2198); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3957: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2199); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(4107); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3958: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(4108); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3959: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3960: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3961: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(4108); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3962: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(4109); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2299); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3963: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2300); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3151); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3964: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3152); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2298); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3965: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2299); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3966: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3967: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2251); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3968: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2252); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3148); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3969: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3149); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3449); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3970: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3450); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3971: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3621); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3972: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3622); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3872); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3973: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3873); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3176); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3974: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3177); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3464); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3975: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3465); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2921); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3976: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2922); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3898); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3977: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3899); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2962); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3978: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2963); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3560); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3979: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3561); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3748); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3980: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3749); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2597); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3981: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2598); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3257); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3982: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3258); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3234); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3983: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3235); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3268); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3984: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3269); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3557); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3985: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3558); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3259); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3986: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3260); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3282); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3987: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3283); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3276); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3988: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3277); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3236); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3989: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3237); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3716); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3990: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3717); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3048); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3991: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3049); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2668); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3992: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2669); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3516); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3993: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3517); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3221); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3994: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3222); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3614); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3995: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3615); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3517); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3996: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3518); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3801); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3997: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3802); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2997); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3998: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2998); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2605); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 3999: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2606); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3199); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4000: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3200); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2999); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4001: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3000); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3001); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4002: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3002); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3003); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4003: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3004); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3006); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4004: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3007); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3024); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4005: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3025); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3008); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4006: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3009); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3177); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4007: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3178); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2648); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4008: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2649); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3267); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4009: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3268); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3273); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4010: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3274); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(3283); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4011: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(3284); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2669); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4012: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2670); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 't') ADVANCE(2660); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4013: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 't') ADVANCE(2661); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4014: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2584); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4015: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2585); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(4125); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4016: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(4126); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4017: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2297); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4018: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2298); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2687); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4019: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2688); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2700); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4020: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2701); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2698); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4021: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2699); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3641); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4022: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3642); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2682); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4023: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2683); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3870); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4024: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3871); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2705); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4025: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2706); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3958); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4026: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3959); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3958); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4027: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3959); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4028: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4029: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2972); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4030: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2973); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3882); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4031: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3883); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4032: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3429); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4033: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3430); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2770); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4034: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2771); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4035: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2563); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4036: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2564); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3873); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4037: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3874); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3552); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4038: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3553); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3337); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4039: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3338); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3897); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4040: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3898); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2804); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4041: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2805); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3884); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4042: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3885); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3205); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4043: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3206); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2957); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4044: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2958); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2585); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4045: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2586); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3270); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4046: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3271); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3204); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4047: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3205); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3744); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4048: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3745); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3716); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4049: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3717); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3745); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4050: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3746); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3809); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4051: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3810); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3811); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4052: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3812); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3156); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4053: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3157); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3439); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4054: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3440); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3510); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4055: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3511); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3904); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4056: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3905); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3239); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4057: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3240); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3363); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4058: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3364); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3970); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4059: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3971); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2604); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4060: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2605); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3379); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4061: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3380); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3625); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4062: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3626); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3437); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4063: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3438); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2610); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4064: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2611); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3825); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4065: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3826); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(3418); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4066: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(3419); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2653); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4067: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2654); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2711); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4068: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2712); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2655); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4069: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2656); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2710); + if (lookahead == 'w') ADVANCE(3477); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4070: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2711); - if (lookahead == 'w') ADVANCE(3478); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'u') ADVANCE(2713); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4071: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'u') ADVANCE(2714); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 'w') ADVANCE(2888); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4072: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == 'w') ADVANCE(2889); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4073: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2152); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4074: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2153); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2238); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4075: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2239); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2966); + if (lookahead == 'w') ADVANCE(2965); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4076: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2967); - if (lookahead == 'w') ADVANCE(2966); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2895); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4077: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2896); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(2914); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4078: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(2915); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'v') ADVANCE(3052); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4079: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'v') ADVANCE(3053); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4080: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2143); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4081: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2144); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2147); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4082: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2148); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2146); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4083: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2147); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2145); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4084: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2146); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3551); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4085: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3552); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2512); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4086: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2513); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2320); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4087: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2321); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2929); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4088: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2930); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4089: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3017); + if (lookahead == 'a' || + lookahead == 'h') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4090: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3018); - if (lookahead == 'a' || - lookahead == 'h') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3467); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4091: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3468); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3483); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4092: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3484); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3481); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4093: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3482); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3478); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4094: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3479); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3265); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4095: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3266); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(2339); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4096: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(2340); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3391); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4097: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3392); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3549); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4098: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3550); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'w') ADVANCE(3548); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4099: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'w') ADVANCE(3549); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'x') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4100: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'x') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'x') ADVANCE(3923); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4101: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'x') ADVANCE(3924); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'x') ADVANCE(2246); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4102: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'x') ADVANCE(2247); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4103: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2478); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4104: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2479); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2948); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4105: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2949); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4106: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2441); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4107: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2442); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2328); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4108: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2329); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(4072); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4109: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(4073); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2479); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4110: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2480); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2484); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4111: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2485); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2454); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4112: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2455); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(3426); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4113: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(3427); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2888); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4114: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2889); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(3866); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4115: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(3867); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'y') ADVANCE(2937); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4116: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'y') ADVANCE(2938); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'z') ADVANCE(3628); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4117: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'z') ADVANCE(3629); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'z') ADVANCE(2540); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4118: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'z') ADVANCE(2541); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'z') ADVANCE(3244); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4119: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'z') ADVANCE(3245); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'z') ADVANCE(2975); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4120: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'z') ADVANCE(2976); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == '2' || + lookahead == '4') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4121: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '2' || - lookahead == '4') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == '3' || + lookahead == '5') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4122: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '3' || - lookahead == '5') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == '6' || + lookahead == '8') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4123: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '6' || - lookahead == '8') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4124: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(4139); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2132); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4125: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(4140); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2133); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'b' || + lookahead == 'p') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4126: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'b' || - lookahead == 'p') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4127: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'b' || - lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'd' || + lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4128: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'd' || - lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e' || + lookahead == 'k') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4129: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); if (lookahead == 'e' || - lookahead == 'k') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 't') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4130: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e' || - lookahead == 't') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'f' || + lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4131: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'f' || - lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'l' || + lookahead == 'r') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4132: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'l' || - lookahead == 'r') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'o' || + lookahead == 'u') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4133: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'o' || - lookahead == 'u') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'r' || + lookahead == 'y') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4134: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'r' || - lookahead == 'y') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == '3' || + lookahead == '4') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4135: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '3' || - lookahead == '4') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 'e' || + lookahead == 'f') ADVANCE(2360); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4136: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == 'e' || - lookahead == 'f') ADVANCE(2361); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('a' <= lookahead && lookahead <= 'c')) ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); case 4137: - ACCEPT_TOKEN(sym_pandoc_str); - if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('a' <= lookahead && lookahead <= 'c')) ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); - END_STATE(); - case 4138: - ACCEPT_TOKEN(sym_pandoc_str); + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (lookahead == 'L' || lookahead == 'R' || lookahead == 'l' || - lookahead == 'r') ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + lookahead == 'r') ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 4139: - ACCEPT_TOKEN(sym_pandoc_str); + case 4138: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (('a' <= lookahead && lookahead <= 'h')) ADVANCE(2361); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (('a' <= lookahead && lookahead <= 'h')) ADVANCE(2360); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 4140: - ACCEPT_TOKEN(sym_pandoc_str); + case 4139: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2138); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2137); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); END_STATE(); - case 4141: - ACCEPT_TOKEN(sym_pandoc_str); + case 4140: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(19); if (lookahead == '\\') ADVANCE(23); - if (lookahead == '\'' || - lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(19); - if (set_contains(sym_pandoc_str_character_set_2, 841, lookahead)) ADVANCE(4141); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(4140); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 840, lookahead)) ADVANCE(4140); + END_STATE(); + case 4141: + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 4142: ACCEPT_TOKEN(aux_sym__prose_punctuation_token1); - if (lookahead == '[') ADVANCE(36); + if (lookahead == '[') ADVANCE(35); if (lookahead == '!' || lookahead == ',' || lookahead == '.' || @@ -39080,13 +39110,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 4146: ACCEPT_TOKEN(aux_sym_pandoc_line_break_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(4141); + lookahead != '\n') ADVANCE(4140); END_STATE(); case 4147: ACCEPT_TOKEN(sym__whitespace); if (lookahead == '\t') ADVANCE(4148); if (lookahead == ' ') ADVANCE(4147); - if (lookahead == ']') ADVANCE(49); + if (lookahead == ']') ADVANCE(48); END_STATE(); case 4148: ACCEPT_TOKEN(sym__whitespace); @@ -39153,18 +39183,18 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [51] = {.lex_state = 25, .external_lex_state = 6}, [52] = {.lex_state = 25, .external_lex_state = 6}, [53] = {.lex_state = 25, .external_lex_state = 6}, - [54] = {.lex_state = 25, .external_lex_state = 7}, + [54] = {.lex_state = 25, .external_lex_state = 2}, [55] = {.lex_state = 25, .external_lex_state = 7}, - [56] = {.lex_state = 25, .external_lex_state = 2}, + [56] = {.lex_state = 25, .external_lex_state = 7}, [57] = {.lex_state = 25, .external_lex_state = 7}, - [58] = {.lex_state = 25, .external_lex_state = 2}, - [59] = {.lex_state = 25, .external_lex_state = 7}, + [58] = {.lex_state = 25, .external_lex_state = 7}, + [59] = {.lex_state = 25, .external_lex_state = 2}, [60] = {.lex_state = 25, .external_lex_state = 7}, [61] = {.lex_state = 25, .external_lex_state = 7}, [62] = {.lex_state = 25, .external_lex_state = 7}, [63] = {.lex_state = 25, .external_lex_state = 7}, - [64] = {.lex_state = 25, .external_lex_state = 2}, - [65] = {.lex_state = 25, .external_lex_state = 7}, + [64] = {.lex_state = 25, .external_lex_state = 7}, + [65] = {.lex_state = 25, .external_lex_state = 2}, [66] = {.lex_state = 25, .external_lex_state = 7}, [67] = {.lex_state = 25, .external_lex_state = 7}, [68] = {.lex_state = 25, .external_lex_state = 6}, @@ -39174,53 +39204,53 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [72] = {.lex_state = 25, .external_lex_state = 7}, [73] = {.lex_state = 25, .external_lex_state = 2}, [74] = {.lex_state = 25, .external_lex_state = 2}, - [75] = {.lex_state = 25, .external_lex_state = 2}, - [76] = {.lex_state = 25, .external_lex_state = 7}, + [75] = {.lex_state = 25, .external_lex_state = 7}, + [76] = {.lex_state = 25, .external_lex_state = 2}, [77] = {.lex_state = 25, .external_lex_state = 6}, [78] = {.lex_state = 25, .external_lex_state = 6}, [79] = {.lex_state = 25, .external_lex_state = 6}, [80] = {.lex_state = 25, .external_lex_state = 7}, - [81] = {.lex_state = 25, .external_lex_state = 7}, - [82] = {.lex_state = 25, .external_lex_state = 2}, + [81] = {.lex_state = 25, .external_lex_state = 2}, + [82] = {.lex_state = 25, .external_lex_state = 7}, [83] = {.lex_state = 25, .external_lex_state = 2}, - [84] = {.lex_state = 25, .external_lex_state = 7}, - [85] = {.lex_state = 25, .external_lex_state = 2}, + [84] = {.lex_state = 25, .external_lex_state = 2}, + [85] = {.lex_state = 25, .external_lex_state = 7}, [86] = {.lex_state = 25, .external_lex_state = 6}, [87] = {.lex_state = 25, .external_lex_state = 6}, [88] = {.lex_state = 25, .external_lex_state = 6}, - [89] = {.lex_state = 25, .external_lex_state = 7}, + [89] = {.lex_state = 25, .external_lex_state = 2}, [90] = {.lex_state = 25, .external_lex_state = 7}, - [91] = {.lex_state = 25, .external_lex_state = 2}, + [91] = {.lex_state = 25, .external_lex_state = 7}, [92] = {.lex_state = 25, .external_lex_state = 2}, - [93] = {.lex_state = 25, .external_lex_state = 7}, - [94] = {.lex_state = 25, .external_lex_state = 2}, + [93] = {.lex_state = 25, .external_lex_state = 2}, + [94] = {.lex_state = 25, .external_lex_state = 7}, [95] = {.lex_state = 25, .external_lex_state = 6}, [96] = {.lex_state = 25, .external_lex_state = 6}, [97] = {.lex_state = 25, .external_lex_state = 6}, [98] = {.lex_state = 25, .external_lex_state = 7}, - [99] = {.lex_state = 25, .external_lex_state = 7}, - [100] = {.lex_state = 25, .external_lex_state = 7}, - [101] = {.lex_state = 25, .external_lex_state = 2}, - [102] = {.lex_state = 25, .external_lex_state = 2}, + [99] = {.lex_state = 25, .external_lex_state = 2}, + [100] = {.lex_state = 25, .external_lex_state = 2}, + [101] = {.lex_state = 25, .external_lex_state = 7}, + [102] = {.lex_state = 25, .external_lex_state = 7}, [103] = {.lex_state = 25, .external_lex_state = 2}, [104] = {.lex_state = 25, .external_lex_state = 6}, [105] = {.lex_state = 25, .external_lex_state = 6}, [106] = {.lex_state = 25, .external_lex_state = 6}, - [107] = {.lex_state = 25, .external_lex_state = 7}, + [107] = {.lex_state = 25, .external_lex_state = 2}, [108] = {.lex_state = 25, .external_lex_state = 7}, [109] = {.lex_state = 25, .external_lex_state = 2}, [110] = {.lex_state = 25, .external_lex_state = 7}, [111] = {.lex_state = 25, .external_lex_state = 2}, - [112] = {.lex_state = 25, .external_lex_state = 2}, + [112] = {.lex_state = 25, .external_lex_state = 7}, [113] = {.lex_state = 25, .external_lex_state = 6}, [114] = {.lex_state = 25, .external_lex_state = 6}, [115] = {.lex_state = 25, .external_lex_state = 6}, [116] = {.lex_state = 25, .external_lex_state = 2}, [117] = {.lex_state = 25, .external_lex_state = 7}, - [118] = {.lex_state = 25, .external_lex_state = 7}, + [118] = {.lex_state = 25, .external_lex_state = 2}, [119] = {.lex_state = 25, .external_lex_state = 7}, [120] = {.lex_state = 25, .external_lex_state = 2}, - [121] = {.lex_state = 25, .external_lex_state = 2}, + [121] = {.lex_state = 25, .external_lex_state = 7}, [122] = {.lex_state = 25, .external_lex_state = 8}, [123] = {.lex_state = 25, .external_lex_state = 8}, [124] = {.lex_state = 25, .external_lex_state = 8}, @@ -39229,7 +39259,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [127] = {.lex_state = 25, .external_lex_state = 8}, [128] = {.lex_state = 2, .external_lex_state = 8}, [129] = {.lex_state = 25, .external_lex_state = 6}, - [130] = {.lex_state = 25, .external_lex_state = 6}, + [130] = {.lex_state = 2, .external_lex_state = 8}, [131] = {.lex_state = 25, .external_lex_state = 6}, [132] = {.lex_state = 25, .external_lex_state = 6}, [133] = {.lex_state = 25, .external_lex_state = 6}, @@ -39240,204 +39270,204 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [138] = {.lex_state = 25, .external_lex_state = 6}, [139] = {.lex_state = 25, .external_lex_state = 6}, [140] = {.lex_state = 25, .external_lex_state = 6}, - [141] = {.lex_state = 25, .external_lex_state = 2}, - [142] = {.lex_state = 25, .external_lex_state = 7}, - [143] = {.lex_state = 25, .external_lex_state = 7}, - [144] = {.lex_state = 25, .external_lex_state = 7}, - [145] = {.lex_state = 2, .external_lex_state = 8}, - [146] = {.lex_state = 2, .external_lex_state = 8}, - [147] = {.lex_state = 25, .external_lex_state = 2}, - [148] = {.lex_state = 25, .external_lex_state = 2}, - [149] = {.lex_state = 25, .external_lex_state = 2}, - [150] = {.lex_state = 25, .external_lex_state = 7}, - [151] = {.lex_state = 25, .external_lex_state = 7}, - [152] = {.lex_state = 25, .external_lex_state = 7}, - [153] = {.lex_state = 25, .external_lex_state = 7}, - [154] = {.lex_state = 25, .external_lex_state = 7}, - [155] = {.lex_state = 25, .external_lex_state = 7}, - [156] = {.lex_state = 2, .external_lex_state = 8}, - [157] = {.lex_state = 25, .external_lex_state = 7}, - [158] = {.lex_state = 2, .external_lex_state = 8}, - [159] = {.lex_state = 2, .external_lex_state = 8}, - [160] = {.lex_state = 2, .external_lex_state = 8}, - [161] = {.lex_state = 2, .external_lex_state = 8}, - [162] = {.lex_state = 2, .external_lex_state = 8}, - [163] = {.lex_state = 2, .external_lex_state = 8}, - [164] = {.lex_state = 25, .external_lex_state = 7}, - [165] = {.lex_state = 2, .external_lex_state = 8}, - [166] = {.lex_state = 25, .external_lex_state = 2}, - [167] = {.lex_state = 25, .external_lex_state = 2}, - [168] = {.lex_state = 25, .external_lex_state = 2}, - [169] = {.lex_state = 25, .external_lex_state = 2}, - [170] = {.lex_state = 25, .external_lex_state = 2}, + [141] = {.lex_state = 25, .external_lex_state = 6}, + [142] = {.lex_state = 2, .external_lex_state = 8}, + [143] = {.lex_state = 2, .external_lex_state = 9}, + [144] = {.lex_state = 2, .external_lex_state = 8}, + [145] = {.lex_state = 2, .external_lex_state = 9}, + [146] = {.lex_state = 2, .external_lex_state = 9}, + [147] = {.lex_state = 2, .external_lex_state = 8}, + [148] = {.lex_state = 2, .external_lex_state = 9}, + [149] = {.lex_state = 2, .external_lex_state = 8}, + [150] = {.lex_state = 2, .external_lex_state = 8}, + [151] = {.lex_state = 2, .external_lex_state = 9}, + [152] = {.lex_state = 1, .external_lex_state = 10}, + [153] = {.lex_state = 1, .external_lex_state = 10}, + [154] = {.lex_state = 2, .external_lex_state = 11}, + [155] = {.lex_state = 2, .external_lex_state = 11}, + [156] = {.lex_state = 2, .external_lex_state = 12}, + [157] = {.lex_state = 2, .external_lex_state = 11}, + [158] = {.lex_state = 2, .external_lex_state = 11}, + [159] = {.lex_state = 2, .external_lex_state = 11}, + [160] = {.lex_state = 25, .external_lex_state = 2}, + [161] = {.lex_state = 2, .external_lex_state = 11}, + [162] = {.lex_state = 2, .external_lex_state = 11}, + [163] = {.lex_state = 2, .external_lex_state = 11}, + [164] = {.lex_state = 2, .external_lex_state = 11}, + [165] = {.lex_state = 2, .external_lex_state = 11}, + [166] = {.lex_state = 1, .external_lex_state = 10}, + [167] = {.lex_state = 1, .external_lex_state = 10}, + [168] = {.lex_state = 1, .external_lex_state = 10}, + [169] = {.lex_state = 1, .external_lex_state = 10}, + [170] = {.lex_state = 2, .external_lex_state = 11}, [171] = {.lex_state = 25, .external_lex_state = 2}, [172] = {.lex_state = 25, .external_lex_state = 2}, [173] = {.lex_state = 25, .external_lex_state = 2}, - [174] = {.lex_state = 25, .external_lex_state = 7}, - [175] = {.lex_state = 2, .external_lex_state = 8}, - [176] = {.lex_state = 1, .external_lex_state = 9}, - [177] = {.lex_state = 2, .external_lex_state = 10}, - [178] = {.lex_state = 2, .external_lex_state = 10}, - [179] = {.lex_state = 25, .external_lex_state = 11}, - [180] = {.lex_state = 25, .external_lex_state = 11}, - [181] = {.lex_state = 2, .external_lex_state = 12}, - [182] = {.lex_state = 25, .external_lex_state = 11}, - [183] = {.lex_state = 25, .external_lex_state = 11}, - [184] = {.lex_state = 25, .external_lex_state = 11}, - [185] = {.lex_state = 25, .external_lex_state = 11}, - [186] = {.lex_state = 1, .external_lex_state = 9}, - [187] = {.lex_state = 1, .external_lex_state = 9}, - [188] = {.lex_state = 1, .external_lex_state = 9}, - [189] = {.lex_state = 1, .external_lex_state = 9}, - [190] = {.lex_state = 25, .external_lex_state = 11}, - [191] = {.lex_state = 1, .external_lex_state = 9}, - [192] = {.lex_state = 1, .external_lex_state = 9}, - [193] = {.lex_state = 1, .external_lex_state = 9}, - [194] = {.lex_state = 1, .external_lex_state = 9}, - [195] = {.lex_state = 2, .external_lex_state = 10}, - [196] = {.lex_state = 25, .external_lex_state = 11}, - [197] = {.lex_state = 25, .external_lex_state = 11}, - [198] = {.lex_state = 25, .external_lex_state = 11}, - [199] = {.lex_state = 1, .external_lex_state = 9}, - [200] = {.lex_state = 1, .external_lex_state = 9}, - [201] = {.lex_state = 1, .external_lex_state = 9}, - [202] = {.lex_state = 1, .external_lex_state = 9}, - [203] = {.lex_state = 1, .external_lex_state = 9}, - [204] = {.lex_state = 1, .external_lex_state = 9}, - [205] = {.lex_state = 1, .external_lex_state = 9}, - [206] = {.lex_state = 1, .external_lex_state = 9}, - [207] = {.lex_state = 1, .external_lex_state = 9}, - [208] = {.lex_state = 1, .external_lex_state = 9}, - [209] = {.lex_state = 1, .external_lex_state = 9}, - [210] = {.lex_state = 1, .external_lex_state = 9}, - [211] = {.lex_state = 1, .external_lex_state = 9}, - [212] = {.lex_state = 1, .external_lex_state = 9}, - [213] = {.lex_state = 1, .external_lex_state = 9}, - [214] = {.lex_state = 1, .external_lex_state = 9}, - [215] = {.lex_state = 1, .external_lex_state = 9}, - [216] = {.lex_state = 1, .external_lex_state = 9}, - [217] = {.lex_state = 25, .external_lex_state = 11}, - [218] = {.lex_state = 1, .external_lex_state = 9}, - [219] = {.lex_state = 1, .external_lex_state = 9}, - [220] = {.lex_state = 1, .external_lex_state = 9}, - [221] = {.lex_state = 1, .external_lex_state = 9}, - [222] = {.lex_state = 1, .external_lex_state = 9}, - [223] = {.lex_state = 1, .external_lex_state = 9}, - [224] = {.lex_state = 1, .external_lex_state = 9}, - [225] = {.lex_state = 1, .external_lex_state = 9}, - [226] = {.lex_state = 1, .external_lex_state = 9}, - [227] = {.lex_state = 1, .external_lex_state = 9}, - [228] = {.lex_state = 2, .external_lex_state = 10}, - [229] = {.lex_state = 1, .external_lex_state = 9}, - [230] = {.lex_state = 1, .external_lex_state = 9}, - [231] = {.lex_state = 1, .external_lex_state = 9}, - [232] = {.lex_state = 1, .external_lex_state = 9}, - [233] = {.lex_state = 1, .external_lex_state = 9}, - [234] = {.lex_state = 1, .external_lex_state = 9}, - [235] = {.lex_state = 1, .external_lex_state = 9}, - [236] = {.lex_state = 1, .external_lex_state = 9}, - [237] = {.lex_state = 1, .external_lex_state = 9}, - [238] = {.lex_state = 1, .external_lex_state = 9}, - [239] = {.lex_state = 1, .external_lex_state = 9}, - [240] = {.lex_state = 1, .external_lex_state = 9}, - [241] = {.lex_state = 1, .external_lex_state = 9}, - [242] = {.lex_state = 1, .external_lex_state = 9}, - [243] = {.lex_state = 1, .external_lex_state = 9}, - [244] = {.lex_state = 1, .external_lex_state = 9}, - [245] = {.lex_state = 1, .external_lex_state = 9}, - [246] = {.lex_state = 1, .external_lex_state = 9}, - [247] = {.lex_state = 1, .external_lex_state = 9}, - [248] = {.lex_state = 1, .external_lex_state = 9}, - [249] = {.lex_state = 1, .external_lex_state = 9}, - [250] = {.lex_state = 1, .external_lex_state = 9}, - [251] = {.lex_state = 25, .external_lex_state = 11}, - [252] = {.lex_state = 2, .external_lex_state = 10}, - [253] = {.lex_state = 2, .external_lex_state = 10}, - [254] = {.lex_state = 2, .external_lex_state = 10}, - [255] = {.lex_state = 2, .external_lex_state = 10}, - [256] = {.lex_state = 2, .external_lex_state = 10}, - [257] = {.lex_state = 2, .external_lex_state = 10}, - [258] = {.lex_state = 2, .external_lex_state = 10}, - [259] = {.lex_state = 25, .external_lex_state = 11}, - [260] = {.lex_state = 2, .external_lex_state = 12}, - [261] = {.lex_state = 25, .external_lex_state = 11}, - [262] = {.lex_state = 2, .external_lex_state = 10}, - [263] = {.lex_state = 2, .external_lex_state = 10}, - [264] = {.lex_state = 2, .external_lex_state = 10}, - [265] = {.lex_state = 2, .external_lex_state = 10}, - [266] = {.lex_state = 2, .external_lex_state = 10}, - [267] = {.lex_state = 2, .external_lex_state = 10}, - [268] = {.lex_state = 2, .external_lex_state = 10}, - [269] = {.lex_state = 25, .external_lex_state = 11}, - [270] = {.lex_state = 25, .external_lex_state = 11}, - [271] = {.lex_state = 25, .external_lex_state = 11}, - [272] = {.lex_state = 1, .external_lex_state = 9}, - [273] = {.lex_state = 1, .external_lex_state = 9}, - [274] = {.lex_state = 1, .external_lex_state = 9}, - [275] = {.lex_state = 1, .external_lex_state = 9}, - [276] = {.lex_state = 2, .external_lex_state = 12}, - [277] = {.lex_state = 1, .external_lex_state = 9}, - [278] = {.lex_state = 25, .external_lex_state = 6}, - [279] = {.lex_state = 25, .external_lex_state = 5}, - [280] = {.lex_state = 25, .external_lex_state = 13}, - [281] = {.lex_state = 25, .external_lex_state = 13}, - [282] = {.lex_state = 25, .external_lex_state = 13}, - [283] = {.lex_state = 25, .external_lex_state = 13}, + [174] = {.lex_state = 25, .external_lex_state = 2}, + [175] = {.lex_state = 25, .external_lex_state = 2}, + [176] = {.lex_state = 25, .external_lex_state = 2}, + [177] = {.lex_state = 25, .external_lex_state = 7}, + [178] = {.lex_state = 25, .external_lex_state = 7}, + [179] = {.lex_state = 25, .external_lex_state = 7}, + [180] = {.lex_state = 1, .external_lex_state = 10}, + [181] = {.lex_state = 1, .external_lex_state = 10}, + [182] = {.lex_state = 1, .external_lex_state = 10}, + [183] = {.lex_state = 1, .external_lex_state = 10}, + [184] = {.lex_state = 25, .external_lex_state = 7}, + [185] = {.lex_state = 25, .external_lex_state = 7}, + [186] = {.lex_state = 25, .external_lex_state = 7}, + [187] = {.lex_state = 2, .external_lex_state = 11}, + [188] = {.lex_state = 2, .external_lex_state = 12}, + [189] = {.lex_state = 25, .external_lex_state = 2}, + [190] = {.lex_state = 25, .external_lex_state = 2}, + [191] = {.lex_state = 25, .external_lex_state = 2}, + [192] = {.lex_state = 25, .external_lex_state = 2}, + [193] = {.lex_state = 1, .external_lex_state = 10}, + [194] = {.lex_state = 1, .external_lex_state = 10}, + [195] = {.lex_state = 1, .external_lex_state = 10}, + [196] = {.lex_state = 1, .external_lex_state = 10}, + [197] = {.lex_state = 1, .external_lex_state = 10}, + [198] = {.lex_state = 2, .external_lex_state = 11}, + [199] = {.lex_state = 1, .external_lex_state = 10}, + [200] = {.lex_state = 1, .external_lex_state = 10}, + [201] = {.lex_state = 1, .external_lex_state = 10}, + [202] = {.lex_state = 1, .external_lex_state = 10}, + [203] = {.lex_state = 1, .external_lex_state = 10}, + [204] = {.lex_state = 1, .external_lex_state = 10}, + [205] = {.lex_state = 1, .external_lex_state = 10}, + [206] = {.lex_state = 1, .external_lex_state = 10}, + [207] = {.lex_state = 1, .external_lex_state = 10}, + [208] = {.lex_state = 1, .external_lex_state = 10}, + [209] = {.lex_state = 2, .external_lex_state = 11}, + [210] = {.lex_state = 1, .external_lex_state = 10}, + [211] = {.lex_state = 1, .external_lex_state = 10}, + [212] = {.lex_state = 1, .external_lex_state = 10}, + [213] = {.lex_state = 1, .external_lex_state = 10}, + [214] = {.lex_state = 1, .external_lex_state = 10}, + [215] = {.lex_state = 1, .external_lex_state = 10}, + [216] = {.lex_state = 1, .external_lex_state = 10}, + [217] = {.lex_state = 1, .external_lex_state = 10}, + [218] = {.lex_state = 1, .external_lex_state = 10}, + [219] = {.lex_state = 1, .external_lex_state = 10}, + [220] = {.lex_state = 1, .external_lex_state = 10}, + [221] = {.lex_state = 1, .external_lex_state = 10}, + [222] = {.lex_state = 1, .external_lex_state = 10}, + [223] = {.lex_state = 1, .external_lex_state = 10}, + [224] = {.lex_state = 1, .external_lex_state = 10}, + [225] = {.lex_state = 1, .external_lex_state = 10}, + [226] = {.lex_state = 1, .external_lex_state = 10}, + [227] = {.lex_state = 1, .external_lex_state = 10}, + [228] = {.lex_state = 1, .external_lex_state = 10}, + [229] = {.lex_state = 1, .external_lex_state = 10}, + [230] = {.lex_state = 1, .external_lex_state = 10}, + [231] = {.lex_state = 1, .external_lex_state = 10}, + [232] = {.lex_state = 1, .external_lex_state = 10}, + [233] = {.lex_state = 1, .external_lex_state = 10}, + [234] = {.lex_state = 1, .external_lex_state = 10}, + [235] = {.lex_state = 1, .external_lex_state = 10}, + [236] = {.lex_state = 1, .external_lex_state = 10}, + [237] = {.lex_state = 1, .external_lex_state = 10}, + [238] = {.lex_state = 1, .external_lex_state = 10}, + [239] = {.lex_state = 1, .external_lex_state = 10}, + [240] = {.lex_state = 1, .external_lex_state = 10}, + [241] = {.lex_state = 1, .external_lex_state = 10}, + [242] = {.lex_state = 1, .external_lex_state = 10}, + [243] = {.lex_state = 1, .external_lex_state = 10}, + [244] = {.lex_state = 1, .external_lex_state = 10}, + [245] = {.lex_state = 25, .external_lex_state = 2}, + [246] = {.lex_state = 2, .external_lex_state = 11}, + [247] = {.lex_state = 2, .external_lex_state = 11}, + [248] = {.lex_state = 25, .external_lex_state = 7}, + [249] = {.lex_state = 25, .external_lex_state = 7}, + [250] = {.lex_state = 25, .external_lex_state = 7}, + [251] = {.lex_state = 25, .external_lex_state = 7}, + [252] = {.lex_state = 25, .external_lex_state = 7}, + [253] = {.lex_state = 25, .external_lex_state = 7}, + [254] = {.lex_state = 2, .external_lex_state = 11}, + [255] = {.lex_state = 1, .external_lex_state = 10}, + [256] = {.lex_state = 1, .external_lex_state = 10}, + [257] = {.lex_state = 1, .external_lex_state = 10}, + [258] = {.lex_state = 2, .external_lex_state = 11}, + [259] = {.lex_state = 2, .external_lex_state = 12}, + [260] = {.lex_state = 1, .external_lex_state = 10}, + [261] = {.lex_state = 25, .external_lex_state = 13}, + [262] = {.lex_state = 2, .external_lex_state = 8}, + [263] = {.lex_state = 2, .external_lex_state = 14}, + [264] = {.lex_state = 25, .external_lex_state = 13}, + [265] = {.lex_state = 25, .external_lex_state = 13}, + [266] = {.lex_state = 25, .external_lex_state = 13}, + [267] = {.lex_state = 25, .external_lex_state = 13}, + [268] = {.lex_state = 25, .external_lex_state = 13}, + [269] = {.lex_state = 25, .external_lex_state = 13}, + [270] = {.lex_state = 25, .external_lex_state = 13}, + [271] = {.lex_state = 25, .external_lex_state = 13}, + [272] = {.lex_state = 25, .external_lex_state = 13}, + [273] = {.lex_state = 25, .external_lex_state = 13}, + [274] = {.lex_state = 2, .external_lex_state = 14}, + [275] = {.lex_state = 2, .external_lex_state = 14}, + [276] = {.lex_state = 2, .external_lex_state = 15}, + [277] = {.lex_state = 25, .external_lex_state = 13}, + [278] = {.lex_state = 2, .external_lex_state = 8}, + [279] = {.lex_state = 2, .external_lex_state = 15}, + [280] = {.lex_state = 2, .external_lex_state = 15}, + [281] = {.lex_state = 2, .external_lex_state = 15}, + [282] = {.lex_state = 2, .external_lex_state = 14}, + [283] = {.lex_state = 2, .external_lex_state = 15}, [284] = {.lex_state = 25, .external_lex_state = 13}, - [285] = {.lex_state = 25, .external_lex_state = 6}, - [286] = {.lex_state = 25, .external_lex_state = 6}, - [287] = {.lex_state = 25, .external_lex_state = 13}, + [285] = {.lex_state = 25, .external_lex_state = 13}, + [286] = {.lex_state = 25, .external_lex_state = 13}, + [287] = {.lex_state = 2, .external_lex_state = 14}, [288] = {.lex_state = 25, .external_lex_state = 13}, [289] = {.lex_state = 2, .external_lex_state = 14}, - [290] = {.lex_state = 2, .external_lex_state = 14}, + [290] = {.lex_state = 25, .external_lex_state = 13}, [291] = {.lex_state = 25, .external_lex_state = 6}, - [292] = {.lex_state = 2, .external_lex_state = 14}, - [293] = {.lex_state = 25, .external_lex_state = 13}, - [294] = {.lex_state = 25, .external_lex_state = 6}, + [292] = {.lex_state = 25, .external_lex_state = 3}, + [293] = {.lex_state = 2, .external_lex_state = 12}, + [294] = {.lex_state = 25, .external_lex_state = 3}, [295] = {.lex_state = 25, .external_lex_state = 6}, [296] = {.lex_state = 25, .external_lex_state = 6}, - [297] = {.lex_state = 25, .external_lex_state = 6}, - [298] = {.lex_state = 25, .external_lex_state = 6}, - [299] = {.lex_state = 25, .external_lex_state = 6}, + [297] = {.lex_state = 25, .external_lex_state = 16}, + [298] = {.lex_state = 25, .external_lex_state = 16}, + [299] = {.lex_state = 25, .external_lex_state = 16}, [300] = {.lex_state = 25, .external_lex_state = 6}, - [301] = {.lex_state = 2, .external_lex_state = 8}, - [302] = {.lex_state = 25, .external_lex_state = 6}, - [303] = {.lex_state = 25, .external_lex_state = 13}, + [301] = {.lex_state = 25, .external_lex_state = 16}, + [302] = {.lex_state = 25, .external_lex_state = 16}, + [303] = {.lex_state = 25, .external_lex_state = 16}, [304] = {.lex_state = 25, .external_lex_state = 6}, [305] = {.lex_state = 25, .external_lex_state = 6}, - [306] = {.lex_state = 25, .external_lex_state = 13}, + [306] = {.lex_state = 25, .external_lex_state = 6}, [307] = {.lex_state = 25, .external_lex_state = 6}, [308] = {.lex_state = 25, .external_lex_state = 6}, - [309] = {.lex_state = 25, .external_lex_state = 13}, + [309] = {.lex_state = 25, .external_lex_state = 6}, [310] = {.lex_state = 25, .external_lex_state = 6}, - [311] = {.lex_state = 25, .external_lex_state = 13}, - [312] = {.lex_state = 25, .external_lex_state = 13}, - [313] = {.lex_state = 2, .external_lex_state = 14}, + [311] = {.lex_state = 25, .external_lex_state = 6}, + [312] = {.lex_state = 25, .external_lex_state = 3}, + [313] = {.lex_state = 25, .external_lex_state = 6}, [314] = {.lex_state = 25, .external_lex_state = 6}, [315] = {.lex_state = 25, .external_lex_state = 6}, [316] = {.lex_state = 25, .external_lex_state = 6}, - [317] = {.lex_state = 25, .external_lex_state = 6}, + [317] = {.lex_state = 25, .external_lex_state = 3}, [318] = {.lex_state = 25, .external_lex_state = 6}, - [319] = {.lex_state = 25, .external_lex_state = 6}, + [319] = {.lex_state = 25, .external_lex_state = 3}, [320] = {.lex_state = 25, .external_lex_state = 6}, [321] = {.lex_state = 25, .external_lex_state = 6}, - [322] = {.lex_state = 2, .external_lex_state = 8}, + [322] = {.lex_state = 25, .external_lex_state = 6}, [323] = {.lex_state = 25, .external_lex_state = 6}, [324] = {.lex_state = 25, .external_lex_state = 6}, [325] = {.lex_state = 25, .external_lex_state = 6}, [326] = {.lex_state = 25, .external_lex_state = 6}, [327] = {.lex_state = 25, .external_lex_state = 6}, [328] = {.lex_state = 25, .external_lex_state = 6}, - [329] = {.lex_state = 25, .external_lex_state = 6}, + [329] = {.lex_state = 2, .external_lex_state = 17}, [330] = {.lex_state = 25, .external_lex_state = 6}, [331] = {.lex_state = 25, .external_lex_state = 6}, [332] = {.lex_state = 25, .external_lex_state = 6}, [333] = {.lex_state = 25, .external_lex_state = 6}, - [334] = {.lex_state = 25, .external_lex_state = 6}, + [334] = {.lex_state = 25, .external_lex_state = 5}, [335] = {.lex_state = 25, .external_lex_state = 6}, - [336] = {.lex_state = 25, .external_lex_state = 6}, + [336] = {.lex_state = 25, .external_lex_state = 5}, [337] = {.lex_state = 25, .external_lex_state = 6}, - [338] = {.lex_state = 25, .external_lex_state = 5}, + [338] = {.lex_state = 2, .external_lex_state = 17}, [339] = {.lex_state = 25, .external_lex_state = 6}, [340] = {.lex_state = 25, .external_lex_state = 6}, [341] = {.lex_state = 25, .external_lex_state = 6}, @@ -39451,502 +39481,502 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [349] = {.lex_state = 25, .external_lex_state = 6}, [350] = {.lex_state = 25, .external_lex_state = 6}, [351] = {.lex_state = 25, .external_lex_state = 6}, - [352] = {.lex_state = 25, .external_lex_state = 13}, + [352] = {.lex_state = 25, .external_lex_state = 6}, [353] = {.lex_state = 25, .external_lex_state = 6}, [354] = {.lex_state = 25, .external_lex_state = 6}, [355] = {.lex_state = 25, .external_lex_state = 6}, [356] = {.lex_state = 25, .external_lex_state = 6}, [357] = {.lex_state = 25, .external_lex_state = 6}, [358] = {.lex_state = 25, .external_lex_state = 6}, - [359] = {.lex_state = 25, .external_lex_state = 5}, - [360] = {.lex_state = 25, .external_lex_state = 5}, - [361] = {.lex_state = 25, .external_lex_state = 3}, - [362] = {.lex_state = 25, .external_lex_state = 3}, - [363] = {.lex_state = 25, .external_lex_state = 13}, - [364] = {.lex_state = 25, .external_lex_state = 3}, - [365] = {.lex_state = 25, .external_lex_state = 3}, - [366] = {.lex_state = 25, .external_lex_state = 3}, - [367] = {.lex_state = 25, .external_lex_state = 3}, - [368] = {.lex_state = 25, .external_lex_state = 13}, - [369] = {.lex_state = 25, .external_lex_state = 5}, - [370] = {.lex_state = 25, .external_lex_state = 13}, - [371] = {.lex_state = 25, .external_lex_state = 5}, - [372] = {.lex_state = 2, .external_lex_state = 14}, - [373] = {.lex_state = 2, .external_lex_state = 14}, - [374] = {.lex_state = 2, .external_lex_state = 14}, - [375] = {.lex_state = 2, .external_lex_state = 14}, - [376] = {.lex_state = 2, .external_lex_state = 14}, - [377] = {.lex_state = 25, .external_lex_state = 5}, + [359] = {.lex_state = 25, .external_lex_state = 6}, + [360] = {.lex_state = 25, .external_lex_state = 6}, + [361] = {.lex_state = 25, .external_lex_state = 16}, + [362] = {.lex_state = 25, .external_lex_state = 6}, + [363] = {.lex_state = 25, .external_lex_state = 6}, + [364] = {.lex_state = 25, .external_lex_state = 6}, + [365] = {.lex_state = 25, .external_lex_state = 6}, + [366] = {.lex_state = 25, .external_lex_state = 6}, + [367] = {.lex_state = 25, .external_lex_state = 5}, + [368] = {.lex_state = 2, .external_lex_state = 10}, + [369] = {.lex_state = 25, .external_lex_state = 16}, + [370] = {.lex_state = 2, .external_lex_state = 10}, + [371] = {.lex_state = 25, .external_lex_state = 6}, + [372] = {.lex_state = 2, .external_lex_state = 18}, + [373] = {.lex_state = 2, .external_lex_state = 18}, + [374] = {.lex_state = 2, .external_lex_state = 18}, + [375] = {.lex_state = 25, .external_lex_state = 16}, + [376] = {.lex_state = 2, .external_lex_state = 18}, + [377] = {.lex_state = 2, .external_lex_state = 18}, [378] = {.lex_state = 25, .external_lex_state = 5}, - [379] = {.lex_state = 25, .external_lex_state = 5}, - [380] = {.lex_state = 25, .external_lex_state = 5}, - [381] = {.lex_state = 25, .external_lex_state = 5}, - [382] = {.lex_state = 25, .external_lex_state = 5}, - [383] = {.lex_state = 25, .external_lex_state = 5}, - [384] = {.lex_state = 2, .external_lex_state = 14}, - [385] = {.lex_state = 2, .external_lex_state = 14}, - [386] = {.lex_state = 25, .external_lex_state = 5}, - [387] = {.lex_state = 25, .external_lex_state = 5}, - [388] = {.lex_state = 25, .external_lex_state = 5}, - [389] = {.lex_state = 25, .external_lex_state = 5}, - [390] = {.lex_state = 25, .external_lex_state = 6}, - [391] = {.lex_state = 25, .external_lex_state = 2}, - [392] = {.lex_state = 25, .external_lex_state = 2}, - [393] = {.lex_state = 25, .external_lex_state = 7}, - [394] = {.lex_state = 25, .external_lex_state = 2}, - [395] = {.lex_state = 25, .external_lex_state = 7}, - [396] = {.lex_state = 25, .external_lex_state = 2}, - [397] = {.lex_state = 25, .external_lex_state = 7}, - [398] = {.lex_state = 25, .external_lex_state = 7}, - [399] = {.lex_state = 25, .external_lex_state = 7}, - [400] = {.lex_state = 25, .external_lex_state = 7}, - [401] = {.lex_state = 25, .external_lex_state = 7}, - [402] = {.lex_state = 25, .external_lex_state = 7}, - [403] = {.lex_state = 25, .external_lex_state = 7}, - [404] = {.lex_state = 25, .external_lex_state = 7}, - [405] = {.lex_state = 25, .external_lex_state = 7}, - [406] = {.lex_state = 25, .external_lex_state = 2}, - [407] = {.lex_state = 25, .external_lex_state = 7}, - [408] = {.lex_state = 25, .external_lex_state = 7}, - [409] = {.lex_state = 2, .external_lex_state = 15}, - [410] = {.lex_state = 25, .external_lex_state = 2}, - [411] = {.lex_state = 25, .external_lex_state = 7}, - [412] = {.lex_state = 25, .external_lex_state = 7}, - [413] = {.lex_state = 25, .external_lex_state = 2}, - [414] = {.lex_state = 25, .external_lex_state = 7}, - [415] = {.lex_state = 25, .external_lex_state = 7}, - [416] = {.lex_state = 25, .external_lex_state = 2}, - [417] = {.lex_state = 25, .external_lex_state = 2}, - [418] = {.lex_state = 25, .external_lex_state = 2}, - [419] = {.lex_state = 25, .external_lex_state = 2}, - [420] = {.lex_state = 2, .external_lex_state = 12}, - [421] = {.lex_state = 25, .external_lex_state = 7}, - [422] = {.lex_state = 2, .external_lex_state = 9}, - [423] = {.lex_state = 25, .external_lex_state = 2}, - [424] = {.lex_state = 2, .external_lex_state = 9}, - [425] = {.lex_state = 2, .external_lex_state = 9}, - [426] = {.lex_state = 25, .external_lex_state = 2}, - [427] = {.lex_state = 25, .external_lex_state = 7}, - [428] = {.lex_state = 25, .external_lex_state = 2}, - [429] = {.lex_state = 25, .external_lex_state = 2}, - [430] = {.lex_state = 25, .external_lex_state = 2}, - [431] = {.lex_state = 25, .external_lex_state = 2}, - [432] = {.lex_state = 25, .external_lex_state = 2}, - [433] = {.lex_state = 2, .external_lex_state = 12}, - [434] = {.lex_state = 2, .external_lex_state = 12}, - [435] = {.lex_state = 25, .external_lex_state = 2}, + [379] = {.lex_state = 2, .external_lex_state = 18}, + [380] = {.lex_state = 2, .external_lex_state = 18}, + [381] = {.lex_state = 2, .external_lex_state = 18}, + [382] = {.lex_state = 2, .external_lex_state = 18}, + [383] = {.lex_state = 2, .external_lex_state = 18}, + [384] = {.lex_state = 2, .external_lex_state = 18}, + [385] = {.lex_state = 25, .external_lex_state = 16}, + [386] = {.lex_state = 2, .external_lex_state = 18}, + [387] = {.lex_state = 2, .external_lex_state = 18}, + [388] = {.lex_state = 2, .external_lex_state = 18}, + [389] = {.lex_state = 2, .external_lex_state = 18}, + [390] = {.lex_state = 2, .external_lex_state = 18}, + [391] = {.lex_state = 2, .external_lex_state = 18}, + [392] = {.lex_state = 2, .external_lex_state = 18}, + [393] = {.lex_state = 25, .external_lex_state = 5}, + [394] = {.lex_state = 2, .external_lex_state = 18}, + [395] = {.lex_state = 2, .external_lex_state = 18}, + [396] = {.lex_state = 2, .external_lex_state = 18}, + [397] = {.lex_state = 2, .external_lex_state = 18}, + [398] = {.lex_state = 2, .external_lex_state = 18}, + [399] = {.lex_state = 2, .external_lex_state = 18}, + [400] = {.lex_state = 25, .external_lex_state = 3}, + [401] = {.lex_state = 2, .external_lex_state = 17}, + [402] = {.lex_state = 25, .external_lex_state = 16}, + [403] = {.lex_state = 2, .external_lex_state = 18}, + [404] = {.lex_state = 2, .external_lex_state = 18}, + [405] = {.lex_state = 25, .external_lex_state = 16}, + [406] = {.lex_state = 25, .external_lex_state = 16}, + [407] = {.lex_state = 2, .external_lex_state = 18}, + [408] = {.lex_state = 2, .external_lex_state = 18}, + [409] = {.lex_state = 25, .external_lex_state = 16}, + [410] = {.lex_state = 25, .external_lex_state = 16}, + [411] = {.lex_state = 25, .external_lex_state = 16}, + [412] = {.lex_state = 2, .external_lex_state = 18}, + [413] = {.lex_state = 2, .external_lex_state = 18}, + [414] = {.lex_state = 25, .external_lex_state = 5}, + [415] = {.lex_state = 25, .external_lex_state = 5}, + [416] = {.lex_state = 25, .external_lex_state = 5}, + [417] = {.lex_state = 25, .external_lex_state = 5}, + [418] = {.lex_state = 2, .external_lex_state = 18}, + [419] = {.lex_state = 2, .external_lex_state = 18}, + [420] = {.lex_state = 25, .external_lex_state = 5}, + [421] = {.lex_state = 25, .external_lex_state = 5}, + [422] = {.lex_state = 25, .external_lex_state = 5}, + [423] = {.lex_state = 2, .external_lex_state = 18}, + [424] = {.lex_state = 2, .external_lex_state = 18}, + [425] = {.lex_state = 25, .external_lex_state = 16}, + [426] = {.lex_state = 2, .external_lex_state = 12}, + [427] = {.lex_state = 25, .external_lex_state = 5}, + [428] = {.lex_state = 25, .external_lex_state = 5}, + [429] = {.lex_state = 25, .external_lex_state = 5}, + [430] = {.lex_state = 25, .external_lex_state = 5}, + [431] = {.lex_state = 25, .external_lex_state = 5}, + [432] = {.lex_state = 2, .external_lex_state = 10}, + [433] = {.lex_state = 25, .external_lex_state = 7}, + [434] = {.lex_state = 25, .external_lex_state = 2}, + [435] = {.lex_state = 3, .external_lex_state = 10}, [436] = {.lex_state = 25, .external_lex_state = 7}, - [437] = {.lex_state = 2, .external_lex_state = 12}, - [438] = {.lex_state = 25, .external_lex_state = 2}, - [439] = {.lex_state = 25, .external_lex_state = 2}, - [440] = {.lex_state = 25, .external_lex_state = 2}, - [441] = {.lex_state = 25, .external_lex_state = 2}, - [442] = {.lex_state = 25, .external_lex_state = 2}, - [443] = {.lex_state = 25, .external_lex_state = 7}, - [444] = {.lex_state = 25, .external_lex_state = 7}, + [437] = {.lex_state = 3, .external_lex_state = 10}, + [438] = {.lex_state = 3, .external_lex_state = 10}, + [439] = {.lex_state = 2, .external_lex_state = 19}, + [440] = {.lex_state = 2, .external_lex_state = 19}, + [441] = {.lex_state = 2, .external_lex_state = 19}, + [442] = {.lex_state = 2, .external_lex_state = 20}, + [443] = {.lex_state = 2, .external_lex_state = 20}, + [444] = {.lex_state = 2, .external_lex_state = 20}, [445] = {.lex_state = 25, .external_lex_state = 7}, - [446] = {.lex_state = 25, .external_lex_state = 2}, - [447] = {.lex_state = 25, .external_lex_state = 7}, - [448] = {.lex_state = 25, .external_lex_state = 7}, - [449] = {.lex_state = 25, .external_lex_state = 2}, - [450] = {.lex_state = 2, .external_lex_state = 12}, - [451] = {.lex_state = 2, .external_lex_state = 12}, - [452] = {.lex_state = 2, .external_lex_state = 15}, - [453] = {.lex_state = 25, .external_lex_state = 7}, - [454] = {.lex_state = 25, .external_lex_state = 7}, - [455] = {.lex_state = 2, .external_lex_state = 15}, - [456] = {.lex_state = 25, .external_lex_state = 2}, - [457] = {.lex_state = 25, .external_lex_state = 2}, + [446] = {.lex_state = 2, .external_lex_state = 21}, + [447] = {.lex_state = 2, .external_lex_state = 21}, + [448] = {.lex_state = 2, .external_lex_state = 22}, + [449] = {.lex_state = 2, .external_lex_state = 22}, + [450] = {.lex_state = 2, .external_lex_state = 22}, + [451] = {.lex_state = 25, .external_lex_state = 2}, + [452] = {.lex_state = 25, .external_lex_state = 2}, + [453] = {.lex_state = 25, .external_lex_state = 2}, + [454] = {.lex_state = 25, .external_lex_state = 2}, + [455] = {.lex_state = 25, .external_lex_state = 2}, + [456] = {.lex_state = 25, .external_lex_state = 7}, + [457] = {.lex_state = 25, .external_lex_state = 7}, [458] = {.lex_state = 25, .external_lex_state = 2}, - [459] = {.lex_state = 25, .external_lex_state = 7}, - [460] = {.lex_state = 25, .external_lex_state = 7}, - [461] = {.lex_state = 25, .external_lex_state = 7}, - [462] = {.lex_state = 2, .external_lex_state = 12}, - [463] = {.lex_state = 2, .external_lex_state = 12}, - [464] = {.lex_state = 25, .external_lex_state = 7}, - [465] = {.lex_state = 25, .external_lex_state = 7}, - [466] = {.lex_state = 25, .external_lex_state = 7}, + [459] = {.lex_state = 25, .external_lex_state = 2}, + [460] = {.lex_state = 25, .external_lex_state = 2}, + [461] = {.lex_state = 25, .external_lex_state = 2}, + [462] = {.lex_state = 25, .external_lex_state = 2}, + [463] = {.lex_state = 25, .external_lex_state = 2}, + [464] = {.lex_state = 2, .external_lex_state = 23}, + [465] = {.lex_state = 25, .external_lex_state = 2}, + [466] = {.lex_state = 1, .external_lex_state = 10}, [467] = {.lex_state = 25, .external_lex_state = 7}, - [468] = {.lex_state = 2, .external_lex_state = 12}, - [469] = {.lex_state = 2, .external_lex_state = 12}, - [470] = {.lex_state = 25, .external_lex_state = 7}, - [471] = {.lex_state = 25, .external_lex_state = 7}, - [472] = {.lex_state = 25, .external_lex_state = 7}, - [473] = {.lex_state = 2, .external_lex_state = 12}, - [474] = {.lex_state = 2, .external_lex_state = 12}, + [468] = {.lex_state = 25, .external_lex_state = 2}, + [469] = {.lex_state = 25, .external_lex_state = 2}, + [470] = {.lex_state = 25, .external_lex_state = 2}, + [471] = {.lex_state = 25, .external_lex_state = 2}, + [472] = {.lex_state = 25, .external_lex_state = 2}, + [473] = {.lex_state = 25, .external_lex_state = 2}, + [474] = {.lex_state = 25, .external_lex_state = 7}, [475] = {.lex_state = 25, .external_lex_state = 7}, [476] = {.lex_state = 25, .external_lex_state = 2}, - [477] = {.lex_state = 2, .external_lex_state = 12}, - [478] = {.lex_state = 2, .external_lex_state = 12}, + [477] = {.lex_state = 25, .external_lex_state = 2}, + [478] = {.lex_state = 25, .external_lex_state = 2}, [479] = {.lex_state = 25, .external_lex_state = 7}, - [480] = {.lex_state = 25, .external_lex_state = 2}, + [480] = {.lex_state = 25, .external_lex_state = 7}, [481] = {.lex_state = 25, .external_lex_state = 7}, - [482] = {.lex_state = 25, .external_lex_state = 2}, - [483] = {.lex_state = 2, .external_lex_state = 12}, - [484] = {.lex_state = 2, .external_lex_state = 12}, + [482] = {.lex_state = 25, .external_lex_state = 7}, + [483] = {.lex_state = 25, .external_lex_state = 7}, + [484] = {.lex_state = 25, .external_lex_state = 7}, [485] = {.lex_state = 25, .external_lex_state = 7}, [486] = {.lex_state = 25, .external_lex_state = 2}, - [487] = {.lex_state = 25, .external_lex_state = 7}, - [488] = {.lex_state = 25, .external_lex_state = 2}, - [489] = {.lex_state = 2, .external_lex_state = 12}, - [490] = {.lex_state = 2, .external_lex_state = 12}, - [491] = {.lex_state = 25, .external_lex_state = 2}, - [492] = {.lex_state = 25, .external_lex_state = 7}, + [487] = {.lex_state = 25, .external_lex_state = 2}, + [488] = {.lex_state = 25, .external_lex_state = 7}, + [489] = {.lex_state = 25, .external_lex_state = 2}, + [490] = {.lex_state = 25, .external_lex_state = 7}, + [491] = {.lex_state = 25, .external_lex_state = 7}, + [492] = {.lex_state = 25, .external_lex_state = 2}, [493] = {.lex_state = 25, .external_lex_state = 2}, - [494] = {.lex_state = 2, .external_lex_state = 12}, - [495] = {.lex_state = 2, .external_lex_state = 12}, - [496] = {.lex_state = 25, .external_lex_state = 2}, - [497] = {.lex_state = 25, .external_lex_state = 2}, - [498] = {.lex_state = 25, .external_lex_state = 2}, + [494] = {.lex_state = 25, .external_lex_state = 7}, + [495] = {.lex_state = 25, .external_lex_state = 2}, + [496] = {.lex_state = 25, .external_lex_state = 7}, + [497] = {.lex_state = 25, .external_lex_state = 7}, + [498] = {.lex_state = 25, .external_lex_state = 7}, [499] = {.lex_state = 25, .external_lex_state = 2}, - [500] = {.lex_state = 2, .external_lex_state = 12}, - [501] = {.lex_state = 2, .external_lex_state = 12}, - [502] = {.lex_state = 25, .external_lex_state = 2}, + [500] = {.lex_state = 25, .external_lex_state = 2}, + [501] = {.lex_state = 25, .external_lex_state = 2}, + [502] = {.lex_state = 25, .external_lex_state = 7}, [503] = {.lex_state = 25, .external_lex_state = 2}, [504] = {.lex_state = 25, .external_lex_state = 7}, - [505] = {.lex_state = 2, .external_lex_state = 12}, - [506] = {.lex_state = 2, .external_lex_state = 12}, + [505] = {.lex_state = 25, .external_lex_state = 7}, + [506] = {.lex_state = 1, .external_lex_state = 10}, [507] = {.lex_state = 25, .external_lex_state = 2}, - [508] = {.lex_state = 25, .external_lex_state = 7}, + [508] = {.lex_state = 2, .external_lex_state = 14}, [509] = {.lex_state = 25, .external_lex_state = 7}, - [510] = {.lex_state = 25, .external_lex_state = 7}, - [511] = {.lex_state = 2, .external_lex_state = 12}, - [512] = {.lex_state = 2, .external_lex_state = 12}, - [513] = {.lex_state = 25, .external_lex_state = 7}, - [514] = {.lex_state = 25, .external_lex_state = 7}, + [510] = {.lex_state = 25, .external_lex_state = 2}, + [511] = {.lex_state = 2, .external_lex_state = 14}, + [512] = {.lex_state = 25, .external_lex_state = 2}, + [513] = {.lex_state = 25, .external_lex_state = 2}, + [514] = {.lex_state = 25, .external_lex_state = 2}, [515] = {.lex_state = 25, .external_lex_state = 7}, - [516] = {.lex_state = 25, .external_lex_state = 7}, - [517] = {.lex_state = 2, .external_lex_state = 12}, - [518] = {.lex_state = 2, .external_lex_state = 12}, - [519] = {.lex_state = 25, .external_lex_state = 2}, - [520] = {.lex_state = 25, .external_lex_state = 2}, - [521] = {.lex_state = 25, .external_lex_state = 2}, - [522] = {.lex_state = 2, .external_lex_state = 12}, - [523] = {.lex_state = 2, .external_lex_state = 12}, + [516] = {.lex_state = 25, .external_lex_state = 2}, + [517] = {.lex_state = 25, .external_lex_state = 7}, + [518] = {.lex_state = 25, .external_lex_state = 2}, + [519] = {.lex_state = 25, .external_lex_state = 7}, + [520] = {.lex_state = 25, .external_lex_state = 7}, + [521] = {.lex_state = 25, .external_lex_state = 7}, + [522] = {.lex_state = 25, .external_lex_state = 7}, + [523] = {.lex_state = 25, .external_lex_state = 2}, [524] = {.lex_state = 25, .external_lex_state = 7}, - [525] = {.lex_state = 25, .external_lex_state = 2}, - [526] = {.lex_state = 2, .external_lex_state = 12}, - [527] = {.lex_state = 2, .external_lex_state = 12}, + [525] = {.lex_state = 25, .external_lex_state = 7}, + [526] = {.lex_state = 25, .external_lex_state = 7}, + [527] = {.lex_state = 25, .external_lex_state = 7}, [528] = {.lex_state = 25, .external_lex_state = 2}, - [529] = {.lex_state = 25, .external_lex_state = 2}, - [530] = {.lex_state = 2, .external_lex_state = 12}, + [529] = {.lex_state = 25, .external_lex_state = 7}, + [530] = {.lex_state = 25, .external_lex_state = 2}, [531] = {.lex_state = 25, .external_lex_state = 2}, [532] = {.lex_state = 25, .external_lex_state = 2}, - [533] = {.lex_state = 25, .external_lex_state = 2}, + [533] = {.lex_state = 25, .external_lex_state = 7}, [534] = {.lex_state = 25, .external_lex_state = 2}, - [535] = {.lex_state = 2, .external_lex_state = 12}, - [536] = {.lex_state = 25, .external_lex_state = 2}, - [537] = {.lex_state = 25, .external_lex_state = 7}, + [535] = {.lex_state = 25, .external_lex_state = 2}, + [536] = {.lex_state = 25, .external_lex_state = 7}, + [537] = {.lex_state = 2, .external_lex_state = 23}, [538] = {.lex_state = 25, .external_lex_state = 7}, - [539] = {.lex_state = 2, .external_lex_state = 12}, + [539] = {.lex_state = 25, .external_lex_state = 2}, [540] = {.lex_state = 25, .external_lex_state = 2}, - [541] = {.lex_state = 2, .external_lex_state = 12}, - [542] = {.lex_state = 25, .external_lex_state = 7}, + [541] = {.lex_state = 25, .external_lex_state = 2}, + [542] = {.lex_state = 25, .external_lex_state = 2}, [543] = {.lex_state = 25, .external_lex_state = 2}, - [544] = {.lex_state = 25, .external_lex_state = 7}, + [544] = {.lex_state = 1, .external_lex_state = 10}, [545] = {.lex_state = 25, .external_lex_state = 2}, - [546] = {.lex_state = 25, .external_lex_state = 7}, - [547] = {.lex_state = 25, .external_lex_state = 7}, - [548] = {.lex_state = 25, .external_lex_state = 7}, - [549] = {.lex_state = 25, .external_lex_state = 2}, + [546] = {.lex_state = 25, .external_lex_state = 2}, + [547] = {.lex_state = 25, .external_lex_state = 2}, + [548] = {.lex_state = 2, .external_lex_state = 23}, + [549] = {.lex_state = 25, .external_lex_state = 7}, [550] = {.lex_state = 25, .external_lex_state = 7}, [551] = {.lex_state = 25, .external_lex_state = 2}, - [552] = {.lex_state = 2, .external_lex_state = 16}, - [553] = {.lex_state = 2, .external_lex_state = 17}, - [554] = {.lex_state = 2, .external_lex_state = 17}, - [555] = {.lex_state = 2, .external_lex_state = 17}, - [556] = {.lex_state = 2, .external_lex_state = 18}, - [557] = {.lex_state = 2, .external_lex_state = 18}, - [558] = {.lex_state = 2, .external_lex_state = 18}, - [559] = {.lex_state = 2, .external_lex_state = 19}, - [560] = {.lex_state = 2, .external_lex_state = 19}, - [561] = {.lex_state = 2, .external_lex_state = 20}, - [562] = {.lex_state = 1, .external_lex_state = 9}, - [563] = {.lex_state = 1, .external_lex_state = 9}, - [564] = {.lex_state = 2, .external_lex_state = 19}, - [565] = {.lex_state = 2, .external_lex_state = 16}, - [566] = {.lex_state = 2, .external_lex_state = 16}, - [567] = {.lex_state = 2, .external_lex_state = 21}, - [568] = {.lex_state = 2, .external_lex_state = 21}, - [569] = {.lex_state = 2, .external_lex_state = 22}, - [570] = {.lex_state = 2, .external_lex_state = 22}, - [571] = {.lex_state = 2, .external_lex_state = 23}, - [572] = {.lex_state = 2, .external_lex_state = 23}, - [573] = {.lex_state = 2, .external_lex_state = 23}, - [574] = {.lex_state = 2, .external_lex_state = 14}, - [575] = {.lex_state = 3, .external_lex_state = 9}, - [576] = {.lex_state = 2, .external_lex_state = 20}, - [577] = {.lex_state = 3, .external_lex_state = 9}, - [578] = {.lex_state = 2, .external_lex_state = 20}, - [579] = {.lex_state = 2, .external_lex_state = 14}, - [580] = {.lex_state = 1, .external_lex_state = 9}, - [581] = {.lex_state = 3, .external_lex_state = 9}, - [582] = {.lex_state = 2, .external_lex_state = 24}, - [583] = {.lex_state = 2, .external_lex_state = 24}, - [584] = {.lex_state = 2, .external_lex_state = 24}, - [585] = {.lex_state = 2, .external_lex_state = 21}, - [586] = {.lex_state = 2, .external_lex_state = 22}, - [587] = {.lex_state = 1, .external_lex_state = 12}, - [588] = {.lex_state = 1, .external_lex_state = 12}, - [589] = {.lex_state = 2, .external_lex_state = 25}, - [590] = {.lex_state = 2, .external_lex_state = 25}, - [591] = {.lex_state = 2, .external_lex_state = 26}, - [592] = {.lex_state = 2, .external_lex_state = 25}, - [593] = {.lex_state = 2, .external_lex_state = 26}, - [594] = {.lex_state = 2, .external_lex_state = 26}, - [595] = {.lex_state = 2, .external_lex_state = 25}, - [596] = {.lex_state = 1, .external_lex_state = 12}, - [597] = {.lex_state = 1, .external_lex_state = 12}, - [598] = {.lex_state = 1, .external_lex_state = 12}, - [599] = {.lex_state = 1, .external_lex_state = 12}, - [600] = {.lex_state = 2, .external_lex_state = 26}, - [601] = {.lex_state = 1, .external_lex_state = 12}, - [602] = {.lex_state = 1, .external_lex_state = 12}, - [603] = {.lex_state = 1, .external_lex_state = 12}, - [604] = {.lex_state = 2, .external_lex_state = 25}, - [605] = {.lex_state = 2, .external_lex_state = 26}, - [606] = {.lex_state = 1, .external_lex_state = 12}, - [607] = {.lex_state = 1, .external_lex_state = 12}, - [608] = {.lex_state = 1, .external_lex_state = 12}, - [609] = {.lex_state = 1, .external_lex_state = 12}, - [610] = {.lex_state = 1, .external_lex_state = 12}, - [611] = {.lex_state = 1, .external_lex_state = 12}, - [612] = {.lex_state = 1, .external_lex_state = 12}, - [613] = {.lex_state = 2, .external_lex_state = 25}, - [614] = {.lex_state = 2, .external_lex_state = 26}, - [615] = {.lex_state = 2, .external_lex_state = 25}, - [616] = {.lex_state = 2, .external_lex_state = 25}, - [617] = {.lex_state = 2, .external_lex_state = 26}, - [618] = {.lex_state = 2, .external_lex_state = 26}, - [619] = {.lex_state = 1, .external_lex_state = 12}, - [620] = {.lex_state = 1, .external_lex_state = 12}, - [621] = {.lex_state = 1, .external_lex_state = 12}, - [622] = {.lex_state = 1, .external_lex_state = 12}, - [623] = {.lex_state = 1, .external_lex_state = 12}, - [624] = {.lex_state = 1, .external_lex_state = 12}, - [625] = {.lex_state = 1, .external_lex_state = 12}, - [626] = {.lex_state = 1, .external_lex_state = 12}, - [627] = {.lex_state = 1, .external_lex_state = 12}, - [628] = {.lex_state = 2, .external_lex_state = 25}, - [629] = {.lex_state = 2, .external_lex_state = 26}, - [630] = {.lex_state = 1, .external_lex_state = 12}, - [631] = {.lex_state = 1, .external_lex_state = 12}, - [632] = {.lex_state = 1, .external_lex_state = 12}, - [633] = {.lex_state = 1, .external_lex_state = 12}, - [634] = {.lex_state = 1, .external_lex_state = 12}, - [635] = {.lex_state = 1, .external_lex_state = 12}, - [636] = {.lex_state = 2, .external_lex_state = 12}, - [637] = {.lex_state = 2, .external_lex_state = 25}, - [638] = {.lex_state = 2, .external_lex_state = 26}, - [639] = {.lex_state = 1, .external_lex_state = 12}, - [640] = {.lex_state = 2, .external_lex_state = 25}, - [641] = {.lex_state = 2, .external_lex_state = 26}, - [642] = {.lex_state = 1, .external_lex_state = 12}, - [643] = {.lex_state = 2, .external_lex_state = 12}, - [644] = {.lex_state = 1, .external_lex_state = 12}, - [645] = {.lex_state = 1, .external_lex_state = 12}, - [646] = {.lex_state = 1, .external_lex_state = 12}, - [647] = {.lex_state = 1, .external_lex_state = 12}, - [648] = {.lex_state = 1, .external_lex_state = 12}, - [649] = {.lex_state = 2, .external_lex_state = 12}, - [650] = {.lex_state = 1, .external_lex_state = 12}, - [651] = {.lex_state = 1, .external_lex_state = 12}, - [652] = {.lex_state = 2, .external_lex_state = 25}, - [653] = {.lex_state = 2, .external_lex_state = 26}, - [654] = {.lex_state = 1, .external_lex_state = 12}, - [655] = {.lex_state = 1, .external_lex_state = 12}, - [656] = {.lex_state = 1, .external_lex_state = 12}, - [657] = {.lex_state = 1, .external_lex_state = 12}, - [658] = {.lex_state = 1, .external_lex_state = 12}, - [659] = {.lex_state = 1, .external_lex_state = 12}, - [660] = {.lex_state = 1, .external_lex_state = 12}, - [661] = {.lex_state = 2, .external_lex_state = 25}, - [662] = {.lex_state = 1, .external_lex_state = 12}, - [663] = {.lex_state = 1, .external_lex_state = 12}, - [664] = {.lex_state = 2, .external_lex_state = 26}, - [665] = {.lex_state = 2, .external_lex_state = 25}, - [666] = {.lex_state = 2, .external_lex_state = 25}, - [667] = {.lex_state = 2, .external_lex_state = 26}, - [668] = {.lex_state = 1, .external_lex_state = 12}, - [669] = {.lex_state = 1, .external_lex_state = 12}, - [670] = {.lex_state = 1, .external_lex_state = 12}, - [671] = {.lex_state = 1, .external_lex_state = 12}, - [672] = {.lex_state = 2, .external_lex_state = 12}, - [673] = {.lex_state = 1, .external_lex_state = 12}, - [674] = {.lex_state = 1, .external_lex_state = 12}, - [675] = {.lex_state = 1, .external_lex_state = 12}, - [676] = {.lex_state = 2, .external_lex_state = 26}, - [677] = {.lex_state = 2, .external_lex_state = 12}, - [678] = {.lex_state = 1, .external_lex_state = 12}, - [679] = {.lex_state = 1, .external_lex_state = 12}, - [680] = {.lex_state = 2, .external_lex_state = 25}, - [681] = {.lex_state = 2, .external_lex_state = 26}, - [682] = {.lex_state = 1, .external_lex_state = 12}, - [683] = {.lex_state = 1, .external_lex_state = 12}, - [684] = {.lex_state = 1, .external_lex_state = 12}, - [685] = {.lex_state = 1, .external_lex_state = 12}, - [686] = {.lex_state = 1, .external_lex_state = 12}, - [687] = {.lex_state = 1, .external_lex_state = 12}, - [688] = {.lex_state = 2, .external_lex_state = 12}, - [689] = {.lex_state = 2, .external_lex_state = 12}, - [690] = {.lex_state = 2, .external_lex_state = 12}, - [691] = {.lex_state = 2, .external_lex_state = 12}, - [692] = {.lex_state = 2, .external_lex_state = 12}, - [693] = {.lex_state = 2, .external_lex_state = 12}, - [694] = {.lex_state = 2, .external_lex_state = 12}, - [695] = {.lex_state = 2, .external_lex_state = 12}, - [696] = {.lex_state = 2, .external_lex_state = 12}, - [697] = {.lex_state = 2, .external_lex_state = 12}, - [698] = {.lex_state = 2, .external_lex_state = 12}, - [699] = {.lex_state = 2, .external_lex_state = 12}, - [700] = {.lex_state = 2, .external_lex_state = 12}, - [701] = {.lex_state = 2, .external_lex_state = 12}, - [702] = {.lex_state = 2, .external_lex_state = 12}, - [703] = {.lex_state = 2, .external_lex_state = 12}, - [704] = {.lex_state = 2, .external_lex_state = 12}, - [705] = {.lex_state = 2, .external_lex_state = 12}, - [706] = {.lex_state = 2, .external_lex_state = 12}, - [707] = {.lex_state = 2, .external_lex_state = 12}, - [708] = {.lex_state = 2, .external_lex_state = 12}, - [709] = {.lex_state = 2, .external_lex_state = 12}, - [710] = {.lex_state = 2, .external_lex_state = 12}, - [711] = {.lex_state = 2, .external_lex_state = 12}, - [712] = {.lex_state = 2, .external_lex_state = 12}, - [713] = {.lex_state = 2, .external_lex_state = 12}, - [714] = {.lex_state = 2, .external_lex_state = 12}, - [715] = {.lex_state = 2, .external_lex_state = 12}, - [716] = {.lex_state = 2, .external_lex_state = 12}, - [717] = {.lex_state = 2, .external_lex_state = 12}, - [718] = {.lex_state = 2, .external_lex_state = 12}, - [719] = {.lex_state = 2, .external_lex_state = 12}, - [720] = {.lex_state = 2, .external_lex_state = 12}, - [721] = {.lex_state = 2, .external_lex_state = 12}, - [722] = {.lex_state = 2, .external_lex_state = 12}, - [723] = {.lex_state = 2, .external_lex_state = 12}, - [724] = {.lex_state = 2, .external_lex_state = 12}, - [725] = {.lex_state = 2, .external_lex_state = 12}, - [726] = {.lex_state = 2, .external_lex_state = 12}, - [727] = {.lex_state = 2, .external_lex_state = 12}, - [728] = {.lex_state = 2, .external_lex_state = 12}, - [729] = {.lex_state = 2, .external_lex_state = 12}, - [730] = {.lex_state = 2, .external_lex_state = 12}, - [731] = {.lex_state = 2, .external_lex_state = 12}, - [732] = {.lex_state = 2, .external_lex_state = 12}, - [733] = {.lex_state = 2, .external_lex_state = 12}, - [734] = {.lex_state = 2, .external_lex_state = 12}, - [735] = {.lex_state = 2, .external_lex_state = 12}, - [736] = {.lex_state = 2, .external_lex_state = 12}, - [737] = {.lex_state = 2, .external_lex_state = 12}, - [738] = {.lex_state = 2, .external_lex_state = 12}, - [739] = {.lex_state = 2, .external_lex_state = 12}, - [740] = {.lex_state = 2, .external_lex_state = 12}, - [741] = {.lex_state = 2, .external_lex_state = 12}, - [742] = {.lex_state = 2, .external_lex_state = 12}, - [743] = {.lex_state = 2, .external_lex_state = 12}, - [744] = {.lex_state = 2, .external_lex_state = 12}, - [745] = {.lex_state = 2, .external_lex_state = 12}, - [746] = {.lex_state = 2, .external_lex_state = 12}, - [747] = {.lex_state = 2, .external_lex_state = 12}, - [748] = {.lex_state = 2, .external_lex_state = 12}, - [749] = {.lex_state = 2, .external_lex_state = 12}, - [750] = {.lex_state = 2, .external_lex_state = 12}, - [751] = {.lex_state = 2, .external_lex_state = 12}, - [752] = {.lex_state = 2, .external_lex_state = 12}, - [753] = {.lex_state = 2, .external_lex_state = 12}, - [754] = {.lex_state = 2, .external_lex_state = 12}, - [755] = {.lex_state = 2, .external_lex_state = 12}, - [756] = {.lex_state = 2, .external_lex_state = 12}, - [757] = {.lex_state = 2, .external_lex_state = 12}, - [758] = {.lex_state = 2, .external_lex_state = 12}, - [759] = {.lex_state = 2, .external_lex_state = 12}, - [760] = {.lex_state = 2, .external_lex_state = 12}, - [761] = {.lex_state = 2, .external_lex_state = 12}, - [762] = {.lex_state = 2, .external_lex_state = 12}, - [763] = {.lex_state = 2, .external_lex_state = 12}, - [764] = {.lex_state = 2, .external_lex_state = 12}, - [765] = {.lex_state = 2, .external_lex_state = 12}, - [766] = {.lex_state = 2, .external_lex_state = 12}, - [767] = {.lex_state = 2, .external_lex_state = 12}, - [768] = {.lex_state = 2, .external_lex_state = 12}, - [769] = {.lex_state = 2, .external_lex_state = 12}, - [770] = {.lex_state = 2, .external_lex_state = 12}, - [771] = {.lex_state = 2, .external_lex_state = 12}, - [772] = {.lex_state = 2, .external_lex_state = 12}, - [773] = {.lex_state = 2, .external_lex_state = 12}, - [774] = {.lex_state = 2, .external_lex_state = 12}, - [775] = {.lex_state = 2, .external_lex_state = 12}, - [776] = {.lex_state = 2, .external_lex_state = 12}, - [777] = {.lex_state = 2, .external_lex_state = 12}, - [778] = {.lex_state = 2, .external_lex_state = 12}, - [779] = {.lex_state = 2, .external_lex_state = 12}, - [780] = {.lex_state = 2, .external_lex_state = 12}, - [781] = {.lex_state = 2, .external_lex_state = 12}, - [782] = {.lex_state = 2, .external_lex_state = 12}, - [783] = {.lex_state = 2, .external_lex_state = 12}, - [784] = {.lex_state = 2, .external_lex_state = 12}, - [785] = {.lex_state = 2, .external_lex_state = 12}, - [786] = {.lex_state = 2, .external_lex_state = 12}, - [787] = {.lex_state = 2, .external_lex_state = 12}, - [788] = {.lex_state = 2, .external_lex_state = 12}, - [789] = {.lex_state = 2, .external_lex_state = 12}, - [790] = {.lex_state = 2, .external_lex_state = 12}, - [791] = {.lex_state = 2, .external_lex_state = 12}, - [792] = {.lex_state = 2, .external_lex_state = 12}, - [793] = {.lex_state = 2, .external_lex_state = 12}, - [794] = {.lex_state = 2, .external_lex_state = 12}, - [795] = {.lex_state = 2, .external_lex_state = 12}, - [796] = {.lex_state = 2, .external_lex_state = 12}, - [797] = {.lex_state = 2, .external_lex_state = 12}, - [798] = {.lex_state = 2, .external_lex_state = 12}, - [799] = {.lex_state = 2, .external_lex_state = 12}, - [800] = {.lex_state = 2, .external_lex_state = 12}, - [801] = {.lex_state = 2, .external_lex_state = 12}, - [802] = {.lex_state = 2, .external_lex_state = 12}, - [803] = {.lex_state = 2, .external_lex_state = 12}, - [804] = {.lex_state = 2, .external_lex_state = 12}, - [805] = {.lex_state = 2, .external_lex_state = 12}, - [806] = {.lex_state = 2, .external_lex_state = 12}, - [807] = {.lex_state = 2, .external_lex_state = 12}, - [808] = {.lex_state = 2, .external_lex_state = 12}, - [809] = {.lex_state = 2, .external_lex_state = 12}, - [810] = {.lex_state = 2, .external_lex_state = 12}, - [811] = {.lex_state = 2, .external_lex_state = 12}, - [812] = {.lex_state = 2, .external_lex_state = 12}, - [813] = {.lex_state = 2, .external_lex_state = 12}, - [814] = {.lex_state = 2, .external_lex_state = 12}, - [815] = {.lex_state = 2, .external_lex_state = 12}, - [816] = {.lex_state = 2, .external_lex_state = 12}, - [817] = {.lex_state = 2, .external_lex_state = 12}, - [818] = {.lex_state = 2, .external_lex_state = 12}, - [819] = {.lex_state = 2, .external_lex_state = 12}, - [820] = {.lex_state = 2, .external_lex_state = 12}, - [821] = {.lex_state = 2, .external_lex_state = 12}, - [822] = {.lex_state = 2, .external_lex_state = 12}, - [823] = {.lex_state = 2, .external_lex_state = 12}, - [824] = {.lex_state = 2, .external_lex_state = 12}, - [825] = {.lex_state = 2, .external_lex_state = 12}, - [826] = {.lex_state = 2, .external_lex_state = 12}, - [827] = {.lex_state = 2, .external_lex_state = 12}, - [828] = {.lex_state = 2, .external_lex_state = 12}, - [829] = {.lex_state = 2, .external_lex_state = 12}, - [830] = {.lex_state = 2, .external_lex_state = 12}, - [831] = {.lex_state = 2, .external_lex_state = 12}, - [832] = {.lex_state = 2, .external_lex_state = 12}, - [833] = {.lex_state = 2, .external_lex_state = 12}, - [834] = {.lex_state = 2, .external_lex_state = 12}, - [835] = {.lex_state = 2, .external_lex_state = 12}, - [836] = {.lex_state = 2, .external_lex_state = 12}, - [837] = {.lex_state = 2, .external_lex_state = 12}, - [838] = {.lex_state = 2, .external_lex_state = 12}, - [839] = {.lex_state = 2, .external_lex_state = 12}, - [840] = {.lex_state = 2, .external_lex_state = 12}, - [841] = {.lex_state = 2, .external_lex_state = 12}, - [842] = {.lex_state = 2, .external_lex_state = 12}, - [843] = {.lex_state = 2, .external_lex_state = 12}, - [844] = {.lex_state = 2, .external_lex_state = 12}, - [845] = {.lex_state = 2, .external_lex_state = 12}, - [846] = {.lex_state = 2, .external_lex_state = 12}, - [847] = {.lex_state = 25, .external_lex_state = 27}, + [552] = {.lex_state = 25, .external_lex_state = 7}, + [553] = {.lex_state = 25, .external_lex_state = 2}, + [554] = {.lex_state = 2, .external_lex_state = 24}, + [555] = {.lex_state = 25, .external_lex_state = 7}, + [556] = {.lex_state = 2, .external_lex_state = 24}, + [557] = {.lex_state = 2, .external_lex_state = 24}, + [558] = {.lex_state = 2, .external_lex_state = 25}, + [559] = {.lex_state = 25, .external_lex_state = 7}, + [560] = {.lex_state = 25, .external_lex_state = 2}, + [561] = {.lex_state = 2, .external_lex_state = 25}, + [562] = {.lex_state = 25, .external_lex_state = 2}, + [563] = {.lex_state = 2, .external_lex_state = 25}, + [564] = {.lex_state = 25, .external_lex_state = 7}, + [565] = {.lex_state = 2, .external_lex_state = 26}, + [566] = {.lex_state = 25, .external_lex_state = 7}, + [567] = {.lex_state = 2, .external_lex_state = 26}, + [568] = {.lex_state = 25, .external_lex_state = 7}, + [569] = {.lex_state = 2, .external_lex_state = 26}, + [570] = {.lex_state = 25, .external_lex_state = 7}, + [571] = {.lex_state = 2, .external_lex_state = 27}, + [572] = {.lex_state = 25, .external_lex_state = 7}, + [573] = {.lex_state = 2, .external_lex_state = 27}, + [574] = {.lex_state = 25, .external_lex_state = 7}, + [575] = {.lex_state = 2, .external_lex_state = 27}, + [576] = {.lex_state = 25, .external_lex_state = 7}, + [577] = {.lex_state = 25, .external_lex_state = 7}, + [578] = {.lex_state = 25, .external_lex_state = 7}, + [579] = {.lex_state = 25, .external_lex_state = 2}, + [580] = {.lex_state = 25, .external_lex_state = 7}, + [581] = {.lex_state = 25, .external_lex_state = 7}, + [582] = {.lex_state = 25, .external_lex_state = 7}, + [583] = {.lex_state = 25, .external_lex_state = 7}, + [584] = {.lex_state = 25, .external_lex_state = 7}, + [585] = {.lex_state = 25, .external_lex_state = 7}, + [586] = {.lex_state = 2, .external_lex_state = 21}, + [587] = {.lex_state = 1, .external_lex_state = 18}, + [588] = {.lex_state = 1, .external_lex_state = 18}, + [589] = {.lex_state = 1, .external_lex_state = 18}, + [590] = {.lex_state = 1, .external_lex_state = 18}, + [591] = {.lex_state = 1, .external_lex_state = 18}, + [592] = {.lex_state = 2, .external_lex_state = 28}, + [593] = {.lex_state = 2, .external_lex_state = 29}, + [594] = {.lex_state = 2, .external_lex_state = 29}, + [595] = {.lex_state = 2, .external_lex_state = 28}, + [596] = {.lex_state = 1, .external_lex_state = 18}, + [597] = {.lex_state = 1, .external_lex_state = 18}, + [598] = {.lex_state = 1, .external_lex_state = 18}, + [599] = {.lex_state = 1, .external_lex_state = 18}, + [600] = {.lex_state = 2, .external_lex_state = 29}, + [601] = {.lex_state = 2, .external_lex_state = 28}, + [602] = {.lex_state = 2, .external_lex_state = 28}, + [603] = {.lex_state = 2, .external_lex_state = 29}, + [604] = {.lex_state = 2, .external_lex_state = 28}, + [605] = {.lex_state = 2, .external_lex_state = 29}, + [606] = {.lex_state = 2, .external_lex_state = 29}, + [607] = {.lex_state = 2, .external_lex_state = 12}, + [608] = {.lex_state = 1, .external_lex_state = 18}, + [609] = {.lex_state = 1, .external_lex_state = 18}, + [610] = {.lex_state = 1, .external_lex_state = 18}, + [611] = {.lex_state = 1, .external_lex_state = 18}, + [612] = {.lex_state = 2, .external_lex_state = 12}, + [613] = {.lex_state = 1, .external_lex_state = 18}, + [614] = {.lex_state = 1, .external_lex_state = 18}, + [615] = {.lex_state = 1, .external_lex_state = 18}, + [616] = {.lex_state = 2, .external_lex_state = 28}, + [617] = {.lex_state = 2, .external_lex_state = 29}, + [618] = {.lex_state = 1, .external_lex_state = 18}, + [619] = {.lex_state = 2, .external_lex_state = 28}, + [620] = {.lex_state = 1, .external_lex_state = 18}, + [621] = {.lex_state = 1, .external_lex_state = 18}, + [622] = {.lex_state = 1, .external_lex_state = 18}, + [623] = {.lex_state = 1, .external_lex_state = 18}, + [624] = {.lex_state = 2, .external_lex_state = 18}, + [625] = {.lex_state = 1, .external_lex_state = 18}, + [626] = {.lex_state = 2, .external_lex_state = 28}, + [627] = {.lex_state = 2, .external_lex_state = 28}, + [628] = {.lex_state = 2, .external_lex_state = 28}, + [629] = {.lex_state = 2, .external_lex_state = 29}, + [630] = {.lex_state = 2, .external_lex_state = 29}, + [631] = {.lex_state = 2, .external_lex_state = 29}, + [632] = {.lex_state = 1, .external_lex_state = 18}, + [633] = {.lex_state = 1, .external_lex_state = 18}, + [634] = {.lex_state = 1, .external_lex_state = 18}, + [635] = {.lex_state = 1, .external_lex_state = 18}, + [636] = {.lex_state = 1, .external_lex_state = 18}, + [637] = {.lex_state = 1, .external_lex_state = 18}, + [638] = {.lex_state = 1, .external_lex_state = 18}, + [639] = {.lex_state = 1, .external_lex_state = 18}, + [640] = {.lex_state = 2, .external_lex_state = 28}, + [641] = {.lex_state = 2, .external_lex_state = 29}, + [642] = {.lex_state = 1, .external_lex_state = 18}, + [643] = {.lex_state = 2, .external_lex_state = 18}, + [644] = {.lex_state = 1, .external_lex_state = 18}, + [645] = {.lex_state = 1, .external_lex_state = 18}, + [646] = {.lex_state = 1, .external_lex_state = 18}, + [647] = {.lex_state = 1, .external_lex_state = 18}, + [648] = {.lex_state = 1, .external_lex_state = 18}, + [649] = {.lex_state = 2, .external_lex_state = 18}, + [650] = {.lex_state = 1, .external_lex_state = 18}, + [651] = {.lex_state = 2, .external_lex_state = 28}, + [652] = {.lex_state = 2, .external_lex_state = 28}, + [653] = {.lex_state = 2, .external_lex_state = 29}, + [654] = {.lex_state = 2, .external_lex_state = 29}, + [655] = {.lex_state = 1, .external_lex_state = 18}, + [656] = {.lex_state = 1, .external_lex_state = 18}, + [657] = {.lex_state = 1, .external_lex_state = 18}, + [658] = {.lex_state = 1, .external_lex_state = 18}, + [659] = {.lex_state = 1, .external_lex_state = 18}, + [660] = {.lex_state = 1, .external_lex_state = 18}, + [661] = {.lex_state = 1, .external_lex_state = 18}, + [662] = {.lex_state = 1, .external_lex_state = 18}, + [663] = {.lex_state = 1, .external_lex_state = 18}, + [664] = {.lex_state = 1, .external_lex_state = 18}, + [665] = {.lex_state = 1, .external_lex_state = 18}, + [666] = {.lex_state = 1, .external_lex_state = 18}, + [667] = {.lex_state = 1, .external_lex_state = 18}, + [668] = {.lex_state = 1, .external_lex_state = 18}, + [669] = {.lex_state = 2, .external_lex_state = 28}, + [670] = {.lex_state = 2, .external_lex_state = 29}, + [671] = {.lex_state = 1, .external_lex_state = 18}, + [672] = {.lex_state = 1, .external_lex_state = 18}, + [673] = {.lex_state = 1, .external_lex_state = 18}, + [674] = {.lex_state = 1, .external_lex_state = 18}, + [675] = {.lex_state = 1, .external_lex_state = 18}, + [676] = {.lex_state = 1, .external_lex_state = 18}, + [677] = {.lex_state = 1, .external_lex_state = 18}, + [678] = {.lex_state = 2, .external_lex_state = 28}, + [679] = {.lex_state = 2, .external_lex_state = 29}, + [680] = {.lex_state = 1, .external_lex_state = 18}, + [681] = {.lex_state = 2, .external_lex_state = 28}, + [682] = {.lex_state = 2, .external_lex_state = 29}, + [683] = {.lex_state = 1, .external_lex_state = 18}, + [684] = {.lex_state = 1, .external_lex_state = 18}, + [685] = {.lex_state = 1, .external_lex_state = 18}, + [686] = {.lex_state = 1, .external_lex_state = 18}, + [687] = {.lex_state = 1, .external_lex_state = 18}, + [688] = {.lex_state = 2, .external_lex_state = 18}, + [689] = {.lex_state = 2, .external_lex_state = 18}, + [690] = {.lex_state = 2, .external_lex_state = 18}, + [691] = {.lex_state = 2, .external_lex_state = 18}, + [692] = {.lex_state = 2, .external_lex_state = 18}, + [693] = {.lex_state = 2, .external_lex_state = 18}, + [694] = {.lex_state = 2, .external_lex_state = 18}, + [695] = {.lex_state = 2, .external_lex_state = 18}, + [696] = {.lex_state = 2, .external_lex_state = 18}, + [697] = {.lex_state = 2, .external_lex_state = 18}, + [698] = {.lex_state = 2, .external_lex_state = 18}, + [699] = {.lex_state = 2, .external_lex_state = 18}, + [700] = {.lex_state = 2, .external_lex_state = 18}, + [701] = {.lex_state = 2, .external_lex_state = 18}, + [702] = {.lex_state = 2, .external_lex_state = 18}, + [703] = {.lex_state = 2, .external_lex_state = 18}, + [704] = {.lex_state = 2, .external_lex_state = 18}, + [705] = {.lex_state = 2, .external_lex_state = 18}, + [706] = {.lex_state = 2, .external_lex_state = 18}, + [707] = {.lex_state = 2, .external_lex_state = 18}, + [708] = {.lex_state = 2, .external_lex_state = 18}, + [709] = {.lex_state = 2, .external_lex_state = 18}, + [710] = {.lex_state = 2, .external_lex_state = 18}, + [711] = {.lex_state = 2, .external_lex_state = 18}, + [712] = {.lex_state = 2, .external_lex_state = 18}, + [713] = {.lex_state = 2, .external_lex_state = 18}, + [714] = {.lex_state = 2, .external_lex_state = 18}, + [715] = {.lex_state = 2, .external_lex_state = 18}, + [716] = {.lex_state = 2, .external_lex_state = 18}, + [717] = {.lex_state = 2, .external_lex_state = 18}, + [718] = {.lex_state = 2, .external_lex_state = 18}, + [719] = {.lex_state = 2, .external_lex_state = 18}, + [720] = {.lex_state = 2, .external_lex_state = 18}, + [721] = {.lex_state = 2, .external_lex_state = 18}, + [722] = {.lex_state = 2, .external_lex_state = 18}, + [723] = {.lex_state = 2, .external_lex_state = 18}, + [724] = {.lex_state = 2, .external_lex_state = 18}, + [725] = {.lex_state = 2, .external_lex_state = 18}, + [726] = {.lex_state = 2, .external_lex_state = 18}, + [727] = {.lex_state = 2, .external_lex_state = 18}, + [728] = {.lex_state = 2, .external_lex_state = 18}, + [729] = {.lex_state = 2, .external_lex_state = 18}, + [730] = {.lex_state = 2, .external_lex_state = 18}, + [731] = {.lex_state = 2, .external_lex_state = 18}, + [732] = {.lex_state = 2, .external_lex_state = 18}, + [733] = {.lex_state = 2, .external_lex_state = 18}, + [734] = {.lex_state = 2, .external_lex_state = 18}, + [735] = {.lex_state = 2, .external_lex_state = 18}, + [736] = {.lex_state = 2, .external_lex_state = 18}, + [737] = {.lex_state = 2, .external_lex_state = 18}, + [738] = {.lex_state = 2, .external_lex_state = 18}, + [739] = {.lex_state = 2, .external_lex_state = 18}, + [740] = {.lex_state = 2, .external_lex_state = 18}, + [741] = {.lex_state = 2, .external_lex_state = 18}, + [742] = {.lex_state = 2, .external_lex_state = 18}, + [743] = {.lex_state = 2, .external_lex_state = 18}, + [744] = {.lex_state = 2, .external_lex_state = 18}, + [745] = {.lex_state = 2, .external_lex_state = 18}, + [746] = {.lex_state = 2, .external_lex_state = 18}, + [747] = {.lex_state = 2, .external_lex_state = 18}, + [748] = {.lex_state = 2, .external_lex_state = 18}, + [749] = {.lex_state = 2, .external_lex_state = 18}, + [750] = {.lex_state = 2, .external_lex_state = 18}, + [751] = {.lex_state = 2, .external_lex_state = 18}, + [752] = {.lex_state = 2, .external_lex_state = 18}, + [753] = {.lex_state = 2, .external_lex_state = 18}, + [754] = {.lex_state = 2, .external_lex_state = 18}, + [755] = {.lex_state = 2, .external_lex_state = 18}, + [756] = {.lex_state = 2, .external_lex_state = 18}, + [757] = {.lex_state = 2, .external_lex_state = 18}, + [758] = {.lex_state = 2, .external_lex_state = 18}, + [759] = {.lex_state = 2, .external_lex_state = 18}, + [760] = {.lex_state = 2, .external_lex_state = 18}, + [761] = {.lex_state = 2, .external_lex_state = 18}, + [762] = {.lex_state = 2, .external_lex_state = 18}, + [763] = {.lex_state = 2, .external_lex_state = 18}, + [764] = {.lex_state = 2, .external_lex_state = 18}, + [765] = {.lex_state = 2, .external_lex_state = 18}, + [766] = {.lex_state = 2, .external_lex_state = 18}, + [767] = {.lex_state = 2, .external_lex_state = 18}, + [768] = {.lex_state = 2, .external_lex_state = 18}, + [769] = {.lex_state = 2, .external_lex_state = 18}, + [770] = {.lex_state = 2, .external_lex_state = 18}, + [771] = {.lex_state = 2, .external_lex_state = 18}, + [772] = {.lex_state = 2, .external_lex_state = 18}, + [773] = {.lex_state = 2, .external_lex_state = 18}, + [774] = {.lex_state = 2, .external_lex_state = 18}, + [775] = {.lex_state = 2, .external_lex_state = 18}, + [776] = {.lex_state = 2, .external_lex_state = 18}, + [777] = {.lex_state = 2, .external_lex_state = 18}, + [778] = {.lex_state = 2, .external_lex_state = 18}, + [779] = {.lex_state = 2, .external_lex_state = 18}, + [780] = {.lex_state = 2, .external_lex_state = 18}, + [781] = {.lex_state = 2, .external_lex_state = 18}, + [782] = {.lex_state = 2, .external_lex_state = 18}, + [783] = {.lex_state = 2, .external_lex_state = 18}, + [784] = {.lex_state = 2, .external_lex_state = 18}, + [785] = {.lex_state = 2, .external_lex_state = 18}, + [786] = {.lex_state = 2, .external_lex_state = 18}, + [787] = {.lex_state = 2, .external_lex_state = 18}, + [788] = {.lex_state = 2, .external_lex_state = 18}, + [789] = {.lex_state = 2, .external_lex_state = 18}, + [790] = {.lex_state = 2, .external_lex_state = 18}, + [791] = {.lex_state = 2, .external_lex_state = 18}, + [792] = {.lex_state = 2, .external_lex_state = 18}, + [793] = {.lex_state = 2, .external_lex_state = 18}, + [794] = {.lex_state = 2, .external_lex_state = 18}, + [795] = {.lex_state = 2, .external_lex_state = 18}, + [796] = {.lex_state = 2, .external_lex_state = 18}, + [797] = {.lex_state = 2, .external_lex_state = 18}, + [798] = {.lex_state = 2, .external_lex_state = 18}, + [799] = {.lex_state = 2, .external_lex_state = 18}, + [800] = {.lex_state = 2, .external_lex_state = 18}, + [801] = {.lex_state = 2, .external_lex_state = 18}, + [802] = {.lex_state = 2, .external_lex_state = 18}, + [803] = {.lex_state = 2, .external_lex_state = 18}, + [804] = {.lex_state = 2, .external_lex_state = 18}, + [805] = {.lex_state = 2, .external_lex_state = 18}, + [806] = {.lex_state = 2, .external_lex_state = 18}, + [807] = {.lex_state = 2, .external_lex_state = 18}, + [808] = {.lex_state = 2, .external_lex_state = 18}, + [809] = {.lex_state = 2, .external_lex_state = 18}, + [810] = {.lex_state = 2, .external_lex_state = 18}, + [811] = {.lex_state = 2, .external_lex_state = 18}, + [812] = {.lex_state = 2, .external_lex_state = 18}, + [813] = {.lex_state = 2, .external_lex_state = 18}, + [814] = {.lex_state = 2, .external_lex_state = 18}, + [815] = {.lex_state = 2, .external_lex_state = 18}, + [816] = {.lex_state = 2, .external_lex_state = 18}, + [817] = {.lex_state = 2, .external_lex_state = 18}, + [818] = {.lex_state = 2, .external_lex_state = 18}, + [819] = {.lex_state = 2, .external_lex_state = 18}, + [820] = {.lex_state = 2, .external_lex_state = 18}, + [821] = {.lex_state = 2, .external_lex_state = 18}, + [822] = {.lex_state = 2, .external_lex_state = 18}, + [823] = {.lex_state = 2, .external_lex_state = 18}, + [824] = {.lex_state = 2, .external_lex_state = 18}, + [825] = {.lex_state = 2, .external_lex_state = 18}, + [826] = {.lex_state = 2, .external_lex_state = 18}, + [827] = {.lex_state = 2, .external_lex_state = 18}, + [828] = {.lex_state = 2, .external_lex_state = 18}, + [829] = {.lex_state = 2, .external_lex_state = 18}, + [830] = {.lex_state = 2, .external_lex_state = 18}, + [831] = {.lex_state = 2, .external_lex_state = 18}, + [832] = {.lex_state = 2, .external_lex_state = 18}, + [833] = {.lex_state = 2, .external_lex_state = 18}, + [834] = {.lex_state = 2, .external_lex_state = 18}, + [835] = {.lex_state = 2, .external_lex_state = 18}, + [836] = {.lex_state = 2, .external_lex_state = 18}, + [837] = {.lex_state = 2, .external_lex_state = 18}, + [838] = {.lex_state = 2, .external_lex_state = 18}, + [839] = {.lex_state = 2, .external_lex_state = 18}, + [840] = {.lex_state = 2, .external_lex_state = 18}, + [841] = {.lex_state = 2, .external_lex_state = 18}, + [842] = {.lex_state = 2, .external_lex_state = 18}, + [843] = {.lex_state = 2, .external_lex_state = 18}, + [844] = {.lex_state = 2, .external_lex_state = 18}, + [845] = {.lex_state = 2, .external_lex_state = 18}, + [846] = {.lex_state = 2, .external_lex_state = 18}, + [847] = {.lex_state = 25, .external_lex_state = 30}, [848] = {.lex_state = 2, .external_lex_state = 8}, [849] = {.lex_state = 2, .external_lex_state = 8}, [850] = {.lex_state = 2, .external_lex_state = 8}, @@ -39954,440 +39984,440 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [852] = {.lex_state = 2, .external_lex_state = 8}, [853] = {.lex_state = 2, .external_lex_state = 8}, [854] = {.lex_state = 2, .external_lex_state = 8}, - [855] = {.lex_state = 2, .external_lex_state = 8}, - [856] = {.lex_state = 2, .external_lex_state = 8}, + [855] = {.lex_state = 2, .external_lex_state = 30}, + [856] = {.lex_state = 25, .external_lex_state = 8}, [857] = {.lex_state = 2, .external_lex_state = 8}, [858] = {.lex_state = 2, .external_lex_state = 8}, [859] = {.lex_state = 2, .external_lex_state = 8}, - [860] = {.lex_state = 2, .external_lex_state = 8}, + [860] = {.lex_state = 2, .external_lex_state = 30}, [861] = {.lex_state = 2, .external_lex_state = 8}, - [862] = {.lex_state = 2, .external_lex_state = 27}, + [862] = {.lex_state = 2, .external_lex_state = 8}, [863] = {.lex_state = 2, .external_lex_state = 8}, [864] = {.lex_state = 2, .external_lex_state = 8}, [865] = {.lex_state = 2, .external_lex_state = 8}, [866] = {.lex_state = 2, .external_lex_state = 8}, - [867] = {.lex_state = 25, .external_lex_state = 8}, + [867] = {.lex_state = 2, .external_lex_state = 8}, [868] = {.lex_state = 2, .external_lex_state = 8}, - [869] = {.lex_state = 2, .external_lex_state = 27}, + [869] = {.lex_state = 2, .external_lex_state = 8}, [870] = {.lex_state = 2, .external_lex_state = 8}, [871] = {.lex_state = 2, .external_lex_state = 8}, - [872] = {.lex_state = 2, .external_lex_state = 15}, + [872] = {.lex_state = 2, .external_lex_state = 10}, [873] = {.lex_state = 2, .external_lex_state = 8}, [874] = {.lex_state = 2, .external_lex_state = 8}, [875] = {.lex_state = 2, .external_lex_state = 8}, [876] = {.lex_state = 2, .external_lex_state = 8}, [877] = {.lex_state = 2, .external_lex_state = 8}, - [878] = {.lex_state = 2, .external_lex_state = 8}, + [878] = {.lex_state = 2, .external_lex_state = 17}, [879] = {.lex_state = 2, .external_lex_state = 8}, [880] = {.lex_state = 2, .external_lex_state = 8}, [881] = {.lex_state = 2, .external_lex_state = 8}, - [882] = {.lex_state = 2, .external_lex_state = 8}, - [883] = {.lex_state = 2, .external_lex_state = 8}, - [884] = {.lex_state = 2, .external_lex_state = 8}, - [885] = {.lex_state = 2, .external_lex_state = 8}, + [882] = {.lex_state = 2, .external_lex_state = 17}, + [883] = {.lex_state = 2, .external_lex_state = 31}, + [884] = {.lex_state = 2, .external_lex_state = 17}, + [885] = {.lex_state = 2, .external_lex_state = 17}, [886] = {.lex_state = 2, .external_lex_state = 8}, - [887] = {.lex_state = 2, .external_lex_state = 8}, - [888] = {.lex_state = 2, .external_lex_state = 8}, - [889] = {.lex_state = 2, .external_lex_state = 8}, - [890] = {.lex_state = 2, .external_lex_state = 8}, - [891] = {.lex_state = 2, .external_lex_state = 8}, - [892] = {.lex_state = 2, .external_lex_state = 8}, - [893] = {.lex_state = 2, .external_lex_state = 8}, + [887] = {.lex_state = 2, .external_lex_state = 17}, + [888] = {.lex_state = 2, .external_lex_state = 17}, + [889] = {.lex_state = 2, .external_lex_state = 17}, + [890] = {.lex_state = 2, .external_lex_state = 17}, + [891] = {.lex_state = 2, .external_lex_state = 17}, + [892] = {.lex_state = 2, .external_lex_state = 17}, + [893] = {.lex_state = 2, .external_lex_state = 17}, [894] = {.lex_state = 2, .external_lex_state = 8}, [895] = {.lex_state = 2, .external_lex_state = 8}, - [896] = {.lex_state = 2, .external_lex_state = 28}, - [897] = {.lex_state = 2, .external_lex_state = 15}, - [898] = {.lex_state = 2, .external_lex_state = 8}, - [899] = {.lex_state = 2, .external_lex_state = 9}, - [900] = {.lex_state = 2, .external_lex_state = 8}, - [901] = {.lex_state = 2, .external_lex_state = 9}, - [902] = {.lex_state = 2, .external_lex_state = 8}, - [903] = {.lex_state = 2, .external_lex_state = 15}, + [896] = {.lex_state = 2, .external_lex_state = 17}, + [897] = {.lex_state = 2, .external_lex_state = 8}, + [898] = {.lex_state = 2, .external_lex_state = 17}, + [899] = {.lex_state = 2, .external_lex_state = 17}, + [900] = {.lex_state = 2, .external_lex_state = 17}, + [901] = {.lex_state = 2, .external_lex_state = 17}, + [902] = {.lex_state = 2, .external_lex_state = 17}, + [903] = {.lex_state = 2, .external_lex_state = 8}, [904] = {.lex_state = 2, .external_lex_state = 8}, - [905] = {.lex_state = 2, .external_lex_state = 15}, + [905] = {.lex_state = 2, .external_lex_state = 8}, [906] = {.lex_state = 2, .external_lex_state = 8}, [907] = {.lex_state = 2, .external_lex_state = 8}, - [908] = {.lex_state = 2, .external_lex_state = 29}, - [909] = {.lex_state = 2, .external_lex_state = 15}, + [908] = {.lex_state = 2, .external_lex_state = 8}, + [909] = {.lex_state = 2, .external_lex_state = 8}, [910] = {.lex_state = 2, .external_lex_state = 8}, - [911] = {.lex_state = 2, .external_lex_state = 15}, - [912] = {.lex_state = 2, .external_lex_state = 8}, - [913] = {.lex_state = 2, .external_lex_state = 15}, - [914] = {.lex_state = 2, .external_lex_state = 15}, - [915] = {.lex_state = 2, .external_lex_state = 9}, - [916] = {.lex_state = 2, .external_lex_state = 15}, - [917] = {.lex_state = 2, .external_lex_state = 15}, - [918] = {.lex_state = 2, .external_lex_state = 15}, - [919] = {.lex_state = 2, .external_lex_state = 15}, - [920] = {.lex_state = 2, .external_lex_state = 15}, + [911] = {.lex_state = 2, .external_lex_state = 17}, + [912] = {.lex_state = 2, .external_lex_state = 17}, + [913] = {.lex_state = 2, .external_lex_state = 8}, + [914] = {.lex_state = 2, .external_lex_state = 8}, + [915] = {.lex_state = 2, .external_lex_state = 8}, + [916] = {.lex_state = 2, .external_lex_state = 8}, + [917] = {.lex_state = 2, .external_lex_state = 8}, + [918] = {.lex_state = 2, .external_lex_state = 8}, + [919] = {.lex_state = 2, .external_lex_state = 8}, + [920] = {.lex_state = 2, .external_lex_state = 17}, [921] = {.lex_state = 2, .external_lex_state = 8}, [922] = {.lex_state = 2, .external_lex_state = 8}, - [923] = {.lex_state = 2, .external_lex_state = 8}, + [923] = {.lex_state = 2, .external_lex_state = 10}, [924] = {.lex_state = 2, .external_lex_state = 8}, - [925] = {.lex_state = 2, .external_lex_state = 15}, - [926] = {.lex_state = 2, .external_lex_state = 15}, - [927] = {.lex_state = 2, .external_lex_state = 15}, - [928] = {.lex_state = 2, .external_lex_state = 15}, - [929] = {.lex_state = 2, .external_lex_state = 8}, - [930] = {.lex_state = 2, .external_lex_state = 8}, - [931] = {.lex_state = 2, .external_lex_state = 8}, + [925] = {.lex_state = 2, .external_lex_state = 10}, + [926] = {.lex_state = 2, .external_lex_state = 10}, + [927] = {.lex_state = 2, .external_lex_state = 10}, + [928] = {.lex_state = 2, .external_lex_state = 10}, + [929] = {.lex_state = 2, .external_lex_state = 10}, + [930] = {.lex_state = 2, .external_lex_state = 10}, + [931] = {.lex_state = 2, .external_lex_state = 10}, [932] = {.lex_state = 2, .external_lex_state = 8}, [933] = {.lex_state = 2, .external_lex_state = 8}, - [934] = {.lex_state = 2, .external_lex_state = 8}, - [935] = {.lex_state = 2, .external_lex_state = 8}, - [936] = {.lex_state = 2, .external_lex_state = 15}, - [937] = {.lex_state = 2, .external_lex_state = 15}, - [938] = {.lex_state = 2, .external_lex_state = 8}, - [939] = {.lex_state = 2, .external_lex_state = 8}, - [940] = {.lex_state = 2, .external_lex_state = 8}, - [941] = {.lex_state = 2, .external_lex_state = 8}, - [942] = {.lex_state = 2, .external_lex_state = 8}, - [943] = {.lex_state = 2, .external_lex_state = 8}, - [944] = {.lex_state = 2, .external_lex_state = 8}, - [945] = {.lex_state = 2, .external_lex_state = 15}, + [934] = {.lex_state = 2, .external_lex_state = 10}, + [935] = {.lex_state = 2, .external_lex_state = 10}, + [936] = {.lex_state = 2, .external_lex_state = 10}, + [937] = {.lex_state = 2, .external_lex_state = 10}, + [938] = {.lex_state = 2, .external_lex_state = 10}, + [939] = {.lex_state = 2, .external_lex_state = 10}, + [940] = {.lex_state = 2, .external_lex_state = 10}, + [941] = {.lex_state = 2, .external_lex_state = 10}, + [942] = {.lex_state = 2, .external_lex_state = 10}, + [943] = {.lex_state = 2, .external_lex_state = 10}, + [944] = {.lex_state = 2, .external_lex_state = 10}, + [945] = {.lex_state = 2, .external_lex_state = 8}, [946] = {.lex_state = 2, .external_lex_state = 8}, [947] = {.lex_state = 2, .external_lex_state = 8}, - [948] = {.lex_state = 2, .external_lex_state = 9}, + [948] = {.lex_state = 2, .external_lex_state = 8}, [949] = {.lex_state = 2, .external_lex_state = 8}, - [950] = {.lex_state = 2, .external_lex_state = 9}, - [951] = {.lex_state = 2, .external_lex_state = 9}, - [952] = {.lex_state = 2, .external_lex_state = 9}, - [953] = {.lex_state = 2, .external_lex_state = 9}, - [954] = {.lex_state = 2, .external_lex_state = 9}, - [955] = {.lex_state = 2, .external_lex_state = 9}, - [956] = {.lex_state = 2, .external_lex_state = 9}, + [950] = {.lex_state = 2, .external_lex_state = 8}, + [951] = {.lex_state = 2, .external_lex_state = 8}, + [952] = {.lex_state = 2, .external_lex_state = 8}, + [953] = {.lex_state = 2, .external_lex_state = 10}, + [954] = {.lex_state = 2, .external_lex_state = 8}, + [955] = {.lex_state = 2, .external_lex_state = 8}, + [956] = {.lex_state = 2, .external_lex_state = 8}, [957] = {.lex_state = 2, .external_lex_state = 8}, [958] = {.lex_state = 2, .external_lex_state = 8}, - [959] = {.lex_state = 2, .external_lex_state = 9}, - [960] = {.lex_state = 2, .external_lex_state = 9}, - [961] = {.lex_state = 2, .external_lex_state = 9}, - [962] = {.lex_state = 2, .external_lex_state = 9}, - [963] = {.lex_state = 2, .external_lex_state = 9}, - [964] = {.lex_state = 2, .external_lex_state = 9}, - [965] = {.lex_state = 2, .external_lex_state = 9}, - [966] = {.lex_state = 2, .external_lex_state = 9}, - [967] = {.lex_state = 2, .external_lex_state = 9}, - [968] = {.lex_state = 2, .external_lex_state = 9}, - [969] = {.lex_state = 2, .external_lex_state = 8}, - [970] = {.lex_state = 2, .external_lex_state = 15}, - [971] = {.lex_state = 2, .external_lex_state = 18}, - [972] = {.lex_state = 2, .external_lex_state = 15}, - [973] = {.lex_state = 2, .external_lex_state = 15}, - [974] = {.lex_state = 2, .external_lex_state = 20}, - [975] = {.lex_state = 2, .external_lex_state = 20}, - [976] = {.lex_state = 2, .external_lex_state = 20}, - [977] = {.lex_state = 2, .external_lex_state = 20}, - [978] = {.lex_state = 2, .external_lex_state = 20}, - [979] = {.lex_state = 2, .external_lex_state = 20}, - [980] = {.lex_state = 2, .external_lex_state = 20}, - [981] = {.lex_state = 2, .external_lex_state = 20}, - [982] = {.lex_state = 2, .external_lex_state = 20}, - [983] = {.lex_state = 2, .external_lex_state = 20}, - [984] = {.lex_state = 2, .external_lex_state = 20}, - [985] = {.lex_state = 2, .external_lex_state = 20}, - [986] = {.lex_state = 2, .external_lex_state = 20}, - [987] = {.lex_state = 2, .external_lex_state = 20}, - [988] = {.lex_state = 2, .external_lex_state = 20}, - [989] = {.lex_state = 2, .external_lex_state = 20}, - [990] = {.lex_state = 2, .external_lex_state = 20}, - [991] = {.lex_state = 2, .external_lex_state = 20}, - [992] = {.lex_state = 2, .external_lex_state = 20}, - [993] = {.lex_state = 2, .external_lex_state = 20}, - [994] = {.lex_state = 2, .external_lex_state = 20}, - [995] = {.lex_state = 2, .external_lex_state = 30}, - [996] = {.lex_state = 2, .external_lex_state = 19}, - [997] = {.lex_state = 2, .external_lex_state = 19}, - [998] = {.lex_state = 2, .external_lex_state = 19}, - [999] = {.lex_state = 2, .external_lex_state = 19}, - [1000] = {.lex_state = 2, .external_lex_state = 19}, - [1001] = {.lex_state = 2, .external_lex_state = 19}, - [1002] = {.lex_state = 2, .external_lex_state = 19}, - [1003] = {.lex_state = 2, .external_lex_state = 19}, - [1004] = {.lex_state = 2, .external_lex_state = 19}, - [1005] = {.lex_state = 2, .external_lex_state = 19}, - [1006] = {.lex_state = 2, .external_lex_state = 19}, - [1007] = {.lex_state = 2, .external_lex_state = 19}, - [1008] = {.lex_state = 2, .external_lex_state = 19}, - [1009] = {.lex_state = 2, .external_lex_state = 19}, - [1010] = {.lex_state = 2, .external_lex_state = 19}, - [1011] = {.lex_state = 2, .external_lex_state = 19}, - [1012] = {.lex_state = 2, .external_lex_state = 19}, - [1013] = {.lex_state = 2, .external_lex_state = 19}, - [1014] = {.lex_state = 2, .external_lex_state = 19}, - [1015] = {.lex_state = 2, .external_lex_state = 19}, - [1016] = {.lex_state = 2, .external_lex_state = 19}, - [1017] = {.lex_state = 2, .external_lex_state = 16}, - [1018] = {.lex_state = 2, .external_lex_state = 16}, - [1019] = {.lex_state = 2, .external_lex_state = 16}, - [1020] = {.lex_state = 2, .external_lex_state = 16}, - [1021] = {.lex_state = 2, .external_lex_state = 16}, - [1022] = {.lex_state = 2, .external_lex_state = 16}, - [1023] = {.lex_state = 2, .external_lex_state = 16}, - [1024] = {.lex_state = 2, .external_lex_state = 16}, - [1025] = {.lex_state = 2, .external_lex_state = 16}, - [1026] = {.lex_state = 2, .external_lex_state = 16}, - [1027] = {.lex_state = 2, .external_lex_state = 16}, - [1028] = {.lex_state = 2, .external_lex_state = 16}, - [1029] = {.lex_state = 2, .external_lex_state = 16}, - [1030] = {.lex_state = 2, .external_lex_state = 16}, - [1031] = {.lex_state = 2, .external_lex_state = 16}, - [1032] = {.lex_state = 2, .external_lex_state = 16}, - [1033] = {.lex_state = 2, .external_lex_state = 16}, - [1034] = {.lex_state = 2, .external_lex_state = 16}, - [1035] = {.lex_state = 2, .external_lex_state = 16}, - [1036] = {.lex_state = 2, .external_lex_state = 16}, - [1037] = {.lex_state = 2, .external_lex_state = 16}, - [1038] = {.lex_state = 1, .external_lex_state = 28}, - [1039] = {.lex_state = 2, .external_lex_state = 22}, - [1040] = {.lex_state = 2, .external_lex_state = 22}, - [1041] = {.lex_state = 2, .external_lex_state = 22}, - [1042] = {.lex_state = 2, .external_lex_state = 22}, - [1043] = {.lex_state = 2, .external_lex_state = 22}, - [1044] = {.lex_state = 2, .external_lex_state = 22}, - [1045] = {.lex_state = 2, .external_lex_state = 22}, - [1046] = {.lex_state = 2, .external_lex_state = 22}, - [1047] = {.lex_state = 2, .external_lex_state = 22}, - [1048] = {.lex_state = 2, .external_lex_state = 22}, - [1049] = {.lex_state = 2, .external_lex_state = 22}, - [1050] = {.lex_state = 2, .external_lex_state = 22}, - [1051] = {.lex_state = 2, .external_lex_state = 22}, - [1052] = {.lex_state = 2, .external_lex_state = 22}, - [1053] = {.lex_state = 2, .external_lex_state = 22}, - [1054] = {.lex_state = 2, .external_lex_state = 22}, - [1055] = {.lex_state = 2, .external_lex_state = 22}, - [1056] = {.lex_state = 2, .external_lex_state = 22}, - [1057] = {.lex_state = 2, .external_lex_state = 22}, - [1058] = {.lex_state = 2, .external_lex_state = 22}, - [1059] = {.lex_state = 2, .external_lex_state = 22}, - [1060] = {.lex_state = 2, .external_lex_state = 31}, - [1061] = {.lex_state = 2, .external_lex_state = 23}, - [1062] = {.lex_state = 2, .external_lex_state = 23}, - [1063] = {.lex_state = 2, .external_lex_state = 23}, - [1064] = {.lex_state = 2, .external_lex_state = 23}, - [1065] = {.lex_state = 2, .external_lex_state = 23}, - [1066] = {.lex_state = 2, .external_lex_state = 23}, - [1067] = {.lex_state = 2, .external_lex_state = 23}, - [1068] = {.lex_state = 2, .external_lex_state = 23}, - [1069] = {.lex_state = 2, .external_lex_state = 23}, - [1070] = {.lex_state = 2, .external_lex_state = 23}, - [1071] = {.lex_state = 2, .external_lex_state = 23}, - [1072] = {.lex_state = 2, .external_lex_state = 23}, - [1073] = {.lex_state = 2, .external_lex_state = 23}, - [1074] = {.lex_state = 2, .external_lex_state = 23}, - [1075] = {.lex_state = 2, .external_lex_state = 23}, - [1076] = {.lex_state = 2, .external_lex_state = 23}, - [1077] = {.lex_state = 2, .external_lex_state = 23}, - [1078] = {.lex_state = 2, .external_lex_state = 23}, - [1079] = {.lex_state = 2, .external_lex_state = 23}, - [1080] = {.lex_state = 2, .external_lex_state = 23}, - [1081] = {.lex_state = 2, .external_lex_state = 23}, - [1082] = {.lex_state = 2, .external_lex_state = 32}, - [1083] = {.lex_state = 3, .external_lex_state = 9}, - [1084] = {.lex_state = 3, .external_lex_state = 9}, - [1085] = {.lex_state = 3, .external_lex_state = 9}, - [1086] = {.lex_state = 3, .external_lex_state = 9}, - [1087] = {.lex_state = 3, .external_lex_state = 9}, - [1088] = {.lex_state = 3, .external_lex_state = 9}, - [1089] = {.lex_state = 3, .external_lex_state = 9}, - [1090] = {.lex_state = 3, .external_lex_state = 9}, - [1091] = {.lex_state = 3, .external_lex_state = 9}, - [1092] = {.lex_state = 3, .external_lex_state = 9}, - [1093] = {.lex_state = 3, .external_lex_state = 9}, - [1094] = {.lex_state = 3, .external_lex_state = 9}, - [1095] = {.lex_state = 3, .external_lex_state = 9}, - [1096] = {.lex_state = 3, .external_lex_state = 9}, - [1097] = {.lex_state = 3, .external_lex_state = 9}, - [1098] = {.lex_state = 3, .external_lex_state = 9}, - [1099] = {.lex_state = 3, .external_lex_state = 9}, - [1100] = {.lex_state = 3, .external_lex_state = 9}, - [1101] = {.lex_state = 3, .external_lex_state = 9}, - [1102] = {.lex_state = 3, .external_lex_state = 9}, - [1103] = {.lex_state = 3, .external_lex_state = 9}, - [1104] = {.lex_state = 2, .external_lex_state = 33}, - [1105] = {.lex_state = 2, .external_lex_state = 24}, - [1106] = {.lex_state = 2, .external_lex_state = 24}, - [1107] = {.lex_state = 2, .external_lex_state = 24}, - [1108] = {.lex_state = 2, .external_lex_state = 24}, - [1109] = {.lex_state = 2, .external_lex_state = 24}, - [1110] = {.lex_state = 2, .external_lex_state = 24}, - [1111] = {.lex_state = 2, .external_lex_state = 24}, - [1112] = {.lex_state = 2, .external_lex_state = 24}, - [1113] = {.lex_state = 2, .external_lex_state = 24}, - [1114] = {.lex_state = 2, .external_lex_state = 24}, - [1115] = {.lex_state = 2, .external_lex_state = 24}, - [1116] = {.lex_state = 2, .external_lex_state = 24}, - [1117] = {.lex_state = 2, .external_lex_state = 24}, - [1118] = {.lex_state = 2, .external_lex_state = 24}, - [1119] = {.lex_state = 2, .external_lex_state = 24}, - [1120] = {.lex_state = 2, .external_lex_state = 24}, - [1121] = {.lex_state = 2, .external_lex_state = 24}, - [1122] = {.lex_state = 2, .external_lex_state = 24}, - [1123] = {.lex_state = 2, .external_lex_state = 24}, - [1124] = {.lex_state = 2, .external_lex_state = 24}, - [1125] = {.lex_state = 2, .external_lex_state = 24}, - [1126] = {.lex_state = 2, .external_lex_state = 34}, - [1127] = {.lex_state = 2, .external_lex_state = 21}, - [1128] = {.lex_state = 2, .external_lex_state = 21}, - [1129] = {.lex_state = 2, .external_lex_state = 21}, - [1130] = {.lex_state = 2, .external_lex_state = 21}, - [1131] = {.lex_state = 2, .external_lex_state = 21}, - [1132] = {.lex_state = 2, .external_lex_state = 21}, - [1133] = {.lex_state = 2, .external_lex_state = 21}, - [1134] = {.lex_state = 2, .external_lex_state = 21}, - [1135] = {.lex_state = 2, .external_lex_state = 21}, - [1136] = {.lex_state = 2, .external_lex_state = 21}, - [1137] = {.lex_state = 2, .external_lex_state = 21}, - [1138] = {.lex_state = 2, .external_lex_state = 21}, - [1139] = {.lex_state = 2, .external_lex_state = 21}, - [1140] = {.lex_state = 2, .external_lex_state = 21}, - [1141] = {.lex_state = 2, .external_lex_state = 21}, - [1142] = {.lex_state = 2, .external_lex_state = 21}, - [1143] = {.lex_state = 2, .external_lex_state = 21}, - [1144] = {.lex_state = 2, .external_lex_state = 21}, - [1145] = {.lex_state = 2, .external_lex_state = 21}, - [1146] = {.lex_state = 2, .external_lex_state = 21}, - [1147] = {.lex_state = 2, .external_lex_state = 21}, - [1148] = {.lex_state = 2, .external_lex_state = 35}, - [1149] = {.lex_state = 2, .external_lex_state = 15}, - [1150] = {.lex_state = 2, .external_lex_state = 17}, - [1151] = {.lex_state = 2, .external_lex_state = 17}, - [1152] = {.lex_state = 2, .external_lex_state = 17}, - [1153] = {.lex_state = 2, .external_lex_state = 17}, - [1154] = {.lex_state = 2, .external_lex_state = 17}, - [1155] = {.lex_state = 2, .external_lex_state = 17}, - [1156] = {.lex_state = 2, .external_lex_state = 17}, + [959] = {.lex_state = 2, .external_lex_state = 8}, + [960] = {.lex_state = 2, .external_lex_state = 8}, + [961] = {.lex_state = 2, .external_lex_state = 8}, + [962] = {.lex_state = 2, .external_lex_state = 32}, + [963] = {.lex_state = 2, .external_lex_state = 8}, + [964] = {.lex_state = 2, .external_lex_state = 8}, + [965] = {.lex_state = 2, .external_lex_state = 8}, + [966] = {.lex_state = 2, .external_lex_state = 8}, + [967] = {.lex_state = 2, .external_lex_state = 8}, + [968] = {.lex_state = 2, .external_lex_state = 8}, + [969] = {.lex_state = 2, .external_lex_state = 17}, + [970] = {.lex_state = 2, .external_lex_state = 8}, + [971] = {.lex_state = 2, .external_lex_state = 8}, + [972] = {.lex_state = 2, .external_lex_state = 22}, + [973] = {.lex_state = 2, .external_lex_state = 17}, + [974] = {.lex_state = 2, .external_lex_state = 17}, + [975] = {.lex_state = 2, .external_lex_state = 23}, + [976] = {.lex_state = 2, .external_lex_state = 23}, + [977] = {.lex_state = 2, .external_lex_state = 23}, + [978] = {.lex_state = 2, .external_lex_state = 23}, + [979] = {.lex_state = 2, .external_lex_state = 23}, + [980] = {.lex_state = 2, .external_lex_state = 23}, + [981] = {.lex_state = 2, .external_lex_state = 23}, + [982] = {.lex_state = 2, .external_lex_state = 23}, + [983] = {.lex_state = 2, .external_lex_state = 23}, + [984] = {.lex_state = 2, .external_lex_state = 23}, + [985] = {.lex_state = 2, .external_lex_state = 23}, + [986] = {.lex_state = 2, .external_lex_state = 23}, + [987] = {.lex_state = 2, .external_lex_state = 23}, + [988] = {.lex_state = 2, .external_lex_state = 23}, + [989] = {.lex_state = 2, .external_lex_state = 23}, + [990] = {.lex_state = 2, .external_lex_state = 23}, + [991] = {.lex_state = 2, .external_lex_state = 23}, + [992] = {.lex_state = 2, .external_lex_state = 23}, + [993] = {.lex_state = 2, .external_lex_state = 23}, + [994] = {.lex_state = 2, .external_lex_state = 23}, + [995] = {.lex_state = 2, .external_lex_state = 23}, + [996] = {.lex_state = 2, .external_lex_state = 17}, + [997] = {.lex_state = 2, .external_lex_state = 33}, + [998] = {.lex_state = 2, .external_lex_state = 24}, + [999] = {.lex_state = 2, .external_lex_state = 24}, + [1000] = {.lex_state = 2, .external_lex_state = 24}, + [1001] = {.lex_state = 2, .external_lex_state = 24}, + [1002] = {.lex_state = 2, .external_lex_state = 24}, + [1003] = {.lex_state = 2, .external_lex_state = 24}, + [1004] = {.lex_state = 2, .external_lex_state = 24}, + [1005] = {.lex_state = 2, .external_lex_state = 24}, + [1006] = {.lex_state = 2, .external_lex_state = 24}, + [1007] = {.lex_state = 2, .external_lex_state = 24}, + [1008] = {.lex_state = 2, .external_lex_state = 24}, + [1009] = {.lex_state = 2, .external_lex_state = 24}, + [1010] = {.lex_state = 2, .external_lex_state = 24}, + [1011] = {.lex_state = 2, .external_lex_state = 24}, + [1012] = {.lex_state = 2, .external_lex_state = 24}, + [1013] = {.lex_state = 2, .external_lex_state = 24}, + [1014] = {.lex_state = 2, .external_lex_state = 24}, + [1015] = {.lex_state = 2, .external_lex_state = 24}, + [1016] = {.lex_state = 2, .external_lex_state = 24}, + [1017] = {.lex_state = 2, .external_lex_state = 24}, + [1018] = {.lex_state = 2, .external_lex_state = 24}, + [1019] = {.lex_state = 2, .external_lex_state = 25}, + [1020] = {.lex_state = 2, .external_lex_state = 25}, + [1021] = {.lex_state = 2, .external_lex_state = 25}, + [1022] = {.lex_state = 2, .external_lex_state = 25}, + [1023] = {.lex_state = 2, .external_lex_state = 25}, + [1024] = {.lex_state = 2, .external_lex_state = 25}, + [1025] = {.lex_state = 2, .external_lex_state = 25}, + [1026] = {.lex_state = 2, .external_lex_state = 25}, + [1027] = {.lex_state = 2, .external_lex_state = 25}, + [1028] = {.lex_state = 2, .external_lex_state = 25}, + [1029] = {.lex_state = 2, .external_lex_state = 25}, + [1030] = {.lex_state = 2, .external_lex_state = 25}, + [1031] = {.lex_state = 2, .external_lex_state = 25}, + [1032] = {.lex_state = 2, .external_lex_state = 25}, + [1033] = {.lex_state = 2, .external_lex_state = 25}, + [1034] = {.lex_state = 2, .external_lex_state = 25}, + [1035] = {.lex_state = 2, .external_lex_state = 25}, + [1036] = {.lex_state = 2, .external_lex_state = 25}, + [1037] = {.lex_state = 2, .external_lex_state = 25}, + [1038] = {.lex_state = 2, .external_lex_state = 25}, + [1039] = {.lex_state = 2, .external_lex_state = 25}, + [1040] = {.lex_state = 1, .external_lex_state = 32}, + [1041] = {.lex_state = 2, .external_lex_state = 26}, + [1042] = {.lex_state = 2, .external_lex_state = 26}, + [1043] = {.lex_state = 2, .external_lex_state = 26}, + [1044] = {.lex_state = 2, .external_lex_state = 26}, + [1045] = {.lex_state = 2, .external_lex_state = 26}, + [1046] = {.lex_state = 2, .external_lex_state = 26}, + [1047] = {.lex_state = 2, .external_lex_state = 26}, + [1048] = {.lex_state = 2, .external_lex_state = 26}, + [1049] = {.lex_state = 2, .external_lex_state = 26}, + [1050] = {.lex_state = 2, .external_lex_state = 26}, + [1051] = {.lex_state = 2, .external_lex_state = 26}, + [1052] = {.lex_state = 2, .external_lex_state = 26}, + [1053] = {.lex_state = 2, .external_lex_state = 26}, + [1054] = {.lex_state = 2, .external_lex_state = 26}, + [1055] = {.lex_state = 2, .external_lex_state = 26}, + [1056] = {.lex_state = 2, .external_lex_state = 26}, + [1057] = {.lex_state = 2, .external_lex_state = 26}, + [1058] = {.lex_state = 2, .external_lex_state = 26}, + [1059] = {.lex_state = 2, .external_lex_state = 26}, + [1060] = {.lex_state = 2, .external_lex_state = 26}, + [1061] = {.lex_state = 2, .external_lex_state = 26}, + [1062] = {.lex_state = 2, .external_lex_state = 34}, + [1063] = {.lex_state = 2, .external_lex_state = 27}, + [1064] = {.lex_state = 2, .external_lex_state = 27}, + [1065] = {.lex_state = 2, .external_lex_state = 27}, + [1066] = {.lex_state = 2, .external_lex_state = 27}, + [1067] = {.lex_state = 2, .external_lex_state = 27}, + [1068] = {.lex_state = 2, .external_lex_state = 27}, + [1069] = {.lex_state = 2, .external_lex_state = 27}, + [1070] = {.lex_state = 2, .external_lex_state = 27}, + [1071] = {.lex_state = 2, .external_lex_state = 27}, + [1072] = {.lex_state = 2, .external_lex_state = 27}, + [1073] = {.lex_state = 2, .external_lex_state = 27}, + [1074] = {.lex_state = 2, .external_lex_state = 27}, + [1075] = {.lex_state = 2, .external_lex_state = 27}, + [1076] = {.lex_state = 2, .external_lex_state = 27}, + [1077] = {.lex_state = 2, .external_lex_state = 27}, + [1078] = {.lex_state = 2, .external_lex_state = 27}, + [1079] = {.lex_state = 2, .external_lex_state = 27}, + [1080] = {.lex_state = 2, .external_lex_state = 27}, + [1081] = {.lex_state = 2, .external_lex_state = 27}, + [1082] = {.lex_state = 2, .external_lex_state = 27}, + [1083] = {.lex_state = 2, .external_lex_state = 27}, + [1084] = {.lex_state = 2, .external_lex_state = 35}, + [1085] = {.lex_state = 3, .external_lex_state = 10}, + [1086] = {.lex_state = 3, .external_lex_state = 10}, + [1087] = {.lex_state = 3, .external_lex_state = 10}, + [1088] = {.lex_state = 3, .external_lex_state = 10}, + [1089] = {.lex_state = 3, .external_lex_state = 10}, + [1090] = {.lex_state = 3, .external_lex_state = 10}, + [1091] = {.lex_state = 3, .external_lex_state = 10}, + [1092] = {.lex_state = 3, .external_lex_state = 10}, + [1093] = {.lex_state = 3, .external_lex_state = 10}, + [1094] = {.lex_state = 3, .external_lex_state = 10}, + [1095] = {.lex_state = 3, .external_lex_state = 10}, + [1096] = {.lex_state = 3, .external_lex_state = 10}, + [1097] = {.lex_state = 3, .external_lex_state = 10}, + [1098] = {.lex_state = 3, .external_lex_state = 10}, + [1099] = {.lex_state = 3, .external_lex_state = 10}, + [1100] = {.lex_state = 3, .external_lex_state = 10}, + [1101] = {.lex_state = 3, .external_lex_state = 10}, + [1102] = {.lex_state = 3, .external_lex_state = 10}, + [1103] = {.lex_state = 3, .external_lex_state = 10}, + [1104] = {.lex_state = 3, .external_lex_state = 10}, + [1105] = {.lex_state = 3, .external_lex_state = 10}, + [1106] = {.lex_state = 2, .external_lex_state = 36}, + [1107] = {.lex_state = 2, .external_lex_state = 19}, + [1108] = {.lex_state = 2, .external_lex_state = 19}, + [1109] = {.lex_state = 2, .external_lex_state = 19}, + [1110] = {.lex_state = 2, .external_lex_state = 19}, + [1111] = {.lex_state = 2, .external_lex_state = 19}, + [1112] = {.lex_state = 2, .external_lex_state = 19}, + [1113] = {.lex_state = 2, .external_lex_state = 19}, + [1114] = {.lex_state = 2, .external_lex_state = 19}, + [1115] = {.lex_state = 2, .external_lex_state = 19}, + [1116] = {.lex_state = 2, .external_lex_state = 19}, + [1117] = {.lex_state = 2, .external_lex_state = 19}, + [1118] = {.lex_state = 2, .external_lex_state = 19}, + [1119] = {.lex_state = 2, .external_lex_state = 19}, + [1120] = {.lex_state = 2, .external_lex_state = 19}, + [1121] = {.lex_state = 2, .external_lex_state = 19}, + [1122] = {.lex_state = 2, .external_lex_state = 19}, + [1123] = {.lex_state = 2, .external_lex_state = 19}, + [1124] = {.lex_state = 2, .external_lex_state = 19}, + [1125] = {.lex_state = 2, .external_lex_state = 19}, + [1126] = {.lex_state = 2, .external_lex_state = 19}, + [1127] = {.lex_state = 2, .external_lex_state = 19}, + [1128] = {.lex_state = 2, .external_lex_state = 37}, + [1129] = {.lex_state = 2, .external_lex_state = 20}, + [1130] = {.lex_state = 2, .external_lex_state = 20}, + [1131] = {.lex_state = 2, .external_lex_state = 20}, + [1132] = {.lex_state = 2, .external_lex_state = 20}, + [1133] = {.lex_state = 2, .external_lex_state = 20}, + [1134] = {.lex_state = 2, .external_lex_state = 20}, + [1135] = {.lex_state = 2, .external_lex_state = 20}, + [1136] = {.lex_state = 2, .external_lex_state = 20}, + [1137] = {.lex_state = 2, .external_lex_state = 20}, + [1138] = {.lex_state = 2, .external_lex_state = 20}, + [1139] = {.lex_state = 2, .external_lex_state = 20}, + [1140] = {.lex_state = 2, .external_lex_state = 20}, + [1141] = {.lex_state = 2, .external_lex_state = 20}, + [1142] = {.lex_state = 2, .external_lex_state = 20}, + [1143] = {.lex_state = 2, .external_lex_state = 20}, + [1144] = {.lex_state = 2, .external_lex_state = 20}, + [1145] = {.lex_state = 2, .external_lex_state = 20}, + [1146] = {.lex_state = 2, .external_lex_state = 20}, + [1147] = {.lex_state = 2, .external_lex_state = 20}, + [1148] = {.lex_state = 2, .external_lex_state = 20}, + [1149] = {.lex_state = 2, .external_lex_state = 20}, + [1150] = {.lex_state = 2, .external_lex_state = 38}, + [1151] = {.lex_state = 2, .external_lex_state = 21}, + [1152] = {.lex_state = 2, .external_lex_state = 21}, + [1153] = {.lex_state = 2, .external_lex_state = 21}, + [1154] = {.lex_state = 2, .external_lex_state = 21}, + [1155] = {.lex_state = 2, .external_lex_state = 21}, + [1156] = {.lex_state = 2, .external_lex_state = 21}, [1157] = {.lex_state = 2, .external_lex_state = 17}, - [1158] = {.lex_state = 2, .external_lex_state = 17}, - [1159] = {.lex_state = 2, .external_lex_state = 17}, - [1160] = {.lex_state = 2, .external_lex_state = 17}, - [1161] = {.lex_state = 2, .external_lex_state = 17}, - [1162] = {.lex_state = 2, .external_lex_state = 17}, - [1163] = {.lex_state = 2, .external_lex_state = 17}, - [1164] = {.lex_state = 2, .external_lex_state = 17}, - [1165] = {.lex_state = 2, .external_lex_state = 17}, - [1166] = {.lex_state = 2, .external_lex_state = 17}, - [1167] = {.lex_state = 2, .external_lex_state = 17}, - [1168] = {.lex_state = 2, .external_lex_state = 17}, - [1169] = {.lex_state = 2, .external_lex_state = 17}, - [1170] = {.lex_state = 2, .external_lex_state = 17}, - [1171] = {.lex_state = 3, .external_lex_state = 28}, - [1172] = {.lex_state = 2, .external_lex_state = 18}, - [1173] = {.lex_state = 2, .external_lex_state = 18}, - [1174] = {.lex_state = 2, .external_lex_state = 18}, - [1175] = {.lex_state = 2, .external_lex_state = 15}, - [1176] = {.lex_state = 2, .external_lex_state = 18}, - [1177] = {.lex_state = 2, .external_lex_state = 18}, - [1178] = {.lex_state = 2, .external_lex_state = 18}, - [1179] = {.lex_state = 2, .external_lex_state = 18}, - [1180] = {.lex_state = 2, .external_lex_state = 18}, - [1181] = {.lex_state = 2, .external_lex_state = 18}, - [1182] = {.lex_state = 2, .external_lex_state = 18}, - [1183] = {.lex_state = 2, .external_lex_state = 18}, - [1184] = {.lex_state = 2, .external_lex_state = 18}, - [1185] = {.lex_state = 2, .external_lex_state = 18}, - [1186] = {.lex_state = 2, .external_lex_state = 18}, - [1187] = {.lex_state = 2, .external_lex_state = 18}, - [1188] = {.lex_state = 2, .external_lex_state = 9}, - [1189] = {.lex_state = 2, .external_lex_state = 15}, - [1190] = {.lex_state = 2, .external_lex_state = 18}, - [1191] = {.lex_state = 2, .external_lex_state = 18}, - [1192] = {.lex_state = 2, .external_lex_state = 18}, - [1193] = {.lex_state = 2, .external_lex_state = 18}, - [1194] = {.lex_state = 2, .external_lex_state = 36}, - [1195] = {.lex_state = 2, .external_lex_state = 15}, - [1196] = {.lex_state = 2, .external_lex_state = 9}, - [1197] = {.lex_state = 2, .external_lex_state = 9}, - [1198] = {.lex_state = 2, .external_lex_state = 9}, - [1199] = {.lex_state = 2, .external_lex_state = 9}, - [1200] = {.lex_state = 2, .external_lex_state = 9}, - [1201] = {.lex_state = 2, .external_lex_state = 9}, - [1202] = {.lex_state = 2, .external_lex_state = 9}, - [1203] = {.lex_state = 2, .external_lex_state = 9}, - [1204] = {.lex_state = 2, .external_lex_state = 9}, - [1205] = {.lex_state = 2, .external_lex_state = 9}, - [1206] = {.lex_state = 2, .external_lex_state = 9}, - [1207] = {.lex_state = 2, .external_lex_state = 9}, - [1208] = {.lex_state = 2, .external_lex_state = 9}, - [1209] = {.lex_state = 2, .external_lex_state = 9}, - [1210] = {.lex_state = 2, .external_lex_state = 9}, - [1211] = {.lex_state = 2, .external_lex_state = 9}, - [1212] = {.lex_state = 2, .external_lex_state = 9}, - [1213] = {.lex_state = 2, .external_lex_state = 9}, - [1214] = {.lex_state = 2, .external_lex_state = 9}, - [1215] = {.lex_state = 2, .external_lex_state = 9}, - [1216] = {.lex_state = 2, .external_lex_state = 9}, - [1217] = {.lex_state = 2, .external_lex_state = 9}, - [1218] = {.lex_state = 2, .external_lex_state = 9}, - [1219] = {.lex_state = 2, .external_lex_state = 9}, - [1220] = {.lex_state = 2, .external_lex_state = 9}, - [1221] = {.lex_state = 2, .external_lex_state = 9}, - [1222] = {.lex_state = 2, .external_lex_state = 9}, - [1223] = {.lex_state = 2, .external_lex_state = 9}, - [1224] = {.lex_state = 2, .external_lex_state = 9}, - [1225] = {.lex_state = 2, .external_lex_state = 9}, - [1226] = {.lex_state = 2, .external_lex_state = 9}, - [1227] = {.lex_state = 2, .external_lex_state = 9}, - [1228] = {.lex_state = 2, .external_lex_state = 9}, - [1229] = {.lex_state = 2, .external_lex_state = 9}, - [1230] = {.lex_state = 2, .external_lex_state = 9}, - [1231] = {.lex_state = 2, .external_lex_state = 9}, - [1232] = {.lex_state = 2, .external_lex_state = 9}, - [1233] = {.lex_state = 2, .external_lex_state = 9}, - [1234] = {.lex_state = 2, .external_lex_state = 9}, - [1235] = {.lex_state = 2, .external_lex_state = 9}, - [1236] = {.lex_state = 2, .external_lex_state = 9}, - [1237] = {.lex_state = 2, .external_lex_state = 9}, - [1238] = {.lex_state = 2, .external_lex_state = 9}, - [1239] = {.lex_state = 2, .external_lex_state = 9}, - [1240] = {.lex_state = 2, .external_lex_state = 9}, - [1241] = {.lex_state = 2, .external_lex_state = 9}, - [1242] = {.lex_state = 2, .external_lex_state = 9}, - [1243] = {.lex_state = 2, .external_lex_state = 9}, - [1244] = {.lex_state = 2, .external_lex_state = 9}, - [1245] = {.lex_state = 2, .external_lex_state = 37}, - [1246] = {.lex_state = 2, .external_lex_state = 9}, - [1247] = {.lex_state = 2, .external_lex_state = 9}, - [1248] = {.lex_state = 2, .external_lex_state = 9}, - [1249] = {.lex_state = 2, .external_lex_state = 38}, - [1250] = {.lex_state = 2, .external_lex_state = 15}, - [1251] = {.lex_state = 2, .external_lex_state = 15}, - [1252] = {.lex_state = 2, .external_lex_state = 15}, - [1253] = {.lex_state = 2, .external_lex_state = 15}, - [1254] = {.lex_state = 2, .external_lex_state = 15}, - [1255] = {.lex_state = 2, .external_lex_state = 15}, - [1256] = {.lex_state = 2, .external_lex_state = 15}, - [1257] = {.lex_state = 2, .external_lex_state = 15}, - [1258] = {.lex_state = 2, .external_lex_state = 39}, - [1259] = {.lex_state = 2, .external_lex_state = 15}, - [1260] = {.lex_state = 2, .external_lex_state = 14}, - [1261] = {.lex_state = 2, .external_lex_state = 14}, - [1262] = {.lex_state = 2, .external_lex_state = 14}, + [1158] = {.lex_state = 2, .external_lex_state = 21}, + [1159] = {.lex_state = 2, .external_lex_state = 21}, + [1160] = {.lex_state = 2, .external_lex_state = 21}, + [1161] = {.lex_state = 2, .external_lex_state = 21}, + [1162] = {.lex_state = 2, .external_lex_state = 21}, + [1163] = {.lex_state = 2, .external_lex_state = 21}, + [1164] = {.lex_state = 2, .external_lex_state = 21}, + [1165] = {.lex_state = 2, .external_lex_state = 21}, + [1166] = {.lex_state = 2, .external_lex_state = 21}, + [1167] = {.lex_state = 2, .external_lex_state = 21}, + [1168] = {.lex_state = 2, .external_lex_state = 21}, + [1169] = {.lex_state = 2, .external_lex_state = 21}, + [1170] = {.lex_state = 2, .external_lex_state = 21}, + [1171] = {.lex_state = 2, .external_lex_state = 21}, + [1172] = {.lex_state = 2, .external_lex_state = 21}, + [1173] = {.lex_state = 3, .external_lex_state = 32}, + [1174] = {.lex_state = 2, .external_lex_state = 22}, + [1175] = {.lex_state = 2, .external_lex_state = 22}, + [1176] = {.lex_state = 2, .external_lex_state = 22}, + [1177] = {.lex_state = 2, .external_lex_state = 22}, + [1178] = {.lex_state = 2, .external_lex_state = 22}, + [1179] = {.lex_state = 2, .external_lex_state = 22}, + [1180] = {.lex_state = 2, .external_lex_state = 17}, + [1181] = {.lex_state = 2, .external_lex_state = 22}, + [1182] = {.lex_state = 2, .external_lex_state = 22}, + [1183] = {.lex_state = 2, .external_lex_state = 22}, + [1184] = {.lex_state = 2, .external_lex_state = 22}, + [1185] = {.lex_state = 2, .external_lex_state = 22}, + [1186] = {.lex_state = 2, .external_lex_state = 22}, + [1187] = {.lex_state = 2, .external_lex_state = 22}, + [1188] = {.lex_state = 2, .external_lex_state = 22}, + [1189] = {.lex_state = 2, .external_lex_state = 22}, + [1190] = {.lex_state = 2, .external_lex_state = 10}, + [1191] = {.lex_state = 2, .external_lex_state = 22}, + [1192] = {.lex_state = 2, .external_lex_state = 22}, + [1193] = {.lex_state = 2, .external_lex_state = 22}, + [1194] = {.lex_state = 2, .external_lex_state = 22}, + [1195] = {.lex_state = 2, .external_lex_state = 39}, + [1196] = {.lex_state = 2, .external_lex_state = 10}, + [1197] = {.lex_state = 2, .external_lex_state = 17}, + [1198] = {.lex_state = 2, .external_lex_state = 17}, + [1199] = {.lex_state = 2, .external_lex_state = 10}, + [1200] = {.lex_state = 2, .external_lex_state = 10}, + [1201] = {.lex_state = 2, .external_lex_state = 10}, + [1202] = {.lex_state = 2, .external_lex_state = 10}, + [1203] = {.lex_state = 2, .external_lex_state = 10}, + [1204] = {.lex_state = 2, .external_lex_state = 10}, + [1205] = {.lex_state = 2, .external_lex_state = 10}, + [1206] = {.lex_state = 2, .external_lex_state = 10}, + [1207] = {.lex_state = 2, .external_lex_state = 10}, + [1208] = {.lex_state = 2, .external_lex_state = 10}, + [1209] = {.lex_state = 2, .external_lex_state = 10}, + [1210] = {.lex_state = 2, .external_lex_state = 10}, + [1211] = {.lex_state = 2, .external_lex_state = 10}, + [1212] = {.lex_state = 2, .external_lex_state = 10}, + [1213] = {.lex_state = 2, .external_lex_state = 10}, + [1214] = {.lex_state = 2, .external_lex_state = 10}, + [1215] = {.lex_state = 2, .external_lex_state = 10}, + [1216] = {.lex_state = 2, .external_lex_state = 10}, + [1217] = {.lex_state = 2, .external_lex_state = 10}, + [1218] = {.lex_state = 2, .external_lex_state = 10}, + [1219] = {.lex_state = 2, .external_lex_state = 10}, + [1220] = {.lex_state = 2, .external_lex_state = 10}, + [1221] = {.lex_state = 2, .external_lex_state = 10}, + [1222] = {.lex_state = 2, .external_lex_state = 10}, + [1223] = {.lex_state = 2, .external_lex_state = 10}, + [1224] = {.lex_state = 2, .external_lex_state = 10}, + [1225] = {.lex_state = 2, .external_lex_state = 10}, + [1226] = {.lex_state = 2, .external_lex_state = 10}, + [1227] = {.lex_state = 2, .external_lex_state = 10}, + [1228] = {.lex_state = 2, .external_lex_state = 10}, + [1229] = {.lex_state = 2, .external_lex_state = 10}, + [1230] = {.lex_state = 2, .external_lex_state = 10}, + [1231] = {.lex_state = 2, .external_lex_state = 10}, + [1232] = {.lex_state = 2, .external_lex_state = 10}, + [1233] = {.lex_state = 2, .external_lex_state = 10}, + [1234] = {.lex_state = 2, .external_lex_state = 10}, + [1235] = {.lex_state = 2, .external_lex_state = 10}, + [1236] = {.lex_state = 2, .external_lex_state = 10}, + [1237] = {.lex_state = 2, .external_lex_state = 10}, + [1238] = {.lex_state = 2, .external_lex_state = 10}, + [1239] = {.lex_state = 2, .external_lex_state = 10}, + [1240] = {.lex_state = 2, .external_lex_state = 10}, + [1241] = {.lex_state = 2, .external_lex_state = 10}, + [1242] = {.lex_state = 2, .external_lex_state = 10}, + [1243] = {.lex_state = 2, .external_lex_state = 10}, + [1244] = {.lex_state = 2, .external_lex_state = 10}, + [1245] = {.lex_state = 2, .external_lex_state = 10}, + [1246] = {.lex_state = 2, .external_lex_state = 10}, + [1247] = {.lex_state = 2, .external_lex_state = 10}, + [1248] = {.lex_state = 2, .external_lex_state = 40}, + [1249] = {.lex_state = 2, .external_lex_state = 10}, + [1250] = {.lex_state = 2, .external_lex_state = 10}, + [1251] = {.lex_state = 2, .external_lex_state = 10}, + [1252] = {.lex_state = 2, .external_lex_state = 41}, + [1253] = {.lex_state = 2, .external_lex_state = 17}, + [1254] = {.lex_state = 2, .external_lex_state = 17}, + [1255] = {.lex_state = 2, .external_lex_state = 17}, + [1256] = {.lex_state = 2, .external_lex_state = 17}, + [1257] = {.lex_state = 2, .external_lex_state = 17}, + [1258] = {.lex_state = 2, .external_lex_state = 17}, + [1259] = {.lex_state = 2, .external_lex_state = 17}, + [1260] = {.lex_state = 2, .external_lex_state = 17}, + [1261] = {.lex_state = 2, .external_lex_state = 42}, + [1262] = {.lex_state = 2, .external_lex_state = 17}, [1263] = {.lex_state = 2, .external_lex_state = 14}, - [1264] = {.lex_state = 2, .external_lex_state = 9}, + [1264] = {.lex_state = 2, .external_lex_state = 14}, [1265] = {.lex_state = 2, .external_lex_state = 14}, - [1266] = {.lex_state = 2, .external_lex_state = 14}, - [1267] = {.lex_state = 2, .external_lex_state = 15}, - [1268] = {.lex_state = 2, .external_lex_state = 15}, - [1269] = {.lex_state = 2, .external_lex_state = 15}, - [1270] = {.lex_state = 2, .external_lex_state = 15}, - [1271] = {.lex_state = 2, .external_lex_state = 15}, - [1272] = {.lex_state = 2, .external_lex_state = 15}, - [1273] = {.lex_state = 2, .external_lex_state = 15}, - [1274] = {.lex_state = 2, .external_lex_state = 15}, - [1275] = {.lex_state = 2, .external_lex_state = 15}, - [1276] = {.lex_state = 2, .external_lex_state = 15}, - [1277] = {.lex_state = 2, .external_lex_state = 15}, - [1278] = {.lex_state = 2, .external_lex_state = 15}, - [1279] = {.lex_state = 2, .external_lex_state = 15}, - [1280] = {.lex_state = 2, .external_lex_state = 15}, - [1281] = {.lex_state = 2, .external_lex_state = 15}, - [1282] = {.lex_state = 2, .external_lex_state = 15}, - [1283] = {.lex_state = 2, .external_lex_state = 15}, - [1284] = {.lex_state = 2, .external_lex_state = 15}, - [1285] = {.lex_state = 2, .external_lex_state = 8}, - [1286] = {.lex_state = 2, .external_lex_state = 14}, - [1287] = {.lex_state = 2, .external_lex_state = 14}, - [1288] = {.lex_state = 2, .external_lex_state = 14}, + [1266] = {.lex_state = 2, .external_lex_state = 10}, + [1267] = {.lex_state = 2, .external_lex_state = 14}, + [1268] = {.lex_state = 2, .external_lex_state = 14}, + [1269] = {.lex_state = 2, .external_lex_state = 14}, + [1270] = {.lex_state = 2, .external_lex_state = 17}, + [1271] = {.lex_state = 2, .external_lex_state = 17}, + [1272] = {.lex_state = 2, .external_lex_state = 17}, + [1273] = {.lex_state = 2, .external_lex_state = 17}, + [1274] = {.lex_state = 2, .external_lex_state = 17}, + [1275] = {.lex_state = 2, .external_lex_state = 17}, + [1276] = {.lex_state = 2, .external_lex_state = 17}, + [1277] = {.lex_state = 2, .external_lex_state = 17}, + [1278] = {.lex_state = 2, .external_lex_state = 17}, + [1279] = {.lex_state = 2, .external_lex_state = 17}, + [1280] = {.lex_state = 2, .external_lex_state = 17}, + [1281] = {.lex_state = 2, .external_lex_state = 17}, + [1282] = {.lex_state = 2, .external_lex_state = 17}, + [1283] = {.lex_state = 2, .external_lex_state = 17}, + [1284] = {.lex_state = 2, .external_lex_state = 17}, + [1285] = {.lex_state = 2, .external_lex_state = 17}, + [1286] = {.lex_state = 2, .external_lex_state = 17}, + [1287] = {.lex_state = 2, .external_lex_state = 17}, + [1288] = {.lex_state = 2, .external_lex_state = 9}, [1289] = {.lex_state = 2, .external_lex_state = 14}, [1290] = {.lex_state = 2, .external_lex_state = 14}, [1291] = {.lex_state = 2, .external_lex_state = 14}, @@ -40396,745 +40426,745 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1294] = {.lex_state = 2, .external_lex_state = 14}, [1295] = {.lex_state = 2, .external_lex_state = 14}, [1296] = {.lex_state = 2, .external_lex_state = 14}, - [1297] = {.lex_state = 2, .external_lex_state = 15}, - [1298] = {.lex_state = 2, .external_lex_state = 15}, - [1299] = {.lex_state = 2, .external_lex_state = 15}, - [1300] = {.lex_state = 2, .external_lex_state = 15}, - [1301] = {.lex_state = 2, .external_lex_state = 8}, - [1302] = {.lex_state = 2, .external_lex_state = 8}, - [1303] = {.lex_state = 2, .external_lex_state = 14}, - [1304] = {.lex_state = 2, .external_lex_state = 14}, - [1305] = {.lex_state = 2, .external_lex_state = 14}, + [1297] = {.lex_state = 2, .external_lex_state = 14}, + [1298] = {.lex_state = 2, .external_lex_state = 14}, + [1299] = {.lex_state = 2, .external_lex_state = 14}, + [1300] = {.lex_state = 2, .external_lex_state = 17}, + [1301] = {.lex_state = 2, .external_lex_state = 17}, + [1302] = {.lex_state = 2, .external_lex_state = 17}, + [1303] = {.lex_state = 2, .external_lex_state = 9}, + [1304] = {.lex_state = 2, .external_lex_state = 17}, + [1305] = {.lex_state = 2, .external_lex_state = 9}, [1306] = {.lex_state = 2, .external_lex_state = 14}, - [1307] = {.lex_state = 2, .external_lex_state = 15}, - [1308] = {.lex_state = 2, .external_lex_state = 8}, - [1309] = {.lex_state = 2, .external_lex_state = 15}, - [1310] = {.lex_state = 2, .external_lex_state = 15}, - [1311] = {.lex_state = 2, .external_lex_state = 15}, - [1312] = {.lex_state = 2, .external_lex_state = 15}, - [1313] = {.lex_state = 2, .external_lex_state = 15}, - [1314] = {.lex_state = 2, .external_lex_state = 15}, - [1315] = {.lex_state = 2, .external_lex_state = 15}, - [1316] = {.lex_state = 2, .external_lex_state = 15}, - [1317] = {.lex_state = 2, .external_lex_state = 15}, - [1318] = {.lex_state = 2, .external_lex_state = 15}, - [1319] = {.lex_state = 2, .external_lex_state = 15}, - [1320] = {.lex_state = 2, .external_lex_state = 15}, - [1321] = {.lex_state = 1, .external_lex_state = 9}, - [1322] = {.lex_state = 1, .external_lex_state = 9}, - [1323] = {.lex_state = 1, .external_lex_state = 9}, - [1324] = {.lex_state = 1, .external_lex_state = 9}, - [1325] = {.lex_state = 1, .external_lex_state = 9}, - [1326] = {.lex_state = 1, .external_lex_state = 9}, - [1327] = {.lex_state = 1, .external_lex_state = 9}, - [1328] = {.lex_state = 1, .external_lex_state = 9}, - [1329] = {.lex_state = 1, .external_lex_state = 9}, - [1330] = {.lex_state = 1, .external_lex_state = 9}, - [1331] = {.lex_state = 1, .external_lex_state = 9}, - [1332] = {.lex_state = 1, .external_lex_state = 9}, - [1333] = {.lex_state = 1, .external_lex_state = 9}, - [1334] = {.lex_state = 1, .external_lex_state = 9}, - [1335] = {.lex_state = 1, .external_lex_state = 9}, - [1336] = {.lex_state = 1, .external_lex_state = 9}, - [1337] = {.lex_state = 1, .external_lex_state = 9}, - [1338] = {.lex_state = 2, .external_lex_state = 15}, - [1339] = {.lex_state = 2, .external_lex_state = 15}, - [1340] = {.lex_state = 1, .external_lex_state = 9}, - [1341] = {.lex_state = 1, .external_lex_state = 9}, - [1342] = {.lex_state = 1, .external_lex_state = 9}, - [1343] = {.lex_state = 1, .external_lex_state = 9}, - [1344] = {.lex_state = 2, .external_lex_state = 15}, - [1345] = {.lex_state = 2, .external_lex_state = 15}, - [1346] = {.lex_state = 2, .external_lex_state = 18}, - [1347] = {.lex_state = 1, .external_lex_state = 9}, - [1348] = {.lex_state = 2, .external_lex_state = 19}, - [1349] = {.lex_state = 2, .external_lex_state = 23}, + [1307] = {.lex_state = 2, .external_lex_state = 14}, + [1308] = {.lex_state = 2, .external_lex_state = 14}, + [1309] = {.lex_state = 2, .external_lex_state = 14}, + [1310] = {.lex_state = 2, .external_lex_state = 9}, + [1311] = {.lex_state = 2, .external_lex_state = 17}, + [1312] = {.lex_state = 2, .external_lex_state = 17}, + [1313] = {.lex_state = 2, .external_lex_state = 17}, + [1314] = {.lex_state = 2, .external_lex_state = 17}, + [1315] = {.lex_state = 2, .external_lex_state = 17}, + [1316] = {.lex_state = 2, .external_lex_state = 17}, + [1317] = {.lex_state = 2, .external_lex_state = 17}, + [1318] = {.lex_state = 2, .external_lex_state = 17}, + [1319] = {.lex_state = 2, .external_lex_state = 17}, + [1320] = {.lex_state = 2, .external_lex_state = 17}, + [1321] = {.lex_state = 2, .external_lex_state = 17}, + [1322] = {.lex_state = 2, .external_lex_state = 17}, + [1323] = {.lex_state = 2, .external_lex_state = 17}, + [1324] = {.lex_state = 1, .external_lex_state = 10}, + [1325] = {.lex_state = 1, .external_lex_state = 10}, + [1326] = {.lex_state = 1, .external_lex_state = 10}, + [1327] = {.lex_state = 1, .external_lex_state = 10}, + [1328] = {.lex_state = 1, .external_lex_state = 10}, + [1329] = {.lex_state = 1, .external_lex_state = 10}, + [1330] = {.lex_state = 2, .external_lex_state = 17}, + [1331] = {.lex_state = 1, .external_lex_state = 10}, + [1332] = {.lex_state = 1, .external_lex_state = 10}, + [1333] = {.lex_state = 1, .external_lex_state = 10}, + [1334] = {.lex_state = 1, .external_lex_state = 10}, + [1335] = {.lex_state = 1, .external_lex_state = 10}, + [1336] = {.lex_state = 1, .external_lex_state = 10}, + [1337] = {.lex_state = 1, .external_lex_state = 10}, + [1338] = {.lex_state = 1, .external_lex_state = 10}, + [1339] = {.lex_state = 1, .external_lex_state = 10}, + [1340] = {.lex_state = 1, .external_lex_state = 10}, + [1341] = {.lex_state = 1, .external_lex_state = 10}, + [1342] = {.lex_state = 1, .external_lex_state = 10}, + [1343] = {.lex_state = 1, .external_lex_state = 10}, + [1344] = {.lex_state = 1, .external_lex_state = 10}, + [1345] = {.lex_state = 1, .external_lex_state = 10}, + [1346] = {.lex_state = 2, .external_lex_state = 17}, + [1347] = {.lex_state = 2, .external_lex_state = 17}, + [1348] = {.lex_state = 2, .external_lex_state = 17}, + [1349] = {.lex_state = 2, .external_lex_state = 22}, [1350] = {.lex_state = 2, .external_lex_state = 23}, - [1351] = {.lex_state = 2, .external_lex_state = 20}, - [1352] = {.lex_state = 2, .external_lex_state = 23}, - [1353] = {.lex_state = 2, .external_lex_state = 23}, - [1354] = {.lex_state = 1, .external_lex_state = 9}, - [1355] = {.lex_state = 2, .external_lex_state = 23}, - [1356] = {.lex_state = 2, .external_lex_state = 23}, - [1357] = {.lex_state = 2, .external_lex_state = 23}, - [1358] = {.lex_state = 2, .external_lex_state = 23}, - [1359] = {.lex_state = 2, .external_lex_state = 23}, - [1360] = {.lex_state = 2, .external_lex_state = 23}, - [1361] = {.lex_state = 2, .external_lex_state = 23}, + [1351] = {.lex_state = 2, .external_lex_state = 26}, + [1352] = {.lex_state = 2, .external_lex_state = 26}, + [1353] = {.lex_state = 2, .external_lex_state = 27}, + [1354] = {.lex_state = 2, .external_lex_state = 27}, + [1355] = {.lex_state = 2, .external_lex_state = 27}, + [1356] = {.lex_state = 2, .external_lex_state = 24}, + [1357] = {.lex_state = 2, .external_lex_state = 27}, + [1358] = {.lex_state = 2, .external_lex_state = 27}, + [1359] = {.lex_state = 2, .external_lex_state = 24}, + [1360] = {.lex_state = 2, .external_lex_state = 27}, + [1361] = {.lex_state = 2, .external_lex_state = 27}, [1362] = {.lex_state = 2, .external_lex_state = 23}, - [1363] = {.lex_state = 2, .external_lex_state = 23}, - [1364] = {.lex_state = 2, .external_lex_state = 23}, + [1363] = {.lex_state = 2, .external_lex_state = 27}, + [1364] = {.lex_state = 2, .external_lex_state = 27}, [1365] = {.lex_state = 2, .external_lex_state = 23}, - [1366] = {.lex_state = 2, .external_lex_state = 23}, - [1367] = {.lex_state = 2, .external_lex_state = 23}, - [1368] = {.lex_state = 2, .external_lex_state = 23}, - [1369] = {.lex_state = 2, .external_lex_state = 19}, - [1370] = {.lex_state = 2, .external_lex_state = 19}, - [1371] = {.lex_state = 1, .external_lex_state = 9}, - [1372] = {.lex_state = 2, .external_lex_state = 20}, - [1373] = {.lex_state = 2, .external_lex_state = 19}, - [1374] = {.lex_state = 3, .external_lex_state = 9}, - [1375] = {.lex_state = 3, .external_lex_state = 9}, - [1376] = {.lex_state = 3, .external_lex_state = 9}, - [1377] = {.lex_state = 3, .external_lex_state = 9}, - [1378] = {.lex_state = 1, .external_lex_state = 9}, - [1379] = {.lex_state = 2, .external_lex_state = 19}, - [1380] = {.lex_state = 3, .external_lex_state = 9}, - [1381] = {.lex_state = 3, .external_lex_state = 9}, - [1382] = {.lex_state = 2, .external_lex_state = 23}, - [1383] = {.lex_state = 2, .external_lex_state = 20}, - [1384] = {.lex_state = 3, .external_lex_state = 9}, - [1385] = {.lex_state = 1, .external_lex_state = 9}, - [1386] = {.lex_state = 2, .external_lex_state = 19}, - [1387] = {.lex_state = 3, .external_lex_state = 9}, - [1388] = {.lex_state = 2, .external_lex_state = 19}, - [1389] = {.lex_state = 2, .external_lex_state = 19}, - [1390] = {.lex_state = 3, .external_lex_state = 9}, - [1391] = {.lex_state = 2, .external_lex_state = 19}, - [1392] = {.lex_state = 2, .external_lex_state = 19}, - [1393] = {.lex_state = 3, .external_lex_state = 9}, - [1394] = {.lex_state = 2, .external_lex_state = 19}, - [1395] = {.lex_state = 2, .external_lex_state = 19}, - [1396] = {.lex_state = 3, .external_lex_state = 9}, - [1397] = {.lex_state = 3, .external_lex_state = 9}, - [1398] = {.lex_state = 3, .external_lex_state = 9}, - [1399] = {.lex_state = 3, .external_lex_state = 9}, - [1400] = {.lex_state = 3, .external_lex_state = 9}, - [1401] = {.lex_state = 3, .external_lex_state = 9}, - [1402] = {.lex_state = 3, .external_lex_state = 9}, - [1403] = {.lex_state = 3, .external_lex_state = 9}, - [1404] = {.lex_state = 3, .external_lex_state = 9}, - [1405] = {.lex_state = 3, .external_lex_state = 9}, - [1406] = {.lex_state = 2, .external_lex_state = 19}, - [1407] = {.lex_state = 3, .external_lex_state = 9}, - [1408] = {.lex_state = 2, .external_lex_state = 19}, - [1409] = {.lex_state = 3, .external_lex_state = 9}, - [1410] = {.lex_state = 3, .external_lex_state = 9}, - [1411] = {.lex_state = 3, .external_lex_state = 9}, - [1412] = {.lex_state = 3, .external_lex_state = 9}, - [1413] = {.lex_state = 2, .external_lex_state = 24}, - [1414] = {.lex_state = 2, .external_lex_state = 23}, - [1415] = {.lex_state = 2, .external_lex_state = 23}, - [1416] = {.lex_state = 3, .external_lex_state = 9}, - [1417] = {.lex_state = 3, .external_lex_state = 9}, - [1418] = {.lex_state = 3, .external_lex_state = 9}, - [1419] = {.lex_state = 2, .external_lex_state = 19}, - [1420] = {.lex_state = 3, .external_lex_state = 9}, - [1421] = {.lex_state = 3, .external_lex_state = 9}, - [1422] = {.lex_state = 2, .external_lex_state = 19}, - [1423] = {.lex_state = 3, .external_lex_state = 9}, - [1424] = {.lex_state = 3, .external_lex_state = 9}, - [1425] = {.lex_state = 3, .external_lex_state = 9}, - [1426] = {.lex_state = 3, .external_lex_state = 9}, - [1427] = {.lex_state = 2, .external_lex_state = 19}, - [1428] = {.lex_state = 3, .external_lex_state = 9}, - [1429] = {.lex_state = 3, .external_lex_state = 9}, - [1430] = {.lex_state = 3, .external_lex_state = 9}, - [1431] = {.lex_state = 3, .external_lex_state = 9}, - [1432] = {.lex_state = 3, .external_lex_state = 9}, - [1433] = {.lex_state = 3, .external_lex_state = 9}, - [1434] = {.lex_state = 3, .external_lex_state = 9}, - [1435] = {.lex_state = 3, .external_lex_state = 9}, - [1436] = {.lex_state = 3, .external_lex_state = 9}, - [1437] = {.lex_state = 3, .external_lex_state = 9}, - [1438] = {.lex_state = 3, .external_lex_state = 9}, - [1439] = {.lex_state = 3, .external_lex_state = 9}, - [1440] = {.lex_state = 3, .external_lex_state = 9}, - [1441] = {.lex_state = 3, .external_lex_state = 9}, - [1442] = {.lex_state = 2, .external_lex_state = 20}, - [1443] = {.lex_state = 2, .external_lex_state = 16}, - [1444] = {.lex_state = 2, .external_lex_state = 19}, - [1445] = {.lex_state = 2, .external_lex_state = 19}, - [1446] = {.lex_state = 2, .external_lex_state = 19}, - [1447] = {.lex_state = 2, .external_lex_state = 19}, - [1448] = {.lex_state = 2, .external_lex_state = 24}, - [1449] = {.lex_state = 2, .external_lex_state = 24}, - [1450] = {.lex_state = 2, .external_lex_state = 24}, - [1451] = {.lex_state = 2, .external_lex_state = 24}, - [1452] = {.lex_state = 2, .external_lex_state = 16}, - [1453] = {.lex_state = 2, .external_lex_state = 20}, - [1454] = {.lex_state = 2, .external_lex_state = 24}, - [1455] = {.lex_state = 2, .external_lex_state = 24}, - [1456] = {.lex_state = 3, .external_lex_state = 9}, - [1457] = {.lex_state = 2, .external_lex_state = 20}, - [1458] = {.lex_state = 2, .external_lex_state = 24}, - [1459] = {.lex_state = 2, .external_lex_state = 19}, - [1460] = {.lex_state = 2, .external_lex_state = 19}, - [1461] = {.lex_state = 2, .external_lex_state = 24}, - [1462] = {.lex_state = 2, .external_lex_state = 19}, - [1463] = {.lex_state = 2, .external_lex_state = 24}, + [1366] = {.lex_state = 2, .external_lex_state = 27}, + [1367] = {.lex_state = 2, .external_lex_state = 27}, + [1368] = {.lex_state = 2, .external_lex_state = 27}, + [1369] = {.lex_state = 2, .external_lex_state = 27}, + [1370] = {.lex_state = 2, .external_lex_state = 27}, + [1371] = {.lex_state = 2, .external_lex_state = 27}, + [1372] = {.lex_state = 2, .external_lex_state = 27}, + [1373] = {.lex_state = 2, .external_lex_state = 27}, + [1374] = {.lex_state = 2, .external_lex_state = 27}, + [1375] = {.lex_state = 2, .external_lex_state = 27}, + [1376] = {.lex_state = 2, .external_lex_state = 27}, + [1377] = {.lex_state = 2, .external_lex_state = 27}, + [1378] = {.lex_state = 2, .external_lex_state = 27}, + [1379] = {.lex_state = 2, .external_lex_state = 27}, + [1380] = {.lex_state = 2, .external_lex_state = 24}, + [1381] = {.lex_state = 3, .external_lex_state = 10}, + [1382] = {.lex_state = 2, .external_lex_state = 24}, + [1383] = {.lex_state = 1, .external_lex_state = 10}, + [1384] = {.lex_state = 1, .external_lex_state = 10}, + [1385] = {.lex_state = 2, .external_lex_state = 24}, + [1386] = {.lex_state = 2, .external_lex_state = 23}, + [1387] = {.lex_state = 3, .external_lex_state = 10}, + [1388] = {.lex_state = 3, .external_lex_state = 10}, + [1389] = {.lex_state = 3, .external_lex_state = 10}, + [1390] = {.lex_state = 3, .external_lex_state = 10}, + [1391] = {.lex_state = 2, .external_lex_state = 24}, + [1392] = {.lex_state = 3, .external_lex_state = 10}, + [1393] = {.lex_state = 3, .external_lex_state = 10}, + [1394] = {.lex_state = 2, .external_lex_state = 27}, + [1395] = {.lex_state = 1, .external_lex_state = 10}, + [1396] = {.lex_state = 3, .external_lex_state = 10}, + [1397] = {.lex_state = 2, .external_lex_state = 23}, + [1398] = {.lex_state = 2, .external_lex_state = 24}, + [1399] = {.lex_state = 3, .external_lex_state = 10}, + [1400] = {.lex_state = 1, .external_lex_state = 10}, + [1401] = {.lex_state = 1, .external_lex_state = 10}, + [1402] = {.lex_state = 3, .external_lex_state = 10}, + [1403] = {.lex_state = 2, .external_lex_state = 24}, + [1404] = {.lex_state = 2, .external_lex_state = 24}, + [1405] = {.lex_state = 3, .external_lex_state = 10}, + [1406] = {.lex_state = 2, .external_lex_state = 24}, + [1407] = {.lex_state = 2, .external_lex_state = 24}, + [1408] = {.lex_state = 3, .external_lex_state = 10}, + [1409] = {.lex_state = 3, .external_lex_state = 10}, + [1410] = {.lex_state = 3, .external_lex_state = 10}, + [1411] = {.lex_state = 3, .external_lex_state = 10}, + [1412] = {.lex_state = 3, .external_lex_state = 10}, + [1413] = {.lex_state = 3, .external_lex_state = 10}, + [1414] = {.lex_state = 3, .external_lex_state = 10}, + [1415] = {.lex_state = 3, .external_lex_state = 10}, + [1416] = {.lex_state = 3, .external_lex_state = 10}, + [1417] = {.lex_state = 3, .external_lex_state = 10}, + [1418] = {.lex_state = 3, .external_lex_state = 10}, + [1419] = {.lex_state = 2, .external_lex_state = 24}, + [1420] = {.lex_state = 3, .external_lex_state = 10}, + [1421] = {.lex_state = 2, .external_lex_state = 24}, + [1422] = {.lex_state = 3, .external_lex_state = 10}, + [1423] = {.lex_state = 3, .external_lex_state = 10}, + [1424] = {.lex_state = 3, .external_lex_state = 10}, + [1425] = {.lex_state = 3, .external_lex_state = 10}, + [1426] = {.lex_state = 2, .external_lex_state = 19}, + [1427] = {.lex_state = 2, .external_lex_state = 27}, + [1428] = {.lex_state = 2, .external_lex_state = 27}, + [1429] = {.lex_state = 3, .external_lex_state = 10}, + [1430] = {.lex_state = 3, .external_lex_state = 10}, + [1431] = {.lex_state = 3, .external_lex_state = 10}, + [1432] = {.lex_state = 2, .external_lex_state = 24}, + [1433] = {.lex_state = 3, .external_lex_state = 10}, + [1434] = {.lex_state = 3, .external_lex_state = 10}, + [1435] = {.lex_state = 2, .external_lex_state = 24}, + [1436] = {.lex_state = 3, .external_lex_state = 10}, + [1437] = {.lex_state = 3, .external_lex_state = 10}, + [1438] = {.lex_state = 2, .external_lex_state = 24}, + [1439] = {.lex_state = 3, .external_lex_state = 10}, + [1440] = {.lex_state = 3, .external_lex_state = 10}, + [1441] = {.lex_state = 2, .external_lex_state = 24}, + [1442] = {.lex_state = 3, .external_lex_state = 10}, + [1443] = {.lex_state = 3, .external_lex_state = 10}, + [1444] = {.lex_state = 3, .external_lex_state = 10}, + [1445] = {.lex_state = 3, .external_lex_state = 10}, + [1446] = {.lex_state = 3, .external_lex_state = 10}, + [1447] = {.lex_state = 3, .external_lex_state = 10}, + [1448] = {.lex_state = 3, .external_lex_state = 10}, + [1449] = {.lex_state = 3, .external_lex_state = 10}, + [1450] = {.lex_state = 3, .external_lex_state = 10}, + [1451] = {.lex_state = 3, .external_lex_state = 10}, + [1452] = {.lex_state = 3, .external_lex_state = 10}, + [1453] = {.lex_state = 3, .external_lex_state = 10}, + [1454] = {.lex_state = 3, .external_lex_state = 10}, + [1455] = {.lex_state = 3, .external_lex_state = 10}, + [1456] = {.lex_state = 2, .external_lex_state = 24}, + [1457] = {.lex_state = 2, .external_lex_state = 19}, + [1458] = {.lex_state = 2, .external_lex_state = 25}, + [1459] = {.lex_state = 2, .external_lex_state = 23}, + [1460] = {.lex_state = 2, .external_lex_state = 24}, + [1461] = {.lex_state = 1, .external_lex_state = 10}, + [1462] = {.lex_state = 2, .external_lex_state = 24}, + [1463] = {.lex_state = 2, .external_lex_state = 19}, [1464] = {.lex_state = 2, .external_lex_state = 19}, [1465] = {.lex_state = 2, .external_lex_state = 19}, - [1466] = {.lex_state = 2, .external_lex_state = 24}, - [1467] = {.lex_state = 1, .external_lex_state = 9}, - [1468] = {.lex_state = 2, .external_lex_state = 19}, - [1469] = {.lex_state = 2, .external_lex_state = 24}, - [1470] = {.lex_state = 2, .external_lex_state = 24}, - [1471] = {.lex_state = 2, .external_lex_state = 24}, + [1466] = {.lex_state = 2, .external_lex_state = 19}, + [1467] = {.lex_state = 2, .external_lex_state = 24}, + [1468] = {.lex_state = 2, .external_lex_state = 24}, + [1469] = {.lex_state = 2, .external_lex_state = 19}, + [1470] = {.lex_state = 2, .external_lex_state = 19}, + [1471] = {.lex_state = 3, .external_lex_state = 10}, [1472] = {.lex_state = 2, .external_lex_state = 24}, - [1473] = {.lex_state = 2, .external_lex_state = 24}, - [1474] = {.lex_state = 2, .external_lex_state = 24}, - [1475] = {.lex_state = 2, .external_lex_state = 24}, - [1476] = {.lex_state = 2, .external_lex_state = 24}, - [1477] = {.lex_state = 2, .external_lex_state = 24}, + [1473] = {.lex_state = 2, .external_lex_state = 19}, + [1474] = {.lex_state = 2, .external_lex_state = 25}, + [1475] = {.lex_state = 2, .external_lex_state = 23}, + [1476] = {.lex_state = 2, .external_lex_state = 19}, + [1477] = {.lex_state = 2, .external_lex_state = 23}, [1478] = {.lex_state = 2, .external_lex_state = 24}, - [1479] = {.lex_state = 2, .external_lex_state = 24}, - [1480] = {.lex_state = 2, .external_lex_state = 19}, + [1479] = {.lex_state = 2, .external_lex_state = 19}, + [1480] = {.lex_state = 2, .external_lex_state = 24}, [1481] = {.lex_state = 2, .external_lex_state = 24}, - [1482] = {.lex_state = 2, .external_lex_state = 20}, - [1483] = {.lex_state = 2, .external_lex_state = 24}, + [1482] = {.lex_state = 2, .external_lex_state = 19}, + [1483] = {.lex_state = 1, .external_lex_state = 10}, [1484] = {.lex_state = 2, .external_lex_state = 24}, - [1485] = {.lex_state = 2, .external_lex_state = 24}, - [1486] = {.lex_state = 2, .external_lex_state = 24}, - [1487] = {.lex_state = 2, .external_lex_state = 21}, - [1488] = {.lex_state = 3, .external_lex_state = 9}, - [1489] = {.lex_state = 3, .external_lex_state = 9}, - [1490] = {.lex_state = 2, .external_lex_state = 24}, - [1491] = {.lex_state = 2, .external_lex_state = 24}, - [1492] = {.lex_state = 2, .external_lex_state = 24}, + [1485] = {.lex_state = 2, .external_lex_state = 19}, + [1486] = {.lex_state = 2, .external_lex_state = 19}, + [1487] = {.lex_state = 2, .external_lex_state = 19}, + [1488] = {.lex_state = 2, .external_lex_state = 19}, + [1489] = {.lex_state = 2, .external_lex_state = 19}, + [1490] = {.lex_state = 2, .external_lex_state = 19}, + [1491] = {.lex_state = 2, .external_lex_state = 19}, + [1492] = {.lex_state = 2, .external_lex_state = 19}, [1493] = {.lex_state = 2, .external_lex_state = 19}, - [1494] = {.lex_state = 2, .external_lex_state = 24}, - [1495] = {.lex_state = 2, .external_lex_state = 24}, - [1496] = {.lex_state = 2, .external_lex_state = 19}, - [1497] = {.lex_state = 2, .external_lex_state = 24}, - [1498] = {.lex_state = 2, .external_lex_state = 24}, - [1499] = {.lex_state = 2, .external_lex_state = 20}, - [1500] = {.lex_state = 2, .external_lex_state = 24}, - [1501] = {.lex_state = 2, .external_lex_state = 24}, + [1494] = {.lex_state = 2, .external_lex_state = 19}, + [1495] = {.lex_state = 2, .external_lex_state = 19}, + [1496] = {.lex_state = 2, .external_lex_state = 24}, + [1497] = {.lex_state = 2, .external_lex_state = 19}, + [1498] = {.lex_state = 2, .external_lex_state = 23}, + [1499] = {.lex_state = 2, .external_lex_state = 19}, + [1500] = {.lex_state = 2, .external_lex_state = 19}, + [1501] = {.lex_state = 2, .external_lex_state = 19}, [1502] = {.lex_state = 2, .external_lex_state = 19}, - [1503] = {.lex_state = 2, .external_lex_state = 24}, - [1504] = {.lex_state = 2, .external_lex_state = 24}, - [1505] = {.lex_state = 2, .external_lex_state = 24}, - [1506] = {.lex_state = 2, .external_lex_state = 24}, - [1507] = {.lex_state = 2, .external_lex_state = 24}, - [1508] = {.lex_state = 2, .external_lex_state = 24}, + [1503] = {.lex_state = 2, .external_lex_state = 20}, + [1504] = {.lex_state = 3, .external_lex_state = 10}, + [1505] = {.lex_state = 3, .external_lex_state = 10}, + [1506] = {.lex_state = 2, .external_lex_state = 19}, + [1507] = {.lex_state = 2, .external_lex_state = 19}, + [1508] = {.lex_state = 2, .external_lex_state = 19}, [1509] = {.lex_state = 2, .external_lex_state = 24}, - [1510] = {.lex_state = 2, .external_lex_state = 24}, - [1511] = {.lex_state = 2, .external_lex_state = 24}, + [1510] = {.lex_state = 2, .external_lex_state = 19}, + [1511] = {.lex_state = 2, .external_lex_state = 19}, [1512] = {.lex_state = 2, .external_lex_state = 24}, - [1513] = {.lex_state = 2, .external_lex_state = 24}, - [1514] = {.lex_state = 2, .external_lex_state = 24}, - [1515] = {.lex_state = 2, .external_lex_state = 24}, - [1516] = {.lex_state = 2, .external_lex_state = 24}, - [1517] = {.lex_state = 2, .external_lex_state = 19}, - [1518] = {.lex_state = 2, .external_lex_state = 22}, + [1513] = {.lex_state = 2, .external_lex_state = 19}, + [1514] = {.lex_state = 2, .external_lex_state = 19}, + [1515] = {.lex_state = 2, .external_lex_state = 19}, + [1516] = {.lex_state = 2, .external_lex_state = 19}, + [1517] = {.lex_state = 2, .external_lex_state = 24}, + [1518] = {.lex_state = 2, .external_lex_state = 19}, [1519] = {.lex_state = 2, .external_lex_state = 19}, [1520] = {.lex_state = 2, .external_lex_state = 19}, [1521] = {.lex_state = 2, .external_lex_state = 19}, [1522] = {.lex_state = 2, .external_lex_state = 19}, - [1523] = {.lex_state = 2, .external_lex_state = 21}, - [1524] = {.lex_state = 2, .external_lex_state = 21}, - [1525] = {.lex_state = 2, .external_lex_state = 21}, - [1526] = {.lex_state = 2, .external_lex_state = 21}, + [1523] = {.lex_state = 2, .external_lex_state = 19}, + [1524] = {.lex_state = 2, .external_lex_state = 19}, + [1525] = {.lex_state = 2, .external_lex_state = 19}, + [1526] = {.lex_state = 2, .external_lex_state = 19}, [1527] = {.lex_state = 2, .external_lex_state = 19}, [1528] = {.lex_state = 2, .external_lex_state = 19}, - [1529] = {.lex_state = 2, .external_lex_state = 21}, - [1530] = {.lex_state = 2, .external_lex_state = 21}, - [1531] = {.lex_state = 2, .external_lex_state = 24}, - [1532] = {.lex_state = 2, .external_lex_state = 19}, - [1533] = {.lex_state = 2, .external_lex_state = 21}, - [1534] = {.lex_state = 2, .external_lex_state = 19}, - [1535] = {.lex_state = 2, .external_lex_state = 19}, - [1536] = {.lex_state = 2, .external_lex_state = 21}, - [1537] = {.lex_state = 2, .external_lex_state = 19}, - [1538] = {.lex_state = 2, .external_lex_state = 19}, - [1539] = {.lex_state = 2, .external_lex_state = 21}, - [1540] = {.lex_state = 2, .external_lex_state = 19}, - [1541] = {.lex_state = 2, .external_lex_state = 21}, - [1542] = {.lex_state = 2, .external_lex_state = 20}, - [1543] = {.lex_state = 2, .external_lex_state = 20}, - [1544] = {.lex_state = 2, .external_lex_state = 21}, - [1545] = {.lex_state = 2, .external_lex_state = 21}, - [1546] = {.lex_state = 2, .external_lex_state = 21}, - [1547] = {.lex_state = 2, .external_lex_state = 21}, - [1548] = {.lex_state = 2, .external_lex_state = 21}, - [1549] = {.lex_state = 2, .external_lex_state = 21}, - [1550] = {.lex_state = 2, .external_lex_state = 21}, - [1551] = {.lex_state = 2, .external_lex_state = 21}, - [1552] = {.lex_state = 2, .external_lex_state = 21}, - [1553] = {.lex_state = 2, .external_lex_state = 21}, - [1554] = {.lex_state = 2, .external_lex_state = 21}, - [1555] = {.lex_state = 2, .external_lex_state = 20}, - [1556] = {.lex_state = 2, .external_lex_state = 21}, + [1529] = {.lex_state = 2, .external_lex_state = 19}, + [1530] = {.lex_state = 2, .external_lex_state = 19}, + [1531] = {.lex_state = 2, .external_lex_state = 19}, + [1532] = {.lex_state = 2, .external_lex_state = 24}, + [1533] = {.lex_state = 2, .external_lex_state = 20}, + [1534] = {.lex_state = 2, .external_lex_state = 26}, + [1535] = {.lex_state = 2, .external_lex_state = 24}, + [1536] = {.lex_state = 2, .external_lex_state = 24}, + [1537] = {.lex_state = 2, .external_lex_state = 24}, + [1538] = {.lex_state = 2, .external_lex_state = 20}, + [1539] = {.lex_state = 2, .external_lex_state = 20}, + [1540] = {.lex_state = 2, .external_lex_state = 20}, + [1541] = {.lex_state = 2, .external_lex_state = 20}, + [1542] = {.lex_state = 2, .external_lex_state = 24}, + [1543] = {.lex_state = 2, .external_lex_state = 24}, + [1544] = {.lex_state = 2, .external_lex_state = 20}, + [1545] = {.lex_state = 2, .external_lex_state = 20}, + [1546] = {.lex_state = 2, .external_lex_state = 19}, + [1547] = {.lex_state = 2, .external_lex_state = 24}, + [1548] = {.lex_state = 2, .external_lex_state = 20}, + [1549] = {.lex_state = 2, .external_lex_state = 24}, + [1550] = {.lex_state = 2, .external_lex_state = 24}, + [1551] = {.lex_state = 2, .external_lex_state = 20}, + [1552] = {.lex_state = 2, .external_lex_state = 24}, + [1553] = {.lex_state = 2, .external_lex_state = 24}, + [1554] = {.lex_state = 2, .external_lex_state = 20}, + [1555] = {.lex_state = 2, .external_lex_state = 24}, + [1556] = {.lex_state = 2, .external_lex_state = 24}, [1557] = {.lex_state = 2, .external_lex_state = 20}, - [1558] = {.lex_state = 2, .external_lex_state = 21}, - [1559] = {.lex_state = 2, .external_lex_state = 21}, - [1560] = {.lex_state = 2, .external_lex_state = 21}, - [1561] = {.lex_state = 2, .external_lex_state = 21}, - [1562] = {.lex_state = 2, .external_lex_state = 17}, - [1563] = {.lex_state = 2, .external_lex_state = 24}, - [1564] = {.lex_state = 2, .external_lex_state = 24}, - [1565] = {.lex_state = 2, .external_lex_state = 21}, - [1566] = {.lex_state = 2, .external_lex_state = 21}, - [1567] = {.lex_state = 2, .external_lex_state = 21}, - [1568] = {.lex_state = 2, .external_lex_state = 16}, - [1569] = {.lex_state = 2, .external_lex_state = 21}, - [1570] = {.lex_state = 2, .external_lex_state = 21}, - [1571] = {.lex_state = 2, .external_lex_state = 16}, - [1572] = {.lex_state = 2, .external_lex_state = 21}, - [1573] = {.lex_state = 2, .external_lex_state = 21}, - [1574] = {.lex_state = 2, .external_lex_state = 16}, - [1575] = {.lex_state = 2, .external_lex_state = 21}, - [1576] = {.lex_state = 2, .external_lex_state = 21}, - [1577] = {.lex_state = 2, .external_lex_state = 16}, - [1578] = {.lex_state = 2, .external_lex_state = 21}, - [1579] = {.lex_state = 2, .external_lex_state = 21}, - [1580] = {.lex_state = 2, .external_lex_state = 21}, - [1581] = {.lex_state = 2, .external_lex_state = 21}, - [1582] = {.lex_state = 2, .external_lex_state = 21}, - [1583] = {.lex_state = 2, .external_lex_state = 21}, - [1584] = {.lex_state = 2, .external_lex_state = 21}, - [1585] = {.lex_state = 2, .external_lex_state = 21}, - [1586] = {.lex_state = 2, .external_lex_state = 21}, - [1587] = {.lex_state = 2, .external_lex_state = 21}, - [1588] = {.lex_state = 2, .external_lex_state = 21}, - [1589] = {.lex_state = 2, .external_lex_state = 21}, - [1590] = {.lex_state = 2, .external_lex_state = 21}, - [1591] = {.lex_state = 2, .external_lex_state = 21}, + [1558] = {.lex_state = 2, .external_lex_state = 24}, + [1559] = {.lex_state = 2, .external_lex_state = 24}, + [1560] = {.lex_state = 2, .external_lex_state = 20}, + [1561] = {.lex_state = 2, .external_lex_state = 20}, + [1562] = {.lex_state = 2, .external_lex_state = 20}, + [1563] = {.lex_state = 2, .external_lex_state = 20}, + [1564] = {.lex_state = 2, .external_lex_state = 20}, + [1565] = {.lex_state = 2, .external_lex_state = 20}, + [1566] = {.lex_state = 2, .external_lex_state = 20}, + [1567] = {.lex_state = 2, .external_lex_state = 20}, + [1568] = {.lex_state = 2, .external_lex_state = 20}, + [1569] = {.lex_state = 2, .external_lex_state = 20}, + [1570] = {.lex_state = 2, .external_lex_state = 20}, + [1571] = {.lex_state = 2, .external_lex_state = 20}, + [1572] = {.lex_state = 2, .external_lex_state = 25}, + [1573] = {.lex_state = 2, .external_lex_state = 20}, + [1574] = {.lex_state = 2, .external_lex_state = 20}, + [1575] = {.lex_state = 2, .external_lex_state = 20}, + [1576] = {.lex_state = 2, .external_lex_state = 20}, + [1577] = {.lex_state = 2, .external_lex_state = 21}, + [1578] = {.lex_state = 2, .external_lex_state = 19}, + [1579] = {.lex_state = 2, .external_lex_state = 19}, + [1580] = {.lex_state = 2, .external_lex_state = 20}, + [1581] = {.lex_state = 2, .external_lex_state = 20}, + [1582] = {.lex_state = 2, .external_lex_state = 20}, + [1583] = {.lex_state = 2, .external_lex_state = 20}, + [1584] = {.lex_state = 2, .external_lex_state = 20}, + [1585] = {.lex_state = 2, .external_lex_state = 23}, + [1586] = {.lex_state = 2, .external_lex_state = 20}, + [1587] = {.lex_state = 2, .external_lex_state = 20}, + [1588] = {.lex_state = 2, .external_lex_state = 23}, + [1589] = {.lex_state = 2, .external_lex_state = 20}, + [1590] = {.lex_state = 2, .external_lex_state = 20}, + [1591] = {.lex_state = 2, .external_lex_state = 23}, [1592] = {.lex_state = 2, .external_lex_state = 20}, [1593] = {.lex_state = 2, .external_lex_state = 20}, - [1594] = {.lex_state = 2, .external_lex_state = 23}, - [1595] = {.lex_state = 2, .external_lex_state = 16}, - [1596] = {.lex_state = 2, .external_lex_state = 16}, - [1597] = {.lex_state = 2, .external_lex_state = 19}, + [1594] = {.lex_state = 2, .external_lex_state = 20}, + [1595] = {.lex_state = 2, .external_lex_state = 20}, + [1596] = {.lex_state = 2, .external_lex_state = 20}, + [1597] = {.lex_state = 2, .external_lex_state = 20}, [1598] = {.lex_state = 2, .external_lex_state = 20}, - [1599] = {.lex_state = 2, .external_lex_state = 17}, - [1600] = {.lex_state = 2, .external_lex_state = 17}, - [1601] = {.lex_state = 2, .external_lex_state = 17}, - [1602] = {.lex_state = 2, .external_lex_state = 17}, - [1603] = {.lex_state = 2, .external_lex_state = 16}, + [1599] = {.lex_state = 2, .external_lex_state = 20}, + [1600] = {.lex_state = 2, .external_lex_state = 20}, + [1601] = {.lex_state = 2, .external_lex_state = 20}, + [1602] = {.lex_state = 2, .external_lex_state = 20}, + [1603] = {.lex_state = 2, .external_lex_state = 20}, [1604] = {.lex_state = 2, .external_lex_state = 20}, - [1605] = {.lex_state = 2, .external_lex_state = 17}, - [1606] = {.lex_state = 2, .external_lex_state = 17}, + [1605] = {.lex_state = 2, .external_lex_state = 20}, + [1606] = {.lex_state = 2, .external_lex_state = 23}, [1607] = {.lex_state = 2, .external_lex_state = 21}, - [1608] = {.lex_state = 2, .external_lex_state = 20}, - [1609] = {.lex_state = 2, .external_lex_state = 17}, - [1610] = {.lex_state = 2, .external_lex_state = 16}, - [1611] = {.lex_state = 1, .external_lex_state = 9}, - [1612] = {.lex_state = 2, .external_lex_state = 17}, - [1613] = {.lex_state = 2, .external_lex_state = 20}, - [1614] = {.lex_state = 2, .external_lex_state = 16}, - [1615] = {.lex_state = 2, .external_lex_state = 17}, - [1616] = {.lex_state = 1, .external_lex_state = 9}, - [1617] = {.lex_state = 2, .external_lex_state = 20}, - [1618] = {.lex_state = 2, .external_lex_state = 17}, - [1619] = {.lex_state = 2, .external_lex_state = 16}, - [1620] = {.lex_state = 2, .external_lex_state = 20}, - [1621] = {.lex_state = 2, .external_lex_state = 17}, - [1622] = {.lex_state = 2, .external_lex_state = 17}, - [1623] = {.lex_state = 2, .external_lex_state = 17}, - [1624] = {.lex_state = 2, .external_lex_state = 17}, - [1625] = {.lex_state = 2, .external_lex_state = 17}, - [1626] = {.lex_state = 2, .external_lex_state = 17}, - [1627] = {.lex_state = 2, .external_lex_state = 17}, - [1628] = {.lex_state = 2, .external_lex_state = 17}, - [1629] = {.lex_state = 2, .external_lex_state = 17}, - [1630] = {.lex_state = 2, .external_lex_state = 17}, - [1631] = {.lex_state = 2, .external_lex_state = 17}, - [1632] = {.lex_state = 2, .external_lex_state = 20}, - [1633] = {.lex_state = 2, .external_lex_state = 17}, - [1634] = {.lex_state = 2, .external_lex_state = 16}, - [1635] = {.lex_state = 2, .external_lex_state = 17}, - [1636] = {.lex_state = 2, .external_lex_state = 17}, - [1637] = {.lex_state = 2, .external_lex_state = 17}, - [1638] = {.lex_state = 2, .external_lex_state = 17}, - [1639] = {.lex_state = 2, .external_lex_state = 18}, + [1608] = {.lex_state = 2, .external_lex_state = 27}, + [1609] = {.lex_state = 2, .external_lex_state = 25}, + [1610] = {.lex_state = 2, .external_lex_state = 25}, + [1611] = {.lex_state = 2, .external_lex_state = 25}, + [1612] = {.lex_state = 2, .external_lex_state = 25}, + [1613] = {.lex_state = 2, .external_lex_state = 21}, + [1614] = {.lex_state = 2, .external_lex_state = 21}, + [1615] = {.lex_state = 2, .external_lex_state = 21}, + [1616] = {.lex_state = 2, .external_lex_state = 21}, + [1617] = {.lex_state = 2, .external_lex_state = 23}, + [1618] = {.lex_state = 2, .external_lex_state = 23}, + [1619] = {.lex_state = 2, .external_lex_state = 21}, + [1620] = {.lex_state = 2, .external_lex_state = 21}, + [1621] = {.lex_state = 2, .external_lex_state = 25}, + [1622] = {.lex_state = 2, .external_lex_state = 20}, + [1623] = {.lex_state = 2, .external_lex_state = 25}, + [1624] = {.lex_state = 2, .external_lex_state = 21}, + [1625] = {.lex_state = 2, .external_lex_state = 24}, + [1626] = {.lex_state = 2, .external_lex_state = 21}, + [1627] = {.lex_state = 2, .external_lex_state = 23}, + [1628] = {.lex_state = 2, .external_lex_state = 25}, + [1629] = {.lex_state = 2, .external_lex_state = 21}, + [1630] = {.lex_state = 2, .external_lex_state = 23}, + [1631] = {.lex_state = 2, .external_lex_state = 23}, + [1632] = {.lex_state = 2, .external_lex_state = 21}, + [1633] = {.lex_state = 2, .external_lex_state = 25}, + [1634] = {.lex_state = 2, .external_lex_state = 23}, + [1635] = {.lex_state = 2, .external_lex_state = 21}, + [1636] = {.lex_state = 2, .external_lex_state = 21}, + [1637] = {.lex_state = 2, .external_lex_state = 21}, + [1638] = {.lex_state = 2, .external_lex_state = 21}, + [1639] = {.lex_state = 2, .external_lex_state = 21}, [1640] = {.lex_state = 2, .external_lex_state = 21}, [1641] = {.lex_state = 2, .external_lex_state = 21}, - [1642] = {.lex_state = 2, .external_lex_state = 17}, - [1643] = {.lex_state = 2, .external_lex_state = 17}, - [1644] = {.lex_state = 2, .external_lex_state = 17}, - [1645] = {.lex_state = 2, .external_lex_state = 16}, - [1646] = {.lex_state = 2, .external_lex_state = 17}, - [1647] = {.lex_state = 2, .external_lex_state = 17}, - [1648] = {.lex_state = 2, .external_lex_state = 16}, - [1649] = {.lex_state = 2, .external_lex_state = 17}, - [1650] = {.lex_state = 2, .external_lex_state = 17}, - [1651] = {.lex_state = 2, .external_lex_state = 16}, - [1652] = {.lex_state = 2, .external_lex_state = 17}, - [1653] = {.lex_state = 2, .external_lex_state = 17}, - [1654] = {.lex_state = 2, .external_lex_state = 16}, - [1655] = {.lex_state = 2, .external_lex_state = 17}, - [1656] = {.lex_state = 2, .external_lex_state = 17}, - [1657] = {.lex_state = 2, .external_lex_state = 17}, - [1658] = {.lex_state = 2, .external_lex_state = 17}, - [1659] = {.lex_state = 2, .external_lex_state = 17}, - [1660] = {.lex_state = 2, .external_lex_state = 17}, - [1661] = {.lex_state = 2, .external_lex_state = 17}, - [1662] = {.lex_state = 2, .external_lex_state = 17}, - [1663] = {.lex_state = 2, .external_lex_state = 17}, - [1664] = {.lex_state = 2, .external_lex_state = 17}, - [1665] = {.lex_state = 2, .external_lex_state = 17}, - [1666] = {.lex_state = 2, .external_lex_state = 17}, - [1667] = {.lex_state = 2, .external_lex_state = 17}, - [1668] = {.lex_state = 2, .external_lex_state = 17}, - [1669] = {.lex_state = 2, .external_lex_state = 16}, - [1670] = {.lex_state = 3, .external_lex_state = 9}, - [1671] = {.lex_state = 2, .external_lex_state = 16}, - [1672] = {.lex_state = 2, .external_lex_state = 16}, - [1673] = {.lex_state = 2, .external_lex_state = 16}, - [1674] = {.lex_state = 2, .external_lex_state = 18}, - [1675] = {.lex_state = 2, .external_lex_state = 18}, - [1676] = {.lex_state = 2, .external_lex_state = 18}, - [1677] = {.lex_state = 2, .external_lex_state = 18}, - [1678] = {.lex_state = 2, .external_lex_state = 16}, - [1679] = {.lex_state = 2, .external_lex_state = 16}, - [1680] = {.lex_state = 2, .external_lex_state = 18}, - [1681] = {.lex_state = 2, .external_lex_state = 18}, - [1682] = {.lex_state = 2, .external_lex_state = 17}, - [1683] = {.lex_state = 2, .external_lex_state = 20}, - [1684] = {.lex_state = 2, .external_lex_state = 18}, - [1685] = {.lex_state = 2, .external_lex_state = 16}, - [1686] = {.lex_state = 2, .external_lex_state = 19}, - [1687] = {.lex_state = 2, .external_lex_state = 18}, - [1688] = {.lex_state = 2, .external_lex_state = 16}, - [1689] = {.lex_state = 2, .external_lex_state = 16}, - [1690] = {.lex_state = 2, .external_lex_state = 18}, - [1691] = {.lex_state = 2, .external_lex_state = 16}, - [1692] = {.lex_state = 2, .external_lex_state = 16}, - [1693] = {.lex_state = 2, .external_lex_state = 18}, - [1694] = {.lex_state = 2, .external_lex_state = 22}, - [1695] = {.lex_state = 2, .external_lex_state = 18}, - [1696] = {.lex_state = 2, .external_lex_state = 18}, - [1697] = {.lex_state = 2, .external_lex_state = 18}, - [1698] = {.lex_state = 2, .external_lex_state = 18}, - [1699] = {.lex_state = 2, .external_lex_state = 18}, - [1700] = {.lex_state = 2, .external_lex_state = 18}, - [1701] = {.lex_state = 2, .external_lex_state = 18}, - [1702] = {.lex_state = 2, .external_lex_state = 18}, - [1703] = {.lex_state = 2, .external_lex_state = 18}, - [1704] = {.lex_state = 2, .external_lex_state = 18}, - [1705] = {.lex_state = 2, .external_lex_state = 18}, - [1706] = {.lex_state = 2, .external_lex_state = 19}, - [1707] = {.lex_state = 2, .external_lex_state = 18}, - [1708] = {.lex_state = 2, .external_lex_state = 19}, - [1709] = {.lex_state = 2, .external_lex_state = 18}, - [1710] = {.lex_state = 2, .external_lex_state = 18}, - [1711] = {.lex_state = 2, .external_lex_state = 18}, - [1712] = {.lex_state = 2, .external_lex_state = 18}, - [1713] = {.lex_state = 2, .external_lex_state = 16}, - [1714] = {.lex_state = 2, .external_lex_state = 16}, - [1715] = {.lex_state = 2, .external_lex_state = 17}, - [1716] = {.lex_state = 2, .external_lex_state = 17}, - [1717] = {.lex_state = 2, .external_lex_state = 18}, - [1718] = {.lex_state = 2, .external_lex_state = 18}, - [1719] = {.lex_state = 2, .external_lex_state = 18}, - [1720] = {.lex_state = 2, .external_lex_state = 16}, - [1721] = {.lex_state = 2, .external_lex_state = 18}, - [1722] = {.lex_state = 2, .external_lex_state = 18}, - [1723] = {.lex_state = 1, .external_lex_state = 9}, - [1724] = {.lex_state = 2, .external_lex_state = 18}, - [1725] = {.lex_state = 2, .external_lex_state = 18}, - [1726] = {.lex_state = 2, .external_lex_state = 16}, - [1727] = {.lex_state = 2, .external_lex_state = 18}, - [1728] = {.lex_state = 2, .external_lex_state = 18}, - [1729] = {.lex_state = 2, .external_lex_state = 16}, - [1730] = {.lex_state = 2, .external_lex_state = 18}, - [1731] = {.lex_state = 2, .external_lex_state = 18}, - [1732] = {.lex_state = 2, .external_lex_state = 18}, - [1733] = {.lex_state = 2, .external_lex_state = 18}, - [1734] = {.lex_state = 2, .external_lex_state = 18}, - [1735] = {.lex_state = 2, .external_lex_state = 18}, - [1736] = {.lex_state = 2, .external_lex_state = 18}, - [1737] = {.lex_state = 2, .external_lex_state = 18}, - [1738] = {.lex_state = 2, .external_lex_state = 18}, - [1739] = {.lex_state = 2, .external_lex_state = 18}, - [1740] = {.lex_state = 2, .external_lex_state = 18}, - [1741] = {.lex_state = 2, .external_lex_state = 18}, - [1742] = {.lex_state = 2, .external_lex_state = 18}, - [1743] = {.lex_state = 2, .external_lex_state = 18}, - [1744] = {.lex_state = 1, .external_lex_state = 9}, - [1745] = {.lex_state = 2, .external_lex_state = 24}, - [1746] = {.lex_state = 2, .external_lex_state = 16}, - [1747] = {.lex_state = 2, .external_lex_state = 16}, - [1748] = {.lex_state = 2, .external_lex_state = 20}, - [1749] = {.lex_state = 2, .external_lex_state = 16}, - [1750] = {.lex_state = 2, .external_lex_state = 16}, - [1751] = {.lex_state = 2, .external_lex_state = 20}, - [1752] = {.lex_state = 2, .external_lex_state = 16}, - [1753] = {.lex_state = 2, .external_lex_state = 18}, - [1754] = {.lex_state = 2, .external_lex_state = 16}, - [1755] = {.lex_state = 2, .external_lex_state = 16}, - [1756] = {.lex_state = 2, .external_lex_state = 16}, - [1757] = {.lex_state = 2, .external_lex_state = 16}, - [1758] = {.lex_state = 2, .external_lex_state = 16}, - [1759] = {.lex_state = 2, .external_lex_state = 16}, - [1760] = {.lex_state = 2, .external_lex_state = 16}, - [1761] = {.lex_state = 2, .external_lex_state = 16}, - [1762] = {.lex_state = 2, .external_lex_state = 16}, - [1763] = {.lex_state = 2, .external_lex_state = 16}, - [1764] = {.lex_state = 2, .external_lex_state = 16}, - [1765] = {.lex_state = 2, .external_lex_state = 16}, - [1766] = {.lex_state = 2, .external_lex_state = 16}, - [1767] = {.lex_state = 2, .external_lex_state = 20}, - [1768] = {.lex_state = 1, .external_lex_state = 9}, - [1769] = {.lex_state = 1, .external_lex_state = 9}, - [1770] = {.lex_state = 2, .external_lex_state = 20}, - [1771] = {.lex_state = 2, .external_lex_state = 20}, - [1772] = {.lex_state = 1, .external_lex_state = 9}, - [1773] = {.lex_state = 2, .external_lex_state = 18}, - [1774] = {.lex_state = 2, .external_lex_state = 18}, - [1775] = {.lex_state = 2, .external_lex_state = 22}, - [1776] = {.lex_state = 2, .external_lex_state = 22}, - [1777] = {.lex_state = 2, .external_lex_state = 22}, - [1778] = {.lex_state = 2, .external_lex_state = 22}, - [1779] = {.lex_state = 2, .external_lex_state = 20}, - [1780] = {.lex_state = 2, .external_lex_state = 20}, - [1781] = {.lex_state = 2, .external_lex_state = 22}, - [1782] = {.lex_state = 2, .external_lex_state = 22}, - [1783] = {.lex_state = 2, .external_lex_state = 16}, - [1784] = {.lex_state = 2, .external_lex_state = 20}, - [1785] = {.lex_state = 2, .external_lex_state = 22}, - [1786] = {.lex_state = 2, .external_lex_state = 20}, - [1787] = {.lex_state = 2, .external_lex_state = 20}, - [1788] = {.lex_state = 2, .external_lex_state = 22}, - [1789] = {.lex_state = 2, .external_lex_state = 20}, - [1790] = {.lex_state = 2, .external_lex_state = 20}, - [1791] = {.lex_state = 2, .external_lex_state = 22}, - [1792] = {.lex_state = 2, .external_lex_state = 20}, - [1793] = {.lex_state = 2, .external_lex_state = 20}, - [1794] = {.lex_state = 2, .external_lex_state = 22}, - [1795] = {.lex_state = 2, .external_lex_state = 20}, - [1796] = {.lex_state = 2, .external_lex_state = 20}, - [1797] = {.lex_state = 2, .external_lex_state = 22}, - [1798] = {.lex_state = 2, .external_lex_state = 22}, - [1799] = {.lex_state = 2, .external_lex_state = 21}, - [1800] = {.lex_state = 2, .external_lex_state = 12}, - [1801] = {.lex_state = 2, .external_lex_state = 12}, - [1802] = {.lex_state = 2, .external_lex_state = 12}, - [1803] = {.lex_state = 2, .external_lex_state = 12}, - [1804] = {.lex_state = 2, .external_lex_state = 12}, - [1805] = {.lex_state = 2, .external_lex_state = 12}, - [1806] = {.lex_state = 2, .external_lex_state = 22}, - [1807] = {.lex_state = 2, .external_lex_state = 12}, - [1808] = {.lex_state = 2, .external_lex_state = 12}, - [1809] = {.lex_state = 2, .external_lex_state = 12}, - [1810] = {.lex_state = 2, .external_lex_state = 12}, - [1811] = {.lex_state = 2, .external_lex_state = 12}, + [1642] = {.lex_state = 2, .external_lex_state = 21}, + [1643] = {.lex_state = 2, .external_lex_state = 21}, + [1644] = {.lex_state = 2, .external_lex_state = 21}, + [1645] = {.lex_state = 2, .external_lex_state = 21}, + [1646] = {.lex_state = 2, .external_lex_state = 23}, + [1647] = {.lex_state = 2, .external_lex_state = 21}, + [1648] = {.lex_state = 2, .external_lex_state = 25}, + [1649] = {.lex_state = 2, .external_lex_state = 21}, + [1650] = {.lex_state = 2, .external_lex_state = 21}, + [1651] = {.lex_state = 2, .external_lex_state = 21}, + [1652] = {.lex_state = 2, .external_lex_state = 21}, + [1653] = {.lex_state = 2, .external_lex_state = 22}, + [1654] = {.lex_state = 2, .external_lex_state = 20}, + [1655] = {.lex_state = 2, .external_lex_state = 20}, + [1656] = {.lex_state = 2, .external_lex_state = 21}, + [1657] = {.lex_state = 2, .external_lex_state = 21}, + [1658] = {.lex_state = 2, .external_lex_state = 21}, + [1659] = {.lex_state = 2, .external_lex_state = 21}, + [1660] = {.lex_state = 2, .external_lex_state = 21}, + [1661] = {.lex_state = 2, .external_lex_state = 23}, + [1662] = {.lex_state = 2, .external_lex_state = 21}, + [1663] = {.lex_state = 2, .external_lex_state = 21}, + [1664] = {.lex_state = 2, .external_lex_state = 25}, + [1665] = {.lex_state = 2, .external_lex_state = 21}, + [1666] = {.lex_state = 2, .external_lex_state = 21}, + [1667] = {.lex_state = 2, .external_lex_state = 23}, + [1668] = {.lex_state = 2, .external_lex_state = 21}, + [1669] = {.lex_state = 2, .external_lex_state = 21}, + [1670] = {.lex_state = 2, .external_lex_state = 21}, + [1671] = {.lex_state = 2, .external_lex_state = 21}, + [1672] = {.lex_state = 2, .external_lex_state = 21}, + [1673] = {.lex_state = 2, .external_lex_state = 21}, + [1674] = {.lex_state = 2, .external_lex_state = 21}, + [1675] = {.lex_state = 2, .external_lex_state = 21}, + [1676] = {.lex_state = 2, .external_lex_state = 21}, + [1677] = {.lex_state = 2, .external_lex_state = 21}, + [1678] = {.lex_state = 2, .external_lex_state = 21}, + [1679] = {.lex_state = 2, .external_lex_state = 21}, + [1680] = {.lex_state = 2, .external_lex_state = 21}, + [1681] = {.lex_state = 2, .external_lex_state = 21}, + [1682] = {.lex_state = 2, .external_lex_state = 23}, + [1683] = {.lex_state = 2, .external_lex_state = 22}, + [1684] = {.lex_state = 3, .external_lex_state = 10}, + [1685] = {.lex_state = 2, .external_lex_state = 25}, + [1686] = {.lex_state = 2, .external_lex_state = 25}, + [1687] = {.lex_state = 2, .external_lex_state = 25}, + [1688] = {.lex_state = 2, .external_lex_state = 25}, + [1689] = {.lex_state = 2, .external_lex_state = 22}, + [1690] = {.lex_state = 2, .external_lex_state = 22}, + [1691] = {.lex_state = 2, .external_lex_state = 22}, + [1692] = {.lex_state = 2, .external_lex_state = 22}, + [1693] = {.lex_state = 2, .external_lex_state = 25}, + [1694] = {.lex_state = 2, .external_lex_state = 25}, + [1695] = {.lex_state = 2, .external_lex_state = 22}, + [1696] = {.lex_state = 2, .external_lex_state = 22}, + [1697] = {.lex_state = 2, .external_lex_state = 21}, + [1698] = {.lex_state = 2, .external_lex_state = 25}, + [1699] = {.lex_state = 2, .external_lex_state = 22}, + [1700] = {.lex_state = 2, .external_lex_state = 25}, + [1701] = {.lex_state = 2, .external_lex_state = 25}, + [1702] = {.lex_state = 2, .external_lex_state = 22}, + [1703] = {.lex_state = 2, .external_lex_state = 25}, + [1704] = {.lex_state = 2, .external_lex_state = 22}, + [1705] = {.lex_state = 2, .external_lex_state = 25}, + [1706] = {.lex_state = 2, .external_lex_state = 23}, + [1707] = {.lex_state = 2, .external_lex_state = 22}, + [1708] = {.lex_state = 2, .external_lex_state = 25}, + [1709] = {.lex_state = 2, .external_lex_state = 23}, + [1710] = {.lex_state = 2, .external_lex_state = 22}, + [1711] = {.lex_state = 2, .external_lex_state = 22}, + [1712] = {.lex_state = 2, .external_lex_state = 22}, + [1713] = {.lex_state = 2, .external_lex_state = 22}, + [1714] = {.lex_state = 2, .external_lex_state = 22}, + [1715] = {.lex_state = 2, .external_lex_state = 22}, + [1716] = {.lex_state = 2, .external_lex_state = 22}, + [1717] = {.lex_state = 2, .external_lex_state = 22}, + [1718] = {.lex_state = 2, .external_lex_state = 22}, + [1719] = {.lex_state = 2, .external_lex_state = 22}, + [1720] = {.lex_state = 2, .external_lex_state = 22}, + [1721] = {.lex_state = 2, .external_lex_state = 25}, + [1722] = {.lex_state = 2, .external_lex_state = 22}, + [1723] = {.lex_state = 2, .external_lex_state = 25}, + [1724] = {.lex_state = 2, .external_lex_state = 22}, + [1725] = {.lex_state = 2, .external_lex_state = 22}, + [1726] = {.lex_state = 2, .external_lex_state = 22}, + [1727] = {.lex_state = 2, .external_lex_state = 22}, + [1728] = {.lex_state = 2, .external_lex_state = 25}, + [1729] = {.lex_state = 2, .external_lex_state = 21}, + [1730] = {.lex_state = 2, .external_lex_state = 21}, + [1731] = {.lex_state = 2, .external_lex_state = 22}, + [1732] = {.lex_state = 2, .external_lex_state = 22}, + [1733] = {.lex_state = 2, .external_lex_state = 22}, + [1734] = {.lex_state = 2, .external_lex_state = 25}, + [1735] = {.lex_state = 2, .external_lex_state = 22}, + [1736] = {.lex_state = 2, .external_lex_state = 22}, + [1737] = {.lex_state = 2, .external_lex_state = 26}, + [1738] = {.lex_state = 2, .external_lex_state = 22}, + [1739] = {.lex_state = 2, .external_lex_state = 22}, + [1740] = {.lex_state = 2, .external_lex_state = 24}, + [1741] = {.lex_state = 2, .external_lex_state = 22}, + [1742] = {.lex_state = 2, .external_lex_state = 22}, + [1743] = {.lex_state = 2, .external_lex_state = 24}, + [1744] = {.lex_state = 2, .external_lex_state = 22}, + [1745] = {.lex_state = 2, .external_lex_state = 22}, + [1746] = {.lex_state = 2, .external_lex_state = 22}, + [1747] = {.lex_state = 2, .external_lex_state = 22}, + [1748] = {.lex_state = 2, .external_lex_state = 22}, + [1749] = {.lex_state = 2, .external_lex_state = 22}, + [1750] = {.lex_state = 2, .external_lex_state = 22}, + [1751] = {.lex_state = 2, .external_lex_state = 22}, + [1752] = {.lex_state = 2, .external_lex_state = 22}, + [1753] = {.lex_state = 2, .external_lex_state = 22}, + [1754] = {.lex_state = 2, .external_lex_state = 22}, + [1755] = {.lex_state = 2, .external_lex_state = 22}, + [1756] = {.lex_state = 2, .external_lex_state = 22}, + [1757] = {.lex_state = 2, .external_lex_state = 22}, + [1758] = {.lex_state = 2, .external_lex_state = 25}, + [1759] = {.lex_state = 2, .external_lex_state = 25}, + [1760] = {.lex_state = 2, .external_lex_state = 19}, + [1761] = {.lex_state = 2, .external_lex_state = 25}, + [1762] = {.lex_state = 2, .external_lex_state = 23}, + [1763] = {.lex_state = 2, .external_lex_state = 25}, + [1764] = {.lex_state = 2, .external_lex_state = 25}, + [1765] = {.lex_state = 2, .external_lex_state = 24}, + [1766] = {.lex_state = 2, .external_lex_state = 25}, + [1767] = {.lex_state = 2, .external_lex_state = 25}, + [1768] = {.lex_state = 1, .external_lex_state = 10}, + [1769] = {.lex_state = 2, .external_lex_state = 22}, + [1770] = {.lex_state = 2, .external_lex_state = 25}, + [1771] = {.lex_state = 2, .external_lex_state = 25}, + [1772] = {.lex_state = 1, .external_lex_state = 10}, + [1773] = {.lex_state = 2, .external_lex_state = 25}, + [1774] = {.lex_state = 2, .external_lex_state = 25}, + [1775] = {.lex_state = 2, .external_lex_state = 25}, + [1776] = {.lex_state = 2, .external_lex_state = 25}, + [1777] = {.lex_state = 2, .external_lex_state = 25}, + [1778] = {.lex_state = 2, .external_lex_state = 25}, + [1779] = {.lex_state = 2, .external_lex_state = 25}, + [1780] = {.lex_state = 2, .external_lex_state = 25}, + [1781] = {.lex_state = 2, .external_lex_state = 25}, + [1782] = {.lex_state = 2, .external_lex_state = 25}, + [1783] = {.lex_state = 2, .external_lex_state = 25}, + [1784] = {.lex_state = 2, .external_lex_state = 25}, + [1785] = {.lex_state = 2, .external_lex_state = 25}, + [1786] = {.lex_state = 2, .external_lex_state = 25}, + [1787] = {.lex_state = 2, .external_lex_state = 23}, + [1788] = {.lex_state = 2, .external_lex_state = 26}, + [1789] = {.lex_state = 2, .external_lex_state = 22}, + [1790] = {.lex_state = 2, .external_lex_state = 22}, + [1791] = {.lex_state = 1, .external_lex_state = 10}, + [1792] = {.lex_state = 2, .external_lex_state = 23}, + [1793] = {.lex_state = 2, .external_lex_state = 23}, + [1794] = {.lex_state = 2, .external_lex_state = 23}, + [1795] = {.lex_state = 2, .external_lex_state = 26}, + [1796] = {.lex_state = 2, .external_lex_state = 26}, + [1797] = {.lex_state = 2, .external_lex_state = 26}, + [1798] = {.lex_state = 2, .external_lex_state = 26}, + [1799] = {.lex_state = 2, .external_lex_state = 23}, + [1800] = {.lex_state = 2, .external_lex_state = 26}, + [1801] = {.lex_state = 2, .external_lex_state = 26}, + [1802] = {.lex_state = 2, .external_lex_state = 25}, + [1803] = {.lex_state = 2, .external_lex_state = 23}, + [1804] = {.lex_state = 2, .external_lex_state = 26}, + [1805] = {.lex_state = 1, .external_lex_state = 10}, + [1806] = {.lex_state = 2, .external_lex_state = 26}, + [1807] = {.lex_state = 2, .external_lex_state = 23}, + [1808] = {.lex_state = 2, .external_lex_state = 23}, + [1809] = {.lex_state = 2, .external_lex_state = 26}, + [1810] = {.lex_state = 1, .external_lex_state = 10}, + [1811] = {.lex_state = 2, .external_lex_state = 20}, [1812] = {.lex_state = 2, .external_lex_state = 12}, [1813] = {.lex_state = 2, .external_lex_state = 12}, [1814] = {.lex_state = 2, .external_lex_state = 12}, [1815] = {.lex_state = 2, .external_lex_state = 12}, [1816] = {.lex_state = 2, .external_lex_state = 12}, [1817] = {.lex_state = 2, .external_lex_state = 12}, - [1818] = {.lex_state = 2, .external_lex_state = 22}, - [1819] = {.lex_state = 2, .external_lex_state = 22}, + [1818] = {.lex_state = 2, .external_lex_state = 23}, + [1819] = {.lex_state = 2, .external_lex_state = 12}, [1820] = {.lex_state = 2, .external_lex_state = 12}, [1821] = {.lex_state = 2, .external_lex_state = 12}, [1822] = {.lex_state = 2, .external_lex_state = 12}, [1823] = {.lex_state = 2, .external_lex_state = 12}, - [1824] = {.lex_state = 2, .external_lex_state = 22}, - [1825] = {.lex_state = 2, .external_lex_state = 17}, - [1826] = {.lex_state = 2, .external_lex_state = 22}, - [1827] = {.lex_state = 2, .external_lex_state = 22}, - [1828] = {.lex_state = 2, .external_lex_state = 22}, - [1829] = {.lex_state = 2, .external_lex_state = 22}, - [1830] = {.lex_state = 2, .external_lex_state = 14}, - [1831] = {.lex_state = 2, .external_lex_state = 22}, - [1832] = {.lex_state = 2, .external_lex_state = 20}, - [1833] = {.lex_state = 2, .external_lex_state = 22}, - [1834] = {.lex_state = 2, .external_lex_state = 20}, - [1835] = {.lex_state = 2, .external_lex_state = 22}, - [1836] = {.lex_state = 2, .external_lex_state = 18}, - [1837] = {.lex_state = 2, .external_lex_state = 22}, - [1838] = {.lex_state = 2, .external_lex_state = 22}, - [1839] = {.lex_state = 2, .external_lex_state = 22}, - [1840] = {.lex_state = 2, .external_lex_state = 23}, - [1841] = {.lex_state = 2, .external_lex_state = 16}, - [1842] = {.lex_state = 2, .external_lex_state = 16}, + [1824] = {.lex_state = 2, .external_lex_state = 12}, + [1825] = {.lex_state = 2, .external_lex_state = 12}, + [1826] = {.lex_state = 2, .external_lex_state = 12}, + [1827] = {.lex_state = 2, .external_lex_state = 12}, + [1828] = {.lex_state = 2, .external_lex_state = 12}, + [1829] = {.lex_state = 2, .external_lex_state = 12}, + [1830] = {.lex_state = 2, .external_lex_state = 26}, + [1831] = {.lex_state = 2, .external_lex_state = 23}, + [1832] = {.lex_state = 2, .external_lex_state = 12}, + [1833] = {.lex_state = 2, .external_lex_state = 12}, + [1834] = {.lex_state = 2, .external_lex_state = 12}, + [1835] = {.lex_state = 2, .external_lex_state = 12}, + [1836] = {.lex_state = 2, .external_lex_state = 23}, + [1837] = {.lex_state = 2, .external_lex_state = 21}, + [1838] = {.lex_state = 2, .external_lex_state = 26}, + [1839] = {.lex_state = 2, .external_lex_state = 26}, + [1840] = {.lex_state = 2, .external_lex_state = 14}, + [1841] = {.lex_state = 2, .external_lex_state = 26}, + [1842] = {.lex_state = 2, .external_lex_state = 26}, [1843] = {.lex_state = 2, .external_lex_state = 14}, - [1844] = {.lex_state = 2, .external_lex_state = 14}, - [1845] = {.lex_state = 2, .external_lex_state = 40}, - [1846] = {.lex_state = 2, .external_lex_state = 14}, - [1847] = {.lex_state = 2, .external_lex_state = 14}, - [1848] = {.lex_state = 2, .external_lex_state = 22}, + [1844] = {.lex_state = 2, .external_lex_state = 26}, + [1845] = {.lex_state = 2, .external_lex_state = 26}, + [1846] = {.lex_state = 2, .external_lex_state = 26}, + [1847] = {.lex_state = 2, .external_lex_state = 26}, + [1848] = {.lex_state = 2, .external_lex_state = 26}, [1849] = {.lex_state = 2, .external_lex_state = 22}, - [1850] = {.lex_state = 2, .external_lex_state = 14}, - [1851] = {.lex_state = 2, .external_lex_state = 14}, - [1852] = {.lex_state = 2, .external_lex_state = 22}, - [1853] = {.lex_state = 2, .external_lex_state = 20}, - [1854] = {.lex_state = 2, .external_lex_state = 22}, - [1855] = {.lex_state = 2, .external_lex_state = 22}, - [1856] = {.lex_state = 2, .external_lex_state = 20}, - [1857] = {.lex_state = 2, .external_lex_state = 22}, - [1858] = {.lex_state = 2, .external_lex_state = 22}, - [1859] = {.lex_state = 2, .external_lex_state = 20}, - [1860] = {.lex_state = 2, .external_lex_state = 22}, - [1861] = {.lex_state = 2, .external_lex_state = 22}, - [1862] = {.lex_state = 2, .external_lex_state = 20}, - [1863] = {.lex_state = 2, .external_lex_state = 22}, - [1864] = {.lex_state = 2, .external_lex_state = 22}, - [1865] = {.lex_state = 2, .external_lex_state = 22}, - [1866] = {.lex_state = 2, .external_lex_state = 22}, - [1867] = {.lex_state = 2, .external_lex_state = 22}, - [1868] = {.lex_state = 2, .external_lex_state = 22}, - [1869] = {.lex_state = 2, .external_lex_state = 22}, - [1870] = {.lex_state = 2, .external_lex_state = 22}, - [1871] = {.lex_state = 2, .external_lex_state = 22}, - [1872] = {.lex_state = 2, .external_lex_state = 14}, - [1873] = {.lex_state = 2, .external_lex_state = 22}, - [1874] = {.lex_state = 2, .external_lex_state = 22}, - [1875] = {.lex_state = 2, .external_lex_state = 14}, - [1876] = {.lex_state = 2, .external_lex_state = 22}, - [1877] = {.lex_state = 2, .external_lex_state = 22}, - [1878] = {.lex_state = 2, .external_lex_state = 14}, - [1879] = {.lex_state = 2, .external_lex_state = 22}, - [1880] = {.lex_state = 2, .external_lex_state = 20}, - [1881] = {.lex_state = 2, .external_lex_state = 14}, - [1882] = {.lex_state = 2, .external_lex_state = 20}, - [1883] = {.lex_state = 2, .external_lex_state = 20}, - [1884] = {.lex_state = 2, .external_lex_state = 14}, + [1850] = {.lex_state = 2, .external_lex_state = 26}, + [1851] = {.lex_state = 2, .external_lex_state = 26}, + [1852] = {.lex_state = 2, .external_lex_state = 23}, + [1853] = {.lex_state = 2, .external_lex_state = 26}, + [1854] = {.lex_state = 2, .external_lex_state = 23}, + [1855] = {.lex_state = 2, .external_lex_state = 26}, + [1856] = {.lex_state = 2, .external_lex_state = 14}, + [1857] = {.lex_state = 2, .external_lex_state = 43}, + [1858] = {.lex_state = 2, .external_lex_state = 14}, + [1859] = {.lex_state = 2, .external_lex_state = 14}, + [1860] = {.lex_state = 2, .external_lex_state = 14}, + [1861] = {.lex_state = 2, .external_lex_state = 26}, + [1862] = {.lex_state = 2, .external_lex_state = 26}, + [1863] = {.lex_state = 2, .external_lex_state = 14}, + [1864] = {.lex_state = 2, .external_lex_state = 14}, + [1865] = {.lex_state = 2, .external_lex_state = 26}, + [1866] = {.lex_state = 2, .external_lex_state = 27}, + [1867] = {.lex_state = 2, .external_lex_state = 25}, + [1868] = {.lex_state = 2, .external_lex_state = 25}, + [1869] = {.lex_state = 2, .external_lex_state = 26}, + [1870] = {.lex_state = 2, .external_lex_state = 26}, + [1871] = {.lex_state = 2, .external_lex_state = 26}, + [1872] = {.lex_state = 2, .external_lex_state = 23}, + [1873] = {.lex_state = 2, .external_lex_state = 26}, + [1874] = {.lex_state = 2, .external_lex_state = 26}, + [1875] = {.lex_state = 1, .external_lex_state = 10}, + [1876] = {.lex_state = 2, .external_lex_state = 26}, + [1877] = {.lex_state = 2, .external_lex_state = 26}, + [1878] = {.lex_state = 2, .external_lex_state = 23}, + [1879] = {.lex_state = 2, .external_lex_state = 26}, + [1880] = {.lex_state = 2, .external_lex_state = 26}, + [1881] = {.lex_state = 2, .external_lex_state = 23}, + [1882] = {.lex_state = 2, .external_lex_state = 26}, + [1883] = {.lex_state = 2, .external_lex_state = 26}, + [1884] = {.lex_state = 2, .external_lex_state = 26}, [1885] = {.lex_state = 2, .external_lex_state = 14}, - [1886] = {.lex_state = 2, .external_lex_state = 14}, - [1887] = {.lex_state = 2, .external_lex_state = 14}, + [1886] = {.lex_state = 2, .external_lex_state = 26}, + [1887] = {.lex_state = 2, .external_lex_state = 26}, [1888] = {.lex_state = 2, .external_lex_state = 14}, - [1889] = {.lex_state = 2, .external_lex_state = 14}, - [1890] = {.lex_state = 2, .external_lex_state = 14}, + [1889] = {.lex_state = 2, .external_lex_state = 26}, + [1890] = {.lex_state = 2, .external_lex_state = 26}, [1891] = {.lex_state = 2, .external_lex_state = 14}, - [1892] = {.lex_state = 2, .external_lex_state = 14}, - [1893] = {.lex_state = 2, .external_lex_state = 14}, + [1892] = {.lex_state = 2, .external_lex_state = 26}, + [1893] = {.lex_state = 2, .external_lex_state = 26}, [1894] = {.lex_state = 2, .external_lex_state = 14}, - [1895] = {.lex_state = 2, .external_lex_state = 20}, - [1896] = {.lex_state = 2, .external_lex_state = 14}, - [1897] = {.lex_state = 2, .external_lex_state = 20}, + [1895] = {.lex_state = 2, .external_lex_state = 26}, + [1896] = {.lex_state = 2, .external_lex_state = 26}, + [1897] = {.lex_state = 2, .external_lex_state = 14}, [1898] = {.lex_state = 2, .external_lex_state = 14}, [1899] = {.lex_state = 2, .external_lex_state = 14}, [1900] = {.lex_state = 2, .external_lex_state = 14}, [1901] = {.lex_state = 2, .external_lex_state = 14}, [1902] = {.lex_state = 2, .external_lex_state = 14}, - [1903] = {.lex_state = 1, .external_lex_state = 9}, - [1904] = {.lex_state = 2, .external_lex_state = 23}, - [1905] = {.lex_state = 2, .external_lex_state = 23}, - [1906] = {.lex_state = 2, .external_lex_state = 23}, - [1907] = {.lex_state = 2, .external_lex_state = 23}, - [1908] = {.lex_state = 2, .external_lex_state = 20}, + [1903] = {.lex_state = 2, .external_lex_state = 14}, + [1904] = {.lex_state = 2, .external_lex_state = 14}, + [1905] = {.lex_state = 2, .external_lex_state = 14}, + [1906] = {.lex_state = 2, .external_lex_state = 14}, + [1907] = {.lex_state = 2, .external_lex_state = 14}, + [1908] = {.lex_state = 2, .external_lex_state = 26}, [1909] = {.lex_state = 2, .external_lex_state = 14}, - [1910] = {.lex_state = 2, .external_lex_state = 14}, + [1910] = {.lex_state = 2, .external_lex_state = 26}, [1911] = {.lex_state = 2, .external_lex_state = 14}, - [1912] = {.lex_state = 1, .external_lex_state = 9}, + [1912] = {.lex_state = 2, .external_lex_state = 14}, [1913] = {.lex_state = 2, .external_lex_state = 14}, [1914] = {.lex_state = 2, .external_lex_state = 14}, - [1915] = {.lex_state = 2, .external_lex_state = 23}, - [1916] = {.lex_state = 2, .external_lex_state = 14}, - [1917] = {.lex_state = 2, .external_lex_state = 14}, - [1918] = {.lex_state = 2, .external_lex_state = 23}, - [1919] = {.lex_state = 2, .external_lex_state = 14}, - [1920] = {.lex_state = 2, .external_lex_state = 14}, - [1921] = {.lex_state = 2, .external_lex_state = 22}, + [1915] = {.lex_state = 2, .external_lex_state = 26}, + [1916] = {.lex_state = 1, .external_lex_state = 10}, + [1917] = {.lex_state = 2, .external_lex_state = 23}, + [1918] = {.lex_state = 2, .external_lex_state = 27}, + [1919] = {.lex_state = 2, .external_lex_state = 23}, + [1920] = {.lex_state = 2, .external_lex_state = 23}, + [1921] = {.lex_state = 2, .external_lex_state = 23}, [1922] = {.lex_state = 2, .external_lex_state = 14}, [1923] = {.lex_state = 2, .external_lex_state = 14}, [1924] = {.lex_state = 2, .external_lex_state = 14}, [1925] = {.lex_state = 2, .external_lex_state = 23}, [1926] = {.lex_state = 2, .external_lex_state = 14}, [1927] = {.lex_state = 2, .external_lex_state = 14}, - [1928] = {.lex_state = 2, .external_lex_state = 14}, + [1928] = {.lex_state = 2, .external_lex_state = 23}, [1929] = {.lex_state = 2, .external_lex_state = 14}, [1930] = {.lex_state = 2, .external_lex_state = 14}, - [1931] = {.lex_state = 2, .external_lex_state = 14}, + [1931] = {.lex_state = 2, .external_lex_state = 27}, [1932] = {.lex_state = 2, .external_lex_state = 14}, [1933] = {.lex_state = 2, .external_lex_state = 14}, - [1934] = {.lex_state = 2, .external_lex_state = 14}, - [1935] = {.lex_state = 2, .external_lex_state = 20}, - [1936] = {.lex_state = 2, .external_lex_state = 19}, + [1934] = {.lex_state = 2, .external_lex_state = 27}, + [1935] = {.lex_state = 2, .external_lex_state = 14}, + [1936] = {.lex_state = 2, .external_lex_state = 14}, [1937] = {.lex_state = 2, .external_lex_state = 14}, - [1938] = {.lex_state = 2, .external_lex_state = 14}, - [1939] = {.lex_state = 2, .external_lex_state = 23}, - [1940] = {.lex_state = 2, .external_lex_state = 19}, - [1941] = {.lex_state = 2, .external_lex_state = 19}, - [1942] = {.lex_state = 2, .external_lex_state = 23}, - [1943] = {.lex_state = 2, .external_lex_state = 19}, - [1944] = {.lex_state = 2, .external_lex_state = 20}, - [1945] = {.lex_state = 2, .external_lex_state = 23}, - [1946] = {.lex_state = 1, .external_lex_state = 9}, - [1947] = {.lex_state = 2, .external_lex_state = 19}, - [1948] = {.lex_state = 2, .external_lex_state = 23}, + [1938] = {.lex_state = 2, .external_lex_state = 27}, + [1939] = {.lex_state = 2, .external_lex_state = 27}, + [1940] = {.lex_state = 2, .external_lex_state = 14}, + [1941] = {.lex_state = 2, .external_lex_state = 14}, + [1942] = {.lex_state = 2, .external_lex_state = 14}, + [1943] = {.lex_state = 2, .external_lex_state = 14}, + [1944] = {.lex_state = 2, .external_lex_state = 14}, + [1945] = {.lex_state = 2, .external_lex_state = 14}, + [1946] = {.lex_state = 2, .external_lex_state = 14}, + [1947] = {.lex_state = 2, .external_lex_state = 14}, + [1948] = {.lex_state = 2, .external_lex_state = 14}, [1949] = {.lex_state = 2, .external_lex_state = 23}, - [1950] = {.lex_state = 2, .external_lex_state = 23}, - [1951] = {.lex_state = 2, .external_lex_state = 23}, - [1952] = {.lex_state = 2, .external_lex_state = 23}, - [1953] = {.lex_state = 1, .external_lex_state = 9}, - [1954] = {.lex_state = 1, .external_lex_state = 9}, - [1955] = {.lex_state = 1, .external_lex_state = 9}, - [1956] = {.lex_state = 1, .external_lex_state = 9}, - [1957] = {.lex_state = 2, .external_lex_state = 23}, + [1950] = {.lex_state = 2, .external_lex_state = 14}, + [1951] = {.lex_state = 2, .external_lex_state = 14}, + [1952] = {.lex_state = 2, .external_lex_state = 24}, + [1953] = {.lex_state = 2, .external_lex_state = 27}, + [1954] = {.lex_state = 2, .external_lex_state = 27}, + [1955] = {.lex_state = 2, .external_lex_state = 26}, + [1956] = {.lex_state = 2, .external_lex_state = 14}, + [1957] = {.lex_state = 2, .external_lex_state = 27}, [1958] = {.lex_state = 2, .external_lex_state = 23}, - [1959] = {.lex_state = 1, .external_lex_state = 9}, - [1960] = {.lex_state = 1, .external_lex_state = 9}, - [1961] = {.lex_state = 2, .external_lex_state = 14}, + [1959] = {.lex_state = 1, .external_lex_state = 10}, + [1960] = {.lex_state = 2, .external_lex_state = 23}, + [1961] = {.lex_state = 2, .external_lex_state = 27}, [1962] = {.lex_state = 2, .external_lex_state = 23}, - [1963] = {.lex_state = 1, .external_lex_state = 9}, - [1964] = {.lex_state = 2, .external_lex_state = 23}, - [1965] = {.lex_state = 2, .external_lex_state = 23}, - [1966] = {.lex_state = 1, .external_lex_state = 9}, - [1967] = {.lex_state = 2, .external_lex_state = 23}, - [1968] = {.lex_state = 2, .external_lex_state = 19}, - [1969] = {.lex_state = 1, .external_lex_state = 9}, - [1970] = {.lex_state = 2, .external_lex_state = 23}, - [1971] = {.lex_state = 2, .external_lex_state = 20}, - [1972] = {.lex_state = 1, .external_lex_state = 9}, - [1973] = {.lex_state = 2, .external_lex_state = 23}, - [1974] = {.lex_state = 2, .external_lex_state = 23}, - [1975] = {.lex_state = 1, .external_lex_state = 9}, - [1976] = {.lex_state = 1, .external_lex_state = 9}, - [1977] = {.lex_state = 1, .external_lex_state = 9}, - [1978] = {.lex_state = 1, .external_lex_state = 9}, - [1979] = {.lex_state = 1, .external_lex_state = 9}, - [1980] = {.lex_state = 1, .external_lex_state = 9}, - [1981] = {.lex_state = 1, .external_lex_state = 9}, - [1982] = {.lex_state = 1, .external_lex_state = 9}, - [1983] = {.lex_state = 1, .external_lex_state = 9}, - [1984] = {.lex_state = 1, .external_lex_state = 9}, - [1985] = {.lex_state = 1, .external_lex_state = 9}, - [1986] = {.lex_state = 2, .external_lex_state = 23}, - [1987] = {.lex_state = 1, .external_lex_state = 9}, - [1988] = {.lex_state = 2, .external_lex_state = 23}, - [1989] = {.lex_state = 1, .external_lex_state = 9}, - [1990] = {.lex_state = 1, .external_lex_state = 9}, - [1991] = {.lex_state = 1, .external_lex_state = 9}, - [1992] = {.lex_state = 1, .external_lex_state = 9}, - [1993] = {.lex_state = 2, .external_lex_state = 20}, - [1994] = {.lex_state = 2, .external_lex_state = 14}, - [1995] = {.lex_state = 2, .external_lex_state = 14}, - [1996] = {.lex_state = 3, .external_lex_state = 9}, - [1997] = {.lex_state = 2, .external_lex_state = 22}, - [1998] = {.lex_state = 1, .external_lex_state = 9}, - [1999] = {.lex_state = 1, .external_lex_state = 9}, - [2000] = {.lex_state = 2, .external_lex_state = 22}, - [2001] = {.lex_state = 1, .external_lex_state = 9}, - [2002] = {.lex_state = 1, .external_lex_state = 9}, - [2003] = {.lex_state = 2, .external_lex_state = 23}, - [2004] = {.lex_state = 1, .external_lex_state = 9}, - [2005] = {.lex_state = 1, .external_lex_state = 9}, - [2006] = {.lex_state = 2, .external_lex_state = 23}, - [2007] = {.lex_state = 1, .external_lex_state = 9}, - [2008] = {.lex_state = 1, .external_lex_state = 9}, - [2009] = {.lex_state = 2, .external_lex_state = 23}, - [2010] = {.lex_state = 1, .external_lex_state = 9}, - [2011] = {.lex_state = 1, .external_lex_state = 9}, - [2012] = {.lex_state = 1, .external_lex_state = 9}, - [2013] = {.lex_state = 1, .external_lex_state = 9}, - [2014] = {.lex_state = 2, .external_lex_state = 23}, - [2015] = {.lex_state = 2, .external_lex_state = 23}, - [2016] = {.lex_state = 3, .external_lex_state = 9}, - [2017] = {.lex_state = 2, .external_lex_state = 12}, - [2018] = {.lex_state = 2, .external_lex_state = 12}, - [2019] = {.lex_state = 2, .external_lex_state = 14}, - [2020] = {.lex_state = 2, .external_lex_state = 12}, - [2021] = {.lex_state = 2, .external_lex_state = 12}, - [2022] = {.lex_state = 2, .external_lex_state = 12}, - [2023] = {.lex_state = 2, .external_lex_state = 12}, - [2024] = {.lex_state = 2, .external_lex_state = 12}, - [2025] = {.lex_state = 2, .external_lex_state = 12}, - [2026] = {.lex_state = 2, .external_lex_state = 12}, - [2027] = {.lex_state = 2, .external_lex_state = 12}, - [2028] = {.lex_state = 2, .external_lex_state = 12}, - [2029] = {.lex_state = 2, .external_lex_state = 12}, - [2030] = {.lex_state = 2, .external_lex_state = 12}, - [2031] = {.lex_state = 2, .external_lex_state = 12}, + [1963] = {.lex_state = 1, .external_lex_state = 10}, + [1964] = {.lex_state = 2, .external_lex_state = 27}, + [1965] = {.lex_state = 2, .external_lex_state = 24}, + [1966] = {.lex_state = 2, .external_lex_state = 24}, + [1967] = {.lex_state = 1, .external_lex_state = 10}, + [1968] = {.lex_state = 1, .external_lex_state = 10}, + [1969] = {.lex_state = 1, .external_lex_state = 10}, + [1970] = {.lex_state = 1, .external_lex_state = 10}, + [1971] = {.lex_state = 2, .external_lex_state = 27}, + [1972] = {.lex_state = 2, .external_lex_state = 24}, + [1973] = {.lex_state = 1, .external_lex_state = 10}, + [1974] = {.lex_state = 1, .external_lex_state = 10}, + [1975] = {.lex_state = 2, .external_lex_state = 24}, + [1976] = {.lex_state = 2, .external_lex_state = 14}, + [1977] = {.lex_state = 2, .external_lex_state = 27}, + [1978] = {.lex_state = 1, .external_lex_state = 10}, + [1979] = {.lex_state = 2, .external_lex_state = 27}, + [1980] = {.lex_state = 2, .external_lex_state = 27}, + [1981] = {.lex_state = 1, .external_lex_state = 10}, + [1982] = {.lex_state = 2, .external_lex_state = 27}, + [1983] = {.lex_state = 2, .external_lex_state = 27}, + [1984] = {.lex_state = 1, .external_lex_state = 10}, + [1985] = {.lex_state = 2, .external_lex_state = 27}, + [1986] = {.lex_state = 2, .external_lex_state = 27}, + [1987] = {.lex_state = 1, .external_lex_state = 10}, + [1988] = {.lex_state = 2, .external_lex_state = 27}, + [1989] = {.lex_state = 2, .external_lex_state = 27}, + [1990] = {.lex_state = 1, .external_lex_state = 10}, + [1991] = {.lex_state = 1, .external_lex_state = 10}, + [1992] = {.lex_state = 1, .external_lex_state = 10}, + [1993] = {.lex_state = 1, .external_lex_state = 10}, + [1994] = {.lex_state = 1, .external_lex_state = 10}, + [1995] = {.lex_state = 1, .external_lex_state = 10}, + [1996] = {.lex_state = 1, .external_lex_state = 10}, + [1997] = {.lex_state = 1, .external_lex_state = 10}, + [1998] = {.lex_state = 1, .external_lex_state = 10}, + [1999] = {.lex_state = 1, .external_lex_state = 10}, + [2000] = {.lex_state = 1, .external_lex_state = 10}, + [2001] = {.lex_state = 2, .external_lex_state = 27}, + [2002] = {.lex_state = 1, .external_lex_state = 10}, + [2003] = {.lex_state = 2, .external_lex_state = 27}, + [2004] = {.lex_state = 1, .external_lex_state = 10}, + [2005] = {.lex_state = 1, .external_lex_state = 10}, + [2006] = {.lex_state = 1, .external_lex_state = 10}, + [2007] = {.lex_state = 1, .external_lex_state = 10}, + [2008] = {.lex_state = 2, .external_lex_state = 23}, + [2009] = {.lex_state = 2, .external_lex_state = 14}, + [2010] = {.lex_state = 2, .external_lex_state = 14}, + [2011] = {.lex_state = 1, .external_lex_state = 10}, + [2012] = {.lex_state = 1, .external_lex_state = 10}, + [2013] = {.lex_state = 1, .external_lex_state = 10}, + [2014] = {.lex_state = 1, .external_lex_state = 10}, + [2015] = {.lex_state = 1, .external_lex_state = 10}, + [2016] = {.lex_state = 1, .external_lex_state = 10}, + [2017] = {.lex_state = 2, .external_lex_state = 27}, + [2018] = {.lex_state = 1, .external_lex_state = 10}, + [2019] = {.lex_state = 1, .external_lex_state = 10}, + [2020] = {.lex_state = 2, .external_lex_state = 23}, + [2021] = {.lex_state = 1, .external_lex_state = 10}, + [2022] = {.lex_state = 1, .external_lex_state = 10}, + [2023] = {.lex_state = 2, .external_lex_state = 27}, + [2024] = {.lex_state = 2, .external_lex_state = 27}, + [2025] = {.lex_state = 1, .external_lex_state = 10}, + [2026] = {.lex_state = 1, .external_lex_state = 10}, + [2027] = {.lex_state = 1, .external_lex_state = 10}, + [2028] = {.lex_state = 2, .external_lex_state = 27}, + [2029] = {.lex_state = 2, .external_lex_state = 27}, + [2030] = {.lex_state = 3, .external_lex_state = 10}, + [2031] = {.lex_state = 2, .external_lex_state = 23}, [2032] = {.lex_state = 2, .external_lex_state = 12}, - [2033] = {.lex_state = 2, .external_lex_state = 14}, + [2033] = {.lex_state = 2, .external_lex_state = 12}, [2034] = {.lex_state = 2, .external_lex_state = 12}, - [2035] = {.lex_state = 2, .external_lex_state = 14}, + [2035] = {.lex_state = 2, .external_lex_state = 12}, [2036] = {.lex_state = 2, .external_lex_state = 12}, [2037] = {.lex_state = 2, .external_lex_state = 12}, [2038] = {.lex_state = 2, .external_lex_state = 12}, @@ -41145,15 +41175,15 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2043] = {.lex_state = 2, .external_lex_state = 12}, [2044] = {.lex_state = 2, .external_lex_state = 12}, [2045] = {.lex_state = 2, .external_lex_state = 12}, - [2046] = {.lex_state = 1, .external_lex_state = 40}, + [2046] = {.lex_state = 2, .external_lex_state = 12}, [2047] = {.lex_state = 2, .external_lex_state = 12}, - [2048] = {.lex_state = 2, .external_lex_state = 12}, + [2048] = {.lex_state = 2, .external_lex_state = 15}, [2049] = {.lex_state = 2, .external_lex_state = 12}, [2050] = {.lex_state = 2, .external_lex_state = 12}, [2051] = {.lex_state = 2, .external_lex_state = 12}, [2052] = {.lex_state = 2, .external_lex_state = 12}, - [2053] = {.lex_state = 2, .external_lex_state = 14}, - [2054] = {.lex_state = 2, .external_lex_state = 12}, + [2053] = {.lex_state = 2, .external_lex_state = 15}, + [2054] = {.lex_state = 2, .external_lex_state = 15}, [2055] = {.lex_state = 2, .external_lex_state = 12}, [2056] = {.lex_state = 2, .external_lex_state = 12}, [2057] = {.lex_state = 2, .external_lex_state = 12}, @@ -41171,1451 +41201,1451 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2069] = {.lex_state = 2, .external_lex_state = 12}, [2070] = {.lex_state = 2, .external_lex_state = 12}, [2071] = {.lex_state = 2, .external_lex_state = 12}, - [2072] = {.lex_state = 2, .external_lex_state = 12}, + [2072] = {.lex_state = 2, .external_lex_state = 15}, [2073] = {.lex_state = 2, .external_lex_state = 12}, [2074] = {.lex_state = 2, .external_lex_state = 12}, [2075] = {.lex_state = 2, .external_lex_state = 12}, - [2076] = {.lex_state = 1, .external_lex_state = 12}, - [2077] = {.lex_state = 0, .external_lex_state = 41}, - [2078] = {.lex_state = 0, .external_lex_state = 41}, - [2079] = {.lex_state = 0, .external_lex_state = 41}, - [2080] = {.lex_state = 0, .external_lex_state = 41}, - [2081] = {.lex_state = 0, .external_lex_state = 41}, - [2082] = {.lex_state = 5, .external_lex_state = 42}, - [2083] = {.lex_state = 8, .external_lex_state = 43}, - [2084] = {.lex_state = 8, .external_lex_state = 43}, - [2085] = {.lex_state = 8, .external_lex_state = 43}, - [2086] = {.lex_state = 8, .external_lex_state = 43}, - [2087] = {.lex_state = 8, .external_lex_state = 43}, - [2088] = {.lex_state = 8, .external_lex_state = 43}, - [2089] = {.lex_state = 8, .external_lex_state = 43}, - [2090] = {.lex_state = 8, .external_lex_state = 43}, - [2091] = {.lex_state = 8, .external_lex_state = 43}, - [2092] = {.lex_state = 8, .external_lex_state = 43}, - [2093] = {.lex_state = 8, .external_lex_state = 43}, - [2094] = {.lex_state = 8, .external_lex_state = 43}, - [2095] = {.lex_state = 8, .external_lex_state = 43}, - [2096] = {.lex_state = 8, .external_lex_state = 43}, - [2097] = {.lex_state = 8, .external_lex_state = 43}, - [2098] = {.lex_state = 8, .external_lex_state = 43}, - [2099] = {.lex_state = 5, .external_lex_state = 42}, - [2100] = {.lex_state = 8, .external_lex_state = 43}, - [2101] = {.lex_state = 5, .external_lex_state = 44}, - [2102] = {.lex_state = 5, .external_lex_state = 44}, - [2103] = {.lex_state = 5, .external_lex_state = 45}, - [2104] = {.lex_state = 5, .external_lex_state = 45}, - [2105] = {.lex_state = 5, .external_lex_state = 44}, - [2106] = {.lex_state = 5, .external_lex_state = 45}, - [2107] = {.lex_state = 5, .external_lex_state = 44}, - [2108] = {.lex_state = 5, .external_lex_state = 45}, - [2109] = {.lex_state = 5, .external_lex_state = 44}, - [2110] = {.lex_state = 5, .external_lex_state = 44}, - [2111] = {.lex_state = 5, .external_lex_state = 45}, - [2112] = {.lex_state = 5, .external_lex_state = 45}, - [2113] = {.lex_state = 5, .external_lex_state = 44}, - [2114] = {.lex_state = 5, .external_lex_state = 45}, - [2115] = {.lex_state = 5, .external_lex_state = 44}, - [2116] = {.lex_state = 5, .external_lex_state = 45}, - [2117] = {.lex_state = 5, .external_lex_state = 44}, - [2118] = {.lex_state = 5, .external_lex_state = 45}, - [2119] = {.lex_state = 5, .external_lex_state = 45}, - [2120] = {.lex_state = 5, .external_lex_state = 44}, - [2121] = {.lex_state = 5, .external_lex_state = 45}, - [2122] = {.lex_state = 5, .external_lex_state = 44}, - [2123] = {.lex_state = 5, .external_lex_state = 44}, - [2124] = {.lex_state = 5, .external_lex_state = 45}, - [2125] = {.lex_state = 5, .external_lex_state = 44}, - [2126] = {.lex_state = 5, .external_lex_state = 45}, - [2127] = {.lex_state = 5, .external_lex_state = 44}, - [2128] = {.lex_state = 5, .external_lex_state = 44}, - [2129] = {.lex_state = 5, .external_lex_state = 44}, - [2130] = {.lex_state = 5, .external_lex_state = 45}, - [2131] = {.lex_state = 5, .external_lex_state = 45}, - [2132] = {.lex_state = 5, .external_lex_state = 44}, - [2133] = {.lex_state = 5, .external_lex_state = 45}, - [2134] = {.lex_state = 5, .external_lex_state = 44}, - [2135] = {.lex_state = 5, .external_lex_state = 44}, - [2136] = {.lex_state = 5, .external_lex_state = 44}, - [2137] = {.lex_state = 5, .external_lex_state = 44}, - [2138] = {.lex_state = 5, .external_lex_state = 45}, - [2139] = {.lex_state = 5, .external_lex_state = 44}, - [2140] = {.lex_state = 5, .external_lex_state = 45}, - [2141] = {.lex_state = 5, .external_lex_state = 44}, - [2142] = {.lex_state = 5, .external_lex_state = 45}, - [2143] = {.lex_state = 5, .external_lex_state = 44}, - [2144] = {.lex_state = 5, .external_lex_state = 45}, - [2145] = {.lex_state = 5, .external_lex_state = 44}, - [2146] = {.lex_state = 5, .external_lex_state = 45}, - [2147] = {.lex_state = 5, .external_lex_state = 44}, - [2148] = {.lex_state = 5, .external_lex_state = 45}, - [2149] = {.lex_state = 5, .external_lex_state = 44}, - [2150] = {.lex_state = 5, .external_lex_state = 45}, - [2151] = {.lex_state = 5, .external_lex_state = 45}, - [2152] = {.lex_state = 5, .external_lex_state = 44}, - [2153] = {.lex_state = 5, .external_lex_state = 45}, - [2154] = {.lex_state = 5, .external_lex_state = 44}, - [2155] = {.lex_state = 5, .external_lex_state = 45}, - [2156] = {.lex_state = 5, .external_lex_state = 44}, - [2157] = {.lex_state = 5, .external_lex_state = 45}, - [2158] = {.lex_state = 5, .external_lex_state = 44}, - [2159] = {.lex_state = 5, .external_lex_state = 45}, - [2160] = {.lex_state = 5, .external_lex_state = 44}, - [2161] = {.lex_state = 5, .external_lex_state = 44}, - [2162] = {.lex_state = 5, .external_lex_state = 45}, - [2163] = {.lex_state = 5, .external_lex_state = 45}, - [2164] = {.lex_state = 5, .external_lex_state = 45}, - [2165] = {.lex_state = 5, .external_lex_state = 44}, - [2166] = {.lex_state = 5, .external_lex_state = 45}, - [2167] = {.lex_state = 8, .external_lex_state = 46}, - [2168] = {.lex_state = 8, .external_lex_state = 46}, - [2169] = {.lex_state = 8, .external_lex_state = 46}, - [2170] = {.lex_state = 8, .external_lex_state = 46}, - [2171] = {.lex_state = 5, .external_lex_state = 47}, - [2172] = {.lex_state = 8, .external_lex_state = 46}, - [2173] = {.lex_state = 8, .external_lex_state = 46}, - [2174] = {.lex_state = 8, .external_lex_state = 46}, - [2175] = {.lex_state = 5, .external_lex_state = 47}, - [2176] = {.lex_state = 8, .external_lex_state = 46}, - [2177] = {.lex_state = 8, .external_lex_state = 46}, - [2178] = {.lex_state = 8, .external_lex_state = 46}, - [2179] = {.lex_state = 8, .external_lex_state = 46}, - [2180] = {.lex_state = 8, .external_lex_state = 46}, - [2181] = {.lex_state = 8, .external_lex_state = 46}, - [2182] = {.lex_state = 8, .external_lex_state = 46}, - [2183] = {.lex_state = 8, .external_lex_state = 46}, - [2184] = {.lex_state = 5, .external_lex_state = 47}, - [2185] = {.lex_state = 8, .external_lex_state = 46}, - [2186] = {.lex_state = 8, .external_lex_state = 46}, - [2187] = {.lex_state = 8, .external_lex_state = 48}, - [2188] = {.lex_state = 5, .external_lex_state = 49}, - [2189] = {.lex_state = 8, .external_lex_state = 48}, - [2190] = {.lex_state = 8, .external_lex_state = 48}, - [2191] = {.lex_state = 8, .external_lex_state = 48}, - [2192] = {.lex_state = 8}, - [2193] = {.lex_state = 8, .external_lex_state = 48}, - [2194] = {.lex_state = 8}, - [2195] = {.lex_state = 25, .external_lex_state = 46}, - [2196] = {.lex_state = 8, .external_lex_state = 48}, - [2197] = {.lex_state = 25, .external_lex_state = 46}, - [2198] = {.lex_state = 25, .external_lex_state = 46}, - [2199] = {.lex_state = 5, .external_lex_state = 47}, - [2200] = {.lex_state = 8}, - [2201] = {.lex_state = 8, .external_lex_state = 48}, - [2202] = {.lex_state = 24, .external_lex_state = 50}, - [2203] = {.lex_state = 24, .external_lex_state = 50}, - [2204] = {.lex_state = 24, .external_lex_state = 50}, - [2205] = {.lex_state = 25, .external_lex_state = 51}, - [2206] = {.lex_state = 8, .external_lex_state = 48}, - [2207] = {.lex_state = 24, .external_lex_state = 50}, - [2208] = {.lex_state = 25, .external_lex_state = 51}, - [2209] = {.lex_state = 0, .external_lex_state = 41}, - [2210] = {.lex_state = 24, .external_lex_state = 50}, - [2211] = {.lex_state = 25, .external_lex_state = 51}, - [2212] = {.lex_state = 8, .external_lex_state = 48}, - [2213] = {.lex_state = 24, .external_lex_state = 50}, - [2214] = {.lex_state = 8, .external_lex_state = 48}, - [2215] = {.lex_state = 24, .external_lex_state = 50}, - [2216] = {.lex_state = 25, .external_lex_state = 51}, - [2217] = {.lex_state = 24, .external_lex_state = 50}, - [2218] = {.lex_state = 24, .external_lex_state = 50}, - [2219] = {.lex_state = 4, .external_lex_state = 52}, - [2220] = {.lex_state = 8, .external_lex_state = 48}, - [2221] = {.lex_state = 0, .external_lex_state = 48}, - [2222] = {.lex_state = 0, .external_lex_state = 48}, - [2223] = {.lex_state = 24, .external_lex_state = 50}, - [2224] = {.lex_state = 25, .external_lex_state = 53}, - [2225] = {.lex_state = 8, .external_lex_state = 48}, - [2226] = {.lex_state = 25, .external_lex_state = 53}, - [2227] = {.lex_state = 0, .external_lex_state = 48}, - [2228] = {.lex_state = 4, .external_lex_state = 52}, - [2229] = {.lex_state = 8}, - [2230] = {.lex_state = 25, .external_lex_state = 53}, - [2231] = {.lex_state = 0, .external_lex_state = 48}, - [2232] = {.lex_state = 4, .external_lex_state = 52}, - [2233] = {.lex_state = 24, .external_lex_state = 50}, - [2234] = {.lex_state = 8, .external_lex_state = 48}, - [2235] = {.lex_state = 8}, - [2236] = {.lex_state = 0, .external_lex_state = 48}, - [2237] = {.lex_state = 0, .external_lex_state = 48}, - [2238] = {.lex_state = 8, .external_lex_state = 53}, - [2239] = {.lex_state = 8, .external_lex_state = 53}, - [2240] = {.lex_state = 4, .external_lex_state = 54}, - [2241] = {.lex_state = 25, .external_lex_state = 48}, - [2242] = {.lex_state = 25, .external_lex_state = 48}, - [2243] = {.lex_state = 8, .external_lex_state = 53}, - [2244] = {.lex_state = 5, .external_lex_state = 53}, - [2245] = {.lex_state = 8, .external_lex_state = 53}, - [2246] = {.lex_state = 8, .external_lex_state = 54}, - [2247] = {.lex_state = 25, .external_lex_state = 48}, - [2248] = {.lex_state = 8, .external_lex_state = 53}, - [2249] = {.lex_state = 25, .external_lex_state = 53}, - [2250] = {.lex_state = 8, .external_lex_state = 53}, - [2251] = {.lex_state = 25, .external_lex_state = 48}, - [2252] = {.lex_state = 25, .external_lex_state = 48}, - [2253] = {.lex_state = 8, .external_lex_state = 53}, - [2254] = {.lex_state = 8}, - [2255] = {.lex_state = 25, .external_lex_state = 48}, - [2256] = {.lex_state = 8}, - [2257] = {.lex_state = 8, .external_lex_state = 53}, - [2258] = {.lex_state = 25, .external_lex_state = 48}, - [2259] = {.lex_state = 25, .external_lex_state = 48}, - [2260] = {.lex_state = 8, .external_lex_state = 55}, - [2261] = {.lex_state = 25, .external_lex_state = 48}, - [2262] = {.lex_state = 8, .external_lex_state = 53}, - [2263] = {.lex_state = 25, .external_lex_state = 53}, - [2264] = {.lex_state = 25, .external_lex_state = 48}, - [2265] = {.lex_state = 25, .external_lex_state = 53}, - [2266] = {.lex_state = 25, .external_lex_state = 48}, - [2267] = {.lex_state = 8, .external_lex_state = 53}, - [2268] = {.lex_state = 24, .external_lex_state = 56}, - [2269] = {.lex_state = 8, .external_lex_state = 53}, - [2270] = {.lex_state = 8, .external_lex_state = 53}, - [2271] = {.lex_state = 25, .external_lex_state = 48}, - [2272] = {.lex_state = 8, .external_lex_state = 53}, - [2273] = {.lex_state = 8, .external_lex_state = 55}, - [2274] = {.lex_state = 4, .external_lex_state = 52}, - [2275] = {.lex_state = 5, .external_lex_state = 53}, - [2276] = {.lex_state = 25, .external_lex_state = 48}, - [2277] = {.lex_state = 4, .external_lex_state = 52}, - [2278] = {.lex_state = 25, .external_lex_state = 48}, - [2279] = {.lex_state = 8, .external_lex_state = 53}, - [2280] = {.lex_state = 0, .external_lex_state = 57}, - [2281] = {.lex_state = 25, .external_lex_state = 48}, - [2282] = {.lex_state = 4, .external_lex_state = 52}, - [2283] = {.lex_state = 0, .external_lex_state = 57}, - [2284] = {.lex_state = 8}, - [2285] = {.lex_state = 8, .external_lex_state = 53}, - [2286] = {.lex_state = 25, .external_lex_state = 53}, - [2287] = {.lex_state = 0, .external_lex_state = 57}, - [2288] = {.lex_state = 25, .external_lex_state = 48}, - [2289] = {.lex_state = 8}, - [2290] = {.lex_state = 8, .external_lex_state = 53}, - [2291] = {.lex_state = 5, .external_lex_state = 53}, - [2292] = {.lex_state = 25, .external_lex_state = 53}, - [2293] = {.lex_state = 25, .external_lex_state = 48}, - [2294] = {.lex_state = 0, .external_lex_state = 48}, - [2295] = {.lex_state = 0, .external_lex_state = 48}, - [2296] = {.lex_state = 14, .external_lex_state = 58}, - [2297] = {.lex_state = 0, .external_lex_state = 48}, - [2298] = {.lex_state = 14, .external_lex_state = 58}, - [2299] = {.lex_state = 4}, - [2300] = {.lex_state = 0, .external_lex_state = 59}, - [2301] = {.lex_state = 3, .external_lex_state = 53}, - [2302] = {.lex_state = 14, .external_lex_state = 58}, - [2303] = {.lex_state = 25, .external_lex_state = 46}, - [2304] = {.lex_state = 0, .external_lex_state = 60}, - [2305] = {.lex_state = 0, .external_lex_state = 61}, - [2306] = {.lex_state = 0, .external_lex_state = 48}, - [2307] = {.lex_state = 0, .external_lex_state = 62}, - [2308] = {.lex_state = 0, .external_lex_state = 48}, - [2309] = {.lex_state = 14, .external_lex_state = 58}, - [2310] = {.lex_state = 0, .external_lex_state = 63}, - [2311] = {.lex_state = 25, .external_lex_state = 53}, - [2312] = {.lex_state = 0, .external_lex_state = 64}, - [2313] = {.lex_state = 0, .external_lex_state = 48}, - [2314] = {.lex_state = 0, .external_lex_state = 65}, - [2315] = {.lex_state = 0, .external_lex_state = 48}, - [2316] = {.lex_state = 14, .external_lex_state = 58}, - [2317] = {.lex_state = 25, .external_lex_state = 46}, - [2318] = {.lex_state = 0, .external_lex_state = 60}, - [2319] = {.lex_state = 0, .external_lex_state = 63}, - [2320] = {.lex_state = 0, .external_lex_state = 62}, - [2321] = {.lex_state = 4, .external_lex_state = 66}, - [2322] = {.lex_state = 25, .external_lex_state = 46}, - [2323] = {.lex_state = 0, .external_lex_state = 59}, - [2324] = {.lex_state = 0, .external_lex_state = 67}, - [2325] = {.lex_state = 4, .external_lex_state = 55}, - [2326] = {.lex_state = 24, .external_lex_state = 50}, - [2327] = {.lex_state = 25, .external_lex_state = 46}, - [2328] = {.lex_state = 25, .external_lex_state = 53}, - [2329] = {.lex_state = 8, .external_lex_state = 68}, - [2330] = {.lex_state = 14, .external_lex_state = 58}, - [2331] = {.lex_state = 0, .external_lex_state = 61}, - [2332] = {.lex_state = 0, .external_lex_state = 69}, - [2333] = {.lex_state = 14, .external_lex_state = 58}, - [2334] = {.lex_state = 0, .external_lex_state = 59}, - [2335] = {.lex_state = 3, .external_lex_state = 53}, - [2336] = {.lex_state = 0, .external_lex_state = 48}, - [2337] = {.lex_state = 0, .external_lex_state = 70}, - [2338] = {.lex_state = 0, .external_lex_state = 48}, - [2339] = {.lex_state = 0, .external_lex_state = 64}, - [2340] = {.lex_state = 25, .external_lex_state = 53}, - [2341] = {.lex_state = 14, .external_lex_state = 58}, - [2342] = {.lex_state = 14, .external_lex_state = 58}, - [2343] = {.lex_state = 3, .external_lex_state = 53}, - [2344] = {.lex_state = 0, .external_lex_state = 48}, - [2345] = {.lex_state = 14, .external_lex_state = 58}, - [2346] = {.lex_state = 0, .external_lex_state = 48}, - [2347] = {.lex_state = 0, .external_lex_state = 65}, - [2348] = {.lex_state = 25, .external_lex_state = 53}, - [2349] = {.lex_state = 8}, - [2350] = {.lex_state = 8}, - [2351] = {.lex_state = 0, .external_lex_state = 60}, - [2352] = {.lex_state = 0, .external_lex_state = 61}, - [2353] = {.lex_state = 0, .external_lex_state = 64}, - [2354] = {.lex_state = 14, .external_lex_state = 58}, - [2355] = {.lex_state = 0, .external_lex_state = 48}, - [2356] = {.lex_state = 0, .external_lex_state = 48}, - [2357] = {.lex_state = 0, .external_lex_state = 67}, - [2358] = {.lex_state = 0, .external_lex_state = 70}, - [2359] = {.lex_state = 1, .external_lex_state = 53}, - [2360] = {.lex_state = 0, .external_lex_state = 48}, - [2361] = {.lex_state = 1, .external_lex_state = 53}, - [2362] = {.lex_state = 0, .external_lex_state = 67}, - [2363] = {.lex_state = 0, .external_lex_state = 65}, - [2364] = {.lex_state = 1, .external_lex_state = 53}, - [2365] = {.lex_state = 14, .external_lex_state = 58}, - [2366] = {.lex_state = 14, .external_lex_state = 58}, - [2367] = {.lex_state = 14, .external_lex_state = 58}, - [2368] = {.lex_state = 14, .external_lex_state = 58}, - [2369] = {.lex_state = 4, .external_lex_state = 55}, - [2370] = {.lex_state = 0, .external_lex_state = 62}, - [2371] = {.lex_state = 14, .external_lex_state = 58}, - [2372] = {.lex_state = 14, .external_lex_state = 58}, - [2373] = {.lex_state = 0, .external_lex_state = 70}, - [2374] = {.lex_state = 0, .external_lex_state = 48}, - [2375] = {.lex_state = 4, .external_lex_state = 66}, - [2376] = {.lex_state = 4, .external_lex_state = 66}, - [2377] = {.lex_state = 0, .external_lex_state = 63}, - [2378] = {.lex_state = 0, .external_lex_state = 71}, - [2379] = {.lex_state = 0, .external_lex_state = 72}, - [2380] = {.lex_state = 0, .external_lex_state = 71}, - [2381] = {.lex_state = 0, .external_lex_state = 72}, - [2382] = {.lex_state = 0, .external_lex_state = 71}, - [2383] = {.lex_state = 0, .external_lex_state = 72}, - [2384] = {.lex_state = 0, .external_lex_state = 73}, - [2385] = {.lex_state = 0, .external_lex_state = 73}, - [2386] = {.lex_state = 0, .external_lex_state = 73}, - [2387] = {.lex_state = 0, .external_lex_state = 73}, - [2388] = {.lex_state = 0, .external_lex_state = 73}, - [2389] = {.lex_state = 25}, - [2390] = {.lex_state = 25}, - [2391] = {.lex_state = 25}, - [2392] = {.lex_state = 25}, - [2393] = {.lex_state = 25}, - [2394] = {.lex_state = 25}, - [2395] = {.lex_state = 0, .external_lex_state = 73}, - [2396] = {.lex_state = 0, .external_lex_state = 73}, - [2397] = {.lex_state = 0, .external_lex_state = 73}, - [2398] = {.lex_state = 0, .external_lex_state = 72}, - [2399] = {.lex_state = 0, .external_lex_state = 71}, - [2400] = {.lex_state = 0, .external_lex_state = 72}, - [2401] = {.lex_state = 0, .external_lex_state = 71}, - [2402] = {.lex_state = 0, .external_lex_state = 73}, - [2403] = {.lex_state = 0, .external_lex_state = 73}, - [2404] = {.lex_state = 0, .external_lex_state = 55}, - [2405] = {.lex_state = 0, .external_lex_state = 72}, - [2406] = {.lex_state = 4, .external_lex_state = 68}, - [2407] = {.lex_state = 0, .external_lex_state = 73}, - [2408] = {.lex_state = 0, .external_lex_state = 72}, - [2409] = {.lex_state = 0, .external_lex_state = 71}, - [2410] = {.lex_state = 0, .external_lex_state = 74}, - [2411] = {.lex_state = 0, .external_lex_state = 73}, - [2412] = {.lex_state = 25}, - [2413] = {.lex_state = 25}, - [2414] = {.lex_state = 25}, - [2415] = {.lex_state = 0, .external_lex_state = 71}, - [2416] = {.lex_state = 25}, - [2417] = {.lex_state = 0, .external_lex_state = 73}, - [2418] = {.lex_state = 0, .external_lex_state = 72}, - [2419] = {.lex_state = 0, .external_lex_state = 71}, - [2420] = {.lex_state = 0, .external_lex_state = 72}, - [2421] = {.lex_state = 0, .external_lex_state = 71}, - [2422] = {.lex_state = 25}, - [2423] = {.lex_state = 0, .external_lex_state = 73}, - [2424] = {.lex_state = 25, .external_lex_state = 52}, - [2425] = {.lex_state = 0, .external_lex_state = 73}, - [2426] = {.lex_state = 0, .external_lex_state = 73}, - [2427] = {.lex_state = 0, .external_lex_state = 73}, - [2428] = {.lex_state = 25}, - [2429] = {.lex_state = 25}, - [2430] = {.lex_state = 0, .external_lex_state = 73}, + [2076] = {.lex_state = 2, .external_lex_state = 12}, + [2077] = {.lex_state = 2, .external_lex_state = 12}, + [2078] = {.lex_state = 2, .external_lex_state = 12}, + [2079] = {.lex_state = 2, .external_lex_state = 12}, + [2080] = {.lex_state = 2, .external_lex_state = 12}, + [2081] = {.lex_state = 2, .external_lex_state = 12}, + [2082] = {.lex_state = 2, .external_lex_state = 12}, + [2083] = {.lex_state = 2, .external_lex_state = 12}, + [2084] = {.lex_state = 2, .external_lex_state = 12}, + [2085] = {.lex_state = 2, .external_lex_state = 12}, + [2086] = {.lex_state = 2, .external_lex_state = 12}, + [2087] = {.lex_state = 2, .external_lex_state = 12}, + [2088] = {.lex_state = 2, .external_lex_state = 12}, + [2089] = {.lex_state = 2, .external_lex_state = 12}, + [2090] = {.lex_state = 2, .external_lex_state = 12}, + [2091] = {.lex_state = 1, .external_lex_state = 44}, + [2092] = {.lex_state = 1, .external_lex_state = 18}, + [2093] = {.lex_state = 0, .external_lex_state = 45}, + [2094] = {.lex_state = 0, .external_lex_state = 45}, + [2095] = {.lex_state = 0, .external_lex_state = 45}, + [2096] = {.lex_state = 0, .external_lex_state = 45}, + [2097] = {.lex_state = 0, .external_lex_state = 45}, + [2098] = {.lex_state = 5, .external_lex_state = 46}, + [2099] = {.lex_state = 8, .external_lex_state = 47}, + [2100] = {.lex_state = 8, .external_lex_state = 47}, + [2101] = {.lex_state = 8, .external_lex_state = 47}, + [2102] = {.lex_state = 8, .external_lex_state = 47}, + [2103] = {.lex_state = 8, .external_lex_state = 47}, + [2104] = {.lex_state = 8, .external_lex_state = 47}, + [2105] = {.lex_state = 8, .external_lex_state = 47}, + [2106] = {.lex_state = 8, .external_lex_state = 47}, + [2107] = {.lex_state = 8, .external_lex_state = 47}, + [2108] = {.lex_state = 5, .external_lex_state = 46}, + [2109] = {.lex_state = 8, .external_lex_state = 47}, + [2110] = {.lex_state = 8, .external_lex_state = 47}, + [2111] = {.lex_state = 8, .external_lex_state = 47}, + [2112] = {.lex_state = 8, .external_lex_state = 47}, + [2113] = {.lex_state = 8, .external_lex_state = 47}, + [2114] = {.lex_state = 8, .external_lex_state = 47}, + [2115] = {.lex_state = 8, .external_lex_state = 47}, + [2116] = {.lex_state = 8, .external_lex_state = 47}, + [2117] = {.lex_state = 5, .external_lex_state = 48}, + [2118] = {.lex_state = 5, .external_lex_state = 49}, + [2119] = {.lex_state = 5, .external_lex_state = 48}, + [2120] = {.lex_state = 5, .external_lex_state = 49}, + [2121] = {.lex_state = 5, .external_lex_state = 48}, + [2122] = {.lex_state = 5, .external_lex_state = 48}, + [2123] = {.lex_state = 5, .external_lex_state = 49}, + [2124] = {.lex_state = 5, .external_lex_state = 48}, + [2125] = {.lex_state = 5, .external_lex_state = 49}, + [2126] = {.lex_state = 5, .external_lex_state = 49}, + [2127] = {.lex_state = 5, .external_lex_state = 48}, + [2128] = {.lex_state = 5, .external_lex_state = 49}, + [2129] = {.lex_state = 5, .external_lex_state = 48}, + [2130] = {.lex_state = 5, .external_lex_state = 49}, + [2131] = {.lex_state = 5, .external_lex_state = 48}, + [2132] = {.lex_state = 5, .external_lex_state = 48}, + [2133] = {.lex_state = 5, .external_lex_state = 49}, + [2134] = {.lex_state = 5, .external_lex_state = 48}, + [2135] = {.lex_state = 5, .external_lex_state = 49}, + [2136] = {.lex_state = 5, .external_lex_state = 49}, + [2137] = {.lex_state = 5, .external_lex_state = 48}, + [2138] = {.lex_state = 5, .external_lex_state = 49}, + [2139] = {.lex_state = 5, .external_lex_state = 49}, + [2140] = {.lex_state = 5, .external_lex_state = 48}, + [2141] = {.lex_state = 5, .external_lex_state = 49}, + [2142] = {.lex_state = 5, .external_lex_state = 48}, + [2143] = {.lex_state = 5, .external_lex_state = 49}, + [2144] = {.lex_state = 5, .external_lex_state = 48}, + [2145] = {.lex_state = 5, .external_lex_state = 48}, + [2146] = {.lex_state = 5, .external_lex_state = 49}, + [2147] = {.lex_state = 5, .external_lex_state = 48}, + [2148] = {.lex_state = 5, .external_lex_state = 49}, + [2149] = {.lex_state = 5, .external_lex_state = 49}, + [2150] = {.lex_state = 5, .external_lex_state = 48}, + [2151] = {.lex_state = 5, .external_lex_state = 49}, + [2152] = {.lex_state = 5, .external_lex_state = 48}, + [2153] = {.lex_state = 5, .external_lex_state = 48}, + [2154] = {.lex_state = 5, .external_lex_state = 48}, + [2155] = {.lex_state = 5, .external_lex_state = 49}, + [2156] = {.lex_state = 5, .external_lex_state = 49}, + [2157] = {.lex_state = 5, .external_lex_state = 49}, + [2158] = {.lex_state = 5, .external_lex_state = 48}, + [2159] = {.lex_state = 5, .external_lex_state = 48}, + [2160] = {.lex_state = 5, .external_lex_state = 49}, + [2161] = {.lex_state = 5, .external_lex_state = 49}, + [2162] = {.lex_state = 5, .external_lex_state = 48}, + [2163] = {.lex_state = 5, .external_lex_state = 49}, + [2164] = {.lex_state = 5, .external_lex_state = 48}, + [2165] = {.lex_state = 5, .external_lex_state = 49}, + [2166] = {.lex_state = 5, .external_lex_state = 48}, + [2167] = {.lex_state = 5, .external_lex_state = 48}, + [2168] = {.lex_state = 5, .external_lex_state = 49}, + [2169] = {.lex_state = 5, .external_lex_state = 48}, + [2170] = {.lex_state = 5, .external_lex_state = 49}, + [2171] = {.lex_state = 5, .external_lex_state = 49}, + [2172] = {.lex_state = 5, .external_lex_state = 48}, + [2173] = {.lex_state = 5, .external_lex_state = 48}, + [2174] = {.lex_state = 5, .external_lex_state = 49}, + [2175] = {.lex_state = 5, .external_lex_state = 48}, + [2176] = {.lex_state = 5, .external_lex_state = 49}, + [2177] = {.lex_state = 5, .external_lex_state = 49}, + [2178] = {.lex_state = 5, .external_lex_state = 48}, + [2179] = {.lex_state = 5, .external_lex_state = 49}, + [2180] = {.lex_state = 5, .external_lex_state = 48}, + [2181] = {.lex_state = 5, .external_lex_state = 49}, + [2182] = {.lex_state = 5, .external_lex_state = 49}, + [2183] = {.lex_state = 8, .external_lex_state = 50}, + [2184] = {.lex_state = 8, .external_lex_state = 50}, + [2185] = {.lex_state = 8, .external_lex_state = 50}, + [2186] = {.lex_state = 8, .external_lex_state = 50}, + [2187] = {.lex_state = 5, .external_lex_state = 51}, + [2188] = {.lex_state = 8, .external_lex_state = 50}, + [2189] = {.lex_state = 8, .external_lex_state = 50}, + [2190] = {.lex_state = 8, .external_lex_state = 50}, + [2191] = {.lex_state = 8, .external_lex_state = 50}, + [2192] = {.lex_state = 8, .external_lex_state = 50}, + [2193] = {.lex_state = 8, .external_lex_state = 50}, + [2194] = {.lex_state = 8, .external_lex_state = 50}, + [2195] = {.lex_state = 5, .external_lex_state = 51}, + [2196] = {.lex_state = 8, .external_lex_state = 50}, + [2197] = {.lex_state = 5, .external_lex_state = 51}, + [2198] = {.lex_state = 8, .external_lex_state = 50}, + [2199] = {.lex_state = 8, .external_lex_state = 50}, + [2200] = {.lex_state = 8, .external_lex_state = 50}, + [2201] = {.lex_state = 8, .external_lex_state = 50}, + [2202] = {.lex_state = 8, .external_lex_state = 50}, + [2203] = {.lex_state = 5, .external_lex_state = 52}, + [2204] = {.lex_state = 8, .external_lex_state = 53}, + [2205] = {.lex_state = 8, .external_lex_state = 53}, + [2206] = {.lex_state = 8, .external_lex_state = 53}, + [2207] = {.lex_state = 8, .external_lex_state = 53}, + [2208] = {.lex_state = 8, .external_lex_state = 54}, + [2209] = {.lex_state = 25, .external_lex_state = 50}, + [2210] = {.lex_state = 8, .external_lex_state = 55}, + [2211] = {.lex_state = 8, .external_lex_state = 55}, + [2212] = {.lex_state = 8, .external_lex_state = 55}, + [2213] = {.lex_state = 25, .external_lex_state = 50}, + [2214] = {.lex_state = 5, .external_lex_state = 51}, + [2215] = {.lex_state = 8, .external_lex_state = 54}, + [2216] = {.lex_state = 8, .external_lex_state = 54}, + [2217] = {.lex_state = 25, .external_lex_state = 50}, + [2218] = {.lex_state = 25, .external_lex_state = 56}, + [2219] = {.lex_state = 25, .external_lex_state = 56}, + [2220] = {.lex_state = 8, .external_lex_state = 53}, + [2221] = {.lex_state = 24, .external_lex_state = 57}, + [2222] = {.lex_state = 25, .external_lex_state = 56}, + [2223] = {.lex_state = 24, .external_lex_state = 57}, + [2224] = {.lex_state = 24, .external_lex_state = 57}, + [2225] = {.lex_state = 24, .external_lex_state = 57}, + [2226] = {.lex_state = 25, .external_lex_state = 56}, + [2227] = {.lex_state = 24, .external_lex_state = 57}, + [2228] = {.lex_state = 8, .external_lex_state = 53}, + [2229] = {.lex_state = 24, .external_lex_state = 57}, + [2230] = {.lex_state = 24, .external_lex_state = 57}, + [2231] = {.lex_state = 8, .external_lex_state = 53}, + [2232] = {.lex_state = 24, .external_lex_state = 57}, + [2233] = {.lex_state = 0, .external_lex_state = 45}, + [2234] = {.lex_state = 24, .external_lex_state = 57}, + [2235] = {.lex_state = 8, .external_lex_state = 53}, + [2236] = {.lex_state = 4, .external_lex_state = 58}, + [2237] = {.lex_state = 0, .external_lex_state = 53}, + [2238] = {.lex_state = 8}, + [2239] = {.lex_state = 4, .external_lex_state = 58}, + [2240] = {.lex_state = 8, .external_lex_state = 53}, + [2241] = {.lex_state = 25, .external_lex_state = 59}, + [2242] = {.lex_state = 24, .external_lex_state = 57}, + [2243] = {.lex_state = 0, .external_lex_state = 53}, + [2244] = {.lex_state = 8, .external_lex_state = 53}, + [2245] = {.lex_state = 8}, + [2246] = {.lex_state = 0, .external_lex_state = 53}, + [2247] = {.lex_state = 0, .external_lex_state = 53}, + [2248] = {.lex_state = 0, .external_lex_state = 53}, + [2249] = {.lex_state = 25, .external_lex_state = 59}, + [2250] = {.lex_state = 24, .external_lex_state = 57}, + [2251] = {.lex_state = 4, .external_lex_state = 58}, + [2252] = {.lex_state = 0, .external_lex_state = 53}, + [2253] = {.lex_state = 25, .external_lex_state = 59}, + [2254] = {.lex_state = 25, .external_lex_state = 54}, + [2255] = {.lex_state = 8, .external_lex_state = 55}, + [2256] = {.lex_state = 25, .external_lex_state = 54}, + [2257] = {.lex_state = 25, .external_lex_state = 54}, + [2258] = {.lex_state = 8, .external_lex_state = 60}, + [2259] = {.lex_state = 8, .external_lex_state = 59}, + [2260] = {.lex_state = 25, .external_lex_state = 54}, + [2261] = {.lex_state = 8, .external_lex_state = 59}, + [2262] = {.lex_state = 8, .external_lex_state = 59}, + [2263] = {.lex_state = 4, .external_lex_state = 58}, + [2264] = {.lex_state = 0, .external_lex_state = 53}, + [2265] = {.lex_state = 8, .external_lex_state = 59}, + [2266] = {.lex_state = 8, .external_lex_state = 59}, + [2267] = {.lex_state = 5, .external_lex_state = 59}, + [2268] = {.lex_state = 25, .external_lex_state = 54}, + [2269] = {.lex_state = 25, .external_lex_state = 54}, + [2270] = {.lex_state = 25, .external_lex_state = 54}, + [2271] = {.lex_state = 0, .external_lex_state = 61}, + [2272] = {.lex_state = 8, .external_lex_state = 59}, + [2273] = {.lex_state = 4, .external_lex_state = 58}, + [2274] = {.lex_state = 5, .external_lex_state = 59}, + [2275] = {.lex_state = 8, .external_lex_state = 59}, + [2276] = {.lex_state = 8, .external_lex_state = 59}, + [2277] = {.lex_state = 25, .external_lex_state = 59}, + [2278] = {.lex_state = 0, .external_lex_state = 61}, + [2279] = {.lex_state = 8, .external_lex_state = 59}, + [2280] = {.lex_state = 25, .external_lex_state = 59}, + [2281] = {.lex_state = 24, .external_lex_state = 62}, + [2282] = {.lex_state = 8, .external_lex_state = 63}, + [2283] = {.lex_state = 25, .external_lex_state = 54}, + [2284] = {.lex_state = 0, .external_lex_state = 61}, + [2285] = {.lex_state = 25, .external_lex_state = 59}, + [2286] = {.lex_state = 8, .external_lex_state = 55}, + [2287] = {.lex_state = 25, .external_lex_state = 54}, + [2288] = {.lex_state = 8, .external_lex_state = 59}, + [2289] = {.lex_state = 25, .external_lex_state = 54}, + [2290] = {.lex_state = 25, .external_lex_state = 54}, + [2291] = {.lex_state = 8, .external_lex_state = 59}, + [2292] = {.lex_state = 8, .external_lex_state = 59}, + [2293] = {.lex_state = 25, .external_lex_state = 59}, + [2294] = {.lex_state = 25, .external_lex_state = 54}, + [2295] = {.lex_state = 4, .external_lex_state = 64}, + [2296] = {.lex_state = 8, .external_lex_state = 55}, + [2297] = {.lex_state = 8, .external_lex_state = 60}, + [2298] = {.lex_state = 25, .external_lex_state = 54}, + [2299] = {.lex_state = 8, .external_lex_state = 55}, + [2300] = {.lex_state = 25, .external_lex_state = 54}, + [2301] = {.lex_state = 8, .external_lex_state = 59}, + [2302] = {.lex_state = 25, .external_lex_state = 54}, + [2303] = {.lex_state = 25, .external_lex_state = 54}, + [2304] = {.lex_state = 8, .external_lex_state = 59}, + [2305] = {.lex_state = 25, .external_lex_state = 54}, + [2306] = {.lex_state = 8, .external_lex_state = 59}, + [2307] = {.lex_state = 8, .external_lex_state = 59}, + [2308] = {.lex_state = 4, .external_lex_state = 58}, + [2309] = {.lex_state = 5, .external_lex_state = 59}, + [2310] = {.lex_state = 25, .external_lex_state = 59}, + [2311] = {.lex_state = 1, .external_lex_state = 59}, + [2312] = {.lex_state = 0, .external_lex_state = 65}, + [2313] = {.lex_state = 0, .external_lex_state = 66}, + [2314] = {.lex_state = 14, .external_lex_state = 67}, + [2315] = {.lex_state = 0, .external_lex_state = 68}, + [2316] = {.lex_state = 8, .external_lex_state = 69}, + [2317] = {.lex_state = 0, .external_lex_state = 65}, + [2318] = {.lex_state = 0, .external_lex_state = 54}, + [2319] = {.lex_state = 0, .external_lex_state = 70}, + [2320] = {.lex_state = 0, .external_lex_state = 54}, + [2321] = {.lex_state = 0, .external_lex_state = 71}, + [2322] = {.lex_state = 14, .external_lex_state = 67}, + [2323] = {.lex_state = 0, .external_lex_state = 54}, + [2324] = {.lex_state = 0, .external_lex_state = 54}, + [2325] = {.lex_state = 14, .external_lex_state = 67}, + [2326] = {.lex_state = 3, .external_lex_state = 59}, + [2327] = {.lex_state = 0, .external_lex_state = 72}, + [2328] = {.lex_state = 0, .external_lex_state = 73}, + [2329] = {.lex_state = 14, .external_lex_state = 67}, + [2330] = {.lex_state = 0, .external_lex_state = 54}, + [2331] = {.lex_state = 1, .external_lex_state = 59}, + [2332] = {.lex_state = 0, .external_lex_state = 73}, + [2333] = {.lex_state = 0, .external_lex_state = 54}, + [2334] = {.lex_state = 14, .external_lex_state = 67}, + [2335] = {.lex_state = 8, .external_lex_state = 55}, + [2336] = {.lex_state = 14, .external_lex_state = 67}, + [2337] = {.lex_state = 14, .external_lex_state = 67}, + [2338] = {.lex_state = 3, .external_lex_state = 59}, + [2339] = {.lex_state = 14, .external_lex_state = 67}, + [2340] = {.lex_state = 0, .external_lex_state = 74}, + [2341] = {.lex_state = 0, .external_lex_state = 54}, + [2342] = {.lex_state = 14, .external_lex_state = 67}, + [2343] = {.lex_state = 0, .external_lex_state = 54}, + [2344] = {.lex_state = 4, .external_lex_state = 75}, + [2345] = {.lex_state = 0, .external_lex_state = 54}, + [2346] = {.lex_state = 0, .external_lex_state = 68}, + [2347] = {.lex_state = 14, .external_lex_state = 67}, + [2348] = {.lex_state = 0, .external_lex_state = 66}, + [2349] = {.lex_state = 0, .external_lex_state = 71}, + [2350] = {.lex_state = 0, .external_lex_state = 70}, + [2351] = {.lex_state = 14, .external_lex_state = 67}, + [2352] = {.lex_state = 14, .external_lex_state = 67}, + [2353] = {.lex_state = 0, .external_lex_state = 54}, + [2354] = {.lex_state = 0, .external_lex_state = 54}, + [2355] = {.lex_state = 4, .external_lex_state = 75}, + [2356] = {.lex_state = 25, .external_lex_state = 59}, + [2357] = {.lex_state = 0, .external_lex_state = 54}, + [2358] = {.lex_state = 14, .external_lex_state = 67}, + [2359] = {.lex_state = 1, .external_lex_state = 59}, + [2360] = {.lex_state = 0, .external_lex_state = 73}, + [2361] = {.lex_state = 0, .external_lex_state = 65}, + [2362] = {.lex_state = 14, .external_lex_state = 67}, + [2363] = {.lex_state = 3, .external_lex_state = 59}, + [2364] = {.lex_state = 0, .external_lex_state = 71}, + [2365] = {.lex_state = 0, .external_lex_state = 74}, + [2366] = {.lex_state = 14, .external_lex_state = 67}, + [2367] = {.lex_state = 0, .external_lex_state = 76}, + [2368] = {.lex_state = 4}, + [2369] = {.lex_state = 25, .external_lex_state = 50}, + [2370] = {.lex_state = 25, .external_lex_state = 50}, + [2371] = {.lex_state = 24, .external_lex_state = 57}, + [2372] = {.lex_state = 25, .external_lex_state = 59}, + [2373] = {.lex_state = 4, .external_lex_state = 60}, + [2374] = {.lex_state = 25, .external_lex_state = 50}, + [2375] = {.lex_state = 25, .external_lex_state = 59}, + [2376] = {.lex_state = 0, .external_lex_state = 72}, + [2377] = {.lex_state = 4, .external_lex_state = 60}, + [2378] = {.lex_state = 25, .external_lex_state = 50}, + [2379] = {.lex_state = 25, .external_lex_state = 59}, + [2380] = {.lex_state = 0, .external_lex_state = 76}, + [2381] = {.lex_state = 8}, + [2382] = {.lex_state = 14, .external_lex_state = 67}, + [2383] = {.lex_state = 0, .external_lex_state = 66}, + [2384] = {.lex_state = 0, .external_lex_state = 77}, + [2385] = {.lex_state = 0, .external_lex_state = 76}, + [2386] = {.lex_state = 0, .external_lex_state = 74}, + [2387] = {.lex_state = 0, .external_lex_state = 54}, + [2388] = {.lex_state = 0, .external_lex_state = 54}, + [2389] = {.lex_state = 0, .external_lex_state = 72}, + [2390] = {.lex_state = 0, .external_lex_state = 68}, + [2391] = {.lex_state = 0, .external_lex_state = 70}, + [2392] = {.lex_state = 4, .external_lex_state = 75}, + [2393] = {.lex_state = 14, .external_lex_state = 67}, + [2394] = {.lex_state = 0, .external_lex_state = 78}, + [2395] = {.lex_state = 0, .external_lex_state = 79}, + [2396] = {.lex_state = 0, .external_lex_state = 80}, + [2397] = {.lex_state = 0, .external_lex_state = 79}, + [2398] = {.lex_state = 0, .external_lex_state = 80}, + [2399] = {.lex_state = 0, .external_lex_state = 79}, + [2400] = {.lex_state = 0, .external_lex_state = 78}, + [2401] = {.lex_state = 0, .external_lex_state = 78}, + [2402] = {.lex_state = 0, .external_lex_state = 80}, + [2403] = {.lex_state = 0, .external_lex_state = 78}, + [2404] = {.lex_state = 0, .external_lex_state = 78}, + [2405] = {.lex_state = 25}, + [2406] = {.lex_state = 25}, + [2407] = {.lex_state = 0, .external_lex_state = 78}, + [2408] = {.lex_state = 8, .external_lex_state = 60}, + [2409] = {.lex_state = 0, .external_lex_state = 79}, + [2410] = {.lex_state = 0, .external_lex_state = 80}, + [2411] = {.lex_state = 0, .external_lex_state = 79}, + [2412] = {.lex_state = 0, .external_lex_state = 80}, + [2413] = {.lex_state = 0, .external_lex_state = 78}, + [2414] = {.lex_state = 0, .external_lex_state = 78}, + [2415] = {.lex_state = 0, .external_lex_state = 78}, + [2416] = {.lex_state = 0, .external_lex_state = 78}, + [2417] = {.lex_state = 25}, + [2418] = {.lex_state = 25}, + [2419] = {.lex_state = 0, .external_lex_state = 78}, + [2420] = {.lex_state = 25, .external_lex_state = 59}, + [2421] = {.lex_state = 0, .external_lex_state = 79}, + [2422] = {.lex_state = 0, .external_lex_state = 80}, + [2423] = {.lex_state = 0, .external_lex_state = 79}, + [2424] = {.lex_state = 0, .external_lex_state = 80}, + [2425] = {.lex_state = 0, .external_lex_state = 78}, + [2426] = {.lex_state = 0, .external_lex_state = 78}, + [2427] = {.lex_state = 0, .external_lex_state = 78}, + [2428] = {.lex_state = 0, .external_lex_state = 78}, + [2429] = {.lex_state = 25, .external_lex_state = 81}, + [2430] = {.lex_state = 0, .external_lex_state = 78}, [2431] = {.lex_state = 25}, [2432] = {.lex_state = 25}, - [2433] = {.lex_state = 0, .external_lex_state = 73}, - [2434] = {.lex_state = 25}, - [2435] = {.lex_state = 0, .external_lex_state = 73}, - [2436] = {.lex_state = 0, .external_lex_state = 72}, - [2437] = {.lex_state = 0, .external_lex_state = 71}, - [2438] = {.lex_state = 0, .external_lex_state = 71}, - [2439] = {.lex_state = 0, .external_lex_state = 72}, - [2440] = {.lex_state = 0, .external_lex_state = 71}, - [2441] = {.lex_state = 25}, - [2442] = {.lex_state = 0, .external_lex_state = 72}, - [2443] = {.lex_state = 0, .external_lex_state = 71}, - [2444] = {.lex_state = 0, .external_lex_state = 73}, - [2445] = {.lex_state = 0, .external_lex_state = 73}, - [2446] = {.lex_state = 0, .external_lex_state = 72}, - [2447] = {.lex_state = 0, .external_lex_state = 71}, + [2433] = {.lex_state = 0, .external_lex_state = 53}, + [2434] = {.lex_state = 0, .external_lex_state = 82}, + [2435] = {.lex_state = 0, .external_lex_state = 79}, + [2436] = {.lex_state = 0, .external_lex_state = 80}, + [2437] = {.lex_state = 0, .external_lex_state = 79}, + [2438] = {.lex_state = 0, .external_lex_state = 80}, + [2439] = {.lex_state = 0, .external_lex_state = 78}, + [2440] = {.lex_state = 0, .external_lex_state = 78}, + [2441] = {.lex_state = 4, .external_lex_state = 69}, + [2442] = {.lex_state = 25, .external_lex_state = 81}, + [2443] = {.lex_state = 0, .external_lex_state = 78}, + [2444] = {.lex_state = 0, .external_lex_state = 83}, + [2445] = {.lex_state = 25}, + [2446] = {.lex_state = 25}, + [2447] = {.lex_state = 25}, [2448] = {.lex_state = 25}, - [2449] = {.lex_state = 0, .external_lex_state = 74}, - [2450] = {.lex_state = 25}, - [2451] = {.lex_state = 25}, - [2452] = {.lex_state = 25}, - [2453] = {.lex_state = 0, .external_lex_state = 73}, - [2454] = {.lex_state = 0, .external_lex_state = 72}, - [2455] = {.lex_state = 0, .external_lex_state = 71}, - [2456] = {.lex_state = 0, .external_lex_state = 71}, - [2457] = {.lex_state = 0, .external_lex_state = 72}, - [2458] = {.lex_state = 0, .external_lex_state = 71}, - [2459] = {.lex_state = 25}, - [2460] = {.lex_state = 0, .external_lex_state = 72}, - [2461] = {.lex_state = 0, .external_lex_state = 71}, - [2462] = {.lex_state = 0, .external_lex_state = 71}, - [2463] = {.lex_state = 25}, - [2464] = {.lex_state = 14}, - [2465] = {.lex_state = 25, .external_lex_state = 53}, - [2466] = {.lex_state = 0, .external_lex_state = 71}, - [2467] = {.lex_state = 0, .external_lex_state = 72}, - [2468] = {.lex_state = 0, .external_lex_state = 73}, - [2469] = {.lex_state = 0, .external_lex_state = 73}, - [2470] = {.lex_state = 0, .external_lex_state = 71}, - [2471] = {.lex_state = 0, .external_lex_state = 72}, - [2472] = {.lex_state = 0, .external_lex_state = 73}, - [2473] = {.lex_state = 0, .external_lex_state = 55}, - [2474] = {.lex_state = 0, .external_lex_state = 73}, - [2475] = {.lex_state = 25, .external_lex_state = 52}, - [2476] = {.lex_state = 0, .external_lex_state = 73}, - [2477] = {.lex_state = 0, .external_lex_state = 71}, - [2478] = {.lex_state = 0, .external_lex_state = 73}, - [2479] = {.lex_state = 0, .external_lex_state = 73}, - [2480] = {.lex_state = 0, .external_lex_state = 73}, - [2481] = {.lex_state = 0, .external_lex_state = 73}, - [2482] = {.lex_state = 25}, - [2483] = {.lex_state = 25}, - [2484] = {.lex_state = 0, .external_lex_state = 73}, - [2485] = {.lex_state = 25}, + [2449] = {.lex_state = 0, .external_lex_state = 78}, + [2450] = {.lex_state = 0, .external_lex_state = 79}, + [2451] = {.lex_state = 0, .external_lex_state = 80}, + [2452] = {.lex_state = 0, .external_lex_state = 79}, + [2453] = {.lex_state = 0, .external_lex_state = 80}, + [2454] = {.lex_state = 0, .external_lex_state = 84}, + [2455] = {.lex_state = 0, .external_lex_state = 79}, + [2456] = {.lex_state = 25}, + [2457] = {.lex_state = 25}, + [2458] = {.lex_state = 0, .external_lex_state = 78}, + [2459] = {.lex_state = 0, .external_lex_state = 80}, + [2460] = {.lex_state = 25}, + [2461] = {.lex_state = 25}, + [2462] = {.lex_state = 0, .external_lex_state = 79}, + [2463] = {.lex_state = 0, .external_lex_state = 80}, + [2464] = {.lex_state = 0, .external_lex_state = 79}, + [2465] = {.lex_state = 0, .external_lex_state = 80}, + [2466] = {.lex_state = 0, .external_lex_state = 79}, + [2467] = {.lex_state = 0, .external_lex_state = 80}, + [2468] = {.lex_state = 0, .external_lex_state = 78}, + [2469] = {.lex_state = 0, .external_lex_state = 78}, + [2470] = {.lex_state = 0, .external_lex_state = 78}, + [2471] = {.lex_state = 25}, + [2472] = {.lex_state = 25}, + [2473] = {.lex_state = 25}, + [2474] = {.lex_state = 25}, + [2475] = {.lex_state = 0, .external_lex_state = 79}, + [2476] = {.lex_state = 0, .external_lex_state = 80}, + [2477] = {.lex_state = 0, .external_lex_state = 79}, + [2478] = {.lex_state = 0, .external_lex_state = 80}, + [2479] = {.lex_state = 0, .external_lex_state = 78}, + [2480] = {.lex_state = 0, .external_lex_state = 78}, + [2481] = {.lex_state = 0, .external_lex_state = 78}, + [2482] = {.lex_state = 0, .external_lex_state = 78}, + [2483] = {.lex_state = 0, .external_lex_state = 78}, + [2484] = {.lex_state = 25}, + [2485] = {.lex_state = 0, .external_lex_state = 78}, [2486] = {.lex_state = 25}, - [2487] = {.lex_state = 0, .external_lex_state = 73}, - [2488] = {.lex_state = 0, .external_lex_state = 73}, - [2489] = {.lex_state = 0, .external_lex_state = 73}, - [2490] = {.lex_state = 0, .external_lex_state = 73}, - [2491] = {.lex_state = 0, .external_lex_state = 73}, - [2492] = {.lex_state = 0, .external_lex_state = 73}, - [2493] = {.lex_state = 0, .external_lex_state = 73}, - [2494] = {.lex_state = 0, .external_lex_state = 73}, - [2495] = {.lex_state = 14}, - [2496] = {.lex_state = 0, .external_lex_state = 74}, - [2497] = {.lex_state = 0, .external_lex_state = 75}, - [2498] = {.lex_state = 0, .external_lex_state = 73}, - [2499] = {.lex_state = 0, .external_lex_state = 72}, - [2500] = {.lex_state = 25}, - [2501] = {.lex_state = 25}, - [2502] = {.lex_state = 0, .external_lex_state = 72}, - [2503] = {.lex_state = 25}, - [2504] = {.lex_state = 25}, - [2505] = {.lex_state = 0, .external_lex_state = 71}, - [2506] = {.lex_state = 0, .external_lex_state = 71}, - [2507] = {.lex_state = 0, .external_lex_state = 73}, - [2508] = {.lex_state = 0, .external_lex_state = 72}, - [2509] = {.lex_state = 0, .external_lex_state = 73}, - [2510] = {.lex_state = 25}, - [2511] = {.lex_state = 25}, - [2512] = {.lex_state = 0, .external_lex_state = 73}, - [2513] = {.lex_state = 25}, - [2514] = {.lex_state = 25}, - [2515] = {.lex_state = 0, .external_lex_state = 73}, - [2516] = {.lex_state = 0, .external_lex_state = 73}, - [2517] = {.lex_state = 0, .external_lex_state = 73}, - [2518] = {.lex_state = 0, .external_lex_state = 73}, - [2519] = {.lex_state = 0, .external_lex_state = 73}, - [2520] = {.lex_state = 0, .external_lex_state = 73}, - [2521] = {.lex_state = 0, .external_lex_state = 73}, - [2522] = {.lex_state = 0, .external_lex_state = 73}, - [2523] = {.lex_state = 0, .external_lex_state = 71}, - [2524] = {.lex_state = 0, .external_lex_state = 73}, - [2525] = {.lex_state = 0, .external_lex_state = 73}, - [2526] = {.lex_state = 0, .external_lex_state = 74}, - [2527] = {.lex_state = 25}, - [2528] = {.lex_state = 25}, + [2487] = {.lex_state = 25}, + [2488] = {.lex_state = 0, .external_lex_state = 61}, + [2489] = {.lex_state = 0, .external_lex_state = 79}, + [2490] = {.lex_state = 0, .external_lex_state = 80}, + [2491] = {.lex_state = 0, .external_lex_state = 79}, + [2492] = {.lex_state = 0, .external_lex_state = 80}, + [2493] = {.lex_state = 0, .external_lex_state = 78}, + [2494] = {.lex_state = 0, .external_lex_state = 80}, + [2495] = {.lex_state = 0, .external_lex_state = 78}, + [2496] = {.lex_state = 0, .external_lex_state = 78}, + [2497] = {.lex_state = 0, .external_lex_state = 78}, + [2498] = {.lex_state = 25}, + [2499] = {.lex_state = 25}, + [2500] = {.lex_state = 0, .external_lex_state = 78}, + [2501] = {.lex_state = 0, .external_lex_state = 79}, + [2502] = {.lex_state = 0, .external_lex_state = 80}, + [2503] = {.lex_state = 0, .external_lex_state = 79}, + [2504] = {.lex_state = 0, .external_lex_state = 80}, + [2505] = {.lex_state = 25}, + [2506] = {.lex_state = 0, .external_lex_state = 78}, + [2507] = {.lex_state = 25}, + [2508] = {.lex_state = 0, .external_lex_state = 78}, + [2509] = {.lex_state = 25, .external_lex_state = 81}, + [2510] = {.lex_state = 0, .external_lex_state = 78}, + [2511] = {.lex_state = 0, .external_lex_state = 78}, + [2512] = {.lex_state = 0, .external_lex_state = 78}, + [2513] = {.lex_state = 0, .external_lex_state = 78}, + [2514] = {.lex_state = 0, .external_lex_state = 83}, + [2515] = {.lex_state = 25}, + [2516] = {.lex_state = 25}, + [2517] = {.lex_state = 25}, + [2518] = {.lex_state = 0, .external_lex_state = 79}, + [2519] = {.lex_state = 25}, + [2520] = {.lex_state = 0, .external_lex_state = 80}, + [2521] = {.lex_state = 0, .external_lex_state = 79}, + [2522] = {.lex_state = 0, .external_lex_state = 80}, + [2523] = {.lex_state = 0, .external_lex_state = 79}, + [2524] = {.lex_state = 0, .external_lex_state = 78}, + [2525] = {.lex_state = 0, .external_lex_state = 80}, + [2526] = {.lex_state = 0, .external_lex_state = 80}, + [2527] = {.lex_state = 0, .external_lex_state = 80}, + [2528] = {.lex_state = 14}, [2529] = {.lex_state = 25}, - [2530] = {.lex_state = 25}, - [2531] = {.lex_state = 14}, - [2532] = {.lex_state = 25, .external_lex_state = 52}, - [2533] = {.lex_state = 25, .external_lex_state = 52}, - [2534] = {.lex_state = 25}, - [2535] = {.lex_state = 25}, - [2536] = {.lex_state = 25}, - [2537] = {.lex_state = 25}, - [2538] = {.lex_state = 14}, - [2539] = {.lex_state = 0, .external_lex_state = 76}, - [2540] = {.lex_state = 0, .external_lex_state = 72}, - [2541] = {.lex_state = 0, .external_lex_state = 72}, - [2542] = {.lex_state = 0, .external_lex_state = 73}, - [2543] = {.lex_state = 25, .external_lex_state = 52}, - [2544] = {.lex_state = 25}, - [2545] = {.lex_state = 25}, + [2530] = {.lex_state = 0, .external_lex_state = 83}, + [2531] = {.lex_state = 0, .external_lex_state = 83}, + [2532] = {.lex_state = 25, .external_lex_state = 59}, + [2533] = {.lex_state = 25, .external_lex_state = 81}, + [2534] = {.lex_state = 0, .external_lex_state = 79}, + [2535] = {.lex_state = 0, .external_lex_state = 78}, + [2536] = {.lex_state = 0, .external_lex_state = 78}, + [2537] = {.lex_state = 0, .external_lex_state = 80}, + [2538] = {.lex_state = 0, .external_lex_state = 78}, + [2539] = {.lex_state = 0, .external_lex_state = 60}, + [2540] = {.lex_state = 0, .external_lex_state = 79}, + [2541] = {.lex_state = 0, .external_lex_state = 80}, + [2542] = {.lex_state = 0, .external_lex_state = 78}, + [2543] = {.lex_state = 0, .external_lex_state = 78}, + [2544] = {.lex_state = 0, .external_lex_state = 78}, + [2545] = {.lex_state = 0, .external_lex_state = 78}, [2546] = {.lex_state = 25}, [2547] = {.lex_state = 25}, - [2548] = {.lex_state = 14}, - [2549] = {.lex_state = 25, .external_lex_state = 52}, - [2550] = {.lex_state = 0, .external_lex_state = 71}, - [2551] = {.lex_state = 0, .external_lex_state = 73}, - [2552] = {.lex_state = 0, .external_lex_state = 73}, - [2553] = {.lex_state = 25, .external_lex_state = 52}, - [2554] = {.lex_state = 25, .external_lex_state = 52}, - [2555] = {.lex_state = 25}, - [2556] = {.lex_state = 25}, - [2557] = {.lex_state = 25}, - [2558] = {.lex_state = 25}, - [2559] = {.lex_state = 14}, - [2560] = {.lex_state = 14, .external_lex_state = 58}, - [2561] = {.lex_state = 0, .external_lex_state = 73}, - [2562] = {.lex_state = 0, .external_lex_state = 72}, - [2563] = {.lex_state = 0, .external_lex_state = 71}, - [2564] = {.lex_state = 25, .external_lex_state = 52}, - [2565] = {.lex_state = 0, .external_lex_state = 71}, - [2566] = {.lex_state = 0, .external_lex_state = 73}, + [2548] = {.lex_state = 0, .external_lex_state = 78}, + [2549] = {.lex_state = 25}, + [2550] = {.lex_state = 25}, + [2551] = {.lex_state = 0, .external_lex_state = 78}, + [2552] = {.lex_state = 0, .external_lex_state = 78}, + [2553] = {.lex_state = 0, .external_lex_state = 78}, + [2554] = {.lex_state = 0, .external_lex_state = 78}, + [2555] = {.lex_state = 0, .external_lex_state = 78}, + [2556] = {.lex_state = 0, .external_lex_state = 78}, + [2557] = {.lex_state = 0, .external_lex_state = 80}, + [2558] = {.lex_state = 14}, + [2559] = {.lex_state = 0, .external_lex_state = 78}, + [2560] = {.lex_state = 0, .external_lex_state = 83}, + [2561] = {.lex_state = 0, .external_lex_state = 79}, + [2562] = {.lex_state = 0, .external_lex_state = 78}, + [2563] = {.lex_state = 0, .external_lex_state = 80}, + [2564] = {.lex_state = 0, .external_lex_state = 80}, + [2565] = {.lex_state = 0, .external_lex_state = 79}, + [2566] = {.lex_state = 25}, [2567] = {.lex_state = 25}, - [2568] = {.lex_state = 25}, + [2568] = {.lex_state = 0, .external_lex_state = 78}, [2569] = {.lex_state = 25}, [2570] = {.lex_state = 25}, - [2571] = {.lex_state = 14}, - [2572] = {.lex_state = 25}, - [2573] = {.lex_state = 25}, - [2574] = {.lex_state = 0, .external_lex_state = 73}, - [2575] = {.lex_state = 25, .external_lex_state = 53}, - [2576] = {.lex_state = 0, .external_lex_state = 73}, - [2577] = {.lex_state = 0, .external_lex_state = 73}, - [2578] = {.lex_state = 0, .external_lex_state = 72}, - [2579] = {.lex_state = 0, .external_lex_state = 72}, - [2580] = {.lex_state = 25}, - [2581] = {.lex_state = 25}, - [2582] = {.lex_state = 25}, - [2583] = {.lex_state = 25}, - [2584] = {.lex_state = 14}, - [2585] = {.lex_state = 0, .external_lex_state = 71}, - [2586] = {.lex_state = 0, .external_lex_state = 72}, - [2587] = {.lex_state = 0, .external_lex_state = 71}, - [2588] = {.lex_state = 0, .external_lex_state = 73}, - [2589] = {.lex_state = 8, .external_lex_state = 55}, - [2590] = {.lex_state = 25}, - [2591] = {.lex_state = 0, .external_lex_state = 57}, + [2571] = {.lex_state = 0, .external_lex_state = 78}, + [2572] = {.lex_state = 0, .external_lex_state = 78}, + [2573] = {.lex_state = 0, .external_lex_state = 78}, + [2574] = {.lex_state = 0, .external_lex_state = 78}, + [2575] = {.lex_state = 0, .external_lex_state = 78}, + [2576] = {.lex_state = 0, .external_lex_state = 78}, + [2577] = {.lex_state = 0, .external_lex_state = 78}, + [2578] = {.lex_state = 14}, + [2579] = {.lex_state = 0, .external_lex_state = 78}, + [2580] = {.lex_state = 0, .external_lex_state = 78}, + [2581] = {.lex_state = 0, .external_lex_state = 79}, + [2582] = {.lex_state = 25, .external_lex_state = 81}, + [2583] = {.lex_state = 0, .external_lex_state = 78}, + [2584] = {.lex_state = 25}, + [2585] = {.lex_state = 25}, + [2586] = {.lex_state = 25}, + [2587] = {.lex_state = 25}, + [2588] = {.lex_state = 14}, + [2589] = {.lex_state = 25}, + [2590] = {.lex_state = 0, .external_lex_state = 78}, + [2591] = {.lex_state = 25, .external_lex_state = 81}, [2592] = {.lex_state = 25}, [2593] = {.lex_state = 25}, [2594] = {.lex_state = 25}, [2595] = {.lex_state = 25}, [2596] = {.lex_state = 14}, - [2597] = {.lex_state = 0, .external_lex_state = 71}, - [2598] = {.lex_state = 0, .external_lex_state = 72}, - [2599] = {.lex_state = 25}, + [2597] = {.lex_state = 25, .external_lex_state = 81}, + [2598] = {.lex_state = 0, .external_lex_state = 78}, + [2599] = {.lex_state = 0, .external_lex_state = 78}, [2600] = {.lex_state = 25}, [2601] = {.lex_state = 25}, [2602] = {.lex_state = 25}, - [2603] = {.lex_state = 14}, - [2604] = {.lex_state = 0, .external_lex_state = 48}, - [2605] = {.lex_state = 0, .external_lex_state = 73}, - [2606] = {.lex_state = 0, .external_lex_state = 74}, + [2603] = {.lex_state = 25}, + [2604] = {.lex_state = 14}, + [2605] = {.lex_state = 0, .external_lex_state = 78}, + [2606] = {.lex_state = 25}, [2607] = {.lex_state = 25}, [2608] = {.lex_state = 25}, [2609] = {.lex_state = 25}, - [2610] = {.lex_state = 25}, - [2611] = {.lex_state = 14}, - [2612] = {.lex_state = 0, .external_lex_state = 73}, + [2610] = {.lex_state = 14}, + [2611] = {.lex_state = 0, .external_lex_state = 60}, + [2612] = {.lex_state = 0, .external_lex_state = 78}, [2613] = {.lex_state = 25}, [2614] = {.lex_state = 25}, [2615] = {.lex_state = 25}, [2616] = {.lex_state = 25}, - [2617] = {.lex_state = 25}, + [2617] = {.lex_state = 14}, [2618] = {.lex_state = 25}, [2619] = {.lex_state = 25}, - [2620] = {.lex_state = 14}, - [2621] = {.lex_state = 0, .external_lex_state = 72}, - [2622] = {.lex_state = 0, .external_lex_state = 72}, - [2623] = {.lex_state = 0, .external_lex_state = 73}, - [2624] = {.lex_state = 0, .external_lex_state = 73}, - [2625] = {.lex_state = 0, .external_lex_state = 72}, - [2626] = {.lex_state = 0, .external_lex_state = 73}, - [2627] = {.lex_state = 0, .external_lex_state = 71}, - [2628] = {.lex_state = 0, .external_lex_state = 72}, + [2620] = {.lex_state = 25}, + [2621] = {.lex_state = 25}, + [2622] = {.lex_state = 14}, + [2623] = {.lex_state = 25}, + [2624] = {.lex_state = 25}, + [2625] = {.lex_state = 0, .external_lex_state = 78}, + [2626] = {.lex_state = 25}, + [2627] = {.lex_state = 25}, + [2628] = {.lex_state = 25}, [2629] = {.lex_state = 25}, - [2630] = {.lex_state = 25}, - [2631] = {.lex_state = 25}, + [2630] = {.lex_state = 14}, + [2631] = {.lex_state = 0, .external_lex_state = 79}, [2632] = {.lex_state = 25}, - [2633] = {.lex_state = 14}, - [2634] = {.lex_state = 0, .external_lex_state = 71}, - [2635] = {.lex_state = 0, .external_lex_state = 73}, - [2636] = {.lex_state = 0, .external_lex_state = 71}, - [2637] = {.lex_state = 0, .external_lex_state = 73}, - [2638] = {.lex_state = 0, .external_lex_state = 73}, - [2639] = {.lex_state = 0, .external_lex_state = 73}, + [2633] = {.lex_state = 25}, + [2634] = {.lex_state = 25}, + [2635] = {.lex_state = 25}, + [2636] = {.lex_state = 14}, + [2637] = {.lex_state = 0, .external_lex_state = 78}, + [2638] = {.lex_state = 0, .external_lex_state = 80}, + [2639] = {.lex_state = 25}, [2640] = {.lex_state = 25}, [2641] = {.lex_state = 25}, [2642] = {.lex_state = 25}, - [2643] = {.lex_state = 25}, - [2644] = {.lex_state = 14}, - [2645] = {.lex_state = 0, .external_lex_state = 73}, - [2646] = {.lex_state = 0, .external_lex_state = 73}, + [2643] = {.lex_state = 14}, + [2644] = {.lex_state = 25, .external_lex_state = 81}, + [2645] = {.lex_state = 25, .external_lex_state = 81}, + [2646] = {.lex_state = 25}, [2647] = {.lex_state = 25}, [2648] = {.lex_state = 25}, [2649] = {.lex_state = 25}, - [2650] = {.lex_state = 25}, + [2650] = {.lex_state = 14}, [2651] = {.lex_state = 25}, [2652] = {.lex_state = 25}, [2653] = {.lex_state = 25}, [2654] = {.lex_state = 25}, - [2655] = {.lex_state = 25}, - [2656] = {.lex_state = 14}, - [2657] = {.lex_state = 0, .external_lex_state = 73}, - [2658] = {.lex_state = 14}, - [2659] = {.lex_state = 8}, + [2655] = {.lex_state = 14}, + [2656] = {.lex_state = 14, .external_lex_state = 67}, + [2657] = {.lex_state = 25}, + [2658] = {.lex_state = 25}, + [2659] = {.lex_state = 25}, [2660] = {.lex_state = 25}, - [2661] = {.lex_state = 0, .external_lex_state = 77}, + [2661] = {.lex_state = 25}, [2662] = {.lex_state = 25}, - [2663] = {.lex_state = 0, .external_lex_state = 55}, - [2664] = {.lex_state = 25}, - [2665] = {.lex_state = 25}, - [2666] = {.lex_state = 0, .external_lex_state = 52}, - [2667] = {.lex_state = 0, .external_lex_state = 62}, - [2668] = {.lex_state = 0, .external_lex_state = 78}, - [2669] = {.lex_state = 0, .external_lex_state = 52}, - [2670] = {.lex_state = 0, .external_lex_state = 52}, - [2671] = {.lex_state = 0, .external_lex_state = 52}, - [2672] = {.lex_state = 25}, - [2673] = {.lex_state = 25}, - [2674] = {.lex_state = 0, .external_lex_state = 79}, - [2675] = {.lex_state = 25}, - [2676] = {.lex_state = 25}, + [2663] = {.lex_state = 14}, + [2664] = {.lex_state = 14}, + [2665] = {.lex_state = 0, .external_lex_state = 79}, + [2666] = {.lex_state = 25}, + [2667] = {.lex_state = 25}, + [2668] = {.lex_state = 25}, + [2669] = {.lex_state = 25}, + [2670] = {.lex_state = 25}, + [2671] = {.lex_state = 25}, + [2672] = {.lex_state = 0, .external_lex_state = 79}, + [2673] = {.lex_state = 0, .external_lex_state = 80}, + [2674] = {.lex_state = 25}, + [2675] = {.lex_state = 0, .external_lex_state = 58}, + [2676] = {.lex_state = 0, .external_lex_state = 65}, [2677] = {.lex_state = 25}, - [2678] = {.lex_state = 0, .external_lex_state = 77}, - [2679] = {.lex_state = 0, .external_lex_state = 52}, - [2680] = {.lex_state = 25}, - [2681] = {.lex_state = 0, .external_lex_state = 52}, + [2678] = {.lex_state = 25}, + [2679] = {.lex_state = 25}, + [2680] = {.lex_state = 25, .external_lex_state = 55}, + [2681] = {.lex_state = 25}, [2682] = {.lex_state = 25}, [2683] = {.lex_state = 25}, - [2684] = {.lex_state = 0, .external_lex_state = 52}, - [2685] = {.lex_state = 25}, - [2686] = {.lex_state = 0, .external_lex_state = 73}, - [2687] = {.lex_state = 25}, - [2688] = {.lex_state = 25}, - [2689] = {.lex_state = 25}, - [2690] = {.lex_state = 25}, + [2684] = {.lex_state = 25}, + [2685] = {.lex_state = 25, .external_lex_state = 55}, + [2686] = {.lex_state = 4, .external_lex_state = 60}, + [2687] = {.lex_state = 0, .external_lex_state = 58}, + [2688] = {.lex_state = 0, .external_lex_state = 81}, + [2689] = {.lex_state = 0, .external_lex_state = 85}, + [2690] = {.lex_state = 0, .external_lex_state = 66}, [2691] = {.lex_state = 25}, - [2692] = {.lex_state = 25}, + [2692] = {.lex_state = 0, .external_lex_state = 85}, [2693] = {.lex_state = 25}, [2694] = {.lex_state = 25}, [2695] = {.lex_state = 25}, - [2696] = {.lex_state = 0, .external_lex_state = 52}, - [2697] = {.lex_state = 0, .external_lex_state = 52}, - [2698] = {.lex_state = 1, .external_lex_state = 53}, - [2699] = {.lex_state = 8}, - [2700] = {.lex_state = 0, .external_lex_state = 52}, - [2701] = {.lex_state = 25}, - [2702] = {.lex_state = 0, .external_lex_state = 77}, - [2703] = {.lex_state = 0, .external_lex_state = 52}, + [2696] = {.lex_state = 0, .external_lex_state = 60}, + [2697] = {.lex_state = 0, .external_lex_state = 86}, + [2698] = {.lex_state = 25}, + [2699] = {.lex_state = 0, .external_lex_state = 72}, + [2700] = {.lex_state = 0, .external_lex_state = 81}, + [2701] = {.lex_state = 0, .external_lex_state = 58}, + [2702] = {.lex_state = 25}, + [2703] = {.lex_state = 0, .external_lex_state = 78}, [2704] = {.lex_state = 25}, - [2705] = {.lex_state = 0, .external_lex_state = 52}, + [2705] = {.lex_state = 25}, [2706] = {.lex_state = 25}, - [2707] = {.lex_state = 0, .external_lex_state = 77}, - [2708] = {.lex_state = 25}, - [2709] = {.lex_state = 25}, - [2710] = {.lex_state = 25}, - [2711] = {.lex_state = 0, .external_lex_state = 77}, - [2712] = {.lex_state = 25}, - [2713] = {.lex_state = 0, .external_lex_state = 65}, - [2714] = {.lex_state = 0, .external_lex_state = 77}, - [2715] = {.lex_state = 0, .external_lex_state = 52}, - [2716] = {.lex_state = 25}, - [2717] = {.lex_state = 25}, - [2718] = {.lex_state = 0, .external_lex_state = 80}, - [2719] = {.lex_state = 25}, - [2720] = {.lex_state = 25}, - [2721] = {.lex_state = 25}, + [2707] = {.lex_state = 0, .external_lex_state = 60}, + [2708] = {.lex_state = 25, .external_lex_state = 55}, + [2709] = {.lex_state = 0, .external_lex_state = 58}, + [2710] = {.lex_state = 0, .external_lex_state = 58}, + [2711] = {.lex_state = 25}, + [2712] = {.lex_state = 0, .external_lex_state = 58}, + [2713] = {.lex_state = 25}, + [2714] = {.lex_state = 25}, + [2715] = {.lex_state = 25}, + [2716] = {.lex_state = 0, .external_lex_state = 87}, + [2717] = {.lex_state = 0, .external_lex_state = 58}, + [2718] = {.lex_state = 0, .external_lex_state = 58}, + [2719] = {.lex_state = 0, .external_lex_state = 58}, + [2720] = {.lex_state = 25, .external_lex_state = 55}, + [2721] = {.lex_state = 0, .external_lex_state = 85}, [2722] = {.lex_state = 25}, [2723] = {.lex_state = 25}, - [2724] = {.lex_state = 25}, + [2724] = {.lex_state = 1, .external_lex_state = 59}, [2725] = {.lex_state = 25}, [2726] = {.lex_state = 25}, - [2727] = {.lex_state = 0, .external_lex_state = 59}, - [2728] = {.lex_state = 0, .external_lex_state = 52}, - [2729] = {.lex_state = 25}, + [2727] = {.lex_state = 25}, + [2728] = {.lex_state = 25}, + [2729] = {.lex_state = 25, .external_lex_state = 55}, [2730] = {.lex_state = 25}, [2731] = {.lex_state = 25}, [2732] = {.lex_state = 25}, - [2733] = {.lex_state = 0, .external_lex_state = 61}, + [2733] = {.lex_state = 25}, [2734] = {.lex_state = 25}, - [2735] = {.lex_state = 0, .external_lex_state = 77}, + [2735] = {.lex_state = 25}, [2736] = {.lex_state = 25}, [2737] = {.lex_state = 25}, - [2738] = {.lex_state = 25}, - [2739] = {.lex_state = 0, .external_lex_state = 67}, - [2740] = {.lex_state = 0, .external_lex_state = 55}, - [2741] = {.lex_state = 0, .external_lex_state = 81}, - [2742] = {.lex_state = 25}, - [2743] = {.lex_state = 0, .external_lex_state = 64}, - [2744] = {.lex_state = 25}, - [2745] = {.lex_state = 25}, - [2746] = {.lex_state = 25}, - [2747] = {.lex_state = 0, .external_lex_state = 73}, + [2738] = {.lex_state = 3, .external_lex_state = 59}, + [2739] = {.lex_state = 0, .external_lex_state = 58}, + [2740] = {.lex_state = 0, .external_lex_state = 85}, + [2741] = {.lex_state = 0, .external_lex_state = 76}, + [2742] = {.lex_state = 0, .external_lex_state = 81}, + [2743] = {.lex_state = 0, .external_lex_state = 81}, + [2744] = {.lex_state = 25, .external_lex_state = 55}, + [2745] = {.lex_state = 0, .external_lex_state = 85}, + [2746] = {.lex_state = 25, .external_lex_state = 55}, + [2747] = {.lex_state = 25}, [2748] = {.lex_state = 25}, - [2749] = {.lex_state = 0, .external_lex_state = 77}, - [2750] = {.lex_state = 0, .external_lex_state = 73}, + [2749] = {.lex_state = 8}, + [2750] = {.lex_state = 25}, [2751] = {.lex_state = 25}, - [2752] = {.lex_state = 0, .external_lex_state = 52}, - [2753] = {.lex_state = 25}, - [2754] = {.lex_state = 25}, - [2755] = {.lex_state = 25}, - [2756] = {.lex_state = 0, .external_lex_state = 60}, - [2757] = {.lex_state = 4, .external_lex_state = 55}, - [2758] = {.lex_state = 25}, - [2759] = {.lex_state = 0, .external_lex_state = 78}, - [2760] = {.lex_state = 0, .external_lex_state = 52}, - [2761] = {.lex_state = 25}, + [2752] = {.lex_state = 25}, + [2753] = {.lex_state = 0, .external_lex_state = 78}, + [2754] = {.lex_state = 25, .external_lex_state = 55}, + [2755] = {.lex_state = 25, .external_lex_state = 55}, + [2756] = {.lex_state = 0, .external_lex_state = 88}, + [2757] = {.lex_state = 0, .external_lex_state = 70}, + [2758] = {.lex_state = 0, .external_lex_state = 58}, + [2759] = {.lex_state = 0, .external_lex_state = 85}, + [2760] = {.lex_state = 25}, + [2761] = {.lex_state = 0, .external_lex_state = 58}, [2762] = {.lex_state = 25}, - [2763] = {.lex_state = 0, .external_lex_state = 52}, + [2763] = {.lex_state = 25}, [2764] = {.lex_state = 25}, [2765] = {.lex_state = 25}, [2766] = {.lex_state = 25}, - [2767] = {.lex_state = 25}, + [2767] = {.lex_state = 0, .external_lex_state = 89}, [2768] = {.lex_state = 25}, - [2769] = {.lex_state = 25}, + [2769] = {.lex_state = 0, .external_lex_state = 74}, [2770] = {.lex_state = 25}, [2771] = {.lex_state = 25}, [2772] = {.lex_state = 25}, [2773] = {.lex_state = 25}, - [2774] = {.lex_state = 0, .external_lex_state = 63}, + [2774] = {.lex_state = 25}, [2775] = {.lex_state = 25}, - [2776] = {.lex_state = 0, .external_lex_state = 52}, - [2777] = {.lex_state = 0, .external_lex_state = 52}, - [2778] = {.lex_state = 0, .external_lex_state = 52}, - [2779] = {.lex_state = 0, .external_lex_state = 52}, - [2780] = {.lex_state = 0, .external_lex_state = 55}, - [2781] = {.lex_state = 0, .external_lex_state = 70}, - [2782] = {.lex_state = 25}, - [2783] = {.lex_state = 0, .external_lex_state = 52}, + [2776] = {.lex_state = 0, .external_lex_state = 85}, + [2777] = {.lex_state = 25}, + [2778] = {.lex_state = 25}, + [2779] = {.lex_state = 0, .external_lex_state = 81}, + [2780] = {.lex_state = 0, .external_lex_state = 73}, + [2781] = {.lex_state = 0, .external_lex_state = 58}, + [2782] = {.lex_state = 0, .external_lex_state = 85}, + [2783] = {.lex_state = 0, .external_lex_state = 81}, [2784] = {.lex_state = 25}, - [2785] = {.lex_state = 25}, + [2785] = {.lex_state = 0, .external_lex_state = 58}, [2786] = {.lex_state = 25}, - [2787] = {.lex_state = 0, .external_lex_state = 77}, - [2788] = {.lex_state = 3, .external_lex_state = 53}, - [2789] = {.lex_state = 25}, - [2790] = {.lex_state = 25}, - [2791] = {.lex_state = 25}, - [2792] = {.lex_state = 25}, - [2793] = {.lex_state = 0, .external_lex_state = 52}, + [2787] = {.lex_state = 25}, + [2788] = {.lex_state = 25}, + [2789] = {.lex_state = 0, .external_lex_state = 58}, + [2790] = {.lex_state = 0, .external_lex_state = 85}, + [2791] = {.lex_state = 0, .external_lex_state = 86}, + [2792] = {.lex_state = 0, .external_lex_state = 81}, + [2793] = {.lex_state = 0, .external_lex_state = 71}, [2794] = {.lex_state = 25}, - [2795] = {.lex_state = 1}, + [2795] = {.lex_state = 0, .external_lex_state = 68}, [2796] = {.lex_state = 25}, - [2797] = {.lex_state = 0, .external_lex_state = 82}, - [2798] = {.lex_state = 0, .external_lex_state = 83}, - [2799] = {.lex_state = 0}, - [2800] = {.lex_state = 0}, - [2801] = {.lex_state = 0, .external_lex_state = 84}, - [2802] = {.lex_state = 0, .external_lex_state = 85}, - [2803] = {.lex_state = 0, .external_lex_state = 86}, - [2804] = {.lex_state = 3}, - [2805] = {.lex_state = 0, .external_lex_state = 87}, - [2806] = {.lex_state = 0, .external_lex_state = 88}, - [2807] = {.lex_state = 0, .external_lex_state = 89}, - [2808] = {.lex_state = 0, .external_lex_state = 90}, - [2809] = {.lex_state = 0}, - [2810] = {.lex_state = 8}, - [2811] = {.lex_state = 8}, - [2812] = {.lex_state = 25}, - [2813] = {.lex_state = 0}, - [2814] = {.lex_state = 0}, + [2797] = {.lex_state = 25}, + [2798] = {.lex_state = 25}, + [2799] = {.lex_state = 25}, + [2800] = {.lex_state = 25}, + [2801] = {.lex_state = 25}, + [2802] = {.lex_state = 25}, + [2803] = {.lex_state = 8}, + [2804] = {.lex_state = 25}, + [2805] = {.lex_state = 25}, + [2806] = {.lex_state = 0, .external_lex_state = 78}, + [2807] = {.lex_state = 0, .external_lex_state = 81}, + [2808] = {.lex_state = 25}, + [2809] = {.lex_state = 0, .external_lex_state = 60}, + [2810] = {.lex_state = 25}, + [2811] = {.lex_state = 1}, + [2812] = {.lex_state = 1}, + [2813] = {.lex_state = 0, .external_lex_state = 90}, + [2814] = {.lex_state = 0, .external_lex_state = 91}, [2815] = {.lex_state = 0}, [2816] = {.lex_state = 0}, - [2817] = {.lex_state = 1}, - [2818] = {.lex_state = 1}, - [2819] = {.lex_state = 1}, - [2820] = {.lex_state = 1}, - [2821] = {.lex_state = 8}, - [2822] = {.lex_state = 25}, - [2823] = {.lex_state = 1}, - [2824] = {.lex_state = 0, .external_lex_state = 52}, - [2825] = {.lex_state = 0}, - [2826] = {.lex_state = 0, .external_lex_state = 91}, - [2827] = {.lex_state = 3}, - [2828] = {.lex_state = 8}, - [2829] = {.lex_state = 1}, - [2830] = {.lex_state = 0, .external_lex_state = 87}, - [2831] = {.lex_state = 1}, - [2832] = {.lex_state = 0, .external_lex_state = 92}, + [2817] = {.lex_state = 0, .external_lex_state = 92}, + [2818] = {.lex_state = 0, .external_lex_state = 93}, + [2819] = {.lex_state = 0, .external_lex_state = 94}, + [2820] = {.lex_state = 3}, + [2821] = {.lex_state = 0, .external_lex_state = 95}, + [2822] = {.lex_state = 0, .external_lex_state = 96}, + [2823] = {.lex_state = 0, .external_lex_state = 97}, + [2824] = {.lex_state = 0, .external_lex_state = 98}, + [2825] = {.lex_state = 1}, + [2826] = {.lex_state = 1}, + [2827] = {.lex_state = 8}, + [2828] = {.lex_state = 25}, + [2829] = {.lex_state = 0}, + [2830] = {.lex_state = 0}, + [2831] = {.lex_state = 0}, + [2832] = {.lex_state = 0}, [2833] = {.lex_state = 1}, - [2834] = {.lex_state = 0}, + [2834] = {.lex_state = 1}, [2835] = {.lex_state = 1}, - [2836] = {.lex_state = 0, .external_lex_state = 92}, - [2837] = {.lex_state = 0, .external_lex_state = 82}, - [2838] = {.lex_state = 0}, - [2839] = {.lex_state = 8}, - [2840] = {.lex_state = 8}, - [2841] = {.lex_state = 8}, - [2842] = {.lex_state = 0, .external_lex_state = 83}, - [2843] = {.lex_state = 0}, - [2844] = {.lex_state = 0}, - [2845] = {.lex_state = 0, .external_lex_state = 84}, - [2846] = {.lex_state = 0, .external_lex_state = 85}, - [2847] = {.lex_state = 1}, - [2848] = {.lex_state = 0, .external_lex_state = 86}, - [2849] = {.lex_state = 1}, - [2850] = {.lex_state = 3}, - [2851] = {.lex_state = 1}, - [2852] = {.lex_state = 0, .external_lex_state = 87}, - [2853] = {.lex_state = 1}, - [2854] = {.lex_state = 25}, - [2855] = {.lex_state = 0, .external_lex_state = 82}, - [2856] = {.lex_state = 0, .external_lex_state = 83}, - [2857] = {.lex_state = 0}, - [2858] = {.lex_state = 0}, - [2859] = {.lex_state = 0, .external_lex_state = 84}, - [2860] = {.lex_state = 0, .external_lex_state = 85}, - [2861] = {.lex_state = 0, .external_lex_state = 86}, - [2862] = {.lex_state = 3}, - [2863] = {.lex_state = 0, .external_lex_state = 87}, - [2864] = {.lex_state = 0, .external_lex_state = 88}, - [2865] = {.lex_state = 0, .external_lex_state = 89}, - [2866] = {.lex_state = 0, .external_lex_state = 90}, - [2867] = {.lex_state = 0, .external_lex_state = 88}, - [2868] = {.lex_state = 0, .external_lex_state = 89}, - [2869] = {.lex_state = 8}, - [2870] = {.lex_state = 25}, - [2871] = {.lex_state = 0}, - [2872] = {.lex_state = 0}, + [2836] = {.lex_state = 1}, + [2837] = {.lex_state = 1}, + [2838] = {.lex_state = 0, .external_lex_state = 90}, + [2839] = {.lex_state = 0, .external_lex_state = 91}, + [2840] = {.lex_state = 0}, + [2841] = {.lex_state = 0, .external_lex_state = 99}, + [2842] = {.lex_state = 0}, + [2843] = {.lex_state = 0, .external_lex_state = 99}, + [2844] = {.lex_state = 8}, + [2845] = {.lex_state = 8}, + [2846] = {.lex_state = 0, .external_lex_state = 90}, + [2847] = {.lex_state = 0, .external_lex_state = 92}, + [2848] = {.lex_state = 8}, + [2849] = {.lex_state = 0, .external_lex_state = 93}, + [2850] = {.lex_state = 1}, + [2851] = {.lex_state = 0, .external_lex_state = 94}, + [2852] = {.lex_state = 3}, + [2853] = {.lex_state = 25}, + [2854] = {.lex_state = 8}, + [2855] = {.lex_state = 8}, + [2856] = {.lex_state = 8}, + [2857] = {.lex_state = 0, .external_lex_state = 55}, + [2858] = {.lex_state = 0, .external_lex_state = 99}, + [2859] = {.lex_state = 0, .external_lex_state = 95}, + [2860] = {.lex_state = 0, .external_lex_state = 99}, + [2861] = {.lex_state = 0, .external_lex_state = 96}, + [2862] = {.lex_state = 0, .external_lex_state = 88}, + [2863] = {.lex_state = 1}, + [2864] = {.lex_state = 8}, + [2865] = {.lex_state = 1}, + [2866] = {.lex_state = 0, .external_lex_state = 97}, + [2867] = {.lex_state = 1}, + [2868] = {.lex_state = 0, .external_lex_state = 98}, + [2869] = {.lex_state = 1}, + [2870] = {.lex_state = 0, .external_lex_state = 99}, + [2871] = {.lex_state = 0, .external_lex_state = 90}, + [2872] = {.lex_state = 0, .external_lex_state = 91}, [2873] = {.lex_state = 0}, [2874] = {.lex_state = 0}, - [2875] = {.lex_state = 1}, - [2876] = {.lex_state = 1}, - [2877] = {.lex_state = 1}, - [2878] = {.lex_state = 1}, - [2879] = {.lex_state = 0, .external_lex_state = 90}, - [2880] = {.lex_state = 0, .external_lex_state = 91}, - [2881] = {.lex_state = 0, .external_lex_state = 52}, - [2882] = {.lex_state = 8}, - [2883] = {.lex_state = 25}, - [2884] = {.lex_state = 0}, - [2885] = {.lex_state = 0}, - [2886] = {.lex_state = 8}, + [2875] = {.lex_state = 0, .external_lex_state = 92}, + [2876] = {.lex_state = 0, .external_lex_state = 93}, + [2877] = {.lex_state = 0, .external_lex_state = 94}, + [2878] = {.lex_state = 3}, + [2879] = {.lex_state = 0, .external_lex_state = 95}, + [2880] = {.lex_state = 0, .external_lex_state = 96}, + [2881] = {.lex_state = 0, .external_lex_state = 97}, + [2882] = {.lex_state = 0, .external_lex_state = 98}, + [2883] = {.lex_state = 0, .external_lex_state = 100}, + [2884] = {.lex_state = 0, .external_lex_state = 99}, + [2885] = {.lex_state = 8}, + [2886] = {.lex_state = 25}, [2887] = {.lex_state = 0}, [2888] = {.lex_state = 0}, - [2889] = {.lex_state = 1}, - [2890] = {.lex_state = 1}, + [2889] = {.lex_state = 0}, + [2890] = {.lex_state = 0}, [2891] = {.lex_state = 1}, [2892] = {.lex_state = 1}, - [2893] = {.lex_state = 0, .external_lex_state = 52}, - [2894] = {.lex_state = 0, .external_lex_state = 92}, - [2895] = {.lex_state = 8}, - [2896] = {.lex_state = 8}, - [2897] = {.lex_state = 0, .external_lex_state = 79}, - [2898] = {.lex_state = 21}, - [2899] = {.lex_state = 8}, - [2900] = {.lex_state = 4}, - [2901] = {.lex_state = 0, .external_lex_state = 92}, - [2902] = {.lex_state = 0, .external_lex_state = 82}, - [2903] = {.lex_state = 1}, + [2893] = {.lex_state = 1}, + [2894] = {.lex_state = 1}, + [2895] = {.lex_state = 25}, + [2896] = {.lex_state = 0, .external_lex_state = 99}, + [2897] = {.lex_state = 8}, + [2898] = {.lex_state = 25}, + [2899] = {.lex_state = 0, .external_lex_state = 99}, + [2900] = {.lex_state = 0}, + [2901] = {.lex_state = 8}, + [2902] = {.lex_state = 8}, + [2903] = {.lex_state = 8}, [2904] = {.lex_state = 8}, - [2905] = {.lex_state = 1}, - [2906] = {.lex_state = 0, .external_lex_state = 92}, - [2907] = {.lex_state = 1}, - [2908] = {.lex_state = 0, .external_lex_state = 91}, - [2909] = {.lex_state = 1}, - [2910] = {.lex_state = 0, .external_lex_state = 92}, - [2911] = {.lex_state = 0, .external_lex_state = 82}, - [2912] = {.lex_state = 0, .external_lex_state = 83}, - [2913] = {.lex_state = 0}, - [2914] = {.lex_state = 0}, - [2915] = {.lex_state = 0, .external_lex_state = 84}, - [2916] = {.lex_state = 0, .external_lex_state = 85}, - [2917] = {.lex_state = 0, .external_lex_state = 86}, - [2918] = {.lex_state = 3}, - [2919] = {.lex_state = 0, .external_lex_state = 87}, - [2920] = {.lex_state = 0, .external_lex_state = 88}, - [2921] = {.lex_state = 0, .external_lex_state = 89}, - [2922] = {.lex_state = 0, .external_lex_state = 90}, - [2923] = {.lex_state = 0, .external_lex_state = 92}, - [2924] = {.lex_state = 0, .external_lex_state = 92}, - [2925] = {.lex_state = 8}, - [2926] = {.lex_state = 25}, - [2927] = {.lex_state = 0}, - [2928] = {.lex_state = 0}, + [2905] = {.lex_state = 25}, + [2906] = {.lex_state = 0, .external_lex_state = 99}, + [2907] = {.lex_state = 0, .external_lex_state = 99}, + [2908] = {.lex_state = 0}, + [2909] = {.lex_state = 0, .external_lex_state = 100}, + [2910] = {.lex_state = 22}, + [2911] = {.lex_state = 8}, + [2912] = {.lex_state = 8}, + [2913] = {.lex_state = 0, .external_lex_state = 99}, + [2914] = {.lex_state = 0, .external_lex_state = 99}, + [2915] = {.lex_state = 0, .external_lex_state = 99}, + [2916] = {.lex_state = 1}, + [2917] = {.lex_state = 0, .external_lex_state = 99}, + [2918] = {.lex_state = 8}, + [2919] = {.lex_state = 1}, + [2920] = {.lex_state = 0, .external_lex_state = 99}, + [2921] = {.lex_state = 1}, + [2922] = {.lex_state = 20}, + [2923] = {.lex_state = 1}, + [2924] = {.lex_state = 0, .external_lex_state = 99}, + [2925] = {.lex_state = 1}, + [2926] = {.lex_state = 1}, + [2927] = {.lex_state = 0, .external_lex_state = 90}, + [2928] = {.lex_state = 0, .external_lex_state = 91}, [2929] = {.lex_state = 0}, [2930] = {.lex_state = 0}, - [2931] = {.lex_state = 1}, - [2932] = {.lex_state = 1}, - [2933] = {.lex_state = 1}, - [2934] = {.lex_state = 1}, - [2935] = {.lex_state = 0, .external_lex_state = 92}, - [2936] = {.lex_state = 0, .external_lex_state = 92}, - [2937] = {.lex_state = 0, .external_lex_state = 92}, - [2938] = {.lex_state = 8}, - [2939] = {.lex_state = 0, .external_lex_state = 90}, - [2940] = {.lex_state = 8}, + [2931] = {.lex_state = 0, .external_lex_state = 92}, + [2932] = {.lex_state = 0, .external_lex_state = 93}, + [2933] = {.lex_state = 0, .external_lex_state = 94}, + [2934] = {.lex_state = 3}, + [2935] = {.lex_state = 0, .external_lex_state = 95}, + [2936] = {.lex_state = 0, .external_lex_state = 96}, + [2937] = {.lex_state = 0, .external_lex_state = 97}, + [2938] = {.lex_state = 0, .external_lex_state = 98}, + [2939] = {.lex_state = 0, .external_lex_state = 99}, + [2940] = {.lex_state = 1}, [2941] = {.lex_state = 8}, - [2942] = {.lex_state = 8}, - [2943] = {.lex_state = 0, .external_lex_state = 92}, - [2944] = {.lex_state = 0, .external_lex_state = 92}, - [2945] = {.lex_state = 20}, - [2946] = {.lex_state = 0, .external_lex_state = 83}, - [2947] = {.lex_state = 0}, - [2948] = {.lex_state = 13}, - [2949] = {.lex_state = 8}, + [2942] = {.lex_state = 25}, + [2943] = {.lex_state = 0}, + [2944] = {.lex_state = 0}, + [2945] = {.lex_state = 0}, + [2946] = {.lex_state = 0}, + [2947] = {.lex_state = 1}, + [2948] = {.lex_state = 1}, + [2949] = {.lex_state = 1}, [2950] = {.lex_state = 1}, - [2951] = {.lex_state = 8}, - [2952] = {.lex_state = 8}, - [2953] = {.lex_state = 0, .external_lex_state = 92}, + [2951] = {.lex_state = 0}, + [2952] = {.lex_state = 0}, + [2953] = {.lex_state = 1}, [2954] = {.lex_state = 1}, - [2955] = {.lex_state = 0, .external_lex_state = 91}, + [2955] = {.lex_state = 1}, [2956] = {.lex_state = 1}, - [2957] = {.lex_state = 0, .external_lex_state = 79}, - [2958] = {.lex_state = 1}, - [2959] = {.lex_state = 1}, - [2960] = {.lex_state = 25}, - [2961] = {.lex_state = 1}, - [2962] = {.lex_state = 0, .external_lex_state = 82}, + [2957] = {.lex_state = 0}, + [2958] = {.lex_state = 8}, + [2959] = {.lex_state = 0, .external_lex_state = 90}, + [2960] = {.lex_state = 0, .external_lex_state = 91}, + [2961] = {.lex_state = 0}, + [2962] = {.lex_state = 1}, [2963] = {.lex_state = 1}, - [2964] = {.lex_state = 0, .external_lex_state = 83}, + [2964] = {.lex_state = 1}, [2965] = {.lex_state = 1}, - [2966] = {.lex_state = 0}, - [2967] = {.lex_state = 0, .external_lex_state = 82}, - [2968] = {.lex_state = 0, .external_lex_state = 83}, + [2966] = {.lex_state = 8}, + [2967] = {.lex_state = 8}, + [2968] = {.lex_state = 8}, [2969] = {.lex_state = 0}, - [2970] = {.lex_state = 0}, - [2971] = {.lex_state = 0, .external_lex_state = 84}, - [2972] = {.lex_state = 0, .external_lex_state = 85}, - [2973] = {.lex_state = 0, .external_lex_state = 86}, - [2974] = {.lex_state = 3}, - [2975] = {.lex_state = 0, .external_lex_state = 87}, - [2976] = {.lex_state = 0, .external_lex_state = 88}, - [2977] = {.lex_state = 0, .external_lex_state = 89}, - [2978] = {.lex_state = 0, .external_lex_state = 90}, - [2979] = {.lex_state = 0}, - [2980] = {.lex_state = 0, .external_lex_state = 84}, - [2981] = {.lex_state = 8}, - [2982] = {.lex_state = 25}, - [2983] = {.lex_state = 0}, - [2984] = {.lex_state = 0}, + [2970] = {.lex_state = 0, .external_lex_state = 92}, + [2971] = {.lex_state = 0, .external_lex_state = 99}, + [2972] = {.lex_state = 0, .external_lex_state = 93}, + [2973] = {.lex_state = 0, .external_lex_state = 99}, + [2974] = {.lex_state = 0, .external_lex_state = 94}, + [2975] = {.lex_state = 1}, + [2976] = {.lex_state = 3}, + [2977] = {.lex_state = 1}, + [2978] = {.lex_state = 0, .external_lex_state = 99}, + [2979] = {.lex_state = 1}, + [2980] = {.lex_state = 0, .external_lex_state = 95}, + [2981] = {.lex_state = 1}, + [2982] = {.lex_state = 0, .external_lex_state = 99}, + [2983] = {.lex_state = 0, .external_lex_state = 90}, + [2984] = {.lex_state = 0, .external_lex_state = 91}, [2985] = {.lex_state = 0}, [2986] = {.lex_state = 0}, - [2987] = {.lex_state = 1}, - [2988] = {.lex_state = 1}, - [2989] = {.lex_state = 1}, - [2990] = {.lex_state = 1}, - [2991] = {.lex_state = 0, .external_lex_state = 85}, - [2992] = {.lex_state = 0, .external_lex_state = 86}, - [2993] = {.lex_state = 3}, - [2994] = {.lex_state = 0, .external_lex_state = 87}, - [2995] = {.lex_state = 0, .external_lex_state = 88}, - [2996] = {.lex_state = 0, .external_lex_state = 89}, - [2997] = {.lex_state = 0, .external_lex_state = 90}, - [2998] = {.lex_state = 8}, + [2987] = {.lex_state = 0, .external_lex_state = 92}, + [2988] = {.lex_state = 0, .external_lex_state = 93}, + [2989] = {.lex_state = 0, .external_lex_state = 94}, + [2990] = {.lex_state = 3}, + [2991] = {.lex_state = 0, .external_lex_state = 95}, + [2992] = {.lex_state = 0, .external_lex_state = 96}, + [2993] = {.lex_state = 0, .external_lex_state = 97}, + [2994] = {.lex_state = 0, .external_lex_state = 98}, + [2995] = {.lex_state = 0, .external_lex_state = 96}, + [2996] = {.lex_state = 0, .external_lex_state = 97}, + [2997] = {.lex_state = 8}, + [2998] = {.lex_state = 25}, [2999] = {.lex_state = 0}, - [3000] = {.lex_state = 0, .external_lex_state = 92}, - [3001] = {.lex_state = 8}, - [3002] = {.lex_state = 25}, - [3003] = {.lex_state = 0}, - [3004] = {.lex_state = 0}, - [3005] = {.lex_state = 0}, - [3006] = {.lex_state = 0}, - [3007] = {.lex_state = 8}, - [3008] = {.lex_state = 8}, - [3009] = {.lex_state = 0}, + [3000] = {.lex_state = 0}, + [3001] = {.lex_state = 0}, + [3002] = {.lex_state = 0}, + [3003] = {.lex_state = 1}, + [3004] = {.lex_state = 1}, + [3005] = {.lex_state = 1}, + [3006] = {.lex_state = 1}, + [3007] = {.lex_state = 0, .external_lex_state = 99}, + [3008] = {.lex_state = 0, .external_lex_state = 99}, + [3009] = {.lex_state = 0, .external_lex_state = 98}, [3010] = {.lex_state = 1}, - [3011] = {.lex_state = 1}, - [3012] = {.lex_state = 1}, - [3013] = {.lex_state = 1}, - [3014] = {.lex_state = 25}, - [3015] = {.lex_state = 1}, - [3016] = {.lex_state = 8}, - [3017] = {.lex_state = 1}, - [3018] = {.lex_state = 8}, + [3011] = {.lex_state = 0, .external_lex_state = 99}, + [3012] = {.lex_state = 8}, + [3013] = {.lex_state = 25}, + [3014] = {.lex_state = 8}, + [3015] = {.lex_state = 0}, + [3016] = {.lex_state = 0}, + [3017] = {.lex_state = 0}, + [3018] = {.lex_state = 0}, [3019] = {.lex_state = 1}, [3020] = {.lex_state = 1}, [3021] = {.lex_state = 1}, - [3022] = {.lex_state = 0, .external_lex_state = 91}, - [3023] = {.lex_state = 0, .external_lex_state = 82}, - [3024] = {.lex_state = 0, .external_lex_state = 83}, - [3025] = {.lex_state = 0}, + [3022] = {.lex_state = 21}, + [3023] = {.lex_state = 8}, + [3024] = {.lex_state = 8}, + [3025] = {.lex_state = 1}, [3026] = {.lex_state = 0}, - [3027] = {.lex_state = 0, .external_lex_state = 84}, - [3028] = {.lex_state = 0, .external_lex_state = 85}, - [3029] = {.lex_state = 0, .external_lex_state = 86}, - [3030] = {.lex_state = 3}, - [3031] = {.lex_state = 0, .external_lex_state = 87}, - [3032] = {.lex_state = 0, .external_lex_state = 88}, - [3033] = {.lex_state = 0, .external_lex_state = 89}, - [3034] = {.lex_state = 0, .external_lex_state = 90}, + [3027] = {.lex_state = 8}, + [3028] = {.lex_state = 8}, + [3029] = {.lex_state = 25}, + [3030] = {.lex_state = 0, .external_lex_state = 91}, + [3031] = {.lex_state = 1}, + [3032] = {.lex_state = 25}, + [3033] = {.lex_state = 1}, + [3034] = {.lex_state = 5}, [3035] = {.lex_state = 1}, - [3036] = {.lex_state = 1}, - [3037] = {.lex_state = 8}, - [3038] = {.lex_state = 25}, - [3039] = {.lex_state = 0}, - [3040] = {.lex_state = 0}, + [3036] = {.lex_state = 0, .external_lex_state = 99}, + [3037] = {.lex_state = 1}, + [3038] = {.lex_state = 8}, + [3039] = {.lex_state = 0, .external_lex_state = 90}, + [3040] = {.lex_state = 0, .external_lex_state = 91}, [3041] = {.lex_state = 0}, [3042] = {.lex_state = 0}, - [3043] = {.lex_state = 1}, - [3044] = {.lex_state = 1}, - [3045] = {.lex_state = 1}, - [3046] = {.lex_state = 1}, - [3047] = {.lex_state = 8}, - [3048] = {.lex_state = 0, .external_lex_state = 92}, - [3049] = {.lex_state = 1}, - [3050] = {.lex_state = 0, .external_lex_state = 91}, - [3051] = {.lex_state = 0, .external_lex_state = 92}, - [3052] = {.lex_state = 0}, - [3053] = {.lex_state = 0, .external_lex_state = 92}, - [3054] = {.lex_state = 8}, - [3055] = {.lex_state = 0, .external_lex_state = 88}, - [3056] = {.lex_state = 0, .external_lex_state = 92}, - [3057] = {.lex_state = 8}, - [3058] = {.lex_state = 8}, - [3059] = {.lex_state = 0}, - [3060] = {.lex_state = 0}, - [3061] = {.lex_state = 0}, - [3062] = {.lex_state = 0}, - [3063] = {.lex_state = 8}, - [3064] = {.lex_state = 8}, - [3065] = {.lex_state = 1}, - [3066] = {.lex_state = 0, .external_lex_state = 89}, - [3067] = {.lex_state = 1}, - [3068] = {.lex_state = 25}, - [3069] = {.lex_state = 1}, - [3070] = {.lex_state = 20}, - [3071] = {.lex_state = 20}, + [3043] = {.lex_state = 0, .external_lex_state = 92}, + [3044] = {.lex_state = 0, .external_lex_state = 93}, + [3045] = {.lex_state = 0, .external_lex_state = 94}, + [3046] = {.lex_state = 3}, + [3047] = {.lex_state = 0, .external_lex_state = 95}, + [3048] = {.lex_state = 0, .external_lex_state = 96}, + [3049] = {.lex_state = 0, .external_lex_state = 97}, + [3050] = {.lex_state = 0, .external_lex_state = 98}, + [3051] = {.lex_state = 1}, + [3052] = {.lex_state = 25}, + [3053] = {.lex_state = 8}, + [3054] = {.lex_state = 25}, + [3055] = {.lex_state = 0}, + [3056] = {.lex_state = 0}, + [3057] = {.lex_state = 0}, + [3058] = {.lex_state = 0}, + [3059] = {.lex_state = 1}, + [3060] = {.lex_state = 1}, + [3061] = {.lex_state = 1}, + [3062] = {.lex_state = 1}, + [3063] = {.lex_state = 5}, + [3064] = {.lex_state = 0, .external_lex_state = 99}, + [3065] = {.lex_state = 0, .external_lex_state = 99}, + [3066] = {.lex_state = 8}, + [3067] = {.lex_state = 0, .external_lex_state = 99}, + [3068] = {.lex_state = 1}, + [3069] = {.lex_state = 0, .external_lex_state = 90}, + [3070] = {.lex_state = 8}, + [3071] = {.lex_state = 0}, [3072] = {.lex_state = 0}, - [3073] = {.lex_state = 1}, - [3074] = {.lex_state = 0}, - [3075] = {.lex_state = 0, .external_lex_state = 91}, - [3076] = {.lex_state = 1}, - [3077] = {.lex_state = 1}, - [3078] = {.lex_state = 1}, - [3079] = {.lex_state = 5}, + [3073] = {.lex_state = 0, .external_lex_state = 99}, + [3074] = {.lex_state = 8}, + [3075] = {.lex_state = 0}, + [3076] = {.lex_state = 0}, + [3077] = {.lex_state = 0}, + [3078] = {.lex_state = 0}, + [3079] = {.lex_state = 8}, [3080] = {.lex_state = 1}, - [3081] = {.lex_state = 21}, - [3082] = {.lex_state = 13}, - [3083] = {.lex_state = 0, .external_lex_state = 92}, - [3084] = {.lex_state = 1}, - [3085] = {.lex_state = 0, .external_lex_state = 82}, - [3086] = {.lex_state = 0, .external_lex_state = 82}, - [3087] = {.lex_state = 0, .external_lex_state = 83}, - [3088] = {.lex_state = 0}, + [3081] = {.lex_state = 1}, + [3082] = {.lex_state = 1}, + [3083] = {.lex_state = 8}, + [3084] = {.lex_state = 25}, + [3085] = {.lex_state = 0, .external_lex_state = 91}, + [3086] = {.lex_state = 20}, + [3087] = {.lex_state = 20}, + [3088] = {.lex_state = 1}, [3089] = {.lex_state = 0}, - [3090] = {.lex_state = 0, .external_lex_state = 84}, - [3091] = {.lex_state = 0, .external_lex_state = 85}, - [3092] = {.lex_state = 22}, - [3093] = {.lex_state = 0, .external_lex_state = 86}, - [3094] = {.lex_state = 3}, - [3095] = {.lex_state = 0, .external_lex_state = 87}, - [3096] = {.lex_state = 0, .external_lex_state = 88}, - [3097] = {.lex_state = 0, .external_lex_state = 89}, - [3098] = {.lex_state = 0, .external_lex_state = 90}, - [3099] = {.lex_state = 0, .external_lex_state = 83}, + [3090] = {.lex_state = 1}, + [3091] = {.lex_state = 0}, + [3092] = {.lex_state = 0, .external_lex_state = 90}, + [3093] = {.lex_state = 0}, + [3094] = {.lex_state = 1}, + [3095] = {.lex_state = 0, .external_lex_state = 99}, + [3096] = {.lex_state = 0, .external_lex_state = 91}, + [3097] = {.lex_state = 21}, + [3098] = {.lex_state = 13}, + [3099] = {.lex_state = 1}, [3100] = {.lex_state = 0}, - [3101] = {.lex_state = 8}, - [3102] = {.lex_state = 25}, - [3103] = {.lex_state = 0}, - [3104] = {.lex_state = 0}, + [3101] = {.lex_state = 1}, + [3102] = {.lex_state = 0}, + [3103] = {.lex_state = 0, .external_lex_state = 90}, + [3104] = {.lex_state = 0, .external_lex_state = 91}, [3105] = {.lex_state = 0}, [3106] = {.lex_state = 0}, - [3107] = {.lex_state = 0}, - [3108] = {.lex_state = 1}, - [3109] = {.lex_state = 1}, - [3110] = {.lex_state = 1}, - [3111] = {.lex_state = 0}, - [3112] = {.lex_state = 1}, - [3113] = {.lex_state = 0}, - [3114] = {.lex_state = 0, .external_lex_state = 84}, - [3115] = {.lex_state = 0, .external_lex_state = 85}, - [3116] = {.lex_state = 0, .external_lex_state = 86}, - [3117] = {.lex_state = 3}, - [3118] = {.lex_state = 0, .external_lex_state = 87}, - [3119] = {.lex_state = 0, .external_lex_state = 88}, + [3107] = {.lex_state = 0, .external_lex_state = 92}, + [3108] = {.lex_state = 22}, + [3109] = {.lex_state = 0, .external_lex_state = 93}, + [3110] = {.lex_state = 0, .external_lex_state = 94}, + [3111] = {.lex_state = 0, .external_lex_state = 99}, + [3112] = {.lex_state = 3}, + [3113] = {.lex_state = 0, .external_lex_state = 99}, + [3114] = {.lex_state = 0, .external_lex_state = 95}, + [3115] = {.lex_state = 0, .external_lex_state = 96}, + [3116] = {.lex_state = 0, .external_lex_state = 97}, + [3117] = {.lex_state = 0, .external_lex_state = 98}, + [3118] = {.lex_state = 0, .external_lex_state = 92}, + [3119] = {.lex_state = 0, .external_lex_state = 93}, [3120] = {.lex_state = 8}, - [3121] = {.lex_state = 0, .external_lex_state = 89}, + [3121] = {.lex_state = 0}, [3122] = {.lex_state = 25}, - [3123] = {.lex_state = 0, .external_lex_state = 90}, - [3124] = {.lex_state = 20}, - [3125] = {.lex_state = 20}, - [3126] = {.lex_state = 5}, - [3127] = {.lex_state = 0, .external_lex_state = 92}, - [3128] = {.lex_state = 0}, - [3129] = {.lex_state = 25}, - [3130] = {.lex_state = 8}, - [3131] = {.lex_state = 25}, - [3132] = {.lex_state = 0}, - [3133] = {.lex_state = 0}, - [3134] = {.lex_state = 8}, - [3135] = {.lex_state = 21}, - [3136] = {.lex_state = 13}, - [3137] = {.lex_state = 8}, - [3138] = {.lex_state = 0}, - [3139] = {.lex_state = 0, .external_lex_state = 92}, - [3140] = {.lex_state = 0, .external_lex_state = 92}, - [3141] = {.lex_state = 0, .external_lex_state = 92}, - [3142] = {.lex_state = 0, .external_lex_state = 92}, - [3143] = {.lex_state = 0, .external_lex_state = 92}, - [3144] = {.lex_state = 1}, - [3145] = {.lex_state = 0, .external_lex_state = 92}, - [3146] = {.lex_state = 22}, - [3147] = {.lex_state = 1}, - [3148] = {.lex_state = 0, .external_lex_state = 52}, - [3149] = {.lex_state = 1}, + [3123] = {.lex_state = 0}, + [3124] = {.lex_state = 0}, + [3125] = {.lex_state = 0}, + [3126] = {.lex_state = 0}, + [3127] = {.lex_state = 0}, + [3128] = {.lex_state = 1}, + [3129] = {.lex_state = 1}, + [3130] = {.lex_state = 1}, + [3131] = {.lex_state = 1}, + [3132] = {.lex_state = 1}, + [3133] = {.lex_state = 0, .external_lex_state = 94}, + [3134] = {.lex_state = 25}, + [3135] = {.lex_state = 3}, + [3136] = {.lex_state = 0, .external_lex_state = 95}, + [3137] = {.lex_state = 0, .external_lex_state = 99}, + [3138] = {.lex_state = 25}, + [3139] = {.lex_state = 25}, + [3140] = {.lex_state = 20}, + [3141] = {.lex_state = 20}, + [3142] = {.lex_state = 0, .external_lex_state = 96}, + [3143] = {.lex_state = 13}, + [3144] = {.lex_state = 0, .external_lex_state = 99}, + [3145] = {.lex_state = 8}, + [3146] = {.lex_state = 0, .external_lex_state = 99}, + [3147] = {.lex_state = 0, .external_lex_state = 99}, + [3148] = {.lex_state = 0, .external_lex_state = 97}, + [3149] = {.lex_state = 0, .external_lex_state = 98}, [3150] = {.lex_state = 0}, - [3151] = {.lex_state = 1}, - [3152] = {.lex_state = 0, .external_lex_state = 92}, - [3153] = {.lex_state = 0}, - [3154] = {.lex_state = 0, .external_lex_state = 82}, - [3155] = {.lex_state = 0, .external_lex_state = 83}, - [3156] = {.lex_state = 0}, - [3157] = {.lex_state = 0}, - [3158] = {.lex_state = 0, .external_lex_state = 84}, - [3159] = {.lex_state = 0, .external_lex_state = 85}, - [3160] = {.lex_state = 0, .external_lex_state = 86}, - [3161] = {.lex_state = 3}, - [3162] = {.lex_state = 0, .external_lex_state = 87}, + [3151] = {.lex_state = 21}, + [3152] = {.lex_state = 13}, + [3153] = {.lex_state = 0, .external_lex_state = 92}, + [3154] = {.lex_state = 0, .external_lex_state = 97}, + [3155] = {.lex_state = 25}, + [3156] = {.lex_state = 0, .external_lex_state = 98}, + [3157] = {.lex_state = 0, .external_lex_state = 100}, + [3158] = {.lex_state = 0}, + [3159] = {.lex_state = 8}, + [3160] = {.lex_state = 0}, + [3161] = {.lex_state = 0, .external_lex_state = 93}, + [3162] = {.lex_state = 22}, [3163] = {.lex_state = 0}, - [3164] = {.lex_state = 0, .external_lex_state = 88}, - [3165] = {.lex_state = 0, .external_lex_state = 89}, - [3166] = {.lex_state = 0, .external_lex_state = 90}, - [3167] = {.lex_state = 0}, - [3168] = {.lex_state = 25}, + [3164] = {.lex_state = 8}, + [3165] = {.lex_state = 8}, + [3166] = {.lex_state = 1}, + [3167] = {.lex_state = 0, .external_lex_state = 55}, + [3168] = {.lex_state = 8}, [3169] = {.lex_state = 8}, - [3170] = {.lex_state = 25}, - [3171] = {.lex_state = 0}, + [3170] = {.lex_state = 0, .external_lex_state = 99}, + [3171] = {.lex_state = 25}, [3172] = {.lex_state = 0}, [3173] = {.lex_state = 0}, - [3174] = {.lex_state = 20}, - [3175] = {.lex_state = 20}, - [3176] = {.lex_state = 0}, - [3177] = {.lex_state = 1}, - [3178] = {.lex_state = 0}, - [3179] = {.lex_state = 0, .external_lex_state = 92}, - [3180] = {.lex_state = 0}, + [3174] = {.lex_state = 0, .external_lex_state = 94}, + [3175] = {.lex_state = 0}, + [3176] = {.lex_state = 1}, + [3177] = {.lex_state = 0}, + [3178] = {.lex_state = 1}, + [3179] = {.lex_state = 0}, + [3180] = {.lex_state = 1}, [3181] = {.lex_state = 1}, - [3182] = {.lex_state = 1}, + [3182] = {.lex_state = 25}, [3183] = {.lex_state = 1}, - [3184] = {.lex_state = 25}, - [3185] = {.lex_state = 21}, - [3186] = {.lex_state = 13}, - [3187] = {.lex_state = 22}, - [3188] = {.lex_state = 1}, - [3189] = {.lex_state = 1}, - [3190] = {.lex_state = 1}, - [3191] = {.lex_state = 1}, - [3192] = {.lex_state = 1}, - [3193] = {.lex_state = 0, .external_lex_state = 92}, - [3194] = {.lex_state = 0}, - [3195] = {.lex_state = 8}, - [3196] = {.lex_state = 0, .external_lex_state = 92}, - [3197] = {.lex_state = 0, .external_lex_state = 92}, - [3198] = {.lex_state = 20}, - [3199] = {.lex_state = 20}, - [3200] = {.lex_state = 0, .external_lex_state = 91}, - [3201] = {.lex_state = 0, .external_lex_state = 92}, - [3202] = {.lex_state = 0, .external_lex_state = 92}, - [3203] = {.lex_state = 0, .external_lex_state = 92}, - [3204] = {.lex_state = 0, .external_lex_state = 92}, + [3184] = {.lex_state = 0}, + [3185] = {.lex_state = 0, .external_lex_state = 90}, + [3186] = {.lex_state = 0, .external_lex_state = 91}, + [3187] = {.lex_state = 0}, + [3188] = {.lex_state = 0}, + [3189] = {.lex_state = 0, .external_lex_state = 92}, + [3190] = {.lex_state = 20}, + [3191] = {.lex_state = 20}, + [3192] = {.lex_state = 4}, + [3193] = {.lex_state = 0, .external_lex_state = 93}, + [3194] = {.lex_state = 0, .external_lex_state = 94}, + [3195] = {.lex_state = 0, .external_lex_state = 99}, + [3196] = {.lex_state = 3}, + [3197] = {.lex_state = 0, .external_lex_state = 95}, + [3198] = {.lex_state = 0, .external_lex_state = 96}, + [3199] = {.lex_state = 0}, + [3200] = {.lex_state = 0, .external_lex_state = 97}, + [3201] = {.lex_state = 21}, + [3202] = {.lex_state = 13}, + [3203] = {.lex_state = 22}, + [3204] = {.lex_state = 0, .external_lex_state = 98}, [3205] = {.lex_state = 1}, - [3206] = {.lex_state = 0, .external_lex_state = 92}, - [3207] = {.lex_state = 1}, - [3208] = {.lex_state = 21}, - [3209] = {.lex_state = 13}, - [3210] = {.lex_state = 22}, - [3211] = {.lex_state = 0, .external_lex_state = 92}, - [3212] = {.lex_state = 1}, + [3206] = {.lex_state = 1}, + [3207] = {.lex_state = 8}, + [3208] = {.lex_state = 25}, + [3209] = {.lex_state = 0}, + [3210] = {.lex_state = 0}, + [3211] = {.lex_state = 0}, + [3212] = {.lex_state = 0}, [3213] = {.lex_state = 0}, - [3214] = {.lex_state = 8}, - [3215] = {.lex_state = 8}, - [3216] = {.lex_state = 25}, - [3217] = {.lex_state = 0}, - [3218] = {.lex_state = 1}, - [3219] = {.lex_state = 0, .external_lex_state = 84}, - [3220] = {.lex_state = 0, .external_lex_state = 92}, - [3221] = {.lex_state = 20}, - [3222] = {.lex_state = 0}, - [3223] = {.lex_state = 22}, - [3224] = {.lex_state = 0, .external_lex_state = 82}, - [3225] = {.lex_state = 1}, - [3226] = {.lex_state = 0, .external_lex_state = 83}, - [3227] = {.lex_state = 1}, + [3214] = {.lex_state = 20}, + [3215] = {.lex_state = 20}, + [3216] = {.lex_state = 1}, + [3217] = {.lex_state = 1}, + [3218] = {.lex_state = 0, .external_lex_state = 99}, + [3219] = {.lex_state = 0, .external_lex_state = 100}, + [3220] = {.lex_state = 1}, + [3221] = {.lex_state = 0, .external_lex_state = 99}, + [3222] = {.lex_state = 1}, + [3223] = {.lex_state = 1}, + [3224] = {.lex_state = 21}, + [3225] = {.lex_state = 13}, + [3226] = {.lex_state = 22}, + [3227] = {.lex_state = 0}, [3228] = {.lex_state = 25}, - [3229] = {.lex_state = 1}, - [3230] = {.lex_state = 0}, - [3231] = {.lex_state = 21}, - [3232] = {.lex_state = 13}, - [3233] = {.lex_state = 22}, - [3234] = {.lex_state = 1}, - [3235] = {.lex_state = 0, .external_lex_state = 52}, - [3236] = {.lex_state = 0, .external_lex_state = 82}, - [3237] = {.lex_state = 0, .external_lex_state = 83}, - [3238] = {.lex_state = 0}, + [3229] = {.lex_state = 0, .external_lex_state = 88}, + [3230] = {.lex_state = 0, .external_lex_state = 92}, + [3231] = {.lex_state = 25}, + [3232] = {.lex_state = 0, .external_lex_state = 58}, + [3233] = {.lex_state = 0}, + [3234] = {.lex_state = 8}, + [3235] = {.lex_state = 0, .external_lex_state = 93}, + [3236] = {.lex_state = 0}, + [3237] = {.lex_state = 20}, + [3238] = {.lex_state = 1}, [3239] = {.lex_state = 0}, - [3240] = {.lex_state = 0}, - [3241] = {.lex_state = 0, .external_lex_state = 84}, - [3242] = {.lex_state = 0, .external_lex_state = 85}, - [3243] = {.lex_state = 0, .external_lex_state = 86}, - [3244] = {.lex_state = 20}, - [3245] = {.lex_state = 20}, - [3246] = {.lex_state = 0, .external_lex_state = 92}, - [3247] = {.lex_state = 3}, - [3248] = {.lex_state = 0, .external_lex_state = 87}, - [3249] = {.lex_state = 0, .external_lex_state = 88}, - [3250] = {.lex_state = 0, .external_lex_state = 89}, - [3251] = {.lex_state = 0, .external_lex_state = 90}, - [3252] = {.lex_state = 0}, - [3253] = {.lex_state = 0, .external_lex_state = 84}, - [3254] = {.lex_state = 21}, - [3255] = {.lex_state = 13}, - [3256] = {.lex_state = 22}, - [3257] = {.lex_state = 8}, - [3258] = {.lex_state = 25}, - [3259] = {.lex_state = 0}, - [3260] = {.lex_state = 0}, - [3261] = {.lex_state = 0}, - [3262] = {.lex_state = 0}, - [3263] = {.lex_state = 0}, - [3264] = {.lex_state = 1}, - [3265] = {.lex_state = 1}, - [3266] = {.lex_state = 1}, - [3267] = {.lex_state = 20}, - [3268] = {.lex_state = 20}, + [3240] = {.lex_state = 0, .external_lex_state = 58}, + [3241] = {.lex_state = 0, .external_lex_state = 58}, + [3242] = {.lex_state = 0, .external_lex_state = 58}, + [3243] = {.lex_state = 0}, + [3244] = {.lex_state = 1}, + [3245] = {.lex_state = 0, .external_lex_state = 58}, + [3246] = {.lex_state = 1}, + [3247] = {.lex_state = 21}, + [3248] = {.lex_state = 13}, + [3249] = {.lex_state = 22}, + [3250] = {.lex_state = 0, .external_lex_state = 94}, + [3251] = {.lex_state = 0, .external_lex_state = 100}, + [3252] = {.lex_state = 8}, + [3253] = {.lex_state = 3}, + [3254] = {.lex_state = 8}, + [3255] = {.lex_state = 8}, + [3256] = {.lex_state = 0}, + [3257] = {.lex_state = 0, .external_lex_state = 95}, + [3258] = {.lex_state = 0, .external_lex_state = 100}, + [3259] = {.lex_state = 0, .external_lex_state = 96}, + [3260] = {.lex_state = 20}, + [3261] = {.lex_state = 20}, + [3262] = {.lex_state = 0, .external_lex_state = 97}, + [3263] = {.lex_state = 0, .external_lex_state = 99}, + [3264] = {.lex_state = 0, .external_lex_state = 99}, + [3265] = {.lex_state = 0, .external_lex_state = 98}, + [3266] = {.lex_state = 0, .external_lex_state = 99}, + [3267] = {.lex_state = 1}, + [3268] = {.lex_state = 0, .external_lex_state = 55}, [3269] = {.lex_state = 1}, - [3270] = {.lex_state = 0, .external_lex_state = 85}, - [3271] = {.lex_state = 8}, - [3272] = {.lex_state = 0, .external_lex_state = 92}, - [3273] = {.lex_state = 0, .external_lex_state = 86}, - [3274] = {.lex_state = 3}, - [3275] = {.lex_state = 0, .external_lex_state = 87}, - [3276] = {.lex_state = 0, .external_lex_state = 92}, - [3277] = {.lex_state = 21}, - [3278] = {.lex_state = 13}, - [3279] = {.lex_state = 22}, - [3280] = {.lex_state = 8}, - [3281] = {.lex_state = 0, .external_lex_state = 92}, - [3282] = {.lex_state = 0, .external_lex_state = 92}, - [3283] = {.lex_state = 0}, - [3284] = {.lex_state = 0, .external_lex_state = 52}, - [3285] = {.lex_state = 8}, - [3286] = {.lex_state = 0}, - [3287] = {.lex_state = 0, .external_lex_state = 91}, - [3288] = {.lex_state = 0, .external_lex_state = 92}, - [3289] = {.lex_state = 0, .external_lex_state = 92}, - [3290] = {.lex_state = 20}, - [3291] = {.lex_state = 20}, + [3270] = {.lex_state = 21}, + [3271] = {.lex_state = 13}, + [3272] = {.lex_state = 22}, + [3273] = {.lex_state = 1}, + [3274] = {.lex_state = 0}, + [3275] = {.lex_state = 1}, + [3276] = {.lex_state = 25}, + [3277] = {.lex_state = 1}, + [3278] = {.lex_state = 0, .external_lex_state = 99}, + [3279] = {.lex_state = 0}, + [3280] = {.lex_state = 1}, + [3281] = {.lex_state = 0, .external_lex_state = 99}, + [3282] = {.lex_state = 0, .external_lex_state = 90}, + [3283] = {.lex_state = 20}, + [3284] = {.lex_state = 20}, + [3285] = {.lex_state = 0, .external_lex_state = 91}, + [3286] = {.lex_state = 1}, + [3287] = {.lex_state = 0}, + [3288] = {.lex_state = 0, .external_lex_state = 90}, + [3289] = {.lex_state = 0, .external_lex_state = 91}, + [3290] = {.lex_state = 0}, + [3291] = {.lex_state = 0}, [3292] = {.lex_state = 0, .external_lex_state = 92}, - [3293] = {.lex_state = 0, .external_lex_state = 88}, - [3294] = {.lex_state = 8}, - [3295] = {.lex_state = 8}, - [3296] = {.lex_state = 0, .external_lex_state = 89}, - [3297] = {.lex_state = 0, .external_lex_state = 90}, - [3298] = {.lex_state = 0, .external_lex_state = 92}, - [3299] = {.lex_state = 1}, - [3300] = {.lex_state = 21}, - [3301] = {.lex_state = 13}, - [3302] = {.lex_state = 22}, - [3303] = {.lex_state = 25}, - [3304] = {.lex_state = 8}, - [3305] = {.lex_state = 1}, - [3306] = {.lex_state = 25}, - [3307] = {.lex_state = 1}, - [3308] = {.lex_state = 8}, - [3309] = {.lex_state = 0}, - [3310] = {.lex_state = 1}, - [3311] = {.lex_state = 8}, - [3312] = {.lex_state = 1}, - [3313] = {.lex_state = 20}, - [3314] = {.lex_state = 20}, - [3315] = {.lex_state = 0}, - [3316] = {.lex_state = 0, .external_lex_state = 82}, - [3317] = {.lex_state = 0, .external_lex_state = 83}, - [3318] = {.lex_state = 0}, - [3319] = {.lex_state = 0}, - [3320] = {.lex_state = 0, .external_lex_state = 84}, - [3321] = {.lex_state = 0, .external_lex_state = 85}, - [3322] = {.lex_state = 0, .external_lex_state = 86}, - [3323] = {.lex_state = 21}, - [3324] = {.lex_state = 13}, - [3325] = {.lex_state = 22}, - [3326] = {.lex_state = 3}, - [3327] = {.lex_state = 0, .external_lex_state = 87}, - [3328] = {.lex_state = 0, .external_lex_state = 88}, - [3329] = {.lex_state = 0, .external_lex_state = 89}, - [3330] = {.lex_state = 0, .external_lex_state = 90}, - [3331] = {.lex_state = 0}, - [3332] = {.lex_state = 0}, - [3333] = {.lex_state = 0}, - [3334] = {.lex_state = 8}, - [3335] = {.lex_state = 25}, - [3336] = {.lex_state = 20}, - [3337] = {.lex_state = 20}, - [3338] = {.lex_state = 0}, - [3339] = {.lex_state = 0}, - [3340] = {.lex_state = 0}, - [3341] = {.lex_state = 0}, - [3342] = {.lex_state = 0}, - [3343] = {.lex_state = 1}, - [3344] = {.lex_state = 1}, - [3345] = {.lex_state = 1}, - [3346] = {.lex_state = 21}, - [3347] = {.lex_state = 13}, - [3348] = {.lex_state = 22}, - [3349] = {.lex_state = 1}, - [3350] = {.lex_state = 0, .external_lex_state = 92}, - [3351] = {.lex_state = 0, .external_lex_state = 92}, - [3352] = {.lex_state = 0, .external_lex_state = 92}, - [3353] = {.lex_state = 1}, - [3354] = {.lex_state = 0, .external_lex_state = 92}, - [3355] = {.lex_state = 0}, - [3356] = {.lex_state = 1}, - [3357] = {.lex_state = 0, .external_lex_state = 92}, - [3358] = {.lex_state = 8}, - [3359] = {.lex_state = 20}, - [3360] = {.lex_state = 20}, - [3361] = {.lex_state = 1}, - [3362] = {.lex_state = 0, .external_lex_state = 92}, - [3363] = {.lex_state = 1}, - [3364] = {.lex_state = 0}, - [3365] = {.lex_state = 0, .external_lex_state = 82}, - [3366] = {.lex_state = 0, .external_lex_state = 83}, - [3367] = {.lex_state = 0}, - [3368] = {.lex_state = 0, .external_lex_state = 92}, - [3369] = {.lex_state = 21}, - [3370] = {.lex_state = 13}, - [3371] = {.lex_state = 22}, - [3372] = {.lex_state = 0}, - [3373] = {.lex_state = 0}, - [3374] = {.lex_state = 20}, - [3375] = {.lex_state = 0, .external_lex_state = 84}, - [3376] = {.lex_state = 8}, - [3377] = {.lex_state = 8}, - [3378] = {.lex_state = 0}, - [3379] = {.lex_state = 0, .external_lex_state = 85}, - [3380] = {.lex_state = 0, .external_lex_state = 86}, - [3381] = {.lex_state = 3}, - [3382] = {.lex_state = 20}, - [3383] = {.lex_state = 20}, - [3384] = {.lex_state = 0, .external_lex_state = 91}, - [3385] = {.lex_state = 8}, - [3386] = {.lex_state = 0, .external_lex_state = 92}, - [3387] = {.lex_state = 0, .external_lex_state = 91}, - [3388] = {.lex_state = 0, .external_lex_state = 87}, - [3389] = {.lex_state = 0, .external_lex_state = 88}, - [3390] = {.lex_state = 0, .external_lex_state = 89}, + [3293] = {.lex_state = 21}, + [3294] = {.lex_state = 13}, + [3295] = {.lex_state = 22}, + [3296] = {.lex_state = 0}, + [3297] = {.lex_state = 0, .external_lex_state = 92}, + [3298] = {.lex_state = 0, .external_lex_state = 93}, + [3299] = {.lex_state = 0, .external_lex_state = 94}, + [3300] = {.lex_state = 3}, + [3301] = {.lex_state = 0, .external_lex_state = 95}, + [3302] = {.lex_state = 0}, + [3303] = {.lex_state = 0, .external_lex_state = 96}, + [3304] = {.lex_state = 0, .external_lex_state = 97}, + [3305] = {.lex_state = 0, .external_lex_state = 98}, + [3306] = {.lex_state = 20}, + [3307] = {.lex_state = 20}, + [3308] = {.lex_state = 0, .external_lex_state = 93}, + [3309] = {.lex_state = 0, .external_lex_state = 94}, + [3310] = {.lex_state = 3}, + [3311] = {.lex_state = 0, .external_lex_state = 95}, + [3312] = {.lex_state = 0, .external_lex_state = 96}, + [3313] = {.lex_state = 0, .external_lex_state = 97}, + [3314] = {.lex_state = 0, .external_lex_state = 98}, + [3315] = {.lex_state = 0, .external_lex_state = 99}, + [3316] = {.lex_state = 21}, + [3317] = {.lex_state = 13}, + [3318] = {.lex_state = 22}, + [3319] = {.lex_state = 0, .external_lex_state = 100}, + [3320] = {.lex_state = 8}, + [3321] = {.lex_state = 8}, + [3322] = {.lex_state = 25}, + [3323] = {.lex_state = 0}, + [3324] = {.lex_state = 0}, + [3325] = {.lex_state = 0}, + [3326] = {.lex_state = 0}, + [3327] = {.lex_state = 0}, + [3328] = {.lex_state = 1}, + [3329] = {.lex_state = 20}, + [3330] = {.lex_state = 20}, + [3331] = {.lex_state = 1}, + [3332] = {.lex_state = 1}, + [3333] = {.lex_state = 8}, + [3334] = {.lex_state = 25}, + [3335] = {.lex_state = 0}, + [3336] = {.lex_state = 1}, + [3337] = {.lex_state = 0}, + [3338] = {.lex_state = 0, .external_lex_state = 99}, + [3339] = {.lex_state = 21}, + [3340] = {.lex_state = 13}, + [3341] = {.lex_state = 22}, + [3342] = {.lex_state = 8}, + [3343] = {.lex_state = 8}, + [3344] = {.lex_state = 0}, + [3345] = {.lex_state = 25}, + [3346] = {.lex_state = 25}, + [3347] = {.lex_state = 0}, + [3348] = {.lex_state = 0}, + [3349] = {.lex_state = 0}, + [3350] = {.lex_state = 8}, + [3351] = {.lex_state = 0}, + [3352] = {.lex_state = 20}, + [3353] = {.lex_state = 20}, + [3354] = {.lex_state = 0, .external_lex_state = 99}, + [3355] = {.lex_state = 0, .external_lex_state = 99}, + [3356] = {.lex_state = 0, .external_lex_state = 99}, + [3357] = {.lex_state = 0, .external_lex_state = 99}, + [3358] = {.lex_state = 0, .external_lex_state = 99}, + [3359] = {.lex_state = 0}, + [3360] = {.lex_state = 0}, + [3361] = {.lex_state = 0, .external_lex_state = 55}, + [3362] = {.lex_state = 21}, + [3363] = {.lex_state = 13}, + [3364] = {.lex_state = 22}, + [3365] = {.lex_state = 1}, + [3366] = {.lex_state = 1}, + [3367] = {.lex_state = 8}, + [3368] = {.lex_state = 1}, + [3369] = {.lex_state = 1}, + [3370] = {.lex_state = 1}, + [3371] = {.lex_state = 0}, + [3372] = {.lex_state = 0, .external_lex_state = 100}, + [3373] = {.lex_state = 1}, + [3374] = {.lex_state = 8}, + [3375] = {.lex_state = 20}, + [3376] = {.lex_state = 20}, + [3377] = {.lex_state = 0}, + [3378] = {.lex_state = 8}, + [3379] = {.lex_state = 3}, + [3380] = {.lex_state = 1}, + [3381] = {.lex_state = 8}, + [3382] = {.lex_state = 0, .external_lex_state = 99}, + [3383] = {.lex_state = 8}, + [3384] = {.lex_state = 1}, + [3385] = {.lex_state = 21}, + [3386] = {.lex_state = 13}, + [3387] = {.lex_state = 22}, + [3388] = {.lex_state = 0, .external_lex_state = 90}, + [3389] = {.lex_state = 1}, + [3390] = {.lex_state = 0, .external_lex_state = 91}, [3391] = {.lex_state = 1}, - [3392] = {.lex_state = 21}, - [3393] = {.lex_state = 13}, - [3394] = {.lex_state = 22}, - [3395] = {.lex_state = 0, .external_lex_state = 90}, + [3392] = {.lex_state = 0}, + [3393] = {.lex_state = 1}, + [3394] = {.lex_state = 0}, + [3395] = {.lex_state = 0, .external_lex_state = 55}, [3396] = {.lex_state = 1}, - [3397] = {.lex_state = 0}, - [3398] = {.lex_state = 1}, - [3399] = {.lex_state = 0}, - [3400] = {.lex_state = 1}, - [3401] = {.lex_state = 0}, - [3402] = {.lex_state = 0}, - [3403] = {.lex_state = 0, .external_lex_state = 82}, - [3404] = {.lex_state = 0, .external_lex_state = 83}, - [3405] = {.lex_state = 20}, - [3406] = {.lex_state = 20}, - [3407] = {.lex_state = 0}, - [3408] = {.lex_state = 0}, - [3409] = {.lex_state = 0, .external_lex_state = 84}, - [3410] = {.lex_state = 0, .external_lex_state = 85}, - [3411] = {.lex_state = 0, .external_lex_state = 86}, - [3412] = {.lex_state = 3}, - [3413] = {.lex_state = 0, .external_lex_state = 87}, - [3414] = {.lex_state = 0, .external_lex_state = 88}, - [3415] = {.lex_state = 21}, - [3416] = {.lex_state = 13}, - [3417] = {.lex_state = 22}, - [3418] = {.lex_state = 0, .external_lex_state = 89}, - [3419] = {.lex_state = 0, .external_lex_state = 90}, - [3420] = {.lex_state = 0, .external_lex_state = 85}, - [3421] = {.lex_state = 8}, - [3422] = {.lex_state = 8}, - [3423] = {.lex_state = 25}, - [3424] = {.lex_state = 0}, - [3425] = {.lex_state = 0}, + [3397] = {.lex_state = 20}, + [3398] = {.lex_state = 20}, + [3399] = {.lex_state = 20}, + [3400] = {.lex_state = 0, .external_lex_state = 90}, + [3401] = {.lex_state = 0, .external_lex_state = 55}, + [3402] = {.lex_state = 0, .external_lex_state = 91}, + [3403] = {.lex_state = 0, .external_lex_state = 100}, + [3404] = {.lex_state = 0, .external_lex_state = 99}, + [3405] = {.lex_state = 0}, + [3406] = {.lex_state = 0, .external_lex_state = 100}, + [3407] = {.lex_state = 1}, + [3408] = {.lex_state = 21}, + [3409] = {.lex_state = 13}, + [3410] = {.lex_state = 22}, + [3411] = {.lex_state = 0}, + [3412] = {.lex_state = 0, .external_lex_state = 92}, + [3413] = {.lex_state = 0, .external_lex_state = 93}, + [3414] = {.lex_state = 0, .external_lex_state = 94}, + [3415] = {.lex_state = 3}, + [3416] = {.lex_state = 0, .external_lex_state = 95}, + [3417] = {.lex_state = 0}, + [3418] = {.lex_state = 0, .external_lex_state = 96}, + [3419] = {.lex_state = 0, .external_lex_state = 97}, + [3420] = {.lex_state = 0, .external_lex_state = 98}, + [3421] = {.lex_state = 20}, + [3422] = {.lex_state = 20}, + [3423] = {.lex_state = 1}, + [3424] = {.lex_state = 0, .external_lex_state = 99}, + [3425] = {.lex_state = 1}, [3426] = {.lex_state = 0}, - [3427] = {.lex_state = 0}, - [3428] = {.lex_state = 20}, - [3429] = {.lex_state = 20}, - [3430] = {.lex_state = 0}, - [3431] = {.lex_state = 1}, - [3432] = {.lex_state = 1}, - [3433] = {.lex_state = 1}, - [3434] = {.lex_state = 1}, - [3435] = {.lex_state = 25}, - [3436] = {.lex_state = 0}, + [3427] = {.lex_state = 0, .external_lex_state = 99}, + [3428] = {.lex_state = 0, .external_lex_state = 99}, + [3429] = {.lex_state = 0, .external_lex_state = 99}, + [3430] = {.lex_state = 0, .external_lex_state = 99}, + [3431] = {.lex_state = 21}, + [3432] = {.lex_state = 13}, + [3433] = {.lex_state = 22}, + [3434] = {.lex_state = 0, .external_lex_state = 92}, + [3435] = {.lex_state = 8}, + [3436] = {.lex_state = 25}, [3437] = {.lex_state = 0}, - [3438] = {.lex_state = 21}, - [3439] = {.lex_state = 13}, - [3440] = {.lex_state = 22}, + [3438] = {.lex_state = 0}, + [3439] = {.lex_state = 0}, + [3440] = {.lex_state = 0}, [3441] = {.lex_state = 0}, - [3442] = {.lex_state = 0}, + [3442] = {.lex_state = 1}, [3443] = {.lex_state = 1}, - [3444] = {.lex_state = 1}, - [3445] = {.lex_state = 8}, - [3446] = {.lex_state = 1}, - [3447] = {.lex_state = 0}, + [3444] = {.lex_state = 20}, + [3445] = {.lex_state = 20}, + [3446] = {.lex_state = 0, .external_lex_state = 99}, + [3447] = {.lex_state = 0, .external_lex_state = 99}, [3448] = {.lex_state = 1}, - [3449] = {.lex_state = 25}, - [3450] = {.lex_state = 25}, - [3451] = {.lex_state = 20}, - [3452] = {.lex_state = 20}, - [3453] = {.lex_state = 1}, - [3454] = {.lex_state = 1}, - [3455] = {.lex_state = 1}, - [3456] = {.lex_state = 1}, - [3457] = {.lex_state = 25}, - [3458] = {.lex_state = 25}, - [3459] = {.lex_state = 25}, - [3460] = {.lex_state = 25}, - [3461] = {.lex_state = 21}, - [3462] = {.lex_state = 13}, - [3463] = {.lex_state = 22}, - [3464] = {.lex_state = 25}, - [3465] = {.lex_state = 8}, - [3466] = {.lex_state = 8}, - [3467] = {.lex_state = 8}, - [3468] = {.lex_state = 0, .external_lex_state = 86}, - [3469] = {.lex_state = 0, .external_lex_state = 92}, - [3470] = {.lex_state = 0}, - [3471] = {.lex_state = 0, .external_lex_state = 92}, - [3472] = {.lex_state = 0, .external_lex_state = 92}, - [3473] = {.lex_state = 0, .external_lex_state = 92}, + [3449] = {.lex_state = 1}, + [3450] = {.lex_state = 0, .external_lex_state = 95}, + [3451] = {.lex_state = 0, .external_lex_state = 93}, + [3452] = {.lex_state = 0, .external_lex_state = 94}, + [3453] = {.lex_state = 25}, + [3454] = {.lex_state = 21}, + [3455] = {.lex_state = 13}, + [3456] = {.lex_state = 22}, + [3457] = {.lex_state = 0, .external_lex_state = 96}, + [3458] = {.lex_state = 3}, + [3459] = {.lex_state = 1}, + [3460] = {.lex_state = 0, .external_lex_state = 95}, + [3461] = {.lex_state = 8}, + [3462] = {.lex_state = 0, .external_lex_state = 96}, + [3463] = {.lex_state = 0}, + [3464] = {.lex_state = 0, .external_lex_state = 97}, + [3465] = {.lex_state = 0, .external_lex_state = 58}, + [3466] = {.lex_state = 0, .external_lex_state = 98}, + [3467] = {.lex_state = 20}, + [3468] = {.lex_state = 20}, + [3469] = {.lex_state = 1}, + [3470] = {.lex_state = 0, .external_lex_state = 99}, + [3471] = {.lex_state = 8}, + [3472] = {.lex_state = 0, .external_lex_state = 100}, + [3473] = {.lex_state = 25}, [3474] = {.lex_state = 1}, - [3475] = {.lex_state = 0, .external_lex_state = 92}, - [3476] = {.lex_state = 1}, - [3477] = {.lex_state = 25}, - [3478] = {.lex_state = 0, .external_lex_state = 92}, - [3479] = {.lex_state = 5}, - [3480] = {.lex_state = 5}, - [3481] = {.lex_state = 0, .external_lex_state = 91}, - [3482] = {.lex_state = 0, .external_lex_state = 91}, - [3483] = {.lex_state = 0, .external_lex_state = 91}, - [3484] = {.lex_state = 0, .external_lex_state = 91}, - [3485] = {.lex_state = 0, .external_lex_state = 91}, - [3486] = {.lex_state = 0, .external_lex_state = 91}, - [3487] = {.lex_state = 0, .external_lex_state = 91}, - [3488] = {.lex_state = 0, .external_lex_state = 91}, - [3489] = {.lex_state = 25}, - [3490] = {.lex_state = 1}, - [3491] = {.lex_state = 5}, - [3492] = {.lex_state = 5}, - [3493] = {.lex_state = 0, .external_lex_state = 91}, - [3494] = {.lex_state = 0, .external_lex_state = 91}, - [3495] = {.lex_state = 0, .external_lex_state = 91}, - [3496] = {.lex_state = 0, .external_lex_state = 91}, - [3497] = {.lex_state = 0, .external_lex_state = 91}, - [3498] = {.lex_state = 0, .external_lex_state = 91}, - [3499] = {.lex_state = 0, .external_lex_state = 91}, - [3500] = {.lex_state = 0, .external_lex_state = 91}, - [3501] = {.lex_state = 5}, - [3502] = {.lex_state = 5}, - [3503] = {.lex_state = 5}, - [3504] = {.lex_state = 5}, - [3505] = {.lex_state = 5}, - [3506] = {.lex_state = 5}, + [3475] = {.lex_state = 1}, + [3476] = {.lex_state = 25}, + [3477] = {.lex_state = 21}, + [3478] = {.lex_state = 13}, + [3479] = {.lex_state = 22}, + [3480] = {.lex_state = 8}, + [3481] = {.lex_state = 25}, + [3482] = {.lex_state = 8}, + [3483] = {.lex_state = 8}, + [3484] = {.lex_state = 25}, + [3485] = {.lex_state = 1}, + [3486] = {.lex_state = 0}, + [3487] = {.lex_state = 0}, + [3488] = {.lex_state = 0}, + [3489] = {.lex_state = 1}, + [3490] = {.lex_state = 0}, + [3491] = {.lex_state = 1}, + [3492] = {.lex_state = 0}, + [3493] = {.lex_state = 1}, + [3494] = {.lex_state = 25}, + [3495] = {.lex_state = 5}, + [3496] = {.lex_state = 5}, + [3497] = {.lex_state = 0, .external_lex_state = 100}, + [3498] = {.lex_state = 0, .external_lex_state = 100}, + [3499] = {.lex_state = 0, .external_lex_state = 100}, + [3500] = {.lex_state = 0, .external_lex_state = 100}, + [3501] = {.lex_state = 0, .external_lex_state = 100}, + [3502] = {.lex_state = 0, .external_lex_state = 100}, + [3503] = {.lex_state = 0, .external_lex_state = 100}, + [3504] = {.lex_state = 0, .external_lex_state = 100}, + [3505] = {.lex_state = 25}, + [3506] = {.lex_state = 1}, [3507] = {.lex_state = 5}, [3508] = {.lex_state = 5}, - [3509] = {.lex_state = 5}, - [3510] = {.lex_state = 5}, - [3511] = {.lex_state = 5}, - [3512] = {.lex_state = 5}, - [3513] = {.lex_state = 5}, - [3514] = {.lex_state = 5}, - [3515] = {.lex_state = 5}, - [3516] = {.lex_state = 5}, + [3509] = {.lex_state = 0, .external_lex_state = 100}, + [3510] = {.lex_state = 0, .external_lex_state = 100}, + [3511] = {.lex_state = 0, .external_lex_state = 100}, + [3512] = {.lex_state = 0, .external_lex_state = 100}, + [3513] = {.lex_state = 0, .external_lex_state = 100}, + [3514] = {.lex_state = 0, .external_lex_state = 100}, + [3515] = {.lex_state = 0, .external_lex_state = 100}, + [3516] = {.lex_state = 0, .external_lex_state = 100}, [3517] = {.lex_state = 5}, [3518] = {.lex_state = 5}, [3519] = {.lex_state = 5}, @@ -42627,22 +42657,22 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3525] = {.lex_state = 5}, [3526] = {.lex_state = 5}, [3527] = {.lex_state = 5}, - [3528] = {.lex_state = 25}, - [3529] = {.lex_state = 25}, - [3530] = {.lex_state = 25}, - [3531] = {.lex_state = 25}, - [3532] = {.lex_state = 25}, - [3533] = {.lex_state = 25}, - [3534] = {.lex_state = 25}, - [3535] = {.lex_state = 25}, - [3536] = {.lex_state = 25}, - [3537] = {.lex_state = 25}, - [3538] = {.lex_state = 25}, - [3539] = {.lex_state = 25}, - [3540] = {.lex_state = 25}, - [3541] = {.lex_state = 25}, - [3542] = {.lex_state = 25}, - [3543] = {.lex_state = 25}, + [3528] = {.lex_state = 5}, + [3529] = {.lex_state = 5}, + [3530] = {.lex_state = 5}, + [3531] = {.lex_state = 5}, + [3532] = {.lex_state = 5}, + [3533] = {.lex_state = 5}, + [3534] = {.lex_state = 5}, + [3535] = {.lex_state = 5}, + [3536] = {.lex_state = 5}, + [3537] = {.lex_state = 5}, + [3538] = {.lex_state = 5}, + [3539] = {.lex_state = 5}, + [3540] = {.lex_state = 5}, + [3541] = {.lex_state = 5}, + [3542] = {.lex_state = 5}, + [3543] = {.lex_state = 5}, [3544] = {.lex_state = 25}, [3545] = {.lex_state = 25}, [3546] = {.lex_state = 25}, @@ -42660,14 +42690,29 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3558] = {.lex_state = 25}, [3559] = {.lex_state = 25}, [3560] = {.lex_state = 25}, - [3561] = {.lex_state = 20}, + [3561] = {.lex_state = 25}, + [3562] = {.lex_state = 25}, + [3563] = {.lex_state = 25}, + [3564] = {.lex_state = 25}, + [3565] = {.lex_state = 25}, + [3566] = {.lex_state = 25}, + [3567] = {.lex_state = 25}, + [3568] = {.lex_state = 25}, + [3569] = {.lex_state = 25}, + [3570] = {.lex_state = 25}, + [3571] = {.lex_state = 25}, + [3572] = {.lex_state = 25}, + [3573] = {.lex_state = 25}, + [3574] = {.lex_state = 25}, + [3575] = {.lex_state = 25}, + [3576] = {.lex_state = 25}, + [3577] = {.lex_state = 20}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), - [anon_sym_PIPE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [sym_entity_reference] = ACTIONS(1), [sym_numeric_character_reference] = ACTIONS(1), @@ -42689,6 +42734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_shortcode_naked_string_token1] = ACTIONS(1), [sym_shortcode_number] = ACTIONS(1), [aux_sym_citation_token2] = ACTIONS(1), + [anon_sym_PIPE] = ACTIONS(1), [aux_sym__prose_punctuation_token1] = ACTIONS(1), [aux_sym_pandoc_line_break_token1] = ACTIONS(1), [sym__whitespace] = ACTIONS(1), @@ -42773,87 +42819,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_close_underscore] = ACTIONS(1), [sym_inline_note_reference] = ACTIONS(1), [sym_html_element] = ACTIONS(1), + [sym__pipe_table_delimiter] = ACTIONS(1), }, [STATE(1)] = { - [sym_document] = STATE(3178), - [sym__block_not_section] = STATE(439), - [sym_section] = STATE(2078), - [sym__section1] = STATE(2209), - [sym__section2] = STATE(2209), - [sym__section3] = STATE(2209), - [sym__section4] = STATE(2209), - [sym__section5] = STATE(2209), - [sym__section6] = STATE(2209), - [sym__atx_heading1] = STATE(75), + [sym_document] = STATE(3344), + [sym__block_not_section] = STATE(507), + [sym_section] = STATE(2094), + [sym__section1] = STATE(2233), + [sym__section2] = STATE(2233), + [sym__section3] = STATE(2233), + [sym__section4] = STATE(2233), + [sym__section5] = STATE(2233), + [sym__section6] = STATE(2233), + [sym__atx_heading1] = STATE(74), [sym__atx_heading2] = STATE(83), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(56), - [aux_sym_document_repeat2] = STATE(2078), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(59), + [aux_sym_document_repeat2] = STATE(2094), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), [ts_builtin_sym_end] = ACTIONS(3), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), @@ -42863,144 +42911,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(29), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(57), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(33), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(61), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(2)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3141), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3355), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43008,146 +43058,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(113), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(117), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(3)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3246), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3266), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43155,146 +43207,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(143), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(147), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(4)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3368), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3404), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43302,146 +43356,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(145), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(149), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(5)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3386), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3424), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43449,146 +43505,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(147), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(151), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(6)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3179), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3218), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43596,146 +43654,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(149), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(153), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(7)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3350), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2913), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43743,146 +43803,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(151), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(155), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(8)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3351), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2914), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -43890,146 +43952,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(153), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(157), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(9)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3352), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2915), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44037,146 +44101,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(155), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(159), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(10)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3354), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2917), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44184,146 +44250,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(157), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(161), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(11)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3357), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2920), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44331,146 +44399,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(159), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(163), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(12)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3152), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3195), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44478,146 +44548,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(161), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(165), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(13)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3139), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3338), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44625,146 +44697,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(163), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(167), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(14)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3140), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3354), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44772,146 +44846,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(165), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(169), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(15)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3206), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3264), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -44919,146 +44995,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(167), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(171), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(16)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3142), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3356), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45066,146 +45144,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(169), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(173), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(17)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3143), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3357), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45213,146 +45293,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(171), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(175), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(18)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3145), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3358), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45360,146 +45442,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(173), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(177), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(19)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3362), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2924), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45507,146 +45591,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym_block_continuation] = ACTIONS(175), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym_block_continuation] = ACTIONS(179), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(20)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3469), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2971), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45654,291 +45740,295 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(21)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3471), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), - [sym_entity_reference] = ACTIONS(7), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2973), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), + [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), [anon_sym_BANG_LBRACK] = ACTIONS(13), [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(22)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3472), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2978), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -45946,145 +46036,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(23)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3473), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2982), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46092,145 +46184,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(24)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3475), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3007), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46238,145 +46332,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(25)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3478), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3008), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46384,145 +46480,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(26)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3051), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2884), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46530,145 +46628,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(27)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3053), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2896), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46676,145 +46776,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(28)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3056), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(2907), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46822,145 +46924,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(29)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3083), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3065), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -46968,145 +47072,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(30)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3127), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3073), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47114,145 +47220,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(31)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(2953), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3382), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47260,145 +47368,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(32)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3193), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3427), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47406,145 +47516,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(33)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3196), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3428), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47552,145 +47664,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(34)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3197), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3429), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47698,145 +47812,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(35)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3201), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3430), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47844,145 +47960,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(36)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3203), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3446), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -47990,145 +48108,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(37)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(66), + [sym__block_not_section] = STATE(66), + [sym_section] = STATE(66), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(65), - [sym_pandoc_paragraph] = STATE(65), - [sym_inline_ref_def] = STATE(65), - [sym_caption] = STATE(65), - [sym_pipe_table] = STATE(65), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(66), + [sym_pandoc_paragraph] = STATE(66), + [sym_inline_ref_def] = STATE(66), + [sym_caption] = STATE(66), + [sym_pipe_table] = STATE(66), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(66), + [sym_pandoc_list] = STATE(66), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym__list_item_content] = STATE(3204), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__blank_line] = STATE(2674), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym__list_item_content] = STATE(3447), + [sym_pandoc_code_block] = STATE(66), + [sym_pandoc_div] = STATE(66), + [sym_note_definition_fenced_block] = STATE(66), + [sym__blank_line] = STATE(2756), + [sym__newline] = STATE(66), + [sym__soft_line_break] = STATE(66), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(66), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -48136,143 +48256,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym__blank_line_start] = ACTIONS(133), - [sym_minus_metadata] = ACTIONS(135), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym__blank_line_start] = ACTIONS(137), + [sym_minus_metadata] = ACTIONS(139), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(38)] = { - [sym__block] = STATE(63), - [sym__block_not_section] = STATE(63), - [sym_section] = STATE(63), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(64), + [sym__block_not_section] = STATE(64), + [sym_section] = STATE(64), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(63), - [sym_pandoc_paragraph] = STATE(63), - [sym_inline_ref_def] = STATE(63), - [sym_caption] = STATE(63), - [sym_pipe_table] = STATE(63), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(63), - [sym_pandoc_list] = STATE(63), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(64), + [sym_pandoc_paragraph] = STATE(64), + [sym_inline_ref_def] = STATE(64), + [sym_caption] = STATE(64), + [sym_pipe_table] = STATE(64), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(64), + [sym_pandoc_list] = STATE(64), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(63), - [sym_pandoc_div] = STATE(63), - [sym_note_definition_fenced_block] = STATE(63), - [sym__newline] = STATE(63), - [sym__soft_line_break] = STATE(63), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(63), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(64), + [sym_pandoc_div] = STATE(64), + [sym_note_definition_fenced_block] = STATE(64), + [sym__newline] = STATE(64), + [sym__soft_line_break] = STATE(64), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(64), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -48280,118 +48402,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(177), - [sym_block_continuation] = ACTIONS(179), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(181), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(181), + [sym_block_continuation] = ACTIONS(183), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(185), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(39)] = { - [sym__block] = STATE(42), - [sym__block_not_section] = STATE(42), - [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(41), + [sym__block_not_section] = STATE(41), + [sym_section] = STATE(41), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(42), - [sym_pandoc_paragraph] = STATE(42), - [sym_inline_ref_def] = STATE(42), - [sym_caption] = STATE(42), - [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(42), - [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(41), + [sym_pandoc_paragraph] = STATE(41), + [sym_inline_ref_def] = STATE(41), + [sym_caption] = STATE(41), + [sym_pipe_table] = STATE(41), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(41), + [sym_pandoc_list] = STATE(41), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -48399,25 +48523,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(42), - [sym_pandoc_div] = STATE(42), - [sym_note_definition_fenced_block] = STATE(42), - [sym__newline] = STATE(42), - [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(42), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(41), + [sym_pandoc_div] = STATE(41), + [sym_note_definition_fenced_block] = STATE(41), + [sym__newline] = STATE(41), + [sym__soft_line_break] = STATE(41), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(41), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -48425,61 +48549,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(189), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(215), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(193), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(213), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(219), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -48487,56 +48612,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(42), [sym__block_not_section] = STATE(42), [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(42), [sym_pandoc_paragraph] = STATE(42), [sym_inline_ref_def] = STATE(42), [sym_caption] = STATE(42), [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(42), [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -48544,25 +48670,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(42), [sym_pandoc_div] = STATE(42), [sym_note_definition_fenced_block] = STATE(42), [sym__newline] = STATE(42), [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -48570,118 +48696,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(219), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(221), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(223), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(225), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(227), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(41)] = { - [sym__block] = STATE(40), - [sym__block_not_section] = STATE(40), - [sym_section] = STATE(40), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(42), + [sym__block_not_section] = STATE(42), + [sym_section] = STATE(42), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(40), - [sym_pandoc_paragraph] = STATE(40), - [sym_inline_ref_def] = STATE(40), - [sym_caption] = STATE(40), - [sym_pipe_table] = STATE(40), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(40), - [sym_pandoc_list] = STATE(40), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(42), + [sym_pandoc_paragraph] = STATE(42), + [sym_inline_ref_def] = STATE(42), + [sym_caption] = STATE(42), + [sym_pipe_table] = STATE(42), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(42), + [sym_pandoc_list] = STATE(42), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -48689,25 +48817,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(40), - [sym_pandoc_div] = STATE(40), - [sym_note_definition_fenced_block] = STATE(40), - [sym__newline] = STATE(40), - [sym__soft_line_break] = STATE(40), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(40), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(42), + [sym_pandoc_div] = STATE(42), + [sym_note_definition_fenced_block] = STATE(42), + [sym__newline] = STATE(42), + [sym__soft_line_break] = STATE(42), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -48715,61 +48843,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(223), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(229), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), [sym_minus_metadata] = ACTIONS(225), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(227), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(231), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -48777,56 +48906,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(42), [sym__block_not_section] = STATE(42), [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(42), [sym_pandoc_paragraph] = STATE(42), [sym_inline_ref_def] = STATE(42), [sym_caption] = STATE(42), [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(42), [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -48834,170 +48964,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(42), [sym_pandoc_div] = STATE(42), [sym_note_definition_fenced_block] = STATE(42), [sym__newline] = STATE(42), [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(229), - [sym_entity_reference] = ACTIONS(232), - [sym_numeric_character_reference] = ACTIONS(235), - [anon_sym_LBRACK] = ACTIONS(238), - [anon_sym_BANG_LBRACK] = ACTIONS(241), - [anon_sym_DOLLAR] = ACTIONS(244), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(247), - [anon_sym_LBRACE] = ACTIONS(250), - [sym_pandoc_str] = ACTIONS(232), - [aux_sym__prose_punctuation_token1] = ACTIONS(232), - [aux_sym_pandoc_line_break_token1] = ACTIONS(253), - [sym__line_ending] = ACTIONS(256), - [sym__soft_line_ending] = ACTIONS(259), - [sym__block_close] = ACTIONS(262), - [sym__block_quote_start] = ACTIONS(264), - [sym_atx_h1_marker] = ACTIONS(267), - [sym_atx_h2_marker] = ACTIONS(270), - [sym_atx_h3_marker] = ACTIONS(273), - [sym_atx_h4_marker] = ACTIONS(276), - [sym_atx_h5_marker] = ACTIONS(279), - [sym_atx_h6_marker] = ACTIONS(282), - [sym__thematic_break] = ACTIONS(285), - [sym__list_marker_minus] = ACTIONS(288), - [sym__list_marker_plus] = ACTIONS(291), - [sym__list_marker_star] = ACTIONS(294), - [sym__list_marker_parenthesis] = ACTIONS(297), - [sym__list_marker_dot] = ACTIONS(300), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(288), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(291), - [sym__list_marker_star_dont_interrupt] = ACTIONS(294), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(297), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(300), - [sym__list_marker_example] = ACTIONS(303), - [sym__list_marker_example_dont_interrupt] = ACTIONS(303), - [sym__fenced_code_block_start_backtick] = ACTIONS(306), - [sym_minus_metadata] = ACTIONS(309), - [sym__pipe_table_start] = ACTIONS(312), - [sym__fenced_div_start] = ACTIONS(315), - [sym__fenced_div_end] = ACTIONS(262), - [sym_ref_id_specifier] = ACTIONS(318), - [sym__code_span_start] = ACTIONS(321), - [sym__html_comment] = ACTIONS(235), - [sym__autolink] = ACTIONS(235), - [sym__highlight_span_start] = ACTIONS(324), - [sym__insert_span_start] = ACTIONS(327), - [sym__delete_span_start] = ACTIONS(330), - [sym__edit_comment_span_start] = ACTIONS(333), - [sym__single_quote_span_open] = ACTIONS(336), - [sym__double_quote_span_open] = ACTIONS(339), - [sym__shortcode_open_escaped] = ACTIONS(342), - [sym__shortcode_open] = ACTIONS(345), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(348), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(351), - [sym__cite_author_in_text] = ACTIONS(354), - [sym__cite_suppress_author] = ACTIONS(357), - [sym__strikeout_open] = ACTIONS(360), - [sym__subscript_open] = ACTIONS(363), - [sym__superscript_open] = ACTIONS(366), - [sym__inline_note_start_token] = ACTIONS(369), - [sym__strong_emphasis_open_star] = ACTIONS(372), - [sym__strong_emphasis_open_underscore] = ACTIONS(375), - [sym__emphasis_open_star] = ACTIONS(378), - [sym__emphasis_open_underscore] = ACTIONS(381), - [sym_inline_note_reference] = ACTIONS(235), - [sym_html_element] = ACTIONS(235), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(233), + [sym_entity_reference] = ACTIONS(236), + [sym_numeric_character_reference] = ACTIONS(239), + [anon_sym_LBRACK] = ACTIONS(242), + [anon_sym_BANG_LBRACK] = ACTIONS(245), + [anon_sym_DOLLAR] = ACTIONS(248), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(254), + [aux_sym_pandoc_str_token1] = ACTIONS(257), + [anon_sym_PIPE] = ACTIONS(260), + [aux_sym__prose_punctuation_token1] = ACTIONS(236), + [aux_sym_pandoc_line_break_token1] = ACTIONS(263), + [sym__line_ending] = ACTIONS(266), + [sym__soft_line_ending] = ACTIONS(269), + [sym__block_close] = ACTIONS(272), + [sym__block_quote_start] = ACTIONS(274), + [sym_atx_h1_marker] = ACTIONS(277), + [sym_atx_h2_marker] = ACTIONS(280), + [sym_atx_h3_marker] = ACTIONS(283), + [sym_atx_h4_marker] = ACTIONS(286), + [sym_atx_h5_marker] = ACTIONS(289), + [sym_atx_h6_marker] = ACTIONS(292), + [sym__thematic_break] = ACTIONS(295), + [sym__list_marker_minus] = ACTIONS(298), + [sym__list_marker_plus] = ACTIONS(301), + [sym__list_marker_star] = ACTIONS(304), + [sym__list_marker_parenthesis] = ACTIONS(307), + [sym__list_marker_dot] = ACTIONS(310), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(298), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(301), + [sym__list_marker_star_dont_interrupt] = ACTIONS(304), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(307), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(310), + [sym__list_marker_example] = ACTIONS(313), + [sym__list_marker_example_dont_interrupt] = ACTIONS(313), + [sym__fenced_code_block_start_backtick] = ACTIONS(316), + [sym_minus_metadata] = ACTIONS(319), + [sym__pipe_table_start] = ACTIONS(322), + [sym__fenced_div_start] = ACTIONS(325), + [sym__fenced_div_end] = ACTIONS(272), + [sym_ref_id_specifier] = ACTIONS(328), + [sym__code_span_start] = ACTIONS(331), + [sym__html_comment] = ACTIONS(239), + [sym__autolink] = ACTIONS(239), + [sym__highlight_span_start] = ACTIONS(334), + [sym__insert_span_start] = ACTIONS(337), + [sym__delete_span_start] = ACTIONS(340), + [sym__edit_comment_span_start] = ACTIONS(343), + [sym__single_quote_span_open] = ACTIONS(346), + [sym__double_quote_span_open] = ACTIONS(349), + [sym__shortcode_open_escaped] = ACTIONS(352), + [sym__shortcode_open] = ACTIONS(355), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(358), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(361), + [sym__cite_author_in_text] = ACTIONS(364), + [sym__cite_suppress_author] = ACTIONS(367), + [sym__strikeout_open] = ACTIONS(370), + [sym__subscript_open] = ACTIONS(373), + [sym__superscript_open] = ACTIONS(376), + [sym__inline_note_start_token] = ACTIONS(379), + [sym__strong_emphasis_open_star] = ACTIONS(382), + [sym__strong_emphasis_open_underscore] = ACTIONS(385), + [sym__emphasis_open_star] = ACTIONS(388), + [sym__emphasis_open_underscore] = ACTIONS(391), + [sym_inline_note_reference] = ACTIONS(239), + [sym_html_element] = ACTIONS(239), }, [STATE(43)] = { - [sym__block] = STATE(54), - [sym__block_not_section] = STATE(54), - [sym_section] = STATE(54), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(61), + [sym__block_not_section] = STATE(61), + [sym_section] = STATE(61), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(54), - [sym_pandoc_paragraph] = STATE(54), - [sym_inline_ref_def] = STATE(54), - [sym_caption] = STATE(54), - [sym_pipe_table] = STATE(54), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(54), - [sym_pandoc_list] = STATE(54), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(61), + [sym_pandoc_paragraph] = STATE(61), + [sym_inline_ref_def] = STATE(61), + [sym_caption] = STATE(61), + [sym_pipe_table] = STATE(61), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(61), + [sym_pandoc_list] = STATE(61), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(54), - [sym_pandoc_div] = STATE(54), - [sym_note_definition_fenced_block] = STATE(54), - [sym__newline] = STATE(54), - [sym__soft_line_break] = STATE(54), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(54), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(61), + [sym_pandoc_div] = STATE(61), + [sym_note_definition_fenced_block] = STATE(61), + [sym__newline] = STATE(61), + [sym__soft_line_break] = STATE(61), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(61), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49005,61 +49137,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(384), - [sym_block_continuation] = ACTIONS(386), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(388), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(394), + [sym_block_continuation] = ACTIONS(396), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(398), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -49067,56 +49200,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(46), [sym__block_not_section] = STATE(46), [sym_section] = STATE(46), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(46), [sym_pandoc_paragraph] = STATE(46), [sym_inline_ref_def] = STATE(46), [sym_caption] = STATE(46), [sym_pipe_table] = STATE(46), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49124,25 +49258,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(46), [sym_pandoc_div] = STATE(46), [sym_note_definition_fenced_block] = STATE(46), [sym__newline] = STATE(46), [sym__soft_line_break] = STATE(46), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49150,61 +49284,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(390), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(392), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(394), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(400), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(402), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(404), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -49212,56 +49347,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(47), [sym__block_not_section] = STATE(47), [sym_section] = STATE(47), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(47), [sym_pandoc_paragraph] = STATE(47), [sym_inline_ref_def] = STATE(47), [sym_caption] = STATE(47), [sym_pipe_table] = STATE(47), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(47), [sym_pandoc_list] = STATE(47), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49269,25 +49405,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(47), [sym_pandoc_div] = STATE(47), [sym_note_definition_fenced_block] = STATE(47), [sym__newline] = STATE(47), [sym__soft_line_break] = STATE(47), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(47), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49295,61 +49431,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(396), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(398), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(400), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(406), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(408), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(410), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -49357,56 +49494,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(42), [sym__block_not_section] = STATE(42), [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(42), [sym_pandoc_paragraph] = STATE(42), [sym_inline_ref_def] = STATE(42), [sym_caption] = STATE(42), [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(42), [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49414,25 +49552,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(42), [sym_pandoc_div] = STATE(42), [sym_note_definition_fenced_block] = STATE(42), [sym__newline] = STATE(42), [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49440,61 +49578,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(402), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(404), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(412), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(225), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(414), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -49502,56 +49641,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(42), [sym__block_not_section] = STATE(42), [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(42), [sym_pandoc_paragraph] = STATE(42), [sym_inline_ref_def] = STATE(42), [sym_caption] = STATE(42), [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(42), [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49559,25 +49699,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(42), [sym_pandoc_div] = STATE(42), [sym_note_definition_fenced_block] = STATE(42), [sym__newline] = STATE(42), [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49585,144 +49725,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(406), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(408), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(416), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(225), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(418), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(48)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(57), + [sym__block_not_section] = STATE(57), + [sym_section] = STATE(57), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(61), - [sym_pandoc_paragraph] = STATE(61), - [sym_inline_ref_def] = STATE(61), - [sym_caption] = STATE(61), - [sym_pipe_table] = STATE(61), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(57), + [sym_pandoc_paragraph] = STATE(57), + [sym_inline_ref_def] = STATE(57), + [sym_caption] = STATE(57), + [sym_pipe_table] = STATE(57), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(57), + [sym_pandoc_list] = STATE(57), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(57), + [sym_pandoc_div] = STATE(57), + [sym_note_definition_fenced_block] = STATE(57), + [sym__newline] = STATE(57), + [sym__soft_line_break] = STATE(57), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(57), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49730,118 +49872,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(410), - [sym_block_continuation] = ACTIONS(412), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(414), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(420), + [sym_block_continuation] = ACTIONS(422), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(424), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(49)] = { - [sym__block] = STATE(42), - [sym__block_not_section] = STATE(42), - [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(51), + [sym__block_not_section] = STATE(51), + [sym_section] = STATE(51), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(42), - [sym_pandoc_paragraph] = STATE(42), - [sym_inline_ref_def] = STATE(42), - [sym_caption] = STATE(42), - [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(42), - [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(51), + [sym_pandoc_paragraph] = STATE(51), + [sym_inline_ref_def] = STATE(51), + [sym_caption] = STATE(51), + [sym_pipe_table] = STATE(51), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(51), + [sym_pandoc_list] = STATE(51), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49849,25 +49993,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(42), - [sym_pandoc_div] = STATE(42), - [sym_note_definition_fenced_block] = STATE(42), - [sym__newline] = STATE(42), - [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(42), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(51), + [sym_pandoc_div] = STATE(51), + [sym_note_definition_fenced_block] = STATE(51), + [sym__newline] = STATE(51), + [sym__soft_line_break] = STATE(51), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(51), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -49875,118 +50019,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(416), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(418), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(426), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(428), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(430), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(50)] = { - [sym__block] = STATE(51), - [sym__block_not_section] = STATE(51), - [sym_section] = STATE(51), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(52), + [sym__block_not_section] = STATE(52), + [sym_section] = STATE(52), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(51), - [sym_pandoc_paragraph] = STATE(51), - [sym_inline_ref_def] = STATE(51), - [sym_caption] = STATE(51), - [sym_pipe_table] = STATE(51), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(51), - [sym_pandoc_list] = STATE(51), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(52), + [sym_pandoc_paragraph] = STATE(52), + [sym_inline_ref_def] = STATE(52), + [sym_caption] = STATE(52), + [sym_pipe_table] = STATE(52), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(52), + [sym_pandoc_list] = STATE(52), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -49994,25 +50140,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(51), - [sym_pandoc_div] = STATE(51), - [sym_note_definition_fenced_block] = STATE(51), - [sym__newline] = STATE(51), - [sym__soft_line_break] = STATE(51), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(51), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(52), + [sym_pandoc_div] = STATE(52), + [sym_note_definition_fenced_block] = STATE(52), + [sym__newline] = STATE(52), + [sym__soft_line_break] = STATE(52), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(52), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50020,61 +50166,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(420), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(422), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(424), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(432), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(434), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(436), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -50082,56 +50229,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(42), [sym__block_not_section] = STATE(42), [sym_section] = STATE(42), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(42), [sym_pandoc_paragraph] = STATE(42), [sym_inline_ref_def] = STATE(42), [sym_caption] = STATE(42), [sym_pipe_table] = STATE(42), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(42), [sym_pandoc_list] = STATE(42), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -50139,25 +50287,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(42), [sym_pandoc_div] = STATE(42), [sym_note_definition_fenced_block] = STATE(42), [sym__newline] = STATE(42), [sym__soft_line_break] = STATE(42), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50165,118 +50313,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(426), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(209), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(428), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(438), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(225), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(440), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(52)] = { - [sym__block] = STATE(49), - [sym__block_not_section] = STATE(49), - [sym_section] = STATE(49), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(42), + [sym__block_not_section] = STATE(42), + [sym_section] = STATE(42), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(49), - [sym_pandoc_paragraph] = STATE(49), - [sym_inline_ref_def] = STATE(49), - [sym_caption] = STATE(49), - [sym_pipe_table] = STATE(49), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(49), - [sym_pandoc_list] = STATE(49), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(42), + [sym_pandoc_paragraph] = STATE(42), + [sym_inline_ref_def] = STATE(42), + [sym_caption] = STATE(42), + [sym_pipe_table] = STATE(42), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(42), + [sym_pandoc_list] = STATE(42), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -50284,25 +50434,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(49), - [sym_pandoc_div] = STATE(49), - [sym_note_definition_fenced_block] = STATE(49), - [sym__newline] = STATE(49), - [sym__soft_line_break] = STATE(49), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(49), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(42), + [sym_pandoc_div] = STATE(42), + [sym_note_definition_fenced_block] = STATE(42), + [sym__newline] = STATE(42), + [sym__soft_line_break] = STATE(42), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(42), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50310,118 +50460,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(430), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(432), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(434), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(442), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(225), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(444), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(53)] = { - [sym__block] = STATE(39), - [sym__block_not_section] = STATE(39), - [sym_section] = STATE(39), - [sym__section1] = STATE(286), - [sym__section2] = STATE(286), - [sym__section3] = STATE(286), - [sym__section4] = STATE(286), - [sym__section5] = STATE(286), - [sym__section6] = STATE(286), - [sym__atx_heading1] = STATE(69), - [sym__atx_heading2] = STATE(79), + [sym__block] = STATE(40), + [sym__block_not_section] = STATE(40), + [sym_section] = STATE(40), + [sym__section1] = STATE(296), + [sym__section2] = STATE(296), + [sym__section3] = STATE(296), + [sym__section4] = STATE(296), + [sym__section5] = STATE(296), + [sym__section6] = STATE(296), + [sym__atx_heading1] = STATE(70), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(39), - [sym_pandoc_paragraph] = STATE(39), - [sym_inline_ref_def] = STATE(39), - [sym_caption] = STATE(39), - [sym_pipe_table] = STATE(39), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(39), - [sym_pandoc_list] = STATE(39), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(40), + [sym_pandoc_paragraph] = STATE(40), + [sym_inline_ref_def] = STATE(40), + [sym_caption] = STATE(40), + [sym_pipe_table] = STATE(40), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(40), + [sym_pandoc_list] = STATE(40), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -50429,25 +50581,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(39), - [sym_pandoc_div] = STATE(39), - [sym_note_definition_fenced_block] = STATE(39), - [sym__newline] = STATE(39), - [sym__soft_line_break] = STATE(39), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(39), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(40), + [sym_pandoc_div] = STATE(40), + [sym_note_definition_fenced_block] = STATE(40), + [sym__newline] = STATE(40), + [sym__soft_line_break] = STATE(40), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(40), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50455,144 +50607,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(436), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(193), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(438), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(440), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(446), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(197), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(448), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(450), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(54)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), - [sym__atx_heading4] = STATE(98), + [sym__block_not_section] = STATE(507), + [sym_section] = STATE(2093), + [sym__section1] = STATE(2233), + [sym__section2] = STATE(2233), + [sym__section3] = STATE(2233), + [sym__section4] = STATE(2233), + [sym__section5] = STATE(2233), + [sym__section6] = STATE(2233), + [sym__atx_heading1] = STATE(74), + [sym__atx_heading2] = STATE(83), + [sym__atx_heading3] = STATE(92), + [sym__atx_heading4] = STATE(99), [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(65), + [aux_sym_document_repeat2] = STATE(2093), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(452), + [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50600,143 +50755,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(442), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(33), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(55)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(456), + [sym_entity_reference] = ACTIONS(236), + [sym_numeric_character_reference] = ACTIONS(239), + [anon_sym_LBRACK] = ACTIONS(242), + [anon_sym_BANG_LBRACK] = ACTIONS(245), + [anon_sym_DOLLAR] = ACTIONS(248), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(254), + [aux_sym_pandoc_str_token1] = ACTIONS(257), + [anon_sym_PIPE] = ACTIONS(260), + [aux_sym__prose_punctuation_token1] = ACTIONS(236), + [aux_sym_pandoc_line_break_token1] = ACTIONS(263), + [sym__line_ending] = ACTIONS(459), + [sym__soft_line_ending] = ACTIONS(462), + [sym__block_close] = ACTIONS(272), + [sym__block_quote_start] = ACTIONS(465), + [sym_atx_h1_marker] = ACTIONS(468), + [sym_atx_h2_marker] = ACTIONS(471), + [sym_atx_h3_marker] = ACTIONS(474), + [sym_atx_h4_marker] = ACTIONS(477), + [sym_atx_h5_marker] = ACTIONS(480), + [sym_atx_h6_marker] = ACTIONS(483), + [sym__thematic_break] = ACTIONS(486), + [sym__list_marker_minus] = ACTIONS(298), + [sym__list_marker_plus] = ACTIONS(301), + [sym__list_marker_star] = ACTIONS(304), + [sym__list_marker_parenthesis] = ACTIONS(307), + [sym__list_marker_dot] = ACTIONS(310), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(298), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(301), + [sym__list_marker_star_dont_interrupt] = ACTIONS(304), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(307), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(310), + [sym__list_marker_example] = ACTIONS(313), + [sym__list_marker_example_dont_interrupt] = ACTIONS(313), + [sym__fenced_code_block_start_backtick] = ACTIONS(489), + [sym_minus_metadata] = ACTIONS(492), + [sym__pipe_table_start] = ACTIONS(495), + [sym__fenced_div_start] = ACTIONS(498), + [sym_ref_id_specifier] = ACTIONS(501), + [sym__code_span_start] = ACTIONS(331), + [sym__html_comment] = ACTIONS(239), + [sym__autolink] = ACTIONS(239), + [sym__highlight_span_start] = ACTIONS(334), + [sym__insert_span_start] = ACTIONS(337), + [sym__delete_span_start] = ACTIONS(340), + [sym__edit_comment_span_start] = ACTIONS(343), + [sym__single_quote_span_open] = ACTIONS(346), + [sym__double_quote_span_open] = ACTIONS(349), + [sym__shortcode_open_escaped] = ACTIONS(352), + [sym__shortcode_open] = ACTIONS(355), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(358), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(361), + [sym__cite_author_in_text] = ACTIONS(364), + [sym__cite_suppress_author] = ACTIONS(367), + [sym__strikeout_open] = ACTIONS(370), + [sym__subscript_open] = ACTIONS(373), + [sym__superscript_open] = ACTIONS(376), + [sym__inline_note_start_token] = ACTIONS(379), + [sym__strong_emphasis_open_star] = ACTIONS(382), + [sym__strong_emphasis_open_underscore] = ACTIONS(385), + [sym__emphasis_open_star] = ACTIONS(388), + [sym__emphasis_open_underscore] = ACTIONS(391), + [sym_inline_note_reference] = ACTIONS(239), + [sym_html_element] = ACTIONS(239), + }, + [STATE(56)] = { + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), + [sym__atx_heading4] = STATE(98), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50744,144 +51046,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(446), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(504), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(56)] = { - [sym__block_not_section] = STATE(439), - [sym_section] = STATE(2079), - [sym__section1] = STATE(2209), - [sym__section2] = STATE(2209), - [sym__section3] = STATE(2209), - [sym__section4] = STATE(2209), - [sym__section5] = STATE(2209), - [sym__section6] = STATE(2209), - [sym__atx_heading1] = STATE(75), - [sym__atx_heading2] = STATE(83), - [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), + [STATE(57)] = { + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), + [sym__atx_heading4] = STATE(98), [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(121), - [aux_sym_document_repeat2] = STATE(2079), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(448), - [anon_sym_COLON] = ACTIONS(5), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -50889,142 +51192,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(29), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(450), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(508), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(57)] = { + [STATE(58)] = { [sym__block] = STATE(55), [sym__block_not_section] = STATE(55), [sym_section] = STATE(55), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(55), [sym_pandoc_paragraph] = STATE(55), [sym_inline_ref_def] = STATE(55), [sym_caption] = STATE(55), [sym_pipe_table] = STATE(55), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(55), [sym_pandoc_list] = STATE(55), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(55), [sym_pandoc_div] = STATE(55), [sym_note_definition_fenced_block] = STATE(55), [sym__newline] = STATE(55), [sym__soft_line_break] = STATE(55), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(55), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -51032,143 +51338,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(442), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(452), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(510), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(58)] = { - [sym__block_not_section] = STATE(439), - [sym_section] = STATE(2080), - [sym__section1] = STATE(2209), - [sym__section2] = STATE(2209), - [sym__section3] = STATE(2209), - [sym__section4] = STATE(2209), - [sym__section5] = STATE(2209), - [sym__section6] = STATE(2209), - [sym__atx_heading1] = STATE(75), + [STATE(59)] = { + [sym__block_not_section] = STATE(507), + [sym_section] = STATE(2095), + [sym__section1] = STATE(2233), + [sym__section2] = STATE(2233), + [sym__section3] = STATE(2233), + [sym__section4] = STATE(2233), + [sym__section5] = STATE(2233), + [sym__section6] = STATE(2233), + [sym__atx_heading1] = STATE(74), [sym__atx_heading2] = STATE(83), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(64), - [aux_sym_document_repeat2] = STATE(2080), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(454), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(120), + [aux_sym_document_repeat2] = STATE(2095), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(512), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -51177,286 +51485,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(29), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(450), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(59)] = { - [sym__block] = STATE(60), - [sym__block_not_section] = STATE(60), - [sym_section] = STATE(60), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), - [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(60), - [sym_pandoc_paragraph] = STATE(60), - [sym_inline_ref_def] = STATE(60), - [sym_caption] = STATE(60), - [sym_pipe_table] = STATE(60), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(60), - [sym_pandoc_list] = STATE(60), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(60), - [sym_pandoc_div] = STATE(60), - [sym_note_definition_fenced_block] = STATE(60), - [sym__newline] = STATE(60), - [sym__soft_line_break] = STATE(60), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(60), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(456), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(458), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(33), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(60)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(58), + [sym__block_not_section] = STATE(58), + [sym_section] = STATE(58), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(58), + [sym_pandoc_paragraph] = STATE(58), + [sym_inline_ref_def] = STATE(58), + [sym_caption] = STATE(58), + [sym_pipe_table] = STATE(58), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(58), + [sym_pandoc_list] = STATE(58), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(58), + [sym_pandoc_div] = STATE(58), + [sym_note_definition_fenced_block] = STATE(58), + [sym__newline] = STATE(58), + [sym__soft_line_break] = STATE(58), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(58), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -51464,143 +51630,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(460), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(514), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(516), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(61)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -51608,143 +51776,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(456), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(514), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(62)] = { - [sym__block] = STATE(66), - [sym__block_not_section] = STATE(66), - [sym_section] = STATE(66), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block] = STATE(56), + [sym__block_not_section] = STATE(56), + [sym_section] = STATE(56), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(66), - [sym_pandoc_paragraph] = STATE(66), - [sym_inline_ref_def] = STATE(66), - [sym_caption] = STATE(66), - [sym_pipe_table] = STATE(66), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(66), - [sym_pandoc_list] = STATE(66), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(56), + [sym_pandoc_paragraph] = STATE(56), + [sym_inline_ref_def] = STATE(56), + [sym_caption] = STATE(56), + [sym_pipe_table] = STATE(56), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(56), + [sym_pandoc_list] = STATE(56), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(66), - [sym_pandoc_div] = STATE(66), - [sym_note_definition_fenced_block] = STATE(66), - [sym__newline] = STATE(66), - [sym__soft_line_break] = STATE(66), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(66), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(56), + [sym_pandoc_div] = STATE(56), + [sym_note_definition_fenced_block] = STATE(56), + [sym__newline] = STATE(56), + [sym__soft_line_break] = STATE(56), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(56), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -51752,60 +51922,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(462), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(464), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(508), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(518), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, @@ -51813,82 +51984,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(67), [sym__block_not_section] = STATE(67), [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(67), [sym_pandoc_paragraph] = STATE(67), [sym_inline_ref_def] = STATE(67), [sym_caption] = STATE(67), [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(67), [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(67), [sym_pandoc_div] = STATE(67), [sym_note_definition_fenced_block] = STATE(67), [sym__newline] = STATE(67), [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -51896,143 +52068,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(462), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(520), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(522), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(64)] = { - [sym__block_not_section] = STATE(439), - [sym_section] = STATE(2081), - [sym__section1] = STATE(2209), - [sym__section2] = STATE(2209), - [sym__section3] = STATE(2209), - [sym__section4] = STATE(2209), - [sym__section5] = STATE(2209), - [sym__section6] = STATE(2209), - [sym__atx_heading1] = STATE(75), + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), + [sym__atx_heading4] = STATE(98), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(520), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(65)] = { + [sym__block_not_section] = STATE(507), + [sym_section] = STATE(2096), + [sym__section1] = STATE(2233), + [sym__section2] = STATE(2233), + [sym__section3] = STATE(2233), + [sym__section4] = STATE(2233), + [sym__section5] = STATE(2233), + [sym__section6] = STATE(2233), + [sym__atx_heading1] = STATE(74), [sym__atx_heading2] = STATE(83), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(121), - [aux_sym_document_repeat2] = STATE(2081), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(466), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(120), + [aux_sym_document_repeat2] = STATE(2096), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(524), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -52041,142 +52361,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(29), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(450), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(33), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(65)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [STATE(66)] = { + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -52184,143 +52506,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(468), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(526), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(66)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [STATE(67)] = { + [sym__block] = STATE(55), + [sym__block_not_section] = STATE(55), + [sym_section] = STATE(55), + [sym__section1] = STATE(457), + [sym__section2] = STATE(457), + [sym__section3] = STATE(457), + [sym__section4] = STATE(457), + [sym__section5] = STATE(457), + [sym__section6] = STATE(457), + [sym__atx_heading1] = STATE(71), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(55), + [sym_pandoc_paragraph] = STATE(55), + [sym_inline_ref_def] = STATE(55), + [sym_caption] = STATE(55), + [sym_pipe_table] = STATE(55), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(55), + [sym_pandoc_list] = STATE(55), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(55), + [sym_pandoc_div] = STATE(55), + [sym_note_definition_fenced_block] = STATE(55), + [sym__newline] = STATE(55), + [sym__soft_line_break] = STATE(55), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_pandoc_block_quote_repeat1] = STATE(55), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -52328,398 +52652,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(470), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(117), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(444), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(528), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(121), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(506), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(67)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(445), - [sym__section2] = STATE(445), - [sym__section3] = STATE(445), - [sym__section4] = STATE(445), - [sym__section5] = STATE(445), - [sym__section6] = STATE(445), - [sym__atx_heading1] = STATE(72), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), - [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(67), - [sym_pandoc_paragraph] = STATE(67), - [sym_inline_ref_def] = STATE(67), - [sym_caption] = STATE(67), - [sym_pipe_table] = STATE(67), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(67), - [sym_pandoc_div] = STATE(67), - [sym_note_definition_fenced_block] = STATE(67), - [sym__newline] = STATE(67), - [sym__soft_line_break] = STATE(67), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(472), - [sym_entity_reference] = ACTIONS(232), - [sym_numeric_character_reference] = ACTIONS(235), - [anon_sym_LBRACK] = ACTIONS(238), - [anon_sym_BANG_LBRACK] = ACTIONS(241), - [anon_sym_DOLLAR] = ACTIONS(244), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(247), - [anon_sym_LBRACE] = ACTIONS(250), - [sym_pandoc_str] = ACTIONS(232), - [aux_sym__prose_punctuation_token1] = ACTIONS(232), - [aux_sym_pandoc_line_break_token1] = ACTIONS(253), - [sym__line_ending] = ACTIONS(475), - [sym__soft_line_ending] = ACTIONS(478), - [sym__block_close] = ACTIONS(262), - [sym__block_quote_start] = ACTIONS(481), - [sym_atx_h1_marker] = ACTIONS(484), - [sym_atx_h2_marker] = ACTIONS(487), - [sym_atx_h3_marker] = ACTIONS(490), - [sym_atx_h4_marker] = ACTIONS(493), - [sym_atx_h5_marker] = ACTIONS(496), - [sym_atx_h6_marker] = ACTIONS(499), - [sym__thematic_break] = ACTIONS(502), - [sym__list_marker_minus] = ACTIONS(288), - [sym__list_marker_plus] = ACTIONS(291), - [sym__list_marker_star] = ACTIONS(294), - [sym__list_marker_parenthesis] = ACTIONS(297), - [sym__list_marker_dot] = ACTIONS(300), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(288), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(291), - [sym__list_marker_star_dont_interrupt] = ACTIONS(294), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(297), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(300), - [sym__list_marker_example] = ACTIONS(303), - [sym__list_marker_example_dont_interrupt] = ACTIONS(303), - [sym__fenced_code_block_start_backtick] = ACTIONS(505), - [sym_minus_metadata] = ACTIONS(508), - [sym__pipe_table_start] = ACTIONS(511), - [sym__fenced_div_start] = ACTIONS(514), - [sym_ref_id_specifier] = ACTIONS(517), - [sym__code_span_start] = ACTIONS(321), - [sym__html_comment] = ACTIONS(235), - [sym__autolink] = ACTIONS(235), - [sym__highlight_span_start] = ACTIONS(324), - [sym__insert_span_start] = ACTIONS(327), - [sym__delete_span_start] = ACTIONS(330), - [sym__edit_comment_span_start] = ACTIONS(333), - [sym__single_quote_span_open] = ACTIONS(336), - [sym__double_quote_span_open] = ACTIONS(339), - [sym__shortcode_open_escaped] = ACTIONS(342), - [sym__shortcode_open] = ACTIONS(345), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(348), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(351), - [sym__cite_author_in_text] = ACTIONS(354), - [sym__cite_suppress_author] = ACTIONS(357), - [sym__strikeout_open] = ACTIONS(360), - [sym__subscript_open] = ACTIONS(363), - [sym__superscript_open] = ACTIONS(366), - [sym__inline_note_start_token] = ACTIONS(369), - [sym__strong_emphasis_open_star] = ACTIONS(372), - [sym__strong_emphasis_open_underscore] = ACTIONS(375), - [sym__emphasis_open_star] = ACTIONS(378), - [sym__emphasis_open_underscore] = ACTIONS(381), - [sym_inline_note_reference] = ACTIONS(235), - [sym_html_element] = ACTIONS(235), - }, [STATE(68)] = { - [sym__block_not_section] = STATE(68), - [sym__section2] = STATE(302), - [sym__section3] = STATE(302), - [sym__section4] = STATE(302), - [sym__section5] = STATE(302), - [sym__section6] = STATE(302), - [sym__atx_heading2] = STATE(79), - [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(68), - [sym_pandoc_paragraph] = STATE(68), - [sym_inline_ref_def] = STATE(68), - [sym_caption] = STATE(68), - [sym_pipe_table] = STATE(68), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(68), - [sym_pandoc_list] = STATE(68), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(68), - [sym_pandoc_div] = STATE(68), - [sym_note_definition_fenced_block] = STATE(68), - [sym__newline] = STATE(68), - [sym__soft_line_break] = STATE(68), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(68), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(520), - [sym_entity_reference] = ACTIONS(523), - [sym_numeric_character_reference] = ACTIONS(526), - [anon_sym_LBRACK] = ACTIONS(529), - [anon_sym_BANG_LBRACK] = ACTIONS(532), - [anon_sym_DOLLAR] = ACTIONS(535), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(538), - [anon_sym_LBRACE] = ACTIONS(541), - [sym_pandoc_str] = ACTIONS(523), - [aux_sym__prose_punctuation_token1] = ACTIONS(523), - [aux_sym_pandoc_line_break_token1] = ACTIONS(544), - [sym__line_ending] = ACTIONS(547), - [sym__soft_line_ending] = ACTIONS(550), - [sym__block_close] = ACTIONS(553), - [sym__block_quote_start] = ACTIONS(555), - [sym_atx_h1_marker] = ACTIONS(553), - [sym_atx_h2_marker] = ACTIONS(558), - [sym_atx_h3_marker] = ACTIONS(561), - [sym_atx_h4_marker] = ACTIONS(564), - [sym_atx_h5_marker] = ACTIONS(567), - [sym_atx_h6_marker] = ACTIONS(570), - [sym__thematic_break] = ACTIONS(573), - [sym__list_marker_minus] = ACTIONS(576), - [sym__list_marker_plus] = ACTIONS(579), - [sym__list_marker_star] = ACTIONS(582), - [sym__list_marker_parenthesis] = ACTIONS(585), - [sym__list_marker_dot] = ACTIONS(588), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(579), - [sym__list_marker_star_dont_interrupt] = ACTIONS(582), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(585), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(588), - [sym__list_marker_example] = ACTIONS(591), - [sym__list_marker_example_dont_interrupt] = ACTIONS(591), - [sym__fenced_code_block_start_backtick] = ACTIONS(594), - [sym_minus_metadata] = ACTIONS(597), - [sym__pipe_table_start] = ACTIONS(600), - [sym__fenced_div_start] = ACTIONS(603), - [sym__fenced_div_end] = ACTIONS(553), - [sym_ref_id_specifier] = ACTIONS(606), - [sym__code_span_start] = ACTIONS(609), - [sym__html_comment] = ACTIONS(526), - [sym__autolink] = ACTIONS(526), - [sym__highlight_span_start] = ACTIONS(612), - [sym__insert_span_start] = ACTIONS(615), - [sym__delete_span_start] = ACTIONS(618), - [sym__edit_comment_span_start] = ACTIONS(621), - [sym__single_quote_span_open] = ACTIONS(624), - [sym__double_quote_span_open] = ACTIONS(627), - [sym__shortcode_open_escaped] = ACTIONS(630), - [sym__shortcode_open] = ACTIONS(633), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(636), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(639), - [sym__cite_author_in_text] = ACTIONS(642), - [sym__cite_suppress_author] = ACTIONS(645), - [sym__strikeout_open] = ACTIONS(648), - [sym__subscript_open] = ACTIONS(651), - [sym__superscript_open] = ACTIONS(654), - [sym__inline_note_start_token] = ACTIONS(657), - [sym__strong_emphasis_open_star] = ACTIONS(660), - [sym__strong_emphasis_open_underscore] = ACTIONS(663), - [sym__emphasis_open_star] = ACTIONS(666), - [sym__emphasis_open_underscore] = ACTIONS(669), - [sym_inline_note_reference] = ACTIONS(526), - [sym_html_element] = ACTIONS(526), - }, - [STATE(69)] = { - [sym__block_not_section] = STATE(70), - [sym__section2] = STATE(302), - [sym__section3] = STATE(302), - [sym__section4] = STATE(302), - [sym__section5] = STATE(302), - [sym__section6] = STATE(302), - [sym__atx_heading2] = STATE(79), + [sym__block_not_section] = STATE(69), + [sym__section2] = STATE(311), + [sym__section3] = STATE(311), + [sym__section4] = STATE(311), + [sym__section5] = STATE(311), + [sym__section6] = STATE(311), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(70), - [sym_pandoc_paragraph] = STATE(70), - [sym_inline_ref_def] = STATE(70), - [sym_caption] = STATE(70), - [sym_pipe_table] = STATE(70), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(70), - [sym_pandoc_list] = STATE(70), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(69), + [sym_pandoc_paragraph] = STATE(69), + [sym_inline_ref_def] = STATE(69), + [sym_caption] = STATE(69), + [sym_pipe_table] = STATE(69), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(69), + [sym_pandoc_list] = STATE(69), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -52727,25 +52768,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(70), - [sym_pandoc_div] = STATE(70), - [sym_note_definition_fenced_block] = STATE(70), - [sym__newline] = STATE(70), - [sym__soft_line_break] = STATE(70), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(70), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(69), + [sym_pandoc_div] = STATE(69), + [sym_note_definition_fenced_block] = STATE(69), + [sym__newline] = STATE(69), + [sym__soft_line_break] = STATE(69), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(69), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -52753,114 +52794,259 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(672), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(672), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(674), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(672), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(530), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(530), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(532), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(530), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, + [STATE(69)] = { + [sym__block_not_section] = STATE(69), + [sym__section2] = STATE(311), + [sym__section3] = STATE(311), + [sym__section4] = STATE(311), + [sym__section5] = STATE(311), + [sym__section6] = STATE(311), + [sym__atx_heading2] = STATE(78), + [sym__atx_heading3] = STATE(87), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(69), + [sym_pandoc_paragraph] = STATE(69), + [sym_inline_ref_def] = STATE(69), + [sym_caption] = STATE(69), + [sym_pipe_table] = STATE(69), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(69), + [sym_pandoc_list] = STATE(69), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(69), + [sym_pandoc_div] = STATE(69), + [sym_note_definition_fenced_block] = STATE(69), + [sym__newline] = STATE(69), + [sym__soft_line_break] = STATE(69), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(69), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(534), + [sym_entity_reference] = ACTIONS(537), + [sym_numeric_character_reference] = ACTIONS(540), + [anon_sym_LBRACK] = ACTIONS(543), + [anon_sym_BANG_LBRACK] = ACTIONS(546), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(555), + [aux_sym_pandoc_str_token1] = ACTIONS(558), + [anon_sym_PIPE] = ACTIONS(561), + [aux_sym__prose_punctuation_token1] = ACTIONS(537), + [aux_sym_pandoc_line_break_token1] = ACTIONS(564), + [sym__line_ending] = ACTIONS(567), + [sym__soft_line_ending] = ACTIONS(570), + [sym__block_close] = ACTIONS(573), + [sym__block_quote_start] = ACTIONS(575), + [sym_atx_h1_marker] = ACTIONS(573), + [sym_atx_h2_marker] = ACTIONS(578), + [sym_atx_h3_marker] = ACTIONS(581), + [sym_atx_h4_marker] = ACTIONS(584), + [sym_atx_h5_marker] = ACTIONS(587), + [sym_atx_h6_marker] = ACTIONS(590), + [sym__thematic_break] = ACTIONS(593), + [sym__list_marker_minus] = ACTIONS(596), + [sym__list_marker_plus] = ACTIONS(599), + [sym__list_marker_star] = ACTIONS(602), + [sym__list_marker_parenthesis] = ACTIONS(605), + [sym__list_marker_dot] = ACTIONS(608), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(596), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(599), + [sym__list_marker_star_dont_interrupt] = ACTIONS(602), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(605), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(608), + [sym__list_marker_example] = ACTIONS(611), + [sym__list_marker_example_dont_interrupt] = ACTIONS(611), + [sym__fenced_code_block_start_backtick] = ACTIONS(614), + [sym_minus_metadata] = ACTIONS(617), + [sym__pipe_table_start] = ACTIONS(620), + [sym__fenced_div_start] = ACTIONS(623), + [sym__fenced_div_end] = ACTIONS(573), + [sym_ref_id_specifier] = ACTIONS(626), + [sym__code_span_start] = ACTIONS(629), + [sym__html_comment] = ACTIONS(540), + [sym__autolink] = ACTIONS(540), + [sym__highlight_span_start] = ACTIONS(632), + [sym__insert_span_start] = ACTIONS(635), + [sym__delete_span_start] = ACTIONS(638), + [sym__edit_comment_span_start] = ACTIONS(641), + [sym__single_quote_span_open] = ACTIONS(644), + [sym__double_quote_span_open] = ACTIONS(647), + [sym__shortcode_open_escaped] = ACTIONS(650), + [sym__shortcode_open] = ACTIONS(653), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(656), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(659), + [sym__cite_author_in_text] = ACTIONS(662), + [sym__cite_suppress_author] = ACTIONS(665), + [sym__strikeout_open] = ACTIONS(668), + [sym__subscript_open] = ACTIONS(671), + [sym__superscript_open] = ACTIONS(674), + [sym__inline_note_start_token] = ACTIONS(677), + [sym__strong_emphasis_open_star] = ACTIONS(680), + [sym__strong_emphasis_open_underscore] = ACTIONS(683), + [sym__emphasis_open_star] = ACTIONS(686), + [sym__emphasis_open_underscore] = ACTIONS(689), + [sym_inline_note_reference] = ACTIONS(540), + [sym_html_element] = ACTIONS(540), + }, [STATE(70)] = { [sym__block_not_section] = STATE(68), - [sym__section2] = STATE(302), - [sym__section3] = STATE(302), - [sym__section4] = STATE(302), - [sym__section5] = STATE(302), - [sym__section6] = STATE(302), - [sym__atx_heading2] = STATE(79), + [sym__section2] = STATE(311), + [sym__section3] = STATE(311), + [sym__section4] = STATE(311), + [sym__section5] = STATE(311), + [sym__section6] = STATE(311), + [sym__atx_heading2] = STATE(78), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(68), [sym_pandoc_paragraph] = STATE(68), [sym_inline_ref_def] = STATE(68), [sym_caption] = STATE(68), [sym_pipe_table] = STATE(68), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(68), [sym_pandoc_list] = STATE(68), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -52868,25 +53054,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(68), [sym_pandoc_div] = STATE(68), [sym_note_definition_fenced_block] = STATE(68), [sym__newline] = STATE(68), [sym__soft_line_break] = STATE(68), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section1_repeat1] = STATE(68), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -52894,140 +53080,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(676), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(676), - [sym_atx_h2_marker] = ACTIONS(195), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(678), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(676), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(692), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(692), + [sym_atx_h2_marker] = ACTIONS(199), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(694), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(692), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(71)] = { - [sym__block_not_section] = STATE(76), - [sym__section2] = STATE(475), - [sym__section3] = STATE(475), - [sym__section4] = STATE(475), - [sym__section5] = STATE(475), - [sym__section6] = STATE(475), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block_not_section] = STATE(75), + [sym__section2] = STATE(488), + [sym__section3] = STATE(488), + [sym__section4] = STATE(488), + [sym__section5] = STATE(488), + [sym__section6] = STATE(488), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(76), - [sym_pandoc_paragraph] = STATE(76), - [sym_inline_ref_def] = STATE(76), - [sym_caption] = STATE(76), - [sym_pipe_table] = STATE(76), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(76), - [sym_pandoc_list] = STATE(76), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(75), + [sym_pandoc_paragraph] = STATE(75), + [sym_inline_ref_def] = STATE(75), + [sym_caption] = STATE(75), + [sym_pipe_table] = STATE(75), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(75), + [sym_pandoc_list] = STATE(75), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(76), - [sym_pandoc_div] = STATE(76), - [sym_note_definition_fenced_block] = STATE(76), - [sym__newline] = STATE(76), - [sym__soft_line_break] = STATE(76), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(76), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(75), + [sym_pandoc_div] = STATE(75), + [sym_note_definition_fenced_block] = STATE(75), + [sym__newline] = STATE(75), + [sym__soft_line_break] = STATE(75), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(75), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -53035,279 +53223,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(676), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(676), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(680), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(692), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(692), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(696), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(72)] = { - [sym__block_not_section] = STATE(71), - [sym__section2] = STATE(475), - [sym__section3] = STATE(475), - [sym__section4] = STATE(475), - [sym__section5] = STATE(475), - [sym__section6] = STATE(475), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), + [sym__block_not_section] = STATE(72), + [sym__section2] = STATE(488), + [sym__section3] = STATE(488), + [sym__section4] = STATE(488), + [sym__section5] = STATE(488), + [sym__section6] = STATE(488), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(71), - [sym_pandoc_paragraph] = STATE(71), - [sym_inline_ref_def] = STATE(71), - [sym_caption] = STATE(71), - [sym_pipe_table] = STATE(71), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(71), - [sym_pandoc_list] = STATE(71), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(72), + [sym_pandoc_paragraph] = STATE(72), + [sym_inline_ref_def] = STATE(72), + [sym_caption] = STATE(72), + [sym_pipe_table] = STATE(72), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(71), - [sym_pandoc_div] = STATE(71), - [sym_note_definition_fenced_block] = STATE(71), - [sym__newline] = STATE(71), - [sym__soft_line_break] = STATE(71), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(71), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(672), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(672), - [sym_atx_h2_marker] = ACTIONS(119), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(682), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(698), + [sym_entity_reference] = ACTIONS(537), + [sym_numeric_character_reference] = ACTIONS(540), + [anon_sym_LBRACK] = ACTIONS(543), + [anon_sym_BANG_LBRACK] = ACTIONS(546), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(555), + [aux_sym_pandoc_str_token1] = ACTIONS(558), + [anon_sym_PIPE] = ACTIONS(561), + [aux_sym__prose_punctuation_token1] = ACTIONS(537), + [aux_sym_pandoc_line_break_token1] = ACTIONS(564), + [sym__line_ending] = ACTIONS(701), + [sym__soft_line_ending] = ACTIONS(704), + [sym__block_close] = ACTIONS(573), + [sym__block_quote_start] = ACTIONS(707), + [sym_atx_h1_marker] = ACTIONS(573), + [sym_atx_h2_marker] = ACTIONS(710), + [sym_atx_h3_marker] = ACTIONS(713), + [sym_atx_h4_marker] = ACTIONS(716), + [sym_atx_h5_marker] = ACTIONS(719), + [sym_atx_h6_marker] = ACTIONS(722), + [sym__thematic_break] = ACTIONS(725), + [sym__list_marker_minus] = ACTIONS(596), + [sym__list_marker_plus] = ACTIONS(599), + [sym__list_marker_star] = ACTIONS(602), + [sym__list_marker_parenthesis] = ACTIONS(605), + [sym__list_marker_dot] = ACTIONS(608), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(596), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(599), + [sym__list_marker_star_dont_interrupt] = ACTIONS(602), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(605), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(608), + [sym__list_marker_example] = ACTIONS(611), + [sym__list_marker_example_dont_interrupt] = ACTIONS(611), + [sym__fenced_code_block_start_backtick] = ACTIONS(728), + [sym_minus_metadata] = ACTIONS(731), + [sym__pipe_table_start] = ACTIONS(734), + [sym__fenced_div_start] = ACTIONS(737), + [sym_ref_id_specifier] = ACTIONS(740), + [sym__code_span_start] = ACTIONS(629), + [sym__html_comment] = ACTIONS(540), + [sym__autolink] = ACTIONS(540), + [sym__highlight_span_start] = ACTIONS(632), + [sym__insert_span_start] = ACTIONS(635), + [sym__delete_span_start] = ACTIONS(638), + [sym__edit_comment_span_start] = ACTIONS(641), + [sym__single_quote_span_open] = ACTIONS(644), + [sym__double_quote_span_open] = ACTIONS(647), + [sym__shortcode_open_escaped] = ACTIONS(650), + [sym__shortcode_open] = ACTIONS(653), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(656), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(659), + [sym__cite_author_in_text] = ACTIONS(662), + [sym__cite_suppress_author] = ACTIONS(665), + [sym__strikeout_open] = ACTIONS(668), + [sym__subscript_open] = ACTIONS(671), + [sym__superscript_open] = ACTIONS(674), + [sym__inline_note_start_token] = ACTIONS(677), + [sym__strong_emphasis_open_star] = ACTIONS(680), + [sym__strong_emphasis_open_underscore] = ACTIONS(683), + [sym__emphasis_open_star] = ACTIONS(686), + [sym__emphasis_open_underscore] = ACTIONS(689), + [sym_inline_note_reference] = ACTIONS(540), + [sym_html_element] = ACTIONS(540), }, [STATE(73)] = { - [sym__block_not_section] = STATE(74), - [sym__section2] = STATE(545), - [sym__section3] = STATE(545), - [sym__section4] = STATE(545), - [sym__section5] = STATE(545), - [sym__section6] = STATE(545), + [sym__block_not_section] = STATE(76), + [sym__section2] = STATE(530), + [sym__section3] = STATE(530), + [sym__section4] = STATE(530), + [sym__section5] = STATE(530), + [sym__section6] = STATE(530), [sym__atx_heading2] = STATE(83), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(74), - [sym_pandoc_paragraph] = STATE(74), - [sym_inline_ref_def] = STATE(74), - [sym_caption] = STATE(74), - [sym_pipe_table] = STATE(74), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(74), - [sym_pandoc_list] = STATE(74), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(76), + [sym_pandoc_paragraph] = STATE(76), + [sym_inline_ref_def] = STATE(76), + [sym_caption] = STATE(76), + [sym_pipe_table] = STATE(76), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(76), + [sym_pandoc_list] = STATE(76), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(74), - [sym_pandoc_div] = STATE(74), - [sym_note_definition_fenced_block] = STATE(74), - [sym__newline] = STATE(74), - [sym__soft_line_break] = STATE(74), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(74), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(676), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(76), + [sym_pandoc_div] = STATE(76), + [sym_note_definition_fenced_block] = STATE(76), + [sym__newline] = STATE(76), + [sym__soft_line_break] = STATE(76), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(76), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(530), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -53316,278 +53508,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(676), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(684), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(530), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(743), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(74)] = { - [sym__block_not_section] = STATE(74), - [sym__section2] = STATE(545), - [sym__section3] = STATE(545), - [sym__section4] = STATE(545), - [sym__section5] = STATE(545), - [sym__section6] = STATE(545), - [sym__atx_heading2] = STATE(83), - [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(74), - [sym_pandoc_paragraph] = STATE(74), - [sym_inline_ref_def] = STATE(74), - [sym_caption] = STATE(74), - [sym_pipe_table] = STATE(74), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(74), - [sym_pandoc_list] = STATE(74), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(74), - [sym_pandoc_div] = STATE(74), - [sym_note_definition_fenced_block] = STATE(74), - [sym__newline] = STATE(74), - [sym__soft_line_break] = STATE(74), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section1_repeat1] = STATE(74), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(553), - [anon_sym_COLON] = ACTIONS(686), - [sym_entity_reference] = ACTIONS(523), - [sym_numeric_character_reference] = ACTIONS(526), - [anon_sym_LBRACK] = ACTIONS(529), - [anon_sym_BANG_LBRACK] = ACTIONS(532), - [anon_sym_DOLLAR] = ACTIONS(535), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(538), - [anon_sym_LBRACE] = ACTIONS(541), - [sym_pandoc_str] = ACTIONS(523), - [aux_sym__prose_punctuation_token1] = ACTIONS(523), - [aux_sym_pandoc_line_break_token1] = ACTIONS(544), - [sym__line_ending] = ACTIONS(689), - [sym__soft_line_ending] = ACTIONS(692), - [sym__block_quote_start] = ACTIONS(695), - [sym_atx_h1_marker] = ACTIONS(553), - [sym_atx_h2_marker] = ACTIONS(698), - [sym_atx_h3_marker] = ACTIONS(701), - [sym_atx_h4_marker] = ACTIONS(704), - [sym_atx_h5_marker] = ACTIONS(707), - [sym_atx_h6_marker] = ACTIONS(710), - [sym__thematic_break] = ACTIONS(713), - [sym__list_marker_minus] = ACTIONS(576), - [sym__list_marker_plus] = ACTIONS(579), - [sym__list_marker_star] = ACTIONS(582), - [sym__list_marker_parenthesis] = ACTIONS(585), - [sym__list_marker_dot] = ACTIONS(588), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(579), - [sym__list_marker_star_dont_interrupt] = ACTIONS(582), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(585), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(588), - [sym__list_marker_example] = ACTIONS(591), - [sym__list_marker_example_dont_interrupt] = ACTIONS(591), - [sym__fenced_code_block_start_backtick] = ACTIONS(716), - [sym_minus_metadata] = ACTIONS(719), - [sym__pipe_table_start] = ACTIONS(722), - [sym__fenced_div_start] = ACTIONS(725), - [sym_ref_id_specifier] = ACTIONS(728), - [sym__code_span_start] = ACTIONS(609), - [sym__html_comment] = ACTIONS(526), - [sym__autolink] = ACTIONS(526), - [sym__highlight_span_start] = ACTIONS(612), - [sym__insert_span_start] = ACTIONS(615), - [sym__delete_span_start] = ACTIONS(618), - [sym__edit_comment_span_start] = ACTIONS(621), - [sym__single_quote_span_open] = ACTIONS(624), - [sym__double_quote_span_open] = ACTIONS(627), - [sym__shortcode_open_escaped] = ACTIONS(630), - [sym__shortcode_open] = ACTIONS(633), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(636), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(639), - [sym__cite_author_in_text] = ACTIONS(642), - [sym__cite_suppress_author] = ACTIONS(645), - [sym__strikeout_open] = ACTIONS(648), - [sym__subscript_open] = ACTIONS(651), - [sym__superscript_open] = ACTIONS(654), - [sym__inline_note_start_token] = ACTIONS(657), - [sym__strong_emphasis_open_star] = ACTIONS(660), - [sym__strong_emphasis_open_underscore] = ACTIONS(663), - [sym__emphasis_open_star] = ACTIONS(666), - [sym__emphasis_open_underscore] = ACTIONS(669), - [sym_inline_note_reference] = ACTIONS(526), - [sym_html_element] = ACTIONS(526), - }, - [STATE(75)] = { [sym__block_not_section] = STATE(73), - [sym__section2] = STATE(545), - [sym__section3] = STATE(545), - [sym__section4] = STATE(545), - [sym__section5] = STATE(545), - [sym__section6] = STATE(545), + [sym__section2] = STATE(530), + [sym__section3] = STATE(530), + [sym__section4] = STATE(530), + [sym__section5] = STATE(530), + [sym__section6] = STATE(530), [sym__atx_heading2] = STATE(83), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), [sym_pandoc_horizontal_rule] = STATE(73), [sym_pandoc_paragraph] = STATE(73), [sym_inline_ref_def] = STATE(73), [sym_caption] = STATE(73), [sym_pipe_table] = STATE(73), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(73), [sym_pandoc_list] = STATE(73), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), [sym_pandoc_code_block] = STATE(73), [sym_pandoc_div] = STATE(73), [sym_note_definition_fenced_block] = STATE(73), [sym__newline] = STATE(73), [sym__soft_line_break] = STATE(73), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section1_repeat1] = STATE(73), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(672), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(692), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -53596,250 +53650,396 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(672), - [sym_atx_h2_marker] = ACTIONS(31), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(731), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(692), + [sym_atx_h2_marker] = ACTIONS(35), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(745), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(75)] = { + [sym__block_not_section] = STATE(72), + [sym__section2] = STATE(488), + [sym__section3] = STATE(488), + [sym__section4] = STATE(488), + [sym__section5] = STATE(488), + [sym__section6] = STATE(488), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(91), + [sym__atx_heading4] = STATE(98), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(72), + [sym_pandoc_paragraph] = STATE(72), + [sym_inline_ref_def] = STATE(72), + [sym_caption] = STATE(72), + [sym_pipe_table] = STATE(72), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section1_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(530), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(530), + [sym_atx_h2_marker] = ACTIONS(123), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(747), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(76)] = { [sym__block_not_section] = STATE(76), - [sym__section2] = STATE(475), - [sym__section3] = STATE(475), - [sym__section4] = STATE(475), - [sym__section5] = STATE(475), - [sym__section6] = STATE(475), - [sym__atx_heading2] = STATE(84), - [sym__atx_heading3] = STATE(89), - [sym__atx_heading4] = STATE(98), + [sym__section2] = STATE(530), + [sym__section3] = STATE(530), + [sym__section4] = STATE(530), + [sym__section5] = STATE(530), + [sym__section6] = STATE(530), + [sym__atx_heading2] = STATE(83), + [sym__atx_heading3] = STATE(92), + [sym__atx_heading4] = STATE(99), [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading6] = STATE(118), [sym_pandoc_horizontal_rule] = STATE(76), [sym_pandoc_paragraph] = STATE(76), [sym_inline_ref_def] = STATE(76), [sym_caption] = STATE(76), [sym_pipe_table] = STATE(76), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(76), [sym_pandoc_list] = STATE(76), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), [sym_pandoc_code_block] = STATE(76), [sym_pandoc_div] = STATE(76), [sym_note_definition_fenced_block] = STATE(76), [sym__newline] = STATE(76), [sym__soft_line_break] = STATE(76), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section1_repeat1] = STATE(76), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(733), - [sym_entity_reference] = ACTIONS(523), - [sym_numeric_character_reference] = ACTIONS(526), - [anon_sym_LBRACK] = ACTIONS(529), - [anon_sym_BANG_LBRACK] = ACTIONS(532), - [anon_sym_DOLLAR] = ACTIONS(535), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(538), - [anon_sym_LBRACE] = ACTIONS(541), - [sym_pandoc_str] = ACTIONS(523), - [aux_sym__prose_punctuation_token1] = ACTIONS(523), - [aux_sym_pandoc_line_break_token1] = ACTIONS(544), - [sym__line_ending] = ACTIONS(736), - [sym__soft_line_ending] = ACTIONS(739), - [sym__block_close] = ACTIONS(553), - [sym__block_quote_start] = ACTIONS(742), - [sym_atx_h1_marker] = ACTIONS(553), - [sym_atx_h2_marker] = ACTIONS(745), - [sym_atx_h3_marker] = ACTIONS(748), - [sym_atx_h4_marker] = ACTIONS(751), - [sym_atx_h5_marker] = ACTIONS(754), - [sym_atx_h6_marker] = ACTIONS(757), - [sym__thematic_break] = ACTIONS(760), - [sym__list_marker_minus] = ACTIONS(576), - [sym__list_marker_plus] = ACTIONS(579), - [sym__list_marker_star] = ACTIONS(582), - [sym__list_marker_parenthesis] = ACTIONS(585), - [sym__list_marker_dot] = ACTIONS(588), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(579), - [sym__list_marker_star_dont_interrupt] = ACTIONS(582), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(585), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(588), - [sym__list_marker_example] = ACTIONS(591), - [sym__list_marker_example_dont_interrupt] = ACTIONS(591), - [sym__fenced_code_block_start_backtick] = ACTIONS(763), - [sym_minus_metadata] = ACTIONS(766), - [sym__pipe_table_start] = ACTIONS(769), - [sym__fenced_div_start] = ACTIONS(772), - [sym_ref_id_specifier] = ACTIONS(775), - [sym__code_span_start] = ACTIONS(609), - [sym__html_comment] = ACTIONS(526), - [sym__autolink] = ACTIONS(526), - [sym__highlight_span_start] = ACTIONS(612), - [sym__insert_span_start] = ACTIONS(615), - [sym__delete_span_start] = ACTIONS(618), - [sym__edit_comment_span_start] = ACTIONS(621), - [sym__single_quote_span_open] = ACTIONS(624), - [sym__double_quote_span_open] = ACTIONS(627), - [sym__shortcode_open_escaped] = ACTIONS(630), - [sym__shortcode_open] = ACTIONS(633), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(636), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(639), - [sym__cite_author_in_text] = ACTIONS(642), - [sym__cite_suppress_author] = ACTIONS(645), - [sym__strikeout_open] = ACTIONS(648), - [sym__subscript_open] = ACTIONS(651), - [sym__superscript_open] = ACTIONS(654), - [sym__inline_note_start_token] = ACTIONS(657), - [sym__strong_emphasis_open_star] = ACTIONS(660), - [sym__strong_emphasis_open_underscore] = ACTIONS(663), - [sym__emphasis_open_star] = ACTIONS(666), - [sym__emphasis_open_underscore] = ACTIONS(669), - [sym_inline_note_reference] = ACTIONS(526), - [sym_html_element] = ACTIONS(526), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(573), + [anon_sym_COLON] = ACTIONS(749), + [sym_entity_reference] = ACTIONS(537), + [sym_numeric_character_reference] = ACTIONS(540), + [anon_sym_LBRACK] = ACTIONS(543), + [anon_sym_BANG_LBRACK] = ACTIONS(546), + [anon_sym_DOLLAR] = ACTIONS(549), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(555), + [aux_sym_pandoc_str_token1] = ACTIONS(558), + [anon_sym_PIPE] = ACTIONS(561), + [aux_sym__prose_punctuation_token1] = ACTIONS(537), + [aux_sym_pandoc_line_break_token1] = ACTIONS(564), + [sym__line_ending] = ACTIONS(752), + [sym__soft_line_ending] = ACTIONS(755), + [sym__block_quote_start] = ACTIONS(758), + [sym_atx_h1_marker] = ACTIONS(573), + [sym_atx_h2_marker] = ACTIONS(761), + [sym_atx_h3_marker] = ACTIONS(764), + [sym_atx_h4_marker] = ACTIONS(767), + [sym_atx_h5_marker] = ACTIONS(770), + [sym_atx_h6_marker] = ACTIONS(773), + [sym__thematic_break] = ACTIONS(776), + [sym__list_marker_minus] = ACTIONS(596), + [sym__list_marker_plus] = ACTIONS(599), + [sym__list_marker_star] = ACTIONS(602), + [sym__list_marker_parenthesis] = ACTIONS(605), + [sym__list_marker_dot] = ACTIONS(608), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(596), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(599), + [sym__list_marker_star_dont_interrupt] = ACTIONS(602), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(605), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(608), + [sym__list_marker_example] = ACTIONS(611), + [sym__list_marker_example_dont_interrupt] = ACTIONS(611), + [sym__fenced_code_block_start_backtick] = ACTIONS(779), + [sym_minus_metadata] = ACTIONS(782), + [sym__pipe_table_start] = ACTIONS(785), + [sym__fenced_div_start] = ACTIONS(788), + [sym_ref_id_specifier] = ACTIONS(791), + [sym__code_span_start] = ACTIONS(629), + [sym__html_comment] = ACTIONS(540), + [sym__autolink] = ACTIONS(540), + [sym__highlight_span_start] = ACTIONS(632), + [sym__insert_span_start] = ACTIONS(635), + [sym__delete_span_start] = ACTIONS(638), + [sym__edit_comment_span_start] = ACTIONS(641), + [sym__single_quote_span_open] = ACTIONS(644), + [sym__double_quote_span_open] = ACTIONS(647), + [sym__shortcode_open_escaped] = ACTIONS(650), + [sym__shortcode_open] = ACTIONS(653), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(656), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(659), + [sym__cite_author_in_text] = ACTIONS(662), + [sym__cite_suppress_author] = ACTIONS(665), + [sym__strikeout_open] = ACTIONS(668), + [sym__subscript_open] = ACTIONS(671), + [sym__superscript_open] = ACTIONS(674), + [sym__inline_note_start_token] = ACTIONS(677), + [sym__strong_emphasis_open_star] = ACTIONS(680), + [sym__strong_emphasis_open_underscore] = ACTIONS(683), + [sym__emphasis_open_star] = ACTIONS(686), + [sym__emphasis_open_underscore] = ACTIONS(689), + [sym_inline_note_reference] = ACTIONS(540), + [sym_html_element] = ACTIONS(540), }, [STATE(77)] = { - [sym__block_not_section] = STATE(78), - [sym__section3] = STATE(304), - [sym__section4] = STATE(304), - [sym__section5] = STATE(304), - [sym__section6] = STATE(304), + [sym__block_not_section] = STATE(79), + [sym__section3] = STATE(313), + [sym__section4] = STATE(313), + [sym__section5] = STATE(313), + [sym__section6] = STATE(313), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(78), - [sym_pandoc_paragraph] = STATE(78), - [sym_inline_ref_def] = STATE(78), - [sym_caption] = STATE(78), - [sym_pipe_table] = STATE(78), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(78), - [sym_pandoc_list] = STATE(78), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(79), + [sym_pandoc_paragraph] = STATE(79), + [sym_inline_ref_def] = STATE(79), + [sym_caption] = STATE(79), + [sym_pipe_table] = STATE(79), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(79), + [sym_pandoc_list] = STATE(79), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -53847,25 +54047,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(78), - [sym_pandoc_div] = STATE(78), - [sym_note_definition_fenced_block] = STATE(78), - [sym__newline] = STATE(78), - [sym__soft_line_break] = STATE(78), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(78), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(79), + [sym_pandoc_div] = STATE(79), + [sym_note_definition_fenced_block] = STATE(79), + [sym__newline] = STATE(79), + [sym__soft_line_break] = STATE(79), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(79), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -53873,251 +54073,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(778), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(778), - [sym_atx_h2_marker] = ACTIONS(778), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(780), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(778), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(794), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(794), + [sym_atx_h2_marker] = ACTIONS(794), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(796), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(794), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(78)] = { - [sym__block_not_section] = STATE(78), - [sym__section3] = STATE(304), - [sym__section4] = STATE(304), - [sym__section5] = STATE(304), - [sym__section6] = STATE(304), - [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(78), - [sym_pandoc_paragraph] = STATE(78), - [sym_inline_ref_def] = STATE(78), - [sym_caption] = STATE(78), - [sym_pipe_table] = STATE(78), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(78), - [sym_pandoc_list] = STATE(78), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(78), - [sym_pandoc_div] = STATE(78), - [sym_note_definition_fenced_block] = STATE(78), - [sym__newline] = STATE(78), - [sym__soft_line_break] = STATE(78), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(78), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(782), - [sym_entity_reference] = ACTIONS(785), - [sym_numeric_character_reference] = ACTIONS(788), - [anon_sym_LBRACK] = ACTIONS(791), - [anon_sym_BANG_LBRACK] = ACTIONS(794), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(803), - [sym_pandoc_str] = ACTIONS(785), - [aux_sym__prose_punctuation_token1] = ACTIONS(785), - [aux_sym_pandoc_line_break_token1] = ACTIONS(806), - [sym__line_ending] = ACTIONS(809), - [sym__soft_line_ending] = ACTIONS(812), - [sym__block_close] = ACTIONS(815), - [sym__block_quote_start] = ACTIONS(817), - [sym_atx_h1_marker] = ACTIONS(815), - [sym_atx_h2_marker] = ACTIONS(815), - [sym_atx_h3_marker] = ACTIONS(820), - [sym_atx_h4_marker] = ACTIONS(823), - [sym_atx_h5_marker] = ACTIONS(826), - [sym_atx_h6_marker] = ACTIONS(829), - [sym__thematic_break] = ACTIONS(832), - [sym__list_marker_minus] = ACTIONS(835), - [sym__list_marker_plus] = ACTIONS(838), - [sym__list_marker_star] = ACTIONS(841), - [sym__list_marker_parenthesis] = ACTIONS(844), - [sym__list_marker_dot] = ACTIONS(847), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(835), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(838), - [sym__list_marker_star_dont_interrupt] = ACTIONS(841), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(844), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(847), - [sym__list_marker_example] = ACTIONS(850), - [sym__list_marker_example_dont_interrupt] = ACTIONS(850), - [sym__fenced_code_block_start_backtick] = ACTIONS(853), - [sym_minus_metadata] = ACTIONS(856), - [sym__pipe_table_start] = ACTIONS(859), - [sym__fenced_div_start] = ACTIONS(862), - [sym__fenced_div_end] = ACTIONS(815), - [sym_ref_id_specifier] = ACTIONS(865), - [sym__code_span_start] = ACTIONS(868), - [sym__html_comment] = ACTIONS(788), - [sym__autolink] = ACTIONS(788), - [sym__highlight_span_start] = ACTIONS(871), - [sym__insert_span_start] = ACTIONS(874), - [sym__delete_span_start] = ACTIONS(877), - [sym__edit_comment_span_start] = ACTIONS(880), - [sym__single_quote_span_open] = ACTIONS(883), - [sym__double_quote_span_open] = ACTIONS(886), - [sym__shortcode_open_escaped] = ACTIONS(889), - [sym__shortcode_open] = ACTIONS(892), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(895), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(898), - [sym__cite_author_in_text] = ACTIONS(901), - [sym__cite_suppress_author] = ACTIONS(904), - [sym__strikeout_open] = ACTIONS(907), - [sym__subscript_open] = ACTIONS(910), - [sym__superscript_open] = ACTIONS(913), - [sym__inline_note_start_token] = ACTIONS(916), - [sym__strong_emphasis_open_star] = ACTIONS(919), - [sym__strong_emphasis_open_underscore] = ACTIONS(922), - [sym__emphasis_open_star] = ACTIONS(925), - [sym__emphasis_open_underscore] = ACTIONS(928), - [sym_inline_note_reference] = ACTIONS(788), - [sym_html_element] = ACTIONS(788), - }, - [STATE(79)] = { [sym__block_not_section] = STATE(77), - [sym__section3] = STATE(304), - [sym__section4] = STATE(304), - [sym__section5] = STATE(304), - [sym__section6] = STATE(304), + [sym__section3] = STATE(313), + [sym__section4] = STATE(313), + [sym__section5] = STATE(313), + [sym__section6] = STATE(313), [sym__atx_heading3] = STATE(87), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(77), [sym_pandoc_paragraph] = STATE(77), [sym_inline_ref_def] = STATE(77), [sym_caption] = STATE(77), [sym_pipe_table] = STATE(77), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(77), [sym_pandoc_list] = STATE(77), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -54125,25 +54188,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(77), [sym_pandoc_div] = STATE(77), [sym_note_definition_fenced_block] = STATE(77), [sym__newline] = STATE(77), [sym__soft_line_break] = STATE(77), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section2_repeat1] = STATE(77), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -54151,276 +54214,561 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(931), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(931), - [sym_atx_h2_marker] = ACTIONS(931), - [sym_atx_h3_marker] = ACTIONS(197), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(933), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(931), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(798), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(798), + [sym_atx_h2_marker] = ACTIONS(798), + [sym_atx_h3_marker] = ACTIONS(201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(800), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(798), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, + [STATE(79)] = { + [sym__block_not_section] = STATE(79), + [sym__section3] = STATE(313), + [sym__section4] = STATE(313), + [sym__section5] = STATE(313), + [sym__section6] = STATE(313), + [sym__atx_heading3] = STATE(87), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(79), + [sym_pandoc_paragraph] = STATE(79), + [sym_inline_ref_def] = STATE(79), + [sym_caption] = STATE(79), + [sym_pipe_table] = STATE(79), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(79), + [sym_pandoc_list] = STATE(79), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(79), + [sym_pandoc_div] = STATE(79), + [sym_note_definition_fenced_block] = STATE(79), + [sym__newline] = STATE(79), + [sym__soft_line_break] = STATE(79), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(79), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(802), + [sym_entity_reference] = ACTIONS(805), + [sym_numeric_character_reference] = ACTIONS(808), + [anon_sym_LBRACK] = ACTIONS(811), + [anon_sym_BANG_LBRACK] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(820), + [anon_sym_LBRACE] = ACTIONS(823), + [aux_sym_pandoc_str_token1] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(829), + [aux_sym__prose_punctuation_token1] = ACTIONS(805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(832), + [sym__line_ending] = ACTIONS(835), + [sym__soft_line_ending] = ACTIONS(838), + [sym__block_close] = ACTIONS(841), + [sym__block_quote_start] = ACTIONS(843), + [sym_atx_h1_marker] = ACTIONS(841), + [sym_atx_h2_marker] = ACTIONS(841), + [sym_atx_h3_marker] = ACTIONS(846), + [sym_atx_h4_marker] = ACTIONS(849), + [sym_atx_h5_marker] = ACTIONS(852), + [sym_atx_h6_marker] = ACTIONS(855), + [sym__thematic_break] = ACTIONS(858), + [sym__list_marker_minus] = ACTIONS(861), + [sym__list_marker_plus] = ACTIONS(864), + [sym__list_marker_star] = ACTIONS(867), + [sym__list_marker_parenthesis] = ACTIONS(870), + [sym__list_marker_dot] = ACTIONS(873), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(861), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(864), + [sym__list_marker_star_dont_interrupt] = ACTIONS(867), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(870), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(873), + [sym__list_marker_example] = ACTIONS(876), + [sym__list_marker_example_dont_interrupt] = ACTIONS(876), + [sym__fenced_code_block_start_backtick] = ACTIONS(879), + [sym_minus_metadata] = ACTIONS(882), + [sym__pipe_table_start] = ACTIONS(885), + [sym__fenced_div_start] = ACTIONS(888), + [sym__fenced_div_end] = ACTIONS(841), + [sym_ref_id_specifier] = ACTIONS(891), + [sym__code_span_start] = ACTIONS(894), + [sym__html_comment] = ACTIONS(808), + [sym__autolink] = ACTIONS(808), + [sym__highlight_span_start] = ACTIONS(897), + [sym__insert_span_start] = ACTIONS(900), + [sym__delete_span_start] = ACTIONS(903), + [sym__edit_comment_span_start] = ACTIONS(906), + [sym__single_quote_span_open] = ACTIONS(909), + [sym__double_quote_span_open] = ACTIONS(912), + [sym__shortcode_open_escaped] = ACTIONS(915), + [sym__shortcode_open] = ACTIONS(918), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(921), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(924), + [sym__cite_author_in_text] = ACTIONS(927), + [sym__cite_suppress_author] = ACTIONS(930), + [sym__strikeout_open] = ACTIONS(933), + [sym__subscript_open] = ACTIONS(936), + [sym__superscript_open] = ACTIONS(939), + [sym__inline_note_start_token] = ACTIONS(942), + [sym__strong_emphasis_open_star] = ACTIONS(945), + [sym__strong_emphasis_open_underscore] = ACTIONS(948), + [sym__emphasis_open_star] = ACTIONS(951), + [sym__emphasis_open_underscore] = ACTIONS(954), + [sym_inline_note_reference] = ACTIONS(808), + [sym_html_element] = ACTIONS(808), + }, [STATE(80)] = { [sym__block_not_section] = STATE(80), - [sym__section3] = STATE(479), - [sym__section4] = STATE(479), - [sym__section5] = STATE(479), - [sym__section6] = STATE(479), - [sym__atx_heading3] = STATE(89), + [sym__section3] = STATE(490), + [sym__section4] = STATE(490), + [sym__section5] = STATE(490), + [sym__section6] = STATE(490), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(80), [sym_pandoc_paragraph] = STATE(80), [sym_inline_ref_def] = STATE(80), [sym_caption] = STATE(80), [sym_pipe_table] = STATE(80), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(80), [sym_pandoc_list] = STATE(80), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(80), [sym_pandoc_div] = STATE(80), [sym_note_definition_fenced_block] = STATE(80), [sym__newline] = STATE(80), [sym__soft_line_break] = STATE(80), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section2_repeat1] = STATE(80), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(935), - [sym_entity_reference] = ACTIONS(785), - [sym_numeric_character_reference] = ACTIONS(788), - [anon_sym_LBRACK] = ACTIONS(791), - [anon_sym_BANG_LBRACK] = ACTIONS(794), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(803), - [sym_pandoc_str] = ACTIONS(785), - [aux_sym__prose_punctuation_token1] = ACTIONS(785), - [aux_sym_pandoc_line_break_token1] = ACTIONS(806), - [sym__line_ending] = ACTIONS(938), - [sym__soft_line_ending] = ACTIONS(941), - [sym__block_close] = ACTIONS(815), - [sym__block_quote_start] = ACTIONS(944), - [sym_atx_h1_marker] = ACTIONS(815), - [sym_atx_h2_marker] = ACTIONS(815), - [sym_atx_h3_marker] = ACTIONS(947), - [sym_atx_h4_marker] = ACTIONS(950), - [sym_atx_h5_marker] = ACTIONS(953), - [sym_atx_h6_marker] = ACTIONS(956), - [sym__thematic_break] = ACTIONS(959), - [sym__list_marker_minus] = ACTIONS(835), - [sym__list_marker_plus] = ACTIONS(838), - [sym__list_marker_star] = ACTIONS(841), - [sym__list_marker_parenthesis] = ACTIONS(844), - [sym__list_marker_dot] = ACTIONS(847), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(835), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(838), - [sym__list_marker_star_dont_interrupt] = ACTIONS(841), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(844), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(847), - [sym__list_marker_example] = ACTIONS(850), - [sym__list_marker_example_dont_interrupt] = ACTIONS(850), - [sym__fenced_code_block_start_backtick] = ACTIONS(962), - [sym_minus_metadata] = ACTIONS(965), - [sym__pipe_table_start] = ACTIONS(968), - [sym__fenced_div_start] = ACTIONS(971), - [sym_ref_id_specifier] = ACTIONS(974), - [sym__code_span_start] = ACTIONS(868), - [sym__html_comment] = ACTIONS(788), - [sym__autolink] = ACTIONS(788), - [sym__highlight_span_start] = ACTIONS(871), - [sym__insert_span_start] = ACTIONS(874), - [sym__delete_span_start] = ACTIONS(877), - [sym__edit_comment_span_start] = ACTIONS(880), - [sym__single_quote_span_open] = ACTIONS(883), - [sym__double_quote_span_open] = ACTIONS(886), - [sym__shortcode_open_escaped] = ACTIONS(889), - [sym__shortcode_open] = ACTIONS(892), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(895), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(898), - [sym__cite_author_in_text] = ACTIONS(901), - [sym__cite_suppress_author] = ACTIONS(904), - [sym__strikeout_open] = ACTIONS(907), - [sym__subscript_open] = ACTIONS(910), - [sym__superscript_open] = ACTIONS(913), - [sym__inline_note_start_token] = ACTIONS(916), - [sym__strong_emphasis_open_star] = ACTIONS(919), - [sym__strong_emphasis_open_underscore] = ACTIONS(922), - [sym__emphasis_open_star] = ACTIONS(925), - [sym__emphasis_open_underscore] = ACTIONS(928), - [sym_inline_note_reference] = ACTIONS(788), - [sym_html_element] = ACTIONS(788), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(957), + [sym_entity_reference] = ACTIONS(805), + [sym_numeric_character_reference] = ACTIONS(808), + [anon_sym_LBRACK] = ACTIONS(811), + [anon_sym_BANG_LBRACK] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(820), + [anon_sym_LBRACE] = ACTIONS(823), + [aux_sym_pandoc_str_token1] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(829), + [aux_sym__prose_punctuation_token1] = ACTIONS(805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(832), + [sym__line_ending] = ACTIONS(960), + [sym__soft_line_ending] = ACTIONS(963), + [sym__block_close] = ACTIONS(841), + [sym__block_quote_start] = ACTIONS(966), + [sym_atx_h1_marker] = ACTIONS(841), + [sym_atx_h2_marker] = ACTIONS(841), + [sym_atx_h3_marker] = ACTIONS(969), + [sym_atx_h4_marker] = ACTIONS(972), + [sym_atx_h5_marker] = ACTIONS(975), + [sym_atx_h6_marker] = ACTIONS(978), + [sym__thematic_break] = ACTIONS(981), + [sym__list_marker_minus] = ACTIONS(861), + [sym__list_marker_plus] = ACTIONS(864), + [sym__list_marker_star] = ACTIONS(867), + [sym__list_marker_parenthesis] = ACTIONS(870), + [sym__list_marker_dot] = ACTIONS(873), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(861), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(864), + [sym__list_marker_star_dont_interrupt] = ACTIONS(867), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(870), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(873), + [sym__list_marker_example] = ACTIONS(876), + [sym__list_marker_example_dont_interrupt] = ACTIONS(876), + [sym__fenced_code_block_start_backtick] = ACTIONS(984), + [sym_minus_metadata] = ACTIONS(987), + [sym__pipe_table_start] = ACTIONS(990), + [sym__fenced_div_start] = ACTIONS(993), + [sym_ref_id_specifier] = ACTIONS(996), + [sym__code_span_start] = ACTIONS(894), + [sym__html_comment] = ACTIONS(808), + [sym__autolink] = ACTIONS(808), + [sym__highlight_span_start] = ACTIONS(897), + [sym__insert_span_start] = ACTIONS(900), + [sym__delete_span_start] = ACTIONS(903), + [sym__edit_comment_span_start] = ACTIONS(906), + [sym__single_quote_span_open] = ACTIONS(909), + [sym__double_quote_span_open] = ACTIONS(912), + [sym__shortcode_open_escaped] = ACTIONS(915), + [sym__shortcode_open] = ACTIONS(918), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(921), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(924), + [sym__cite_author_in_text] = ACTIONS(927), + [sym__cite_suppress_author] = ACTIONS(930), + [sym__strikeout_open] = ACTIONS(933), + [sym__subscript_open] = ACTIONS(936), + [sym__superscript_open] = ACTIONS(939), + [sym__inline_note_start_token] = ACTIONS(942), + [sym__strong_emphasis_open_star] = ACTIONS(945), + [sym__strong_emphasis_open_underscore] = ACTIONS(948), + [sym__emphasis_open_star] = ACTIONS(951), + [sym__emphasis_open_underscore] = ACTIONS(954), + [sym_inline_note_reference] = ACTIONS(808), + [sym_html_element] = ACTIONS(808), }, [STATE(81)] = { + [sym__block_not_section] = STATE(84), + [sym__section3] = STATE(579), + [sym__section4] = STATE(579), + [sym__section5] = STATE(579), + [sym__section6] = STATE(579), + [sym__atx_heading3] = STATE(92), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(84), + [sym_pandoc_paragraph] = STATE(84), + [sym_inline_ref_def] = STATE(84), + [sym_caption] = STATE(84), + [sym_pipe_table] = STATE(84), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(84), + [sym_pandoc_list] = STATE(84), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(84), + [sym_pandoc_div] = STATE(84), + [sym_note_definition_fenced_block] = STATE(84), + [sym__newline] = STATE(84), + [sym__soft_line_break] = STATE(84), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(84), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(794), + [anon_sym_COLON] = ACTIONS(5), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(794), + [sym_atx_h2_marker] = ACTIONS(794), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(999), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(82)] = { [sym__block_not_section] = STATE(80), - [sym__section3] = STATE(479), - [sym__section4] = STATE(479), - [sym__section5] = STATE(479), - [sym__section6] = STATE(479), - [sym__atx_heading3] = STATE(89), + [sym__section3] = STATE(490), + [sym__section4] = STATE(490), + [sym__section5] = STATE(490), + [sym__section6] = STATE(490), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(80), [sym_pandoc_paragraph] = STATE(80), [sym_inline_ref_def] = STATE(80), [sym_caption] = STATE(80), [sym_pipe_table] = STATE(80), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(80), [sym_pandoc_list] = STATE(80), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(80), [sym_pandoc_div] = STATE(80), [sym_note_definition_fenced_block] = STATE(80), [sym__newline] = STATE(80), [sym__soft_line_break] = STATE(80), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section2_repeat1] = STATE(80), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -54428,137 +54776,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(778), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(778), - [sym_atx_h2_marker] = ACTIONS(778), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(977), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(794), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(794), + [sym_atx_h2_marker] = ACTIONS(794), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1001), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(82)] = { - [sym__block_not_section] = STATE(85), - [sym__section3] = STATE(438), - [sym__section4] = STATE(438), - [sym__section5] = STATE(438), - [sym__section6] = STATE(438), + [STATE(83)] = { + [sym__block_not_section] = STATE(81), + [sym__section3] = STATE(579), + [sym__section4] = STATE(579), + [sym__section5] = STATE(579), + [sym__section6] = STATE(579), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(85), - [sym_pandoc_paragraph] = STATE(85), - [sym_inline_ref_def] = STATE(85), - [sym_caption] = STATE(85), - [sym_pipe_table] = STATE(85), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(85), - [sym_pandoc_list] = STATE(85), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(81), + [sym_pandoc_paragraph] = STATE(81), + [sym_inline_ref_def] = STATE(81), + [sym_caption] = STATE(81), + [sym_pipe_table] = STATE(81), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(81), + [sym_pandoc_list] = STATE(81), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(85), - [sym_pandoc_div] = STATE(85), - [sym_note_definition_fenced_block] = STATE(85), - [sym__newline] = STATE(85), - [sym__soft_line_break] = STATE(85), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(85), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(778), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(81), + [sym_pandoc_div] = STATE(81), + [sym_note_definition_fenced_block] = STATE(81), + [sym__newline] = STATE(81), + [sym__soft_line_break] = STATE(81), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(81), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(798), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -54567,274 +54917,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(778), - [sym_atx_h2_marker] = ACTIONS(778), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(979), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(798), + [sym_atx_h2_marker] = ACTIONS(798), + [sym_atx_h3_marker] = ACTIONS(37), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1003), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(83)] = { - [sym__block_not_section] = STATE(82), - [sym__section3] = STATE(438), - [sym__section4] = STATE(438), - [sym__section5] = STATE(438), - [sym__section6] = STATE(438), + [STATE(84)] = { + [sym__block_not_section] = STATE(84), + [sym__section3] = STATE(579), + [sym__section4] = STATE(579), + [sym__section5] = STATE(579), + [sym__section6] = STATE(579), [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(82), - [sym_pandoc_paragraph] = STATE(82), - [sym_inline_ref_def] = STATE(82), - [sym_caption] = STATE(82), - [sym_pipe_table] = STATE(82), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(82), - [sym_pandoc_list] = STATE(82), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(84), + [sym_pandoc_paragraph] = STATE(84), + [sym_inline_ref_def] = STATE(84), + [sym_caption] = STATE(84), + [sym_pipe_table] = STATE(84), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(84), + [sym_pandoc_list] = STATE(84), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(82), - [sym_pandoc_div] = STATE(82), - [sym_note_definition_fenced_block] = STATE(82), - [sym__newline] = STATE(82), - [sym__soft_line_break] = STATE(82), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(82), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(931), - [anon_sym_COLON] = ACTIONS(5), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(931), - [sym_atx_h2_marker] = ACTIONS(931), - [sym_atx_h3_marker] = ACTIONS(33), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(981), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(84), + [sym_pandoc_div] = STATE(84), + [sym_note_definition_fenced_block] = STATE(84), + [sym__newline] = STATE(84), + [sym__soft_line_break] = STATE(84), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(84), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(841), + [anon_sym_COLON] = ACTIONS(1005), + [sym_entity_reference] = ACTIONS(805), + [sym_numeric_character_reference] = ACTIONS(808), + [anon_sym_LBRACK] = ACTIONS(811), + [anon_sym_BANG_LBRACK] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(820), + [anon_sym_LBRACE] = ACTIONS(823), + [aux_sym_pandoc_str_token1] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(829), + [aux_sym__prose_punctuation_token1] = ACTIONS(805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(832), + [sym__line_ending] = ACTIONS(1008), + [sym__soft_line_ending] = ACTIONS(1011), + [sym__block_quote_start] = ACTIONS(1014), + [sym_atx_h1_marker] = ACTIONS(841), + [sym_atx_h2_marker] = ACTIONS(841), + [sym_atx_h3_marker] = ACTIONS(1017), + [sym_atx_h4_marker] = ACTIONS(1020), + [sym_atx_h5_marker] = ACTIONS(1023), + [sym_atx_h6_marker] = ACTIONS(1026), + [sym__thematic_break] = ACTIONS(1029), + [sym__list_marker_minus] = ACTIONS(861), + [sym__list_marker_plus] = ACTIONS(864), + [sym__list_marker_star] = ACTIONS(867), + [sym__list_marker_parenthesis] = ACTIONS(870), + [sym__list_marker_dot] = ACTIONS(873), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(861), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(864), + [sym__list_marker_star_dont_interrupt] = ACTIONS(867), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(870), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(873), + [sym__list_marker_example] = ACTIONS(876), + [sym__list_marker_example_dont_interrupt] = ACTIONS(876), + [sym__fenced_code_block_start_backtick] = ACTIONS(1032), + [sym_minus_metadata] = ACTIONS(1035), + [sym__pipe_table_start] = ACTIONS(1038), + [sym__fenced_div_start] = ACTIONS(1041), + [sym_ref_id_specifier] = ACTIONS(1044), + [sym__code_span_start] = ACTIONS(894), + [sym__html_comment] = ACTIONS(808), + [sym__autolink] = ACTIONS(808), + [sym__highlight_span_start] = ACTIONS(897), + [sym__insert_span_start] = ACTIONS(900), + [sym__delete_span_start] = ACTIONS(903), + [sym__edit_comment_span_start] = ACTIONS(906), + [sym__single_quote_span_open] = ACTIONS(909), + [sym__double_quote_span_open] = ACTIONS(912), + [sym__shortcode_open_escaped] = ACTIONS(915), + [sym__shortcode_open] = ACTIONS(918), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(921), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(924), + [sym__cite_author_in_text] = ACTIONS(927), + [sym__cite_suppress_author] = ACTIONS(930), + [sym__strikeout_open] = ACTIONS(933), + [sym__subscript_open] = ACTIONS(936), + [sym__superscript_open] = ACTIONS(939), + [sym__inline_note_start_token] = ACTIONS(942), + [sym__strong_emphasis_open_star] = ACTIONS(945), + [sym__strong_emphasis_open_underscore] = ACTIONS(948), + [sym__emphasis_open_star] = ACTIONS(951), + [sym__emphasis_open_underscore] = ACTIONS(954), + [sym_inline_note_reference] = ACTIONS(808), + [sym_html_element] = ACTIONS(808), }, - [STATE(84)] = { - [sym__block_not_section] = STATE(81), - [sym__section3] = STATE(479), - [sym__section4] = STATE(479), - [sym__section5] = STATE(479), - [sym__section6] = STATE(479), - [sym__atx_heading3] = STATE(89), + [STATE(85)] = { + [sym__block_not_section] = STATE(82), + [sym__section3] = STATE(490), + [sym__section4] = STATE(490), + [sym__section5] = STATE(490), + [sym__section6] = STATE(490), + [sym__atx_heading3] = STATE(91), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(81), - [sym_pandoc_paragraph] = STATE(81), - [sym_inline_ref_def] = STATE(81), - [sym_caption] = STATE(81), - [sym_pipe_table] = STATE(81), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(81), - [sym_pandoc_list] = STATE(81), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(82), + [sym_pandoc_paragraph] = STATE(82), + [sym_inline_ref_def] = STATE(82), + [sym_caption] = STATE(82), + [sym_pipe_table] = STATE(82), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(82), + [sym_pandoc_list] = STATE(82), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(81), - [sym_pandoc_div] = STATE(81), - [sym_note_definition_fenced_block] = STATE(81), - [sym__newline] = STATE(81), - [sym__soft_line_break] = STATE(81), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(81), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(82), + [sym_pandoc_div] = STATE(82), + [sym_note_definition_fenced_block] = STATE(82), + [sym__newline] = STATE(82), + [sym__soft_line_break] = STATE(82), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section2_repeat1] = STATE(82), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -54842,247 +55196,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(931), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(931), - [sym_atx_h2_marker] = ACTIONS(931), - [sym_atx_h3_marker] = ACTIONS(121), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(983), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(798), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(798), + [sym_atx_h2_marker] = ACTIONS(798), + [sym_atx_h3_marker] = ACTIONS(125), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1047), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(85)] = { - [sym__block_not_section] = STATE(85), - [sym__section3] = STATE(438), - [sym__section4] = STATE(438), - [sym__section5] = STATE(438), - [sym__section6] = STATE(438), - [sym__atx_heading3] = STATE(92), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(85), - [sym_pandoc_paragraph] = STATE(85), - [sym_inline_ref_def] = STATE(85), - [sym_caption] = STATE(85), - [sym_pipe_table] = STATE(85), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(85), - [sym_pandoc_list] = STATE(85), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(85), - [sym_pandoc_div] = STATE(85), - [sym_note_definition_fenced_block] = STATE(85), - [sym__newline] = STATE(85), - [sym__soft_line_break] = STATE(85), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section2_repeat1] = STATE(85), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(985), - [sym_entity_reference] = ACTIONS(785), - [sym_numeric_character_reference] = ACTIONS(788), - [anon_sym_LBRACK] = ACTIONS(791), - [anon_sym_BANG_LBRACK] = ACTIONS(794), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(803), - [sym_pandoc_str] = ACTIONS(785), - [aux_sym__prose_punctuation_token1] = ACTIONS(785), - [aux_sym_pandoc_line_break_token1] = ACTIONS(806), - [sym__line_ending] = ACTIONS(988), - [sym__soft_line_ending] = ACTIONS(991), - [sym__block_quote_start] = ACTIONS(994), - [sym_atx_h1_marker] = ACTIONS(815), - [sym_atx_h2_marker] = ACTIONS(815), - [sym_atx_h3_marker] = ACTIONS(997), - [sym_atx_h4_marker] = ACTIONS(1000), - [sym_atx_h5_marker] = ACTIONS(1003), - [sym_atx_h6_marker] = ACTIONS(1006), - [sym__thematic_break] = ACTIONS(1009), - [sym__list_marker_minus] = ACTIONS(835), - [sym__list_marker_plus] = ACTIONS(838), - [sym__list_marker_star] = ACTIONS(841), - [sym__list_marker_parenthesis] = ACTIONS(844), - [sym__list_marker_dot] = ACTIONS(847), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(835), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(838), - [sym__list_marker_star_dont_interrupt] = ACTIONS(841), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(844), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(847), - [sym__list_marker_example] = ACTIONS(850), - [sym__list_marker_example_dont_interrupt] = ACTIONS(850), - [sym__fenced_code_block_start_backtick] = ACTIONS(1012), - [sym_minus_metadata] = ACTIONS(1015), - [sym__pipe_table_start] = ACTIONS(1018), - [sym__fenced_div_start] = ACTIONS(1021), - [sym_ref_id_specifier] = ACTIONS(1024), - [sym__code_span_start] = ACTIONS(868), - [sym__html_comment] = ACTIONS(788), - [sym__autolink] = ACTIONS(788), - [sym__highlight_span_start] = ACTIONS(871), - [sym__insert_span_start] = ACTIONS(874), - [sym__delete_span_start] = ACTIONS(877), - [sym__edit_comment_span_start] = ACTIONS(880), - [sym__single_quote_span_open] = ACTIONS(883), - [sym__double_quote_span_open] = ACTIONS(886), - [sym__shortcode_open_escaped] = ACTIONS(889), - [sym__shortcode_open] = ACTIONS(892), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(895), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(898), - [sym__cite_author_in_text] = ACTIONS(901), - [sym__cite_suppress_author] = ACTIONS(904), - [sym__strikeout_open] = ACTIONS(907), - [sym__subscript_open] = ACTIONS(910), - [sym__superscript_open] = ACTIONS(913), - [sym__inline_note_start_token] = ACTIONS(916), - [sym__strong_emphasis_open_star] = ACTIONS(919), - [sym__strong_emphasis_open_underscore] = ACTIONS(922), - [sym__emphasis_open_star] = ACTIONS(925), - [sym__emphasis_open_underscore] = ACTIONS(928), - [sym_inline_note_reference] = ACTIONS(788), - [sym_html_element] = ACTIONS(788), - }, [STATE(86)] = { + [sym__block_not_section] = STATE(86), + [sym__section4] = STATE(314), + [sym__section5] = STATE(314), + [sym__section6] = STATE(314), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(86), + [sym_pandoc_paragraph] = STATE(86), + [sym_inline_ref_def] = STATE(86), + [sym_caption] = STATE(86), + [sym_pipe_table] = STATE(86), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(86), + [sym_pandoc_list] = STATE(86), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(86), + [sym_pandoc_div] = STATE(86), + [sym_note_definition_fenced_block] = STATE(86), + [sym__newline] = STATE(86), + [sym__soft_line_break] = STATE(86), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section3_repeat1] = STATE(86), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(1049), + [sym_entity_reference] = ACTIONS(1052), + [sym_numeric_character_reference] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1058), + [anon_sym_BANG_LBRACK] = ACTIONS(1061), + [anon_sym_DOLLAR] = ACTIONS(1064), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1067), + [anon_sym_LBRACE] = ACTIONS(1070), + [aux_sym_pandoc_str_token1] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1076), + [aux_sym__prose_punctuation_token1] = ACTIONS(1052), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1079), + [sym__line_ending] = ACTIONS(1082), + [sym__soft_line_ending] = ACTIONS(1085), + [sym__block_close] = ACTIONS(1088), + [sym__block_quote_start] = ACTIONS(1090), + [sym_atx_h1_marker] = ACTIONS(1088), + [sym_atx_h2_marker] = ACTIONS(1088), + [sym_atx_h3_marker] = ACTIONS(1088), + [sym_atx_h4_marker] = ACTIONS(1093), + [sym_atx_h5_marker] = ACTIONS(1096), + [sym_atx_h6_marker] = ACTIONS(1099), + [sym__thematic_break] = ACTIONS(1102), + [sym__list_marker_minus] = ACTIONS(1105), + [sym__list_marker_plus] = ACTIONS(1108), + [sym__list_marker_star] = ACTIONS(1111), + [sym__list_marker_parenthesis] = ACTIONS(1114), + [sym__list_marker_dot] = ACTIONS(1117), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1105), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1111), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1117), + [sym__list_marker_example] = ACTIONS(1120), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1120), + [sym__fenced_code_block_start_backtick] = ACTIONS(1123), + [sym_minus_metadata] = ACTIONS(1126), + [sym__pipe_table_start] = ACTIONS(1129), + [sym__fenced_div_start] = ACTIONS(1132), + [sym__fenced_div_end] = ACTIONS(1088), + [sym_ref_id_specifier] = ACTIONS(1135), + [sym__code_span_start] = ACTIONS(1138), + [sym__html_comment] = ACTIONS(1055), + [sym__autolink] = ACTIONS(1055), + [sym__highlight_span_start] = ACTIONS(1141), + [sym__insert_span_start] = ACTIONS(1144), + [sym__delete_span_start] = ACTIONS(1147), + [sym__edit_comment_span_start] = ACTIONS(1150), + [sym__single_quote_span_open] = ACTIONS(1153), + [sym__double_quote_span_open] = ACTIONS(1156), + [sym__shortcode_open_escaped] = ACTIONS(1159), + [sym__shortcode_open] = ACTIONS(1162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1168), + [sym__cite_author_in_text] = ACTIONS(1171), + [sym__cite_suppress_author] = ACTIONS(1174), + [sym__strikeout_open] = ACTIONS(1177), + [sym__subscript_open] = ACTIONS(1180), + [sym__superscript_open] = ACTIONS(1183), + [sym__inline_note_start_token] = ACTIONS(1186), + [sym__strong_emphasis_open_star] = ACTIONS(1189), + [sym__strong_emphasis_open_underscore] = ACTIONS(1192), + [sym__emphasis_open_star] = ACTIONS(1195), + [sym__emphasis_open_underscore] = ACTIONS(1198), + [sym_inline_note_reference] = ACTIONS(1055), + [sym_html_element] = ACTIONS(1055), + }, + [STATE(87)] = { [sym__block_not_section] = STATE(88), - [sym__section4] = STATE(305), - [sym__section5] = STATE(305), - [sym__section6] = STATE(305), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__section4] = STATE(314), + [sym__section5] = STATE(314), + [sym__section6] = STATE(314), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(88), [sym_pandoc_paragraph] = STATE(88), [sym_inline_ref_def] = STATE(88), [sym_caption] = STATE(88), [sym_pipe_table] = STATE(88), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(88), [sym_pandoc_list] = STATE(88), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -55090,25 +55447,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(88), [sym_pandoc_div] = STATE(88), [sym_note_definition_fenced_block] = STATE(88), [sym__newline] = STATE(88), [sym__soft_line_break] = STATE(88), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section3_repeat1] = STATE(88), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -55116,110 +55473,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1027), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1027), - [sym_atx_h2_marker] = ACTIONS(1027), - [sym_atx_h3_marker] = ACTIONS(1027), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1029), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1027), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1201), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1201), + [sym_atx_h2_marker] = ACTIONS(1201), + [sym_atx_h3_marker] = ACTIONS(1201), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1203), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1201), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(87)] = { + [STATE(88)] = { [sym__block_not_section] = STATE(86), - [sym__section4] = STATE(305), - [sym__section5] = STATE(305), - [sym__section6] = STATE(305), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), + [sym__section4] = STATE(314), + [sym__section5] = STATE(314), + [sym__section6] = STATE(314), + [sym__atx_heading4] = STATE(97), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(86), [sym_pandoc_paragraph] = STATE(86), [sym_inline_ref_def] = STATE(86), [sym_caption] = STATE(86), [sym_pipe_table] = STATE(86), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(86), [sym_pandoc_list] = STATE(86), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -55227,25 +55586,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(86), [sym_pandoc_div] = STATE(86), [sym_note_definition_fenced_block] = STATE(86), [sym__newline] = STATE(86), [sym__soft_line_break] = STATE(86), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section3_repeat1] = STATE(86), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -55253,273 +55612,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1031), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1031), - [sym_atx_h2_marker] = ACTIONS(1031), - [sym_atx_h3_marker] = ACTIONS(1031), - [sym_atx_h4_marker] = ACTIONS(199), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1033), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1031), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1205), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1205), + [sym_atx_h2_marker] = ACTIONS(1205), + [sym_atx_h3_marker] = ACTIONS(1205), + [sym_atx_h4_marker] = ACTIONS(203), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1207), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1205), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(88)] = { - [sym__block_not_section] = STATE(88), - [sym__section4] = STATE(305), - [sym__section5] = STATE(305), - [sym__section6] = STATE(305), - [sym__atx_heading4] = STATE(95), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(88), - [sym_pandoc_paragraph] = STATE(88), - [sym_inline_ref_def] = STATE(88), - [sym_caption] = STATE(88), - [sym_pipe_table] = STATE(88), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(88), - [sym_pandoc_list] = STATE(88), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(88), - [sym_pandoc_div] = STATE(88), - [sym_note_definition_fenced_block] = STATE(88), - [sym__newline] = STATE(88), - [sym__soft_line_break] = STATE(88), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section3_repeat1] = STATE(88), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(1035), - [sym_entity_reference] = ACTIONS(1038), - [sym_numeric_character_reference] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_BANG_LBRACK] = ACTIONS(1047), - [anon_sym_DOLLAR] = ACTIONS(1050), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1053), - [anon_sym_LBRACE] = ACTIONS(1056), - [sym_pandoc_str] = ACTIONS(1038), - [aux_sym__prose_punctuation_token1] = ACTIONS(1038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1059), - [sym__line_ending] = ACTIONS(1062), - [sym__soft_line_ending] = ACTIONS(1065), - [sym__block_close] = ACTIONS(1068), - [sym__block_quote_start] = ACTIONS(1070), - [sym_atx_h1_marker] = ACTIONS(1068), - [sym_atx_h2_marker] = ACTIONS(1068), - [sym_atx_h3_marker] = ACTIONS(1068), - [sym_atx_h4_marker] = ACTIONS(1073), - [sym_atx_h5_marker] = ACTIONS(1076), - [sym_atx_h6_marker] = ACTIONS(1079), - [sym__thematic_break] = ACTIONS(1082), - [sym__list_marker_minus] = ACTIONS(1085), - [sym__list_marker_plus] = ACTIONS(1088), - [sym__list_marker_star] = ACTIONS(1091), - [sym__list_marker_parenthesis] = ACTIONS(1094), - [sym__list_marker_dot] = ACTIONS(1097), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1085), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1088), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1094), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1097), - [sym__list_marker_example] = ACTIONS(1100), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1100), - [sym__fenced_code_block_start_backtick] = ACTIONS(1103), - [sym_minus_metadata] = ACTIONS(1106), - [sym__pipe_table_start] = ACTIONS(1109), - [sym__fenced_div_start] = ACTIONS(1112), - [sym__fenced_div_end] = ACTIONS(1068), - [sym_ref_id_specifier] = ACTIONS(1115), - [sym__code_span_start] = ACTIONS(1118), - [sym__html_comment] = ACTIONS(1041), - [sym__autolink] = ACTIONS(1041), - [sym__highlight_span_start] = ACTIONS(1121), - [sym__insert_span_start] = ACTIONS(1124), - [sym__delete_span_start] = ACTIONS(1127), - [sym__edit_comment_span_start] = ACTIONS(1130), - [sym__single_quote_span_open] = ACTIONS(1133), - [sym__double_quote_span_open] = ACTIONS(1136), - [sym__shortcode_open_escaped] = ACTIONS(1139), - [sym__shortcode_open] = ACTIONS(1142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1145), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1148), - [sym__cite_author_in_text] = ACTIONS(1151), - [sym__cite_suppress_author] = ACTIONS(1154), - [sym__strikeout_open] = ACTIONS(1157), - [sym__subscript_open] = ACTIONS(1160), - [sym__superscript_open] = ACTIONS(1163), - [sym__inline_note_start_token] = ACTIONS(1166), - [sym__strong_emphasis_open_star] = ACTIONS(1169), - [sym__strong_emphasis_open_underscore] = ACTIONS(1172), - [sym__emphasis_open_star] = ACTIONS(1175), - [sym__emphasis_open_underscore] = ACTIONS(1178), - [sym_inline_note_reference] = ACTIONS(1041), - [sym_html_element] = ACTIONS(1041), - }, [STATE(89)] = { - [sym__block_not_section] = STATE(93), - [sym__section4] = STATE(481), - [sym__section5] = STATE(481), - [sym__section6] = STATE(481), - [sym__atx_heading4] = STATE(98), + [sym__block_not_section] = STATE(89), + [sym__section4] = STATE(503), + [sym__section5] = STATE(503), + [sym__section6] = STATE(503), + [sym__atx_heading4] = STATE(99), [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(93), - [sym_pandoc_paragraph] = STATE(93), - [sym_inline_ref_def] = STATE(93), - [sym_caption] = STATE(93), - [sym_pipe_table] = STATE(93), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(93), - [sym_pandoc_list] = STATE(93), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(89), + [sym_pandoc_paragraph] = STATE(89), + [sym_inline_ref_def] = STATE(89), + [sym_caption] = STATE(89), + [sym_pipe_table] = STATE(89), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(89), + [sym_pandoc_list] = STATE(89), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(89), + [sym_pandoc_div] = STATE(89), + [sym_note_definition_fenced_block] = STATE(89), + [sym__newline] = STATE(89), + [sym__soft_line_break] = STATE(89), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section3_repeat1] = STATE(89), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1088), + [anon_sym_COLON] = ACTIONS(1209), + [sym_entity_reference] = ACTIONS(1052), + [sym_numeric_character_reference] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1058), + [anon_sym_BANG_LBRACK] = ACTIONS(1061), + [anon_sym_DOLLAR] = ACTIONS(1064), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1067), + [anon_sym_LBRACE] = ACTIONS(1070), + [aux_sym_pandoc_str_token1] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1076), + [aux_sym__prose_punctuation_token1] = ACTIONS(1052), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1079), + [sym__line_ending] = ACTIONS(1212), + [sym__soft_line_ending] = ACTIONS(1215), + [sym__block_quote_start] = ACTIONS(1218), + [sym_atx_h1_marker] = ACTIONS(1088), + [sym_atx_h2_marker] = ACTIONS(1088), + [sym_atx_h3_marker] = ACTIONS(1088), + [sym_atx_h4_marker] = ACTIONS(1221), + [sym_atx_h5_marker] = ACTIONS(1224), + [sym_atx_h6_marker] = ACTIONS(1227), + [sym__thematic_break] = ACTIONS(1230), + [sym__list_marker_minus] = ACTIONS(1105), + [sym__list_marker_plus] = ACTIONS(1108), + [sym__list_marker_star] = ACTIONS(1111), + [sym__list_marker_parenthesis] = ACTIONS(1114), + [sym__list_marker_dot] = ACTIONS(1117), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1105), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1111), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1117), + [sym__list_marker_example] = ACTIONS(1120), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1120), + [sym__fenced_code_block_start_backtick] = ACTIONS(1233), + [sym_minus_metadata] = ACTIONS(1236), + [sym__pipe_table_start] = ACTIONS(1239), + [sym__fenced_div_start] = ACTIONS(1242), + [sym_ref_id_specifier] = ACTIONS(1245), + [sym__code_span_start] = ACTIONS(1138), + [sym__html_comment] = ACTIONS(1055), + [sym__autolink] = ACTIONS(1055), + [sym__highlight_span_start] = ACTIONS(1141), + [sym__insert_span_start] = ACTIONS(1144), + [sym__delete_span_start] = ACTIONS(1147), + [sym__edit_comment_span_start] = ACTIONS(1150), + [sym__single_quote_span_open] = ACTIONS(1153), + [sym__double_quote_span_open] = ACTIONS(1156), + [sym__shortcode_open_escaped] = ACTIONS(1159), + [sym__shortcode_open] = ACTIONS(1162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1168), + [sym__cite_author_in_text] = ACTIONS(1171), + [sym__cite_suppress_author] = ACTIONS(1174), + [sym__strikeout_open] = ACTIONS(1177), + [sym__subscript_open] = ACTIONS(1180), + [sym__superscript_open] = ACTIONS(1183), + [sym__inline_note_start_token] = ACTIONS(1186), + [sym__strong_emphasis_open_star] = ACTIONS(1189), + [sym__strong_emphasis_open_underscore] = ACTIONS(1192), + [sym__emphasis_open_star] = ACTIONS(1195), + [sym__emphasis_open_underscore] = ACTIONS(1198), + [sym_inline_note_reference] = ACTIONS(1055), + [sym_html_element] = ACTIONS(1055), + }, + [STATE(90)] = { + [sym__block_not_section] = STATE(94), + [sym__section4] = STATE(494), + [sym__section5] = STATE(494), + [sym__section6] = STATE(494), + [sym__atx_heading4] = STATE(98), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(94), + [sym_pandoc_paragraph] = STATE(94), + [sym_inline_ref_def] = STATE(94), + [sym_caption] = STATE(94), + [sym_pipe_table] = STATE(94), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(94), + [sym_pandoc_list] = STATE(94), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(93), - [sym_pandoc_div] = STATE(93), - [sym_note_definition_fenced_block] = STATE(93), - [sym__newline] = STATE(93), - [sym__soft_line_break] = STATE(93), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section3_repeat1] = STATE(93), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(94), + [sym_pandoc_div] = STATE(94), + [sym_note_definition_fenced_block] = STATE(94), + [sym__newline] = STATE(94), + [sym__soft_line_break] = STATE(94), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section3_repeat1] = STATE(94), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -55527,272 +55889,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1031), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1031), - [sym_atx_h2_marker] = ACTIONS(1031), - [sym_atx_h3_marker] = ACTIONS(1031), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1181), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1205), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1205), + [sym_atx_h2_marker] = ACTIONS(1205), + [sym_atx_h3_marker] = ACTIONS(1205), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1248), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(90)] = { + [STATE(91)] = { [sym__block_not_section] = STATE(90), - [sym__section4] = STATE(481), - [sym__section5] = STATE(481), - [sym__section6] = STATE(481), + [sym__section4] = STATE(494), + [sym__section5] = STATE(494), + [sym__section6] = STATE(494), [sym__atx_heading4] = STATE(98), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(90), [sym_pandoc_paragraph] = STATE(90), [sym_inline_ref_def] = STATE(90), [sym_caption] = STATE(90), [sym_pipe_table] = STATE(90), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(90), [sym_pandoc_list] = STATE(90), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(90), [sym_pandoc_div] = STATE(90), [sym_note_definition_fenced_block] = STATE(90), [sym__newline] = STATE(90), [sym__soft_line_break] = STATE(90), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section3_repeat1] = STATE(90), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(1183), - [sym_entity_reference] = ACTIONS(1038), - [sym_numeric_character_reference] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_BANG_LBRACK] = ACTIONS(1047), - [anon_sym_DOLLAR] = ACTIONS(1050), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1053), - [anon_sym_LBRACE] = ACTIONS(1056), - [sym_pandoc_str] = ACTIONS(1038), - [aux_sym__prose_punctuation_token1] = ACTIONS(1038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1059), - [sym__line_ending] = ACTIONS(1186), - [sym__soft_line_ending] = ACTIONS(1189), - [sym__block_close] = ACTIONS(1068), - [sym__block_quote_start] = ACTIONS(1192), - [sym_atx_h1_marker] = ACTIONS(1068), - [sym_atx_h2_marker] = ACTIONS(1068), - [sym_atx_h3_marker] = ACTIONS(1068), - [sym_atx_h4_marker] = ACTIONS(1195), - [sym_atx_h5_marker] = ACTIONS(1198), - [sym_atx_h6_marker] = ACTIONS(1201), - [sym__thematic_break] = ACTIONS(1204), - [sym__list_marker_minus] = ACTIONS(1085), - [sym__list_marker_plus] = ACTIONS(1088), - [sym__list_marker_star] = ACTIONS(1091), - [sym__list_marker_parenthesis] = ACTIONS(1094), - [sym__list_marker_dot] = ACTIONS(1097), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1085), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1088), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1094), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1097), - [sym__list_marker_example] = ACTIONS(1100), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1100), - [sym__fenced_code_block_start_backtick] = ACTIONS(1207), - [sym_minus_metadata] = ACTIONS(1210), - [sym__pipe_table_start] = ACTIONS(1213), - [sym__fenced_div_start] = ACTIONS(1216), - [sym_ref_id_specifier] = ACTIONS(1219), - [sym__code_span_start] = ACTIONS(1118), - [sym__html_comment] = ACTIONS(1041), - [sym__autolink] = ACTIONS(1041), - [sym__highlight_span_start] = ACTIONS(1121), - [sym__insert_span_start] = ACTIONS(1124), - [sym__delete_span_start] = ACTIONS(1127), - [sym__edit_comment_span_start] = ACTIONS(1130), - [sym__single_quote_span_open] = ACTIONS(1133), - [sym__double_quote_span_open] = ACTIONS(1136), - [sym__shortcode_open_escaped] = ACTIONS(1139), - [sym__shortcode_open] = ACTIONS(1142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1145), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1148), - [sym__cite_author_in_text] = ACTIONS(1151), - [sym__cite_suppress_author] = ACTIONS(1154), - [sym__strikeout_open] = ACTIONS(1157), - [sym__subscript_open] = ACTIONS(1160), - [sym__superscript_open] = ACTIONS(1163), - [sym__inline_note_start_token] = ACTIONS(1166), - [sym__strong_emphasis_open_star] = ACTIONS(1169), - [sym__strong_emphasis_open_underscore] = ACTIONS(1172), - [sym__emphasis_open_star] = ACTIONS(1175), - [sym__emphasis_open_underscore] = ACTIONS(1178), - [sym_inline_note_reference] = ACTIONS(1041), - [sym_html_element] = ACTIONS(1041), - }, - [STATE(91)] = { - [sym__block_not_section] = STATE(94), - [sym__section4] = STATE(440), - [sym__section5] = STATE(440), - [sym__section6] = STATE(440), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(94), - [sym_pandoc_paragraph] = STATE(94), - [sym_inline_ref_def] = STATE(94), - [sym_caption] = STATE(94), - [sym_pipe_table] = STATE(94), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(94), - [sym_pandoc_list] = STATE(94), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(94), - [sym_pandoc_div] = STATE(94), - [sym_note_definition_fenced_block] = STATE(94), - [sym__newline] = STATE(94), - [sym__soft_line_break] = STATE(94), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section3_repeat1] = STATE(94), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1027), - [anon_sym_COLON] = ACTIONS(5), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -55800,134 +56027,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1027), - [sym_atx_h2_marker] = ACTIONS(1027), - [sym_atx_h3_marker] = ACTIONS(1027), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1222), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1201), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1201), + [sym_atx_h2_marker] = ACTIONS(1201), + [sym_atx_h3_marker] = ACTIONS(1201), + [sym_atx_h4_marker] = ACTIONS(127), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1250), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(92)] = { - [sym__block_not_section] = STATE(91), - [sym__section4] = STATE(440), - [sym__section5] = STATE(440), - [sym__section6] = STATE(440), - [sym__atx_heading4] = STATE(102), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(91), - [sym_pandoc_paragraph] = STATE(91), - [sym_inline_ref_def] = STATE(91), - [sym_caption] = STATE(91), - [sym_pipe_table] = STATE(91), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(91), - [sym_pandoc_list] = STATE(91), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__block_not_section] = STATE(93), + [sym__section4] = STATE(503), + [sym__section5] = STATE(503), + [sym__section6] = STATE(503), + [sym__atx_heading4] = STATE(99), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(93), + [sym_pandoc_paragraph] = STATE(93), + [sym_inline_ref_def] = STATE(93), + [sym_caption] = STATE(93), + [sym_pipe_table] = STATE(93), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(93), + [sym_pandoc_list] = STATE(93), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(91), - [sym_pandoc_div] = STATE(91), - [sym_note_definition_fenced_block] = STATE(91), - [sym__newline] = STATE(91), - [sym__soft_line_break] = STATE(91), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section3_repeat1] = STATE(91), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1031), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(93), + [sym_pandoc_div] = STATE(93), + [sym_note_definition_fenced_block] = STATE(93), + [sym__newline] = STATE(93), + [sym__soft_line_break] = STATE(93), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section3_repeat1] = STATE(93), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1201), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -55936,134 +56166,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1031), - [sym_atx_h2_marker] = ACTIONS(1031), - [sym_atx_h3_marker] = ACTIONS(1031), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1224), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1201), + [sym_atx_h2_marker] = ACTIONS(1201), + [sym_atx_h3_marker] = ACTIONS(1201), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1252), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(93)] = { - [sym__block_not_section] = STATE(90), - [sym__section4] = STATE(481), - [sym__section5] = STATE(481), - [sym__section6] = STATE(481), - [sym__atx_heading4] = STATE(98), + [sym__block_not_section] = STATE(89), + [sym__section4] = STATE(503), + [sym__section5] = STATE(503), + [sym__section6] = STATE(503), + [sym__atx_heading4] = STATE(99), [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(90), - [sym_pandoc_paragraph] = STATE(90), - [sym_inline_ref_def] = STATE(90), - [sym_caption] = STATE(90), - [sym_pipe_table] = STATE(90), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(90), - [sym_pandoc_list] = STATE(90), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(90), - [sym_pandoc_div] = STATE(90), - [sym_note_definition_fenced_block] = STATE(90), - [sym__newline] = STATE(90), - [sym__soft_line_break] = STATE(90), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section3_repeat1] = STATE(90), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(89), + [sym_pandoc_paragraph] = STATE(89), + [sym_inline_ref_def] = STATE(89), + [sym_caption] = STATE(89), + [sym_pipe_table] = STATE(89), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(89), + [sym_pandoc_list] = STATE(89), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(89), + [sym_pandoc_div] = STATE(89), + [sym_note_definition_fenced_block] = STATE(89), + [sym__newline] = STATE(89), + [sym__soft_line_break] = STATE(89), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section3_repeat1] = STATE(89), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1205), + [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -56071,243 +56304,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1027), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1027), - [sym_atx_h2_marker] = ACTIONS(1027), - [sym_atx_h3_marker] = ACTIONS(1027), - [sym_atx_h4_marker] = ACTIONS(123), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1226), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1205), + [sym_atx_h2_marker] = ACTIONS(1205), + [sym_atx_h3_marker] = ACTIONS(1205), + [sym_atx_h4_marker] = ACTIONS(39), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1254), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(94)] = { [sym__block_not_section] = STATE(94), - [sym__section4] = STATE(440), - [sym__section5] = STATE(440), - [sym__section6] = STATE(440), - [sym__atx_heading4] = STATE(102), + [sym__section4] = STATE(494), + [sym__section5] = STATE(494), + [sym__section6] = STATE(494), + [sym__atx_heading4] = STATE(98), [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(94), [sym_pandoc_paragraph] = STATE(94), [sym_inline_ref_def] = STATE(94), [sym_caption] = STATE(94), [sym_pipe_table] = STATE(94), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(94), [sym_pandoc_list] = STATE(94), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(94), [sym_pandoc_div] = STATE(94), [sym_note_definition_fenced_block] = STATE(94), [sym__newline] = STATE(94), [sym__soft_line_break] = STATE(94), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section3_repeat1] = STATE(94), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1068), - [anon_sym_COLON] = ACTIONS(1228), - [sym_entity_reference] = ACTIONS(1038), - [sym_numeric_character_reference] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_BANG_LBRACK] = ACTIONS(1047), - [anon_sym_DOLLAR] = ACTIONS(1050), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1053), - [anon_sym_LBRACE] = ACTIONS(1056), - [sym_pandoc_str] = ACTIONS(1038), - [aux_sym__prose_punctuation_token1] = ACTIONS(1038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1059), - [sym__line_ending] = ACTIONS(1231), - [sym__soft_line_ending] = ACTIONS(1234), - [sym__block_quote_start] = ACTIONS(1237), - [sym_atx_h1_marker] = ACTIONS(1068), - [sym_atx_h2_marker] = ACTIONS(1068), - [sym_atx_h3_marker] = ACTIONS(1068), - [sym_atx_h4_marker] = ACTIONS(1240), - [sym_atx_h5_marker] = ACTIONS(1243), - [sym_atx_h6_marker] = ACTIONS(1246), - [sym__thematic_break] = ACTIONS(1249), - [sym__list_marker_minus] = ACTIONS(1085), - [sym__list_marker_plus] = ACTIONS(1088), - [sym__list_marker_star] = ACTIONS(1091), - [sym__list_marker_parenthesis] = ACTIONS(1094), - [sym__list_marker_dot] = ACTIONS(1097), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1085), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1088), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1094), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1097), - [sym__list_marker_example] = ACTIONS(1100), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1100), - [sym__fenced_code_block_start_backtick] = ACTIONS(1252), - [sym_minus_metadata] = ACTIONS(1255), - [sym__pipe_table_start] = ACTIONS(1258), - [sym__fenced_div_start] = ACTIONS(1261), - [sym_ref_id_specifier] = ACTIONS(1264), - [sym__code_span_start] = ACTIONS(1118), - [sym__html_comment] = ACTIONS(1041), - [sym__autolink] = ACTIONS(1041), - [sym__highlight_span_start] = ACTIONS(1121), - [sym__insert_span_start] = ACTIONS(1124), - [sym__delete_span_start] = ACTIONS(1127), - [sym__edit_comment_span_start] = ACTIONS(1130), - [sym__single_quote_span_open] = ACTIONS(1133), - [sym__double_quote_span_open] = ACTIONS(1136), - [sym__shortcode_open_escaped] = ACTIONS(1139), - [sym__shortcode_open] = ACTIONS(1142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1145), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1148), - [sym__cite_author_in_text] = ACTIONS(1151), - [sym__cite_suppress_author] = ACTIONS(1154), - [sym__strikeout_open] = ACTIONS(1157), - [sym__subscript_open] = ACTIONS(1160), - [sym__superscript_open] = ACTIONS(1163), - [sym__inline_note_start_token] = ACTIONS(1166), - [sym__strong_emphasis_open_star] = ACTIONS(1169), - [sym__strong_emphasis_open_underscore] = ACTIONS(1172), - [sym__emphasis_open_star] = ACTIONS(1175), - [sym__emphasis_open_underscore] = ACTIONS(1178), - [sym_inline_note_reference] = ACTIONS(1041), - [sym_html_element] = ACTIONS(1041), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(1256), + [sym_entity_reference] = ACTIONS(1052), + [sym_numeric_character_reference] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1058), + [anon_sym_BANG_LBRACK] = ACTIONS(1061), + [anon_sym_DOLLAR] = ACTIONS(1064), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1067), + [anon_sym_LBRACE] = ACTIONS(1070), + [aux_sym_pandoc_str_token1] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1076), + [aux_sym__prose_punctuation_token1] = ACTIONS(1052), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1079), + [sym__line_ending] = ACTIONS(1259), + [sym__soft_line_ending] = ACTIONS(1262), + [sym__block_close] = ACTIONS(1088), + [sym__block_quote_start] = ACTIONS(1265), + [sym_atx_h1_marker] = ACTIONS(1088), + [sym_atx_h2_marker] = ACTIONS(1088), + [sym_atx_h3_marker] = ACTIONS(1088), + [sym_atx_h4_marker] = ACTIONS(1268), + [sym_atx_h5_marker] = ACTIONS(1271), + [sym_atx_h6_marker] = ACTIONS(1274), + [sym__thematic_break] = ACTIONS(1277), + [sym__list_marker_minus] = ACTIONS(1105), + [sym__list_marker_plus] = ACTIONS(1108), + [sym__list_marker_star] = ACTIONS(1111), + [sym__list_marker_parenthesis] = ACTIONS(1114), + [sym__list_marker_dot] = ACTIONS(1117), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1105), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1111), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1117), + [sym__list_marker_example] = ACTIONS(1120), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1120), + [sym__fenced_code_block_start_backtick] = ACTIONS(1280), + [sym_minus_metadata] = ACTIONS(1283), + [sym__pipe_table_start] = ACTIONS(1286), + [sym__fenced_div_start] = ACTIONS(1289), + [sym_ref_id_specifier] = ACTIONS(1292), + [sym__code_span_start] = ACTIONS(1138), + [sym__html_comment] = ACTIONS(1055), + [sym__autolink] = ACTIONS(1055), + [sym__highlight_span_start] = ACTIONS(1141), + [sym__insert_span_start] = ACTIONS(1144), + [sym__delete_span_start] = ACTIONS(1147), + [sym__edit_comment_span_start] = ACTIONS(1150), + [sym__single_quote_span_open] = ACTIONS(1153), + [sym__double_quote_span_open] = ACTIONS(1156), + [sym__shortcode_open_escaped] = ACTIONS(1159), + [sym__shortcode_open] = ACTIONS(1162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1168), + [sym__cite_author_in_text] = ACTIONS(1171), + [sym__cite_suppress_author] = ACTIONS(1174), + [sym__strikeout_open] = ACTIONS(1177), + [sym__subscript_open] = ACTIONS(1180), + [sym__superscript_open] = ACTIONS(1183), + [sym__inline_note_start_token] = ACTIONS(1186), + [sym__strong_emphasis_open_star] = ACTIONS(1189), + [sym__strong_emphasis_open_underscore] = ACTIONS(1192), + [sym__emphasis_open_star] = ACTIONS(1195), + [sym__emphasis_open_underscore] = ACTIONS(1198), + [sym_inline_note_reference] = ACTIONS(1055), + [sym_html_element] = ACTIONS(1055), }, [STATE(95)] = { - [sym__block_not_section] = STATE(96), - [sym__section5] = STATE(307), - [sym__section6] = STATE(307), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(96), - [sym_pandoc_paragraph] = STATE(96), - [sym_inline_ref_def] = STATE(96), - [sym_caption] = STATE(96), - [sym_pipe_table] = STATE(96), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(96), - [sym_pandoc_list] = STATE(96), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__block_not_section] = STATE(95), + [sym__section5] = STATE(315), + [sym__section6] = STATE(315), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(95), + [sym_pandoc_paragraph] = STATE(95), + [sym_inline_ref_def] = STATE(95), + [sym_caption] = STATE(95), + [sym_pipe_table] = STATE(95), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(95), + [sym_pandoc_list] = STATE(95), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -56315,25 +56551,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(96), - [sym_pandoc_div] = STATE(96), - [sym_note_definition_fenced_block] = STATE(96), - [sym__newline] = STATE(96), - [sym__soft_line_break] = STATE(96), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(96), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(95), + [sym_pandoc_div] = STATE(95), + [sym_note_definition_fenced_block] = STATE(95), + [sym__newline] = STATE(95), + [sym__soft_line_break] = STATE(95), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(95), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(1295), + [sym_entity_reference] = ACTIONS(1298), + [sym_numeric_character_reference] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1304), + [anon_sym_BANG_LBRACK] = ACTIONS(1307), + [anon_sym_DOLLAR] = ACTIONS(1310), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1313), + [anon_sym_LBRACE] = ACTIONS(1316), + [aux_sym_pandoc_str_token1] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1322), + [aux_sym__prose_punctuation_token1] = ACTIONS(1298), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1325), + [sym__line_ending] = ACTIONS(1328), + [sym__soft_line_ending] = ACTIONS(1331), + [sym__block_close] = ACTIONS(1334), + [sym__block_quote_start] = ACTIONS(1336), + [sym_atx_h1_marker] = ACTIONS(1334), + [sym_atx_h2_marker] = ACTIONS(1334), + [sym_atx_h3_marker] = ACTIONS(1334), + [sym_atx_h4_marker] = ACTIONS(1334), + [sym_atx_h5_marker] = ACTIONS(1339), + [sym_atx_h6_marker] = ACTIONS(1342), + [sym__thematic_break] = ACTIONS(1345), + [sym__list_marker_minus] = ACTIONS(1348), + [sym__list_marker_plus] = ACTIONS(1351), + [sym__list_marker_star] = ACTIONS(1354), + [sym__list_marker_parenthesis] = ACTIONS(1357), + [sym__list_marker_dot] = ACTIONS(1360), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1351), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1354), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1357), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1360), + [sym__list_marker_example] = ACTIONS(1363), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1363), + [sym__fenced_code_block_start_backtick] = ACTIONS(1366), + [sym_minus_metadata] = ACTIONS(1369), + [sym__pipe_table_start] = ACTIONS(1372), + [sym__fenced_div_start] = ACTIONS(1375), + [sym__fenced_div_end] = ACTIONS(1334), + [sym_ref_id_specifier] = ACTIONS(1378), + [sym__code_span_start] = ACTIONS(1381), + [sym__html_comment] = ACTIONS(1301), + [sym__autolink] = ACTIONS(1301), + [sym__highlight_span_start] = ACTIONS(1384), + [sym__insert_span_start] = ACTIONS(1387), + [sym__delete_span_start] = ACTIONS(1390), + [sym__edit_comment_span_start] = ACTIONS(1393), + [sym__single_quote_span_open] = ACTIONS(1396), + [sym__double_quote_span_open] = ACTIONS(1399), + [sym__shortcode_open_escaped] = ACTIONS(1402), + [sym__shortcode_open] = ACTIONS(1405), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1408), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1411), + [sym__cite_author_in_text] = ACTIONS(1414), + [sym__cite_suppress_author] = ACTIONS(1417), + [sym__strikeout_open] = ACTIONS(1420), + [sym__subscript_open] = ACTIONS(1423), + [sym__superscript_open] = ACTIONS(1426), + [sym__inline_note_start_token] = ACTIONS(1429), + [sym__strong_emphasis_open_star] = ACTIONS(1432), + [sym__strong_emphasis_open_underscore] = ACTIONS(1435), + [sym__emphasis_open_star] = ACTIONS(1438), + [sym__emphasis_open_underscore] = ACTIONS(1441), + [sym_inline_note_reference] = ACTIONS(1301), + [sym_html_element] = ACTIONS(1301), + }, + [STATE(96)] = { + [sym__block_not_section] = STATE(95), + [sym__section5] = STATE(315), + [sym__section6] = STATE(315), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(95), + [sym_pandoc_paragraph] = STATE(95), + [sym_inline_ref_def] = STATE(95), + [sym_caption] = STATE(95), + [sym_pipe_table] = STATE(95), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(95), + [sym_pandoc_list] = STATE(95), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(95), + [sym_pandoc_div] = STATE(95), + [sym_note_definition_fenced_block] = STATE(95), + [sym__newline] = STATE(95), + [sym__soft_line_break] = STATE(95), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(95), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -56341,108 +56714,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1267), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1267), - [sym_atx_h2_marker] = ACTIONS(1267), - [sym_atx_h3_marker] = ACTIONS(1267), - [sym_atx_h4_marker] = ACTIONS(1267), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1269), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1267), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1444), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1444), + [sym_atx_h2_marker] = ACTIONS(1444), + [sym_atx_h3_marker] = ACTIONS(1444), + [sym_atx_h4_marker] = ACTIONS(1444), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1446), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1444), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(96)] = { - [sym__block_not_section] = STATE(97), - [sym__section5] = STATE(307), - [sym__section6] = STATE(307), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(97), - [sym_pandoc_paragraph] = STATE(97), - [sym_inline_ref_def] = STATE(97), - [sym_caption] = STATE(97), - [sym_pipe_table] = STATE(97), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(97), - [sym_pandoc_list] = STATE(97), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [STATE(97)] = { + [sym__block_not_section] = STATE(96), + [sym__section5] = STATE(315), + [sym__section6] = STATE(315), + [sym__atx_heading5] = STATE(104), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(96), + [sym_pandoc_paragraph] = STATE(96), + [sym_inline_ref_def] = STATE(96), + [sym_caption] = STATE(96), + [sym_pipe_table] = STATE(96), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(96), + [sym_pandoc_list] = STATE(96), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -56450,25 +56825,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(97), - [sym_pandoc_div] = STATE(97), - [sym_note_definition_fenced_block] = STATE(97), - [sym__newline] = STATE(97), - [sym__soft_line_break] = STATE(97), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(97), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(96), + [sym_pandoc_div] = STATE(96), + [sym_note_definition_fenced_block] = STATE(96), + [sym__newline] = STATE(96), + [sym__soft_line_break] = STATE(96), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(96), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -56476,269 +56851,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1271), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1271), - [sym_atx_h2_marker] = ACTIONS(1271), - [sym_atx_h3_marker] = ACTIONS(1271), - [sym_atx_h4_marker] = ACTIONS(1271), - [sym_atx_h5_marker] = ACTIONS(201), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1273), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1271), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1448), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1448), + [sym_atx_h2_marker] = ACTIONS(1448), + [sym_atx_h3_marker] = ACTIONS(1448), + [sym_atx_h4_marker] = ACTIONS(1448), + [sym_atx_h5_marker] = ACTIONS(205), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1450), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1448), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(97)] = { - [sym__block_not_section] = STATE(97), - [sym__section5] = STATE(307), - [sym__section6] = STATE(307), - [sym__atx_heading5] = STATE(105), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(97), - [sym_pandoc_paragraph] = STATE(97), - [sym_inline_ref_def] = STATE(97), - [sym_caption] = STATE(97), - [sym_pipe_table] = STATE(97), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(97), - [sym_pandoc_list] = STATE(97), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(97), - [sym_pandoc_div] = STATE(97), - [sym_note_definition_fenced_block] = STATE(97), - [sym__newline] = STATE(97), - [sym__soft_line_break] = STATE(97), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(97), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(1275), - [sym_entity_reference] = ACTIONS(1278), - [sym_numeric_character_reference] = ACTIONS(1281), - [anon_sym_LBRACK] = ACTIONS(1284), - [anon_sym_BANG_LBRACK] = ACTIONS(1287), - [anon_sym_DOLLAR] = ACTIONS(1290), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1296), - [sym_pandoc_str] = ACTIONS(1278), - [aux_sym__prose_punctuation_token1] = ACTIONS(1278), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1299), - [sym__line_ending] = ACTIONS(1302), - [sym__soft_line_ending] = ACTIONS(1305), - [sym__block_close] = ACTIONS(1308), - [sym__block_quote_start] = ACTIONS(1310), - [sym_atx_h1_marker] = ACTIONS(1308), - [sym_atx_h2_marker] = ACTIONS(1308), - [sym_atx_h3_marker] = ACTIONS(1308), - [sym_atx_h4_marker] = ACTIONS(1308), - [sym_atx_h5_marker] = ACTIONS(1313), - [sym_atx_h6_marker] = ACTIONS(1316), - [sym__thematic_break] = ACTIONS(1319), - [sym__list_marker_minus] = ACTIONS(1322), - [sym__list_marker_plus] = ACTIONS(1325), - [sym__list_marker_star] = ACTIONS(1328), - [sym__list_marker_parenthesis] = ACTIONS(1331), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1322), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1325), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1328), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1331), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_example] = ACTIONS(1337), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1337), - [sym__fenced_code_block_start_backtick] = ACTIONS(1340), - [sym_minus_metadata] = ACTIONS(1343), - [sym__pipe_table_start] = ACTIONS(1346), - [sym__fenced_div_start] = ACTIONS(1349), - [sym__fenced_div_end] = ACTIONS(1308), - [sym_ref_id_specifier] = ACTIONS(1352), - [sym__code_span_start] = ACTIONS(1355), - [sym__html_comment] = ACTIONS(1281), - [sym__autolink] = ACTIONS(1281), - [sym__highlight_span_start] = ACTIONS(1358), - [sym__insert_span_start] = ACTIONS(1361), - [sym__delete_span_start] = ACTIONS(1364), - [sym__edit_comment_span_start] = ACTIONS(1367), - [sym__single_quote_span_open] = ACTIONS(1370), - [sym__double_quote_span_open] = ACTIONS(1373), - [sym__shortcode_open_escaped] = ACTIONS(1376), - [sym__shortcode_open] = ACTIONS(1379), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1382), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1385), - [sym__cite_author_in_text] = ACTIONS(1388), - [sym__cite_suppress_author] = ACTIONS(1391), - [sym__strikeout_open] = ACTIONS(1394), - [sym__subscript_open] = ACTIONS(1397), - [sym__superscript_open] = ACTIONS(1400), - [sym__inline_note_start_token] = ACTIONS(1403), - [sym__strong_emphasis_open_star] = ACTIONS(1406), - [sym__strong_emphasis_open_underscore] = ACTIONS(1409), - [sym__emphasis_open_star] = ACTIONS(1412), - [sym__emphasis_open_underscore] = ACTIONS(1415), - [sym_inline_note_reference] = ACTIONS(1281), - [sym_html_element] = ACTIONS(1281), - }, [STATE(98)] = { - [sym__block_not_section] = STATE(100), - [sym__section5] = STATE(485), - [sym__section6] = STATE(485), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(100), - [sym_pandoc_paragraph] = STATE(100), - [sym_inline_ref_def] = STATE(100), - [sym_caption] = STATE(100), - [sym_pipe_table] = STATE(100), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(100), - [sym_pandoc_list] = STATE(100), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__block_not_section] = STATE(102), + [sym__section5] = STATE(496), + [sym__section6] = STATE(496), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(102), + [sym_pandoc_paragraph] = STATE(102), + [sym_inline_ref_def] = STATE(102), + [sym_caption] = STATE(102), + [sym_pipe_table] = STATE(102), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(102), + [sym_pandoc_list] = STATE(102), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(100), - [sym_pandoc_div] = STATE(100), - [sym_note_definition_fenced_block] = STATE(100), - [sym__newline] = STATE(100), - [sym__soft_line_break] = STATE(100), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(100), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(102), + [sym_pandoc_div] = STATE(102), + [sym_note_definition_fenced_block] = STATE(102), + [sym__newline] = STATE(102), + [sym__soft_line_break] = STATE(102), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(102), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -56746,267 +56988,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1267), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1267), - [sym_atx_h2_marker] = ACTIONS(1267), - [sym_atx_h3_marker] = ACTIONS(1267), - [sym_atx_h4_marker] = ACTIONS(1267), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1418), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1448), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1448), + [sym_atx_h2_marker] = ACTIONS(1448), + [sym_atx_h3_marker] = ACTIONS(1448), + [sym_atx_h4_marker] = ACTIONS(1448), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1452), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(99)] = { - [sym__block_not_section] = STATE(99), - [sym__section5] = STATE(485), - [sym__section6] = STATE(485), - [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(99), - [sym_pandoc_paragraph] = STATE(99), - [sym_inline_ref_def] = STATE(99), - [sym_caption] = STATE(99), - [sym_pipe_table] = STATE(99), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(99), - [sym_pandoc_list] = STATE(99), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(99), - [sym_pandoc_div] = STATE(99), - [sym_note_definition_fenced_block] = STATE(99), - [sym__newline] = STATE(99), - [sym__soft_line_break] = STATE(99), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(99), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(1420), - [sym_entity_reference] = ACTIONS(1278), - [sym_numeric_character_reference] = ACTIONS(1281), - [anon_sym_LBRACK] = ACTIONS(1284), - [anon_sym_BANG_LBRACK] = ACTIONS(1287), - [anon_sym_DOLLAR] = ACTIONS(1290), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1296), - [sym_pandoc_str] = ACTIONS(1278), - [aux_sym__prose_punctuation_token1] = ACTIONS(1278), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1299), - [sym__line_ending] = ACTIONS(1423), - [sym__soft_line_ending] = ACTIONS(1426), - [sym__block_close] = ACTIONS(1308), - [sym__block_quote_start] = ACTIONS(1429), - [sym_atx_h1_marker] = ACTIONS(1308), - [sym_atx_h2_marker] = ACTIONS(1308), - [sym_atx_h3_marker] = ACTIONS(1308), - [sym_atx_h4_marker] = ACTIONS(1308), - [sym_atx_h5_marker] = ACTIONS(1432), - [sym_atx_h6_marker] = ACTIONS(1435), - [sym__thematic_break] = ACTIONS(1438), - [sym__list_marker_minus] = ACTIONS(1322), - [sym__list_marker_plus] = ACTIONS(1325), - [sym__list_marker_star] = ACTIONS(1328), - [sym__list_marker_parenthesis] = ACTIONS(1331), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1322), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1325), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1328), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1331), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_example] = ACTIONS(1337), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1337), - [sym__fenced_code_block_start_backtick] = ACTIONS(1441), - [sym_minus_metadata] = ACTIONS(1444), - [sym__pipe_table_start] = ACTIONS(1447), - [sym__fenced_div_start] = ACTIONS(1450), - [sym_ref_id_specifier] = ACTIONS(1453), - [sym__code_span_start] = ACTIONS(1355), - [sym__html_comment] = ACTIONS(1281), - [sym__autolink] = ACTIONS(1281), - [sym__highlight_span_start] = ACTIONS(1358), - [sym__insert_span_start] = ACTIONS(1361), - [sym__delete_span_start] = ACTIONS(1364), - [sym__edit_comment_span_start] = ACTIONS(1367), - [sym__single_quote_span_open] = ACTIONS(1370), - [sym__double_quote_span_open] = ACTIONS(1373), - [sym__shortcode_open_escaped] = ACTIONS(1376), - [sym__shortcode_open] = ACTIONS(1379), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1382), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1385), - [sym__cite_author_in_text] = ACTIONS(1388), - [sym__cite_suppress_author] = ACTIONS(1391), - [sym__strikeout_open] = ACTIONS(1394), - [sym__subscript_open] = ACTIONS(1397), - [sym__superscript_open] = ACTIONS(1400), - [sym__inline_note_start_token] = ACTIONS(1403), - [sym__strong_emphasis_open_star] = ACTIONS(1406), - [sym__strong_emphasis_open_underscore] = ACTIONS(1409), - [sym__emphasis_open_star] = ACTIONS(1412), - [sym__emphasis_open_underscore] = ACTIONS(1415), - [sym_inline_note_reference] = ACTIONS(1281), - [sym_html_element] = ACTIONS(1281), - }, - [STATE(100)] = { - [sym__block_not_section] = STATE(99), - [sym__section5] = STATE(485), - [sym__section6] = STATE(485), + [sym__block_not_section] = STATE(100), + [sym__section5] = STATE(513), + [sym__section6] = STATE(513), [sym__atx_heading5] = STATE(107), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(99), - [sym_pandoc_paragraph] = STATE(99), - [sym_inline_ref_def] = STATE(99), - [sym_caption] = STATE(99), - [sym_pipe_table] = STATE(99), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(99), - [sym_pandoc_list] = STATE(99), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(99), - [sym_pandoc_div] = STATE(99), - [sym_note_definition_fenced_block] = STATE(99), - [sym__newline] = STATE(99), - [sym__soft_line_break] = STATE(99), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section4_repeat1] = STATE(99), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(100), + [sym_pandoc_paragraph] = STATE(100), + [sym_inline_ref_def] = STATE(100), + [sym_caption] = STATE(100), + [sym_pipe_table] = STATE(100), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(100), + [sym_pandoc_list] = STATE(100), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(100), + [sym_pandoc_div] = STATE(100), + [sym_note_definition_fenced_block] = STATE(100), + [sym__newline] = STATE(100), + [sym__soft_line_break] = STATE(100), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(100), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1448), + [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -57014,133 +57125,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1271), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1271), - [sym_atx_h2_marker] = ACTIONS(1271), - [sym_atx_h3_marker] = ACTIONS(1271), - [sym_atx_h4_marker] = ACTIONS(1271), - [sym_atx_h5_marker] = ACTIONS(125), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1456), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1448), + [sym_atx_h2_marker] = ACTIONS(1448), + [sym_atx_h3_marker] = ACTIONS(1448), + [sym_atx_h4_marker] = ACTIONS(1448), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(101)] = { + [STATE(100)] = { [sym__block_not_section] = STATE(103), - [sym__section5] = STATE(442), - [sym__section6] = STATE(442), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), + [sym__section5] = STATE(513), + [sym__section6] = STATE(513), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), [sym_pandoc_horizontal_rule] = STATE(103), [sym_pandoc_paragraph] = STATE(103), [sym_inline_ref_def] = STATE(103), [sym_caption] = STATE(103), [sym_pipe_table] = STATE(103), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(103), [sym_pandoc_list] = STATE(103), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), [sym_pandoc_code_block] = STATE(103), [sym_pandoc_div] = STATE(103), [sym_note_definition_fenced_block] = STATE(103), [sym__newline] = STATE(103), [sym__soft_line_break] = STATE(103), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section4_repeat1] = STATE(103), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1271), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1444), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -57149,133 +57261,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1271), - [sym_atx_h2_marker] = ACTIONS(1271), - [sym_atx_h3_marker] = ACTIONS(1271), - [sym_atx_h4_marker] = ACTIONS(1271), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1458), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1444), + [sym_atx_h2_marker] = ACTIONS(1444), + [sym_atx_h3_marker] = ACTIONS(1444), + [sym_atx_h4_marker] = ACTIONS(1444), + [sym_atx_h5_marker] = ACTIONS(41), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1456), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, + [STATE(101)] = { + [sym__block_not_section] = STATE(101), + [sym__section5] = STATE(496), + [sym__section6] = STATE(496), + [sym__atx_heading5] = STATE(112), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(101), + [sym_pandoc_paragraph] = STATE(101), + [sym_inline_ref_def] = STATE(101), + [sym_caption] = STATE(101), + [sym_pipe_table] = STATE(101), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(101), + [sym_pandoc_list] = STATE(101), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(101), + [sym_pandoc_div] = STATE(101), + [sym_note_definition_fenced_block] = STATE(101), + [sym__newline] = STATE(101), + [sym__soft_line_break] = STATE(101), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section4_repeat1] = STATE(101), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(1458), + [sym_entity_reference] = ACTIONS(1298), + [sym_numeric_character_reference] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1304), + [anon_sym_BANG_LBRACK] = ACTIONS(1307), + [anon_sym_DOLLAR] = ACTIONS(1310), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1313), + [anon_sym_LBRACE] = ACTIONS(1316), + [aux_sym_pandoc_str_token1] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1322), + [aux_sym__prose_punctuation_token1] = ACTIONS(1298), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1325), + [sym__line_ending] = ACTIONS(1461), + [sym__soft_line_ending] = ACTIONS(1464), + [sym__block_close] = ACTIONS(1334), + [sym__block_quote_start] = ACTIONS(1467), + [sym_atx_h1_marker] = ACTIONS(1334), + [sym_atx_h2_marker] = ACTIONS(1334), + [sym_atx_h3_marker] = ACTIONS(1334), + [sym_atx_h4_marker] = ACTIONS(1334), + [sym_atx_h5_marker] = ACTIONS(1470), + [sym_atx_h6_marker] = ACTIONS(1473), + [sym__thematic_break] = ACTIONS(1476), + [sym__list_marker_minus] = ACTIONS(1348), + [sym__list_marker_plus] = ACTIONS(1351), + [sym__list_marker_star] = ACTIONS(1354), + [sym__list_marker_parenthesis] = ACTIONS(1357), + [sym__list_marker_dot] = ACTIONS(1360), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1351), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1354), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1357), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1360), + [sym__list_marker_example] = ACTIONS(1363), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1363), + [sym__fenced_code_block_start_backtick] = ACTIONS(1479), + [sym_minus_metadata] = ACTIONS(1482), + [sym__pipe_table_start] = ACTIONS(1485), + [sym__fenced_div_start] = ACTIONS(1488), + [sym_ref_id_specifier] = ACTIONS(1491), + [sym__code_span_start] = ACTIONS(1381), + [sym__html_comment] = ACTIONS(1301), + [sym__autolink] = ACTIONS(1301), + [sym__highlight_span_start] = ACTIONS(1384), + [sym__insert_span_start] = ACTIONS(1387), + [sym__delete_span_start] = ACTIONS(1390), + [sym__edit_comment_span_start] = ACTIONS(1393), + [sym__single_quote_span_open] = ACTIONS(1396), + [sym__double_quote_span_open] = ACTIONS(1399), + [sym__shortcode_open_escaped] = ACTIONS(1402), + [sym__shortcode_open] = ACTIONS(1405), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1408), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1411), + [sym__cite_author_in_text] = ACTIONS(1414), + [sym__cite_suppress_author] = ACTIONS(1417), + [sym__strikeout_open] = ACTIONS(1420), + [sym__subscript_open] = ACTIONS(1423), + [sym__superscript_open] = ACTIONS(1426), + [sym__inline_note_start_token] = ACTIONS(1429), + [sym__strong_emphasis_open_star] = ACTIONS(1432), + [sym__strong_emphasis_open_underscore] = ACTIONS(1435), + [sym__emphasis_open_star] = ACTIONS(1438), + [sym__emphasis_open_underscore] = ACTIONS(1441), + [sym_inline_note_reference] = ACTIONS(1301), + [sym_html_element] = ACTIONS(1301), + }, [STATE(102)] = { [sym__block_not_section] = STATE(101), - [sym__section5] = STATE(442), - [sym__section6] = STATE(442), + [sym__section5] = STATE(496), + [sym__section6] = STATE(496), [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(101), [sym_pandoc_paragraph] = STATE(101), [sym_inline_ref_def] = STATE(101), [sym_caption] = STATE(101), [sym_pipe_table] = STATE(101), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(101), [sym_pandoc_list] = STATE(101), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(101), [sym_pandoc_div] = STATE(101), [sym_note_definition_fenced_block] = STATE(101), [sym__newline] = STATE(101), [sym__soft_line_break] = STATE(101), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section4_repeat1] = STATE(101), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1267), - [anon_sym_COLON] = ACTIONS(5), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -57283,371 +57532,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1267), - [sym_atx_h2_marker] = ACTIONS(1267), - [sym_atx_h3_marker] = ACTIONS(1267), - [sym_atx_h4_marker] = ACTIONS(1267), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1460), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1444), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1444), + [sym_atx_h2_marker] = ACTIONS(1444), + [sym_atx_h3_marker] = ACTIONS(1444), + [sym_atx_h4_marker] = ACTIONS(1444), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1494), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(103)] = { [sym__block_not_section] = STATE(103), - [sym__section5] = STATE(442), - [sym__section6] = STATE(442), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(120), + [sym__section5] = STATE(513), + [sym__section6] = STATE(513), + [sym__atx_heading5] = STATE(107), + [sym__atx_heading6] = STATE(118), [sym_pandoc_horizontal_rule] = STATE(103), [sym_pandoc_paragraph] = STATE(103), [sym_inline_ref_def] = STATE(103), [sym_caption] = STATE(103), [sym_pipe_table] = STATE(103), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(103), [sym_pandoc_list] = STATE(103), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), [sym_pandoc_code_block] = STATE(103), [sym_pandoc_div] = STATE(103), [sym_note_definition_fenced_block] = STATE(103), [sym__newline] = STATE(103), [sym__soft_line_break] = STATE(103), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section4_repeat1] = STATE(103), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1308), - [anon_sym_COLON] = ACTIONS(1462), - [sym_entity_reference] = ACTIONS(1278), - [sym_numeric_character_reference] = ACTIONS(1281), - [anon_sym_LBRACK] = ACTIONS(1284), - [anon_sym_BANG_LBRACK] = ACTIONS(1287), - [anon_sym_DOLLAR] = ACTIONS(1290), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1296), - [sym_pandoc_str] = ACTIONS(1278), - [aux_sym__prose_punctuation_token1] = ACTIONS(1278), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1299), - [sym__line_ending] = ACTIONS(1465), - [sym__soft_line_ending] = ACTIONS(1468), - [sym__block_quote_start] = ACTIONS(1471), - [sym_atx_h1_marker] = ACTIONS(1308), - [sym_atx_h2_marker] = ACTIONS(1308), - [sym_atx_h3_marker] = ACTIONS(1308), - [sym_atx_h4_marker] = ACTIONS(1308), - [sym_atx_h5_marker] = ACTIONS(1474), - [sym_atx_h6_marker] = ACTIONS(1477), - [sym__thematic_break] = ACTIONS(1480), - [sym__list_marker_minus] = ACTIONS(1322), - [sym__list_marker_plus] = ACTIONS(1325), - [sym__list_marker_star] = ACTIONS(1328), - [sym__list_marker_parenthesis] = ACTIONS(1331), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1322), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1325), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1328), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1331), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_example] = ACTIONS(1337), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1337), - [sym__fenced_code_block_start_backtick] = ACTIONS(1483), - [sym_minus_metadata] = ACTIONS(1486), - [sym__pipe_table_start] = ACTIONS(1489), - [sym__fenced_div_start] = ACTIONS(1492), - [sym_ref_id_specifier] = ACTIONS(1495), - [sym__code_span_start] = ACTIONS(1355), - [sym__html_comment] = ACTIONS(1281), - [sym__autolink] = ACTIONS(1281), - [sym__highlight_span_start] = ACTIONS(1358), - [sym__insert_span_start] = ACTIONS(1361), - [sym__delete_span_start] = ACTIONS(1364), - [sym__edit_comment_span_start] = ACTIONS(1367), - [sym__single_quote_span_open] = ACTIONS(1370), - [sym__double_quote_span_open] = ACTIONS(1373), - [sym__shortcode_open_escaped] = ACTIONS(1376), - [sym__shortcode_open] = ACTIONS(1379), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1382), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1385), - [sym__cite_author_in_text] = ACTIONS(1388), - [sym__cite_suppress_author] = ACTIONS(1391), - [sym__strikeout_open] = ACTIONS(1394), - [sym__subscript_open] = ACTIONS(1397), - [sym__superscript_open] = ACTIONS(1400), - [sym__inline_note_start_token] = ACTIONS(1403), - [sym__strong_emphasis_open_star] = ACTIONS(1406), - [sym__strong_emphasis_open_underscore] = ACTIONS(1409), - [sym__emphasis_open_star] = ACTIONS(1412), - [sym__emphasis_open_underscore] = ACTIONS(1415), - [sym_inline_note_reference] = ACTIONS(1281), - [sym_html_element] = ACTIONS(1281), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1334), + [anon_sym_COLON] = ACTIONS(1496), + [sym_entity_reference] = ACTIONS(1298), + [sym_numeric_character_reference] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1304), + [anon_sym_BANG_LBRACK] = ACTIONS(1307), + [anon_sym_DOLLAR] = ACTIONS(1310), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1313), + [anon_sym_LBRACE] = ACTIONS(1316), + [aux_sym_pandoc_str_token1] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1322), + [aux_sym__prose_punctuation_token1] = ACTIONS(1298), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1325), + [sym__line_ending] = ACTIONS(1499), + [sym__soft_line_ending] = ACTIONS(1502), + [sym__block_quote_start] = ACTIONS(1505), + [sym_atx_h1_marker] = ACTIONS(1334), + [sym_atx_h2_marker] = ACTIONS(1334), + [sym_atx_h3_marker] = ACTIONS(1334), + [sym_atx_h4_marker] = ACTIONS(1334), + [sym_atx_h5_marker] = ACTIONS(1508), + [sym_atx_h6_marker] = ACTIONS(1511), + [sym__thematic_break] = ACTIONS(1514), + [sym__list_marker_minus] = ACTIONS(1348), + [sym__list_marker_plus] = ACTIONS(1351), + [sym__list_marker_star] = ACTIONS(1354), + [sym__list_marker_parenthesis] = ACTIONS(1357), + [sym__list_marker_dot] = ACTIONS(1360), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1351), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1354), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1357), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1360), + [sym__list_marker_example] = ACTIONS(1363), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1363), + [sym__fenced_code_block_start_backtick] = ACTIONS(1517), + [sym_minus_metadata] = ACTIONS(1520), + [sym__pipe_table_start] = ACTIONS(1523), + [sym__fenced_div_start] = ACTIONS(1526), + [sym_ref_id_specifier] = ACTIONS(1529), + [sym__code_span_start] = ACTIONS(1381), + [sym__html_comment] = ACTIONS(1301), + [sym__autolink] = ACTIONS(1301), + [sym__highlight_span_start] = ACTIONS(1384), + [sym__insert_span_start] = ACTIONS(1387), + [sym__delete_span_start] = ACTIONS(1390), + [sym__edit_comment_span_start] = ACTIONS(1393), + [sym__single_quote_span_open] = ACTIONS(1396), + [sym__double_quote_span_open] = ACTIONS(1399), + [sym__shortcode_open_escaped] = ACTIONS(1402), + [sym__shortcode_open] = ACTIONS(1405), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1408), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1411), + [sym__cite_author_in_text] = ACTIONS(1414), + [sym__cite_suppress_author] = ACTIONS(1417), + [sym__strikeout_open] = ACTIONS(1420), + [sym__subscript_open] = ACTIONS(1423), + [sym__superscript_open] = ACTIONS(1426), + [sym__inline_note_start_token] = ACTIONS(1429), + [sym__strong_emphasis_open_star] = ACTIONS(1432), + [sym__strong_emphasis_open_underscore] = ACTIONS(1435), + [sym__emphasis_open_star] = ACTIONS(1438), + [sym__emphasis_open_underscore] = ACTIONS(1441), + [sym_inline_note_reference] = ACTIONS(1301), + [sym_html_element] = ACTIONS(1301), }, [STATE(104)] = { - [sym__block_not_section] = STATE(104), - [sym__section6] = STATE(308), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(104), - [sym_pandoc_paragraph] = STATE(104), - [sym_inline_ref_def] = STATE(104), - [sym_caption] = STATE(104), - [sym_pipe_table] = STATE(104), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(104), - [sym_pandoc_list] = STATE(104), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(104), - [sym_pandoc_div] = STATE(104), - [sym_note_definition_fenced_block] = STATE(104), - [sym__newline] = STATE(104), - [sym__soft_line_break] = STATE(104), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section5_repeat1] = STATE(104), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(1498), - [sym_entity_reference] = ACTIONS(1501), - [sym_numeric_character_reference] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_BANG_LBRACK] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1519), - [sym_pandoc_str] = ACTIONS(1501), - [aux_sym__prose_punctuation_token1] = ACTIONS(1501), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1522), - [sym__line_ending] = ACTIONS(1525), - [sym__soft_line_ending] = ACTIONS(1528), - [sym__block_close] = ACTIONS(1531), - [sym__block_quote_start] = ACTIONS(1533), - [sym_atx_h1_marker] = ACTIONS(1531), - [sym_atx_h2_marker] = ACTIONS(1531), - [sym_atx_h3_marker] = ACTIONS(1531), - [sym_atx_h4_marker] = ACTIONS(1531), - [sym_atx_h5_marker] = ACTIONS(1531), - [sym_atx_h6_marker] = ACTIONS(1536), - [sym__thematic_break] = ACTIONS(1539), - [sym__list_marker_minus] = ACTIONS(1542), - [sym__list_marker_plus] = ACTIONS(1545), - [sym__list_marker_star] = ACTIONS(1548), - [sym__list_marker_parenthesis] = ACTIONS(1551), - [sym__list_marker_dot] = ACTIONS(1554), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1542), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1545), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1551), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_example] = ACTIONS(1557), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1557), - [sym__fenced_code_block_start_backtick] = ACTIONS(1560), - [sym_minus_metadata] = ACTIONS(1563), - [sym__pipe_table_start] = ACTIONS(1566), - [sym__fenced_div_start] = ACTIONS(1569), - [sym__fenced_div_end] = ACTIONS(1531), - [sym_ref_id_specifier] = ACTIONS(1572), - [sym__code_span_start] = ACTIONS(1575), - [sym__html_comment] = ACTIONS(1504), - [sym__autolink] = ACTIONS(1504), - [sym__highlight_span_start] = ACTIONS(1578), - [sym__insert_span_start] = ACTIONS(1581), - [sym__delete_span_start] = ACTIONS(1584), - [sym__edit_comment_span_start] = ACTIONS(1587), - [sym__single_quote_span_open] = ACTIONS(1590), - [sym__double_quote_span_open] = ACTIONS(1593), - [sym__shortcode_open_escaped] = ACTIONS(1596), - [sym__shortcode_open] = ACTIONS(1599), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1602), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1605), - [sym__cite_author_in_text] = ACTIONS(1608), - [sym__cite_suppress_author] = ACTIONS(1611), - [sym__strikeout_open] = ACTIONS(1614), - [sym__subscript_open] = ACTIONS(1617), - [sym__superscript_open] = ACTIONS(1620), - [sym__inline_note_start_token] = ACTIONS(1623), - [sym__strong_emphasis_open_star] = ACTIONS(1626), - [sym__strong_emphasis_open_underscore] = ACTIONS(1629), - [sym__emphasis_open_star] = ACTIONS(1632), - [sym__emphasis_open_underscore] = ACTIONS(1635), - [sym_inline_note_reference] = ACTIONS(1504), - [sym_html_element] = ACTIONS(1504), - }, - [STATE(105)] = { [sym__block_not_section] = STATE(106), - [sym__section6] = STATE(308), - [sym__atx_heading6] = STATE(115), + [sym__section6] = STATE(316), + [sym__atx_heading6] = STATE(114), [sym_pandoc_horizontal_rule] = STATE(106), [sym_pandoc_paragraph] = STATE(106), [sym_inline_ref_def] = STATE(106), [sym_caption] = STATE(106), [sym_pipe_table] = STATE(106), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(106), [sym_pandoc_list] = STATE(106), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -57655,25 +57776,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), [sym_pandoc_code_block] = STATE(106), [sym_pandoc_div] = STATE(106), [sym_note_definition_fenced_block] = STATE(106), [sym__newline] = STATE(106), [sym__soft_line_break] = STATE(106), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section5_repeat1] = STATE(106), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -57681,106 +57802,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1638), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1638), - [sym_atx_h2_marker] = ACTIONS(1638), - [sym_atx_h3_marker] = ACTIONS(1638), - [sym_atx_h4_marker] = ACTIONS(1638), - [sym_atx_h5_marker] = ACTIONS(1638), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1640), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1638), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1532), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1532), + [sym_atx_h2_marker] = ACTIONS(1532), + [sym_atx_h3_marker] = ACTIONS(1532), + [sym_atx_h4_marker] = ACTIONS(1532), + [sym_atx_h5_marker] = ACTIONS(1532), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1534), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1532), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(106)] = { - [sym__block_not_section] = STATE(104), - [sym__section6] = STATE(308), - [sym__atx_heading6] = STATE(115), - [sym_pandoc_horizontal_rule] = STATE(104), - [sym_pandoc_paragraph] = STATE(104), - [sym_inline_ref_def] = STATE(104), - [sym_caption] = STATE(104), - [sym_pipe_table] = STATE(104), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(104), - [sym_pandoc_list] = STATE(104), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [STATE(105)] = { + [sym__block_not_section] = STATE(105), + [sym__section6] = STATE(316), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(105), + [sym_pandoc_paragraph] = STATE(105), + [sym_inline_ref_def] = STATE(105), + [sym_caption] = STATE(105), + [sym_pipe_table] = STATE(105), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(105), + [sym_pandoc_list] = STATE(105), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -57788,25 +57911,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(104), - [sym_pandoc_div] = STATE(104), - [sym_note_definition_fenced_block] = STATE(104), - [sym__newline] = STATE(104), - [sym__soft_line_break] = STATE(104), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section5_repeat1] = STATE(104), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(105), + [sym_pandoc_div] = STATE(105), + [sym_note_definition_fenced_block] = STATE(105), + [sym__newline] = STATE(105), + [sym__soft_line_break] = STATE(105), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section5_repeat1] = STATE(105), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(1536), + [sym_entity_reference] = ACTIONS(1539), + [sym_numeric_character_reference] = ACTIONS(1542), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_BANG_LBRACK] = ACTIONS(1548), + [anon_sym_DOLLAR] = ACTIONS(1551), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1554), + [anon_sym_LBRACE] = ACTIONS(1557), + [aux_sym_pandoc_str_token1] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1563), + [aux_sym__prose_punctuation_token1] = ACTIONS(1539), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1566), + [sym__line_ending] = ACTIONS(1569), + [sym__soft_line_ending] = ACTIONS(1572), + [sym__block_close] = ACTIONS(1575), + [sym__block_quote_start] = ACTIONS(1577), + [sym_atx_h1_marker] = ACTIONS(1575), + [sym_atx_h2_marker] = ACTIONS(1575), + [sym_atx_h3_marker] = ACTIONS(1575), + [sym_atx_h4_marker] = ACTIONS(1575), + [sym_atx_h5_marker] = ACTIONS(1575), + [sym_atx_h6_marker] = ACTIONS(1580), + [sym__thematic_break] = ACTIONS(1583), + [sym__list_marker_minus] = ACTIONS(1586), + [sym__list_marker_plus] = ACTIONS(1589), + [sym__list_marker_star] = ACTIONS(1592), + [sym__list_marker_parenthesis] = ACTIONS(1595), + [sym__list_marker_dot] = ACTIONS(1598), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1586), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1589), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1592), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1595), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1598), + [sym__list_marker_example] = ACTIONS(1601), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1601), + [sym__fenced_code_block_start_backtick] = ACTIONS(1604), + [sym_minus_metadata] = ACTIONS(1607), + [sym__pipe_table_start] = ACTIONS(1610), + [sym__fenced_div_start] = ACTIONS(1613), + [sym__fenced_div_end] = ACTIONS(1575), + [sym_ref_id_specifier] = ACTIONS(1616), + [sym__code_span_start] = ACTIONS(1619), + [sym__html_comment] = ACTIONS(1542), + [sym__autolink] = ACTIONS(1542), + [sym__highlight_span_start] = ACTIONS(1622), + [sym__insert_span_start] = ACTIONS(1625), + [sym__delete_span_start] = ACTIONS(1628), + [sym__edit_comment_span_start] = ACTIONS(1631), + [sym__single_quote_span_open] = ACTIONS(1634), + [sym__double_quote_span_open] = ACTIONS(1637), + [sym__shortcode_open_escaped] = ACTIONS(1640), + [sym__shortcode_open] = ACTIONS(1643), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1646), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1649), + [sym__cite_author_in_text] = ACTIONS(1652), + [sym__cite_suppress_author] = ACTIONS(1655), + [sym__strikeout_open] = ACTIONS(1658), + [sym__subscript_open] = ACTIONS(1661), + [sym__superscript_open] = ACTIONS(1664), + [sym__inline_note_start_token] = ACTIONS(1667), + [sym__strong_emphasis_open_star] = ACTIONS(1670), + [sym__strong_emphasis_open_underscore] = ACTIONS(1673), + [sym__emphasis_open_star] = ACTIONS(1676), + [sym__emphasis_open_underscore] = ACTIONS(1679), + [sym_inline_note_reference] = ACTIONS(1542), + [sym_html_element] = ACTIONS(1542), + }, + [STATE(106)] = { + [sym__block_not_section] = STATE(105), + [sym__section6] = STATE(316), + [sym__atx_heading6] = STATE(114), + [sym_pandoc_horizontal_rule] = STATE(105), + [sym_pandoc_paragraph] = STATE(105), + [sym_inline_ref_def] = STATE(105), + [sym_caption] = STATE(105), + [sym_pipe_table] = STATE(105), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(105), + [sym_pandoc_list] = STATE(105), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(105), + [sym_pandoc_div] = STATE(105), + [sym_note_definition_fenced_block] = STATE(105), + [sym__newline] = STATE(105), + [sym__soft_line_break] = STATE(105), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section5_repeat1] = STATE(105), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -57814,132 +58072,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1642), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1642), - [sym_atx_h2_marker] = ACTIONS(1642), - [sym_atx_h3_marker] = ACTIONS(1642), - [sym_atx_h4_marker] = ACTIONS(1642), - [sym_atx_h5_marker] = ACTIONS(1642), - [sym_atx_h6_marker] = ACTIONS(203), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1644), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1642), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1682), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1682), + [sym_atx_h2_marker] = ACTIONS(1682), + [sym_atx_h3_marker] = ACTIONS(1682), + [sym_atx_h4_marker] = ACTIONS(1682), + [sym_atx_h5_marker] = ACTIONS(1682), + [sym_atx_h6_marker] = ACTIONS(207), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1684), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1682), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(107)] = { + [sym__block_not_section] = STATE(109), + [sym__section6] = STATE(528), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(109), + [sym_pandoc_paragraph] = STATE(109), + [sym_inline_ref_def] = STATE(109), + [sym_caption] = STATE(109), + [sym_pipe_table] = STATE(109), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(109), + [sym_pandoc_list] = STATE(109), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(109), + [sym_pandoc_div] = STATE(109), + [sym_note_definition_fenced_block] = STATE(109), + [sym__newline] = STATE(109), + [sym__soft_line_break] = STATE(109), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section5_repeat1] = STATE(109), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1532), + [anon_sym_COLON] = ACTIONS(5), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1532), + [sym_atx_h2_marker] = ACTIONS(1532), + [sym_atx_h3_marker] = ACTIONS(1532), + [sym_atx_h4_marker] = ACTIONS(1532), + [sym_atx_h5_marker] = ACTIONS(1532), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1686), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(108)] = { [sym__block_not_section] = STATE(108), - [sym__section6] = STATE(487), - [sym__atx_heading6] = STATE(119), + [sym__section6] = STATE(433), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(108), [sym_pandoc_paragraph] = STATE(108), [sym_inline_ref_def] = STATE(108), [sym_caption] = STATE(108), [sym_pipe_table] = STATE(108), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(108), [sym_pandoc_list] = STATE(108), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(108), [sym_pandoc_div] = STATE(108), [sym_note_definition_fenced_block] = STATE(108), [sym__newline] = STATE(108), [sym__soft_line_break] = STATE(108), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section5_repeat1] = STATE(108), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(1688), + [sym_entity_reference] = ACTIONS(1539), + [sym_numeric_character_reference] = ACTIONS(1542), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_BANG_LBRACK] = ACTIONS(1548), + [anon_sym_DOLLAR] = ACTIONS(1551), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1554), + [anon_sym_LBRACE] = ACTIONS(1557), + [aux_sym_pandoc_str_token1] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1563), + [aux_sym__prose_punctuation_token1] = ACTIONS(1539), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1566), + [sym__line_ending] = ACTIONS(1691), + [sym__soft_line_ending] = ACTIONS(1694), + [sym__block_close] = ACTIONS(1575), + [sym__block_quote_start] = ACTIONS(1697), + [sym_atx_h1_marker] = ACTIONS(1575), + [sym_atx_h2_marker] = ACTIONS(1575), + [sym_atx_h3_marker] = ACTIONS(1575), + [sym_atx_h4_marker] = ACTIONS(1575), + [sym_atx_h5_marker] = ACTIONS(1575), + [sym_atx_h6_marker] = ACTIONS(1700), + [sym__thematic_break] = ACTIONS(1703), + [sym__list_marker_minus] = ACTIONS(1586), + [sym__list_marker_plus] = ACTIONS(1589), + [sym__list_marker_star] = ACTIONS(1592), + [sym__list_marker_parenthesis] = ACTIONS(1595), + [sym__list_marker_dot] = ACTIONS(1598), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1586), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1589), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1592), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1595), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1598), + [sym__list_marker_example] = ACTIONS(1601), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1601), + [sym__fenced_code_block_start_backtick] = ACTIONS(1706), + [sym_minus_metadata] = ACTIONS(1709), + [sym__pipe_table_start] = ACTIONS(1712), + [sym__fenced_div_start] = ACTIONS(1715), + [sym_ref_id_specifier] = ACTIONS(1718), + [sym__code_span_start] = ACTIONS(1619), + [sym__html_comment] = ACTIONS(1542), + [sym__autolink] = ACTIONS(1542), + [sym__highlight_span_start] = ACTIONS(1622), + [sym__insert_span_start] = ACTIONS(1625), + [sym__delete_span_start] = ACTIONS(1628), + [sym__edit_comment_span_start] = ACTIONS(1631), + [sym__single_quote_span_open] = ACTIONS(1634), + [sym__double_quote_span_open] = ACTIONS(1637), + [sym__shortcode_open_escaped] = ACTIONS(1640), + [sym__shortcode_open] = ACTIONS(1643), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1646), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1649), + [sym__cite_author_in_text] = ACTIONS(1652), + [sym__cite_suppress_author] = ACTIONS(1655), + [sym__strikeout_open] = ACTIONS(1658), + [sym__subscript_open] = ACTIONS(1661), + [sym__superscript_open] = ACTIONS(1664), + [sym__inline_note_start_token] = ACTIONS(1667), + [sym__strong_emphasis_open_star] = ACTIONS(1670), + [sym__strong_emphasis_open_underscore] = ACTIONS(1673), + [sym__emphasis_open_star] = ACTIONS(1676), + [sym__emphasis_open_underscore] = ACTIONS(1679), + [sym_inline_note_reference] = ACTIONS(1542), + [sym_html_element] = ACTIONS(1542), + }, + [STATE(109)] = { + [sym__block_not_section] = STATE(111), + [sym__section6] = STATE(528), + [sym__atx_heading6] = STATE(118), + [sym_pandoc_horizontal_rule] = STATE(111), + [sym_pandoc_paragraph] = STATE(111), + [sym_inline_ref_def] = STATE(111), + [sym_caption] = STATE(111), + [sym_pipe_table] = STATE(111), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(111), + [sym_pandoc_list] = STATE(111), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(111), + [sym_pandoc_div] = STATE(111), + [sym_note_definition_fenced_block] = STATE(111), + [sym__newline] = STATE(111), + [sym__soft_line_break] = STATE(111), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section5_repeat1] = STATE(111), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -57947,131 +58476,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1638), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1638), - [sym_atx_h2_marker] = ACTIONS(1638), - [sym_atx_h3_marker] = ACTIONS(1638), - [sym_atx_h4_marker] = ACTIONS(1638), - [sym_atx_h5_marker] = ACTIONS(1638), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1646), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1682), + [sym_atx_h2_marker] = ACTIONS(1682), + [sym_atx_h3_marker] = ACTIONS(1682), + [sym_atx_h4_marker] = ACTIONS(1682), + [sym_atx_h5_marker] = ACTIONS(1682), + [sym_atx_h6_marker] = ACTIONS(43), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(1721), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(108)] = { - [sym__block_not_section] = STATE(110), - [sym__section6] = STATE(487), - [sym__atx_heading6] = STATE(119), - [sym_pandoc_horizontal_rule] = STATE(110), - [sym_pandoc_paragraph] = STATE(110), - [sym_inline_ref_def] = STATE(110), - [sym_caption] = STATE(110), - [sym_pipe_table] = STATE(110), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(110), - [sym_pandoc_list] = STATE(110), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [STATE(110)] = { + [sym__block_not_section] = STATE(108), + [sym__section6] = STATE(433), + [sym__atx_heading6] = STATE(117), + [sym_pandoc_horizontal_rule] = STATE(108), + [sym_pandoc_paragraph] = STATE(108), + [sym_inline_ref_def] = STATE(108), + [sym_caption] = STATE(108), + [sym_pipe_table] = STATE(108), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(108), + [sym_pandoc_list] = STATE(108), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(110), - [sym_pandoc_div] = STATE(110), - [sym_note_definition_fenced_block] = STATE(110), - [sym__newline] = STATE(110), - [sym__soft_line_break] = STATE(110), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section5_repeat1] = STATE(110), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(108), + [sym_pandoc_div] = STATE(108), + [sym_note_definition_fenced_block] = STATE(108), + [sym__newline] = STATE(108), + [sym__soft_line_break] = STATE(108), + [sym_pandoc_line_break] = STATE(338), + [aux_sym__section5_repeat1] = STATE(108), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -58079,528 +58609,267 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1642), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1642), - [sym_atx_h2_marker] = ACTIONS(1642), - [sym_atx_h3_marker] = ACTIONS(1642), - [sym_atx_h4_marker] = ACTIONS(1642), - [sym_atx_h5_marker] = ACTIONS(1642), - [sym_atx_h6_marker] = ACTIONS(127), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1648), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1682), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1682), + [sym_atx_h2_marker] = ACTIONS(1682), + [sym_atx_h3_marker] = ACTIONS(1682), + [sym_atx_h4_marker] = ACTIONS(1682), + [sym_atx_h5_marker] = ACTIONS(1682), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1723), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(109)] = { + [STATE(111)] = { [sym__block_not_section] = STATE(111), - [sym__section6] = STATE(391), - [sym__atx_heading6] = STATE(120), + [sym__section6] = STATE(528), + [sym__atx_heading6] = STATE(118), [sym_pandoc_horizontal_rule] = STATE(111), [sym_pandoc_paragraph] = STATE(111), [sym_inline_ref_def] = STATE(111), [sym_caption] = STATE(111), [sym_pipe_table] = STATE(111), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(111), [sym_pandoc_list] = STATE(111), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), [sym_pandoc_code_block] = STATE(111), [sym_pandoc_div] = STATE(111), [sym_note_definition_fenced_block] = STATE(111), [sym__newline] = STATE(111), [sym__soft_line_break] = STATE(111), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section5_repeat1] = STATE(111), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1642), - [anon_sym_COLON] = ACTIONS(5), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1642), - [sym_atx_h2_marker] = ACTIONS(1642), - [sym_atx_h3_marker] = ACTIONS(1642), - [sym_atx_h4_marker] = ACTIONS(1642), - [sym_atx_h5_marker] = ACTIONS(1642), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1650), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1575), + [anon_sym_COLON] = ACTIONS(1725), + [sym_entity_reference] = ACTIONS(1539), + [sym_numeric_character_reference] = ACTIONS(1542), + [anon_sym_LBRACK] = ACTIONS(1545), + [anon_sym_BANG_LBRACK] = ACTIONS(1548), + [anon_sym_DOLLAR] = ACTIONS(1551), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1554), + [anon_sym_LBRACE] = ACTIONS(1557), + [aux_sym_pandoc_str_token1] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1563), + [aux_sym__prose_punctuation_token1] = ACTIONS(1539), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1566), + [sym__line_ending] = ACTIONS(1728), + [sym__soft_line_ending] = ACTIONS(1731), + [sym__block_quote_start] = ACTIONS(1734), + [sym_atx_h1_marker] = ACTIONS(1575), + [sym_atx_h2_marker] = ACTIONS(1575), + [sym_atx_h3_marker] = ACTIONS(1575), + [sym_atx_h4_marker] = ACTIONS(1575), + [sym_atx_h5_marker] = ACTIONS(1575), + [sym_atx_h6_marker] = ACTIONS(1737), + [sym__thematic_break] = ACTIONS(1740), + [sym__list_marker_minus] = ACTIONS(1586), + [sym__list_marker_plus] = ACTIONS(1589), + [sym__list_marker_star] = ACTIONS(1592), + [sym__list_marker_parenthesis] = ACTIONS(1595), + [sym__list_marker_dot] = ACTIONS(1598), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1586), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1589), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1592), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1595), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1598), + [sym__list_marker_example] = ACTIONS(1601), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1601), + [sym__fenced_code_block_start_backtick] = ACTIONS(1743), + [sym_minus_metadata] = ACTIONS(1746), + [sym__pipe_table_start] = ACTIONS(1749), + [sym__fenced_div_start] = ACTIONS(1752), + [sym_ref_id_specifier] = ACTIONS(1755), + [sym__code_span_start] = ACTIONS(1619), + [sym__html_comment] = ACTIONS(1542), + [sym__autolink] = ACTIONS(1542), + [sym__highlight_span_start] = ACTIONS(1622), + [sym__insert_span_start] = ACTIONS(1625), + [sym__delete_span_start] = ACTIONS(1628), + [sym__edit_comment_span_start] = ACTIONS(1631), + [sym__single_quote_span_open] = ACTIONS(1634), + [sym__double_quote_span_open] = ACTIONS(1637), + [sym__shortcode_open_escaped] = ACTIONS(1640), + [sym__shortcode_open] = ACTIONS(1643), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1646), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1649), + [sym__cite_author_in_text] = ACTIONS(1652), + [sym__cite_suppress_author] = ACTIONS(1655), + [sym__strikeout_open] = ACTIONS(1658), + [sym__subscript_open] = ACTIONS(1661), + [sym__superscript_open] = ACTIONS(1664), + [sym__inline_note_start_token] = ACTIONS(1667), + [sym__strong_emphasis_open_star] = ACTIONS(1670), + [sym__strong_emphasis_open_underscore] = ACTIONS(1673), + [sym__emphasis_open_star] = ACTIONS(1676), + [sym__emphasis_open_underscore] = ACTIONS(1679), + [sym_inline_note_reference] = ACTIONS(1542), + [sym_html_element] = ACTIONS(1542), }, - [STATE(110)] = { + [STATE(112)] = { [sym__block_not_section] = STATE(110), - [sym__section6] = STATE(487), - [sym__atx_heading6] = STATE(119), + [sym__section6] = STATE(433), + [sym__atx_heading6] = STATE(117), [sym_pandoc_horizontal_rule] = STATE(110), [sym_pandoc_paragraph] = STATE(110), [sym_inline_ref_def] = STATE(110), [sym_caption] = STATE(110), [sym_pipe_table] = STATE(110), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), [sym_pandoc_block_quote] = STATE(110), [sym_pandoc_list] = STATE(110), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), [sym_pandoc_code_block] = STATE(110), [sym_pandoc_div] = STATE(110), [sym_note_definition_fenced_block] = STATE(110), [sym__newline] = STATE(110), [sym__soft_line_break] = STATE(110), - [sym_pandoc_line_break] = STATE(455), + [sym_pandoc_line_break] = STATE(338), [aux_sym__section5_repeat1] = STATE(110), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(1652), - [sym_entity_reference] = ACTIONS(1501), - [sym_numeric_character_reference] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_BANG_LBRACK] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1519), - [sym_pandoc_str] = ACTIONS(1501), - [aux_sym__prose_punctuation_token1] = ACTIONS(1501), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1522), - [sym__line_ending] = ACTIONS(1655), - [sym__soft_line_ending] = ACTIONS(1658), - [sym__block_close] = ACTIONS(1531), - [sym__block_quote_start] = ACTIONS(1661), - [sym_atx_h1_marker] = ACTIONS(1531), - [sym_atx_h2_marker] = ACTIONS(1531), - [sym_atx_h3_marker] = ACTIONS(1531), - [sym_atx_h4_marker] = ACTIONS(1531), - [sym_atx_h5_marker] = ACTIONS(1531), - [sym_atx_h6_marker] = ACTIONS(1664), - [sym__thematic_break] = ACTIONS(1667), - [sym__list_marker_minus] = ACTIONS(1542), - [sym__list_marker_plus] = ACTIONS(1545), - [sym__list_marker_star] = ACTIONS(1548), - [sym__list_marker_parenthesis] = ACTIONS(1551), - [sym__list_marker_dot] = ACTIONS(1554), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1542), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1545), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1551), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_example] = ACTIONS(1557), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1557), - [sym__fenced_code_block_start_backtick] = ACTIONS(1670), - [sym_minus_metadata] = ACTIONS(1673), - [sym__pipe_table_start] = ACTIONS(1676), - [sym__fenced_div_start] = ACTIONS(1679), - [sym_ref_id_specifier] = ACTIONS(1682), - [sym__code_span_start] = ACTIONS(1575), - [sym__html_comment] = ACTIONS(1504), - [sym__autolink] = ACTIONS(1504), - [sym__highlight_span_start] = ACTIONS(1578), - [sym__insert_span_start] = ACTIONS(1581), - [sym__delete_span_start] = ACTIONS(1584), - [sym__edit_comment_span_start] = ACTIONS(1587), - [sym__single_quote_span_open] = ACTIONS(1590), - [sym__double_quote_span_open] = ACTIONS(1593), - [sym__shortcode_open_escaped] = ACTIONS(1596), - [sym__shortcode_open] = ACTIONS(1599), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1602), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1605), - [sym__cite_author_in_text] = ACTIONS(1608), - [sym__cite_suppress_author] = ACTIONS(1611), - [sym__strikeout_open] = ACTIONS(1614), - [sym__subscript_open] = ACTIONS(1617), - [sym__superscript_open] = ACTIONS(1620), - [sym__inline_note_start_token] = ACTIONS(1623), - [sym__strong_emphasis_open_star] = ACTIONS(1626), - [sym__strong_emphasis_open_underscore] = ACTIONS(1629), - [sym__emphasis_open_star] = ACTIONS(1632), - [sym__emphasis_open_underscore] = ACTIONS(1635), - [sym_inline_note_reference] = ACTIONS(1504), - [sym_html_element] = ACTIONS(1504), - }, - [STATE(111)] = { - [sym__block_not_section] = STATE(111), - [sym__section6] = STATE(391), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(111), - [sym_pandoc_paragraph] = STATE(111), - [sym_inline_ref_def] = STATE(111), - [sym_caption] = STATE(111), - [sym_pipe_table] = STATE(111), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(111), - [sym_pandoc_list] = STATE(111), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(111), - [sym_pandoc_div] = STATE(111), - [sym_note_definition_fenced_block] = STATE(111), - [sym__newline] = STATE(111), - [sym__soft_line_break] = STATE(111), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section5_repeat1] = STATE(111), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1531), - [anon_sym_COLON] = ACTIONS(1685), - [sym_entity_reference] = ACTIONS(1501), - [sym_numeric_character_reference] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_BANG_LBRACK] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1519), - [sym_pandoc_str] = ACTIONS(1501), - [aux_sym__prose_punctuation_token1] = ACTIONS(1501), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1522), - [sym__line_ending] = ACTIONS(1688), - [sym__soft_line_ending] = ACTIONS(1691), - [sym__block_quote_start] = ACTIONS(1694), - [sym_atx_h1_marker] = ACTIONS(1531), - [sym_atx_h2_marker] = ACTIONS(1531), - [sym_atx_h3_marker] = ACTIONS(1531), - [sym_atx_h4_marker] = ACTIONS(1531), - [sym_atx_h5_marker] = ACTIONS(1531), - [sym_atx_h6_marker] = ACTIONS(1697), - [sym__thematic_break] = ACTIONS(1700), - [sym__list_marker_minus] = ACTIONS(1542), - [sym__list_marker_plus] = ACTIONS(1545), - [sym__list_marker_star] = ACTIONS(1548), - [sym__list_marker_parenthesis] = ACTIONS(1551), - [sym__list_marker_dot] = ACTIONS(1554), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1542), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1545), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1551), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_example] = ACTIONS(1557), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1557), - [sym__fenced_code_block_start_backtick] = ACTIONS(1703), - [sym_minus_metadata] = ACTIONS(1706), - [sym__pipe_table_start] = ACTIONS(1709), - [sym__fenced_div_start] = ACTIONS(1712), - [sym_ref_id_specifier] = ACTIONS(1715), - [sym__code_span_start] = ACTIONS(1575), - [sym__html_comment] = ACTIONS(1504), - [sym__autolink] = ACTIONS(1504), - [sym__highlight_span_start] = ACTIONS(1578), - [sym__insert_span_start] = ACTIONS(1581), - [sym__delete_span_start] = ACTIONS(1584), - [sym__edit_comment_span_start] = ACTIONS(1587), - [sym__single_quote_span_open] = ACTIONS(1590), - [sym__double_quote_span_open] = ACTIONS(1593), - [sym__shortcode_open_escaped] = ACTIONS(1596), - [sym__shortcode_open] = ACTIONS(1599), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1602), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1605), - [sym__cite_author_in_text] = ACTIONS(1608), - [sym__cite_suppress_author] = ACTIONS(1611), - [sym__strikeout_open] = ACTIONS(1614), - [sym__subscript_open] = ACTIONS(1617), - [sym__superscript_open] = ACTIONS(1620), - [sym__inline_note_start_token] = ACTIONS(1623), - [sym__strong_emphasis_open_star] = ACTIONS(1626), - [sym__strong_emphasis_open_underscore] = ACTIONS(1629), - [sym__emphasis_open_star] = ACTIONS(1632), - [sym__emphasis_open_underscore] = ACTIONS(1635), - [sym_inline_note_reference] = ACTIONS(1504), - [sym_html_element] = ACTIONS(1504), - }, - [STATE(112)] = { - [sym__block_not_section] = STATE(109), - [sym__section6] = STATE(391), - [sym__atx_heading6] = STATE(120), - [sym_pandoc_horizontal_rule] = STATE(109), - [sym_pandoc_paragraph] = STATE(109), - [sym_inline_ref_def] = STATE(109), - [sym_caption] = STATE(109), - [sym_pipe_table] = STATE(109), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(109), - [sym_pandoc_list] = STATE(109), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(109), - [sym_pandoc_div] = STATE(109), - [sym_note_definition_fenced_block] = STATE(109), - [sym__newline] = STATE(109), - [sym__soft_line_break] = STATE(109), - [sym_pandoc_line_break] = STATE(455), - [aux_sym__section5_repeat1] = STATE(109), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1638), - [anon_sym_COLON] = ACTIONS(5), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -58608,102 +58877,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1638), - [sym_atx_h2_marker] = ACTIONS(1638), - [sym_atx_h3_marker] = ACTIONS(1638), - [sym_atx_h4_marker] = ACTIONS(1638), - [sym_atx_h5_marker] = ACTIONS(1638), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(1718), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1532), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1532), + [sym_atx_h2_marker] = ACTIONS(1532), + [sym_atx_h3_marker] = ACTIONS(1532), + [sym_atx_h4_marker] = ACTIONS(1532), + [sym_atx_h5_marker] = ACTIONS(1532), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1758), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(113)] = { - [sym__block_not_section] = STATE(285), - [sym_pandoc_horizontal_rule] = STATE(285), - [sym_pandoc_paragraph] = STATE(285), - [sym_inline_ref_def] = STATE(285), - [sym_caption] = STATE(285), - [sym_pipe_table] = STATE(285), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(285), - [sym_pandoc_list] = STATE(285), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__block_not_section] = STATE(295), + [sym_pandoc_horizontal_rule] = STATE(295), + [sym_pandoc_paragraph] = STATE(295), + [sym_inline_ref_def] = STATE(295), + [sym_caption] = STATE(295), + [sym_pipe_table] = STATE(295), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(295), + [sym_pandoc_list] = STATE(295), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -58711,25 +58983,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(285), - [sym_pandoc_div] = STATE(285), - [sym_note_definition_fenced_block] = STATE(285), - [sym__newline] = STATE(285), - [sym__soft_line_break] = STATE(285), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(114), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(295), + [sym_pandoc_div] = STATE(295), + [sym_note_definition_fenced_block] = STATE(295), + [sym__newline] = STATE(295), + [sym__soft_line_break] = STATE(295), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(113), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(1760), + [sym_entity_reference] = ACTIONS(1763), + [sym_numeric_character_reference] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1769), + [anon_sym_BANG_LBRACK] = ACTIONS(1772), + [anon_sym_DOLLAR] = ACTIONS(1775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1781), + [aux_sym_pandoc_str_token1] = ACTIONS(1784), + [anon_sym_PIPE] = ACTIONS(1787), + [aux_sym__prose_punctuation_token1] = ACTIONS(1763), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1790), + [sym__line_ending] = ACTIONS(1793), + [sym__soft_line_ending] = ACTIONS(1796), + [sym__block_close] = ACTIONS(1799), + [sym__block_quote_start] = ACTIONS(1801), + [sym_atx_h1_marker] = ACTIONS(1799), + [sym_atx_h2_marker] = ACTIONS(1799), + [sym_atx_h3_marker] = ACTIONS(1799), + [sym_atx_h4_marker] = ACTIONS(1799), + [sym_atx_h5_marker] = ACTIONS(1799), + [sym_atx_h6_marker] = ACTIONS(1799), + [sym__thematic_break] = ACTIONS(1804), + [sym__list_marker_minus] = ACTIONS(1807), + [sym__list_marker_plus] = ACTIONS(1810), + [sym__list_marker_star] = ACTIONS(1813), + [sym__list_marker_parenthesis] = ACTIONS(1816), + [sym__list_marker_dot] = ACTIONS(1819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1810), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1816), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1819), + [sym__list_marker_example] = ACTIONS(1822), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1822), + [sym__fenced_code_block_start_backtick] = ACTIONS(1825), + [sym_minus_metadata] = ACTIONS(1828), + [sym__pipe_table_start] = ACTIONS(1831), + [sym__fenced_div_start] = ACTIONS(1834), + [sym__fenced_div_end] = ACTIONS(1799), + [sym_ref_id_specifier] = ACTIONS(1837), + [sym__code_span_start] = ACTIONS(1840), + [sym__html_comment] = ACTIONS(1766), + [sym__autolink] = ACTIONS(1766), + [sym__highlight_span_start] = ACTIONS(1843), + [sym__insert_span_start] = ACTIONS(1846), + [sym__delete_span_start] = ACTIONS(1849), + [sym__edit_comment_span_start] = ACTIONS(1852), + [sym__single_quote_span_open] = ACTIONS(1855), + [sym__double_quote_span_open] = ACTIONS(1858), + [sym__shortcode_open_escaped] = ACTIONS(1861), + [sym__shortcode_open] = ACTIONS(1864), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1867), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1870), + [sym__cite_author_in_text] = ACTIONS(1873), + [sym__cite_suppress_author] = ACTIONS(1876), + [sym__strikeout_open] = ACTIONS(1879), + [sym__subscript_open] = ACTIONS(1882), + [sym__superscript_open] = ACTIONS(1885), + [sym__inline_note_start_token] = ACTIONS(1888), + [sym__strong_emphasis_open_star] = ACTIONS(1891), + [sym__strong_emphasis_open_underscore] = ACTIONS(1894), + [sym__emphasis_open_star] = ACTIONS(1897), + [sym__emphasis_open_underscore] = ACTIONS(1900), + [sym_inline_note_reference] = ACTIONS(1766), + [sym_html_element] = ACTIONS(1766), + }, + [STATE(114)] = { + [sym__block_not_section] = STATE(295), + [sym_pandoc_horizontal_rule] = STATE(295), + [sym_pandoc_paragraph] = STATE(295), + [sym_inline_ref_def] = STATE(295), + [sym_caption] = STATE(295), + [sym_pipe_table] = STATE(295), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(295), + [sym_pandoc_list] = STATE(295), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(131), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(295), + [sym_pandoc_div] = STATE(295), + [sym_note_definition_fenced_block] = STATE(295), + [sym__newline] = STATE(295), + [sym__soft_line_break] = STATE(295), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(115), + [aux_sym__list_plus_repeat1] = STATE(131), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -58737,235 +59142,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1720), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1720), - [sym_atx_h2_marker] = ACTIONS(1720), - [sym_atx_h3_marker] = ACTIONS(1720), - [sym_atx_h4_marker] = ACTIONS(1720), - [sym_atx_h5_marker] = ACTIONS(1720), - [sym_atx_h6_marker] = ACTIONS(1720), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1722), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1720), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1903), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1903), + [sym_atx_h2_marker] = ACTIONS(1903), + [sym_atx_h3_marker] = ACTIONS(1903), + [sym_atx_h4_marker] = ACTIONS(1903), + [sym_atx_h5_marker] = ACTIONS(1903), + [sym_atx_h6_marker] = ACTIONS(1903), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1905), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1903), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(114)] = { - [sym__block_not_section] = STATE(285), - [sym_pandoc_horizontal_rule] = STATE(285), - [sym_pandoc_paragraph] = STATE(285), - [sym_inline_ref_def] = STATE(285), - [sym_caption] = STATE(285), - [sym_pipe_table] = STATE(285), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(285), - [sym_pandoc_list] = STATE(285), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), - [sym_list_marker_plus] = STATE(13), - [sym_list_marker_minus] = STATE(14), - [sym_list_marker_star] = STATE(2), - [sym_list_marker_dot] = STATE(16), - [sym_list_marker_parenthesis] = STATE(17), - [sym_list_marker_example] = STATE(18), - [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(285), - [sym_pandoc_div] = STATE(285), - [sym_note_definition_fenced_block] = STATE(285), - [sym__newline] = STATE(285), - [sym__soft_line_break] = STATE(285), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(114), - [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(1724), - [sym_entity_reference] = ACTIONS(1727), - [sym_numeric_character_reference] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1733), - [anon_sym_BANG_LBRACK] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1739), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1745), - [sym_pandoc_str] = ACTIONS(1727), - [aux_sym__prose_punctuation_token1] = ACTIONS(1727), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1748), - [sym__line_ending] = ACTIONS(1751), - [sym__soft_line_ending] = ACTIONS(1754), - [sym__block_close] = ACTIONS(1757), - [sym__block_quote_start] = ACTIONS(1759), - [sym_atx_h1_marker] = ACTIONS(1757), - [sym_atx_h2_marker] = ACTIONS(1757), - [sym_atx_h3_marker] = ACTIONS(1757), - [sym_atx_h4_marker] = ACTIONS(1757), - [sym_atx_h5_marker] = ACTIONS(1757), - [sym_atx_h6_marker] = ACTIONS(1757), - [sym__thematic_break] = ACTIONS(1762), - [sym__list_marker_minus] = ACTIONS(1765), - [sym__list_marker_plus] = ACTIONS(1768), - [sym__list_marker_star] = ACTIONS(1771), - [sym__list_marker_parenthesis] = ACTIONS(1774), - [sym__list_marker_dot] = ACTIONS(1777), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1765), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1768), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1771), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1777), - [sym__list_marker_example] = ACTIONS(1780), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1780), - [sym__fenced_code_block_start_backtick] = ACTIONS(1783), - [sym_minus_metadata] = ACTIONS(1786), - [sym__pipe_table_start] = ACTIONS(1789), - [sym__fenced_div_start] = ACTIONS(1792), - [sym__fenced_div_end] = ACTIONS(1757), - [sym_ref_id_specifier] = ACTIONS(1795), - [sym__code_span_start] = ACTIONS(1798), - [sym__html_comment] = ACTIONS(1730), - [sym__autolink] = ACTIONS(1730), - [sym__highlight_span_start] = ACTIONS(1801), - [sym__insert_span_start] = ACTIONS(1804), - [sym__delete_span_start] = ACTIONS(1807), - [sym__edit_comment_span_start] = ACTIONS(1810), - [sym__single_quote_span_open] = ACTIONS(1813), - [sym__double_quote_span_open] = ACTIONS(1816), - [sym__shortcode_open_escaped] = ACTIONS(1819), - [sym__shortcode_open] = ACTIONS(1822), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1825), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1828), - [sym__cite_author_in_text] = ACTIONS(1831), - [sym__cite_suppress_author] = ACTIONS(1834), - [sym__strikeout_open] = ACTIONS(1837), - [sym__subscript_open] = ACTIONS(1840), - [sym__superscript_open] = ACTIONS(1843), - [sym__inline_note_start_token] = ACTIONS(1846), - [sym__strong_emphasis_open_star] = ACTIONS(1849), - [sym__strong_emphasis_open_underscore] = ACTIONS(1852), - [sym__emphasis_open_star] = ACTIONS(1855), - [sym__emphasis_open_underscore] = ACTIONS(1858), - [sym_inline_note_reference] = ACTIONS(1730), - [sym_html_element] = ACTIONS(1730), - }, [STATE(115)] = { - [sym__block_not_section] = STATE(285), - [sym_pandoc_horizontal_rule] = STATE(285), - [sym_pandoc_paragraph] = STATE(285), - [sym_inline_ref_def] = STATE(285), - [sym_caption] = STATE(285), - [sym_pipe_table] = STATE(285), - [sym__inlines] = STATE(2444), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(285), - [sym_pandoc_list] = STATE(285), - [sym__list_plus] = STATE(291), - [sym__list_minus] = STATE(291), - [sym__list_star] = STATE(291), - [sym__list_dot] = STATE(291), - [sym__list_parenthesis] = STATE(291), - [sym__list_example] = STATE(291), + [sym__block_not_section] = STATE(295), + [sym_pandoc_horizontal_rule] = STATE(295), + [sym_pandoc_paragraph] = STATE(295), + [sym_inline_ref_def] = STATE(295), + [sym_caption] = STATE(295), + [sym_pipe_table] = STATE(295), + [sym__inlines] = STATE(2513), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(295), + [sym_pandoc_list] = STATE(295), + [sym__list_plus] = STATE(300), + [sym__list_minus] = STATE(300), + [sym__list_star] = STATE(300), + [sym__list_dot] = STATE(300), + [sym__list_parenthesis] = STATE(300), + [sym__list_example] = STATE(300), [sym_list_marker_plus] = STATE(13), [sym_list_marker_minus] = STATE(14), [sym_list_marker_star] = STATE(2), @@ -58973,25 +59249,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_list_marker_parenthesis] = STATE(17), [sym_list_marker_example] = STATE(18), [sym__list_item_plus] = STATE(131), - [sym__list_item_minus] = STATE(136), - [sym__list_item_star] = STATE(137), - [sym__list_item_dot] = STATE(135), - [sym__list_item_parenthesis] = STATE(140), - [sym__list_item_example] = STATE(138), - [sym_pandoc_code_block] = STATE(285), - [sym_pandoc_div] = STATE(285), - [sym_note_definition_fenced_block] = STATE(285), - [sym__newline] = STATE(285), - [sym__soft_line_break] = STATE(285), - [sym_pandoc_line_break] = STATE(455), + [sym__list_item_minus] = STATE(132), + [sym__list_item_star] = STATE(133), + [sym__list_item_dot] = STATE(129), + [sym__list_item_parenthesis] = STATE(134), + [sym__list_item_example] = STATE(135), + [sym_pandoc_code_block] = STATE(295), + [sym_pandoc_div] = STATE(295), + [sym_note_definition_fenced_block] = STATE(295), + [sym__newline] = STATE(295), + [sym__soft_line_break] = STATE(295), + [sym_pandoc_line_break] = STATE(338), [aux_sym_document_repeat1] = STATE(113), [aux_sym__list_plus_repeat1] = STATE(131), - [aux_sym__list_minus_repeat1] = STATE(136), - [aux_sym__list_star_repeat1] = STATE(137), - [aux_sym__list_dot_repeat1] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(140), - [aux_sym__list_example_repeat1] = STATE(138), - [anon_sym_COLON] = ACTIONS(183), + [aux_sym__list_minus_repeat1] = STATE(132), + [aux_sym__list_star_repeat1] = STATE(133), + [aux_sym__list_dot_repeat1] = STATE(129), + [aux_sym__list_parenthesis_repeat1] = STATE(134), + [aux_sym__list_example_repeat1] = STATE(135), + [anon_sym_COLON] = ACTIONS(187), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -58999,130 +59275,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(185), - [sym__soft_line_ending] = ACTIONS(187), - [sym__block_close] = ACTIONS(1861), - [sym__block_quote_start] = ACTIONS(191), - [sym_atx_h1_marker] = ACTIONS(1861), - [sym_atx_h2_marker] = ACTIONS(1861), - [sym_atx_h3_marker] = ACTIONS(1861), - [sym_atx_h4_marker] = ACTIONS(1861), - [sym_atx_h5_marker] = ACTIONS(1861), - [sym_atx_h6_marker] = ACTIONS(1861), - [sym__thematic_break] = ACTIONS(205), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(207), - [sym_minus_metadata] = ACTIONS(1722), - [sym__pipe_table_start] = ACTIONS(211), - [sym__fenced_div_start] = ACTIONS(213), - [sym__fenced_div_end] = ACTIONS(1861), - [sym_ref_id_specifier] = ACTIONS(217), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(189), + [sym__soft_line_ending] = ACTIONS(191), + [sym__block_close] = ACTIONS(1907), + [sym__block_quote_start] = ACTIONS(195), + [sym_atx_h1_marker] = ACTIONS(1907), + [sym_atx_h2_marker] = ACTIONS(1907), + [sym_atx_h3_marker] = ACTIONS(1907), + [sym_atx_h4_marker] = ACTIONS(1907), + [sym_atx_h5_marker] = ACTIONS(1907), + [sym_atx_h6_marker] = ACTIONS(1907), + [sym__thematic_break] = ACTIONS(209), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(211), + [sym_minus_metadata] = ACTIONS(1905), + [sym__pipe_table_start] = ACTIONS(215), + [sym__fenced_div_start] = ACTIONS(217), + [sym__fenced_div_end] = ACTIONS(1907), + [sym_ref_id_specifier] = ACTIONS(221), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(116)] = { - [sym__block_not_section] = STATE(439), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [sym__block_not_section] = STATE(507), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(121), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1720), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(120), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1907), [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), @@ -59131,258 +59409,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1720), - [sym_atx_h2_marker] = ACTIONS(1720), - [sym_atx_h3_marker] = ACTIONS(1720), - [sym_atx_h4_marker] = ACTIONS(1720), - [sym_atx_h5_marker] = ACTIONS(1720), - [sym_atx_h6_marker] = ACTIONS(1720), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(450), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1907), + [sym_atx_h2_marker] = ACTIONS(1907), + [sym_atx_h3_marker] = ACTIONS(1907), + [sym_atx_h4_marker] = ACTIONS(1907), + [sym_atx_h5_marker] = ACTIONS(1907), + [sym_atx_h6_marker] = ACTIONS(1907), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(117)] = { - [sym__block_not_section] = STATE(444), - [sym_pandoc_horizontal_rule] = STATE(444), - [sym_pandoc_paragraph] = STATE(444), - [sym_inline_ref_def] = STATE(444), - [sym_caption] = STATE(444), - [sym_pipe_table] = STATE(444), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(444), - [sym_pandoc_list] = STATE(444), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(444), - [sym_pandoc_div] = STATE(444), - [sym_note_definition_fenced_block] = STATE(444), - [sym__newline] = STATE(444), - [sym__soft_line_break] = STATE(444), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(117), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(1863), - [sym_entity_reference] = ACTIONS(1727), - [sym_numeric_character_reference] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1733), - [anon_sym_BANG_LBRACK] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1739), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1745), - [sym_pandoc_str] = ACTIONS(1727), - [aux_sym__prose_punctuation_token1] = ACTIONS(1727), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1748), - [sym__line_ending] = ACTIONS(1866), - [sym__soft_line_ending] = ACTIONS(1869), - [sym__block_close] = ACTIONS(1757), - [sym__block_quote_start] = ACTIONS(1872), - [sym_atx_h1_marker] = ACTIONS(1757), - [sym_atx_h2_marker] = ACTIONS(1757), - [sym_atx_h3_marker] = ACTIONS(1757), - [sym_atx_h4_marker] = ACTIONS(1757), - [sym_atx_h5_marker] = ACTIONS(1757), - [sym_atx_h6_marker] = ACTIONS(1757), - [sym__thematic_break] = ACTIONS(1875), - [sym__list_marker_minus] = ACTIONS(1765), - [sym__list_marker_plus] = ACTIONS(1768), - [sym__list_marker_star] = ACTIONS(1771), - [sym__list_marker_parenthesis] = ACTIONS(1774), - [sym__list_marker_dot] = ACTIONS(1777), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1765), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1768), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1771), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1777), - [sym__list_marker_example] = ACTIONS(1780), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1780), - [sym__fenced_code_block_start_backtick] = ACTIONS(1878), - [sym_minus_metadata] = ACTIONS(1881), - [sym__pipe_table_start] = ACTIONS(1884), - [sym__fenced_div_start] = ACTIONS(1887), - [sym_ref_id_specifier] = ACTIONS(1890), - [sym__code_span_start] = ACTIONS(1798), - [sym__html_comment] = ACTIONS(1730), - [sym__autolink] = ACTIONS(1730), - [sym__highlight_span_start] = ACTIONS(1801), - [sym__insert_span_start] = ACTIONS(1804), - [sym__delete_span_start] = ACTIONS(1807), - [sym__edit_comment_span_start] = ACTIONS(1810), - [sym__single_quote_span_open] = ACTIONS(1813), - [sym__double_quote_span_open] = ACTIONS(1816), - [sym__shortcode_open_escaped] = ACTIONS(1819), - [sym__shortcode_open] = ACTIONS(1822), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1825), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1828), - [sym__cite_author_in_text] = ACTIONS(1831), - [sym__cite_suppress_author] = ACTIONS(1834), - [sym__strikeout_open] = ACTIONS(1837), - [sym__subscript_open] = ACTIONS(1840), - [sym__superscript_open] = ACTIONS(1843), - [sym__inline_note_start_token] = ACTIONS(1846), - [sym__strong_emphasis_open_star] = ACTIONS(1849), - [sym__strong_emphasis_open_underscore] = ACTIONS(1852), - [sym__emphasis_open_star] = ACTIONS(1855), - [sym__emphasis_open_underscore] = ACTIONS(1858), - [sym_inline_note_reference] = ACTIONS(1730), - [sym_html_element] = ACTIONS(1730), - }, - [STATE(118)] = { - [sym__block_not_section] = STATE(444), - [sym_pandoc_horizontal_rule] = STATE(444), - [sym_pandoc_paragraph] = STATE(444), - [sym_inline_ref_def] = STATE(444), - [sym_caption] = STATE(444), - [sym_pipe_table] = STATE(444), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(444), - [sym_pandoc_list] = STATE(444), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), + [sym__block_not_section] = STATE(456), + [sym_pandoc_horizontal_rule] = STATE(456), + [sym_pandoc_paragraph] = STATE(456), + [sym_inline_ref_def] = STATE(456), + [sym_caption] = STATE(456), + [sym_pipe_table] = STATE(456), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(456), + [sym_pandoc_list] = STATE(456), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), [sym_list_marker_plus] = STATE(7), [sym_list_marker_minus] = STATE(8), [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(10), [sym_list_marker_parenthesis] = STATE(11), [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(444), - [sym_pandoc_div] = STATE(444), - [sym_note_definition_fenced_block] = STATE(444), - [sym__newline] = STATE(444), - [sym__soft_line_break] = STATE(444), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(117), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(456), + [sym_pandoc_div] = STATE(456), + [sym_note_definition_fenced_block] = STATE(456), + [sym__newline] = STATE(456), + [sym__soft_line_break] = STATE(456), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(119), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -59390,129 +59540,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1720), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1720), - [sym_atx_h2_marker] = ACTIONS(1720), - [sym_atx_h3_marker] = ACTIONS(1720), - [sym_atx_h4_marker] = ACTIONS(1720), - [sym_atx_h5_marker] = ACTIONS(1720), - [sym_atx_h6_marker] = ACTIONS(1720), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1893), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1903), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1903), + [sym_atx_h2_marker] = ACTIONS(1903), + [sym_atx_h3_marker] = ACTIONS(1903), + [sym_atx_h4_marker] = ACTIONS(1903), + [sym_atx_h5_marker] = ACTIONS(1903), + [sym_atx_h6_marker] = ACTIONS(1903), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1909), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(119)] = { - [sym__block_not_section] = STATE(444), - [sym_pandoc_horizontal_rule] = STATE(444), - [sym_pandoc_paragraph] = STATE(444), - [sym_inline_ref_def] = STATE(444), - [sym_caption] = STATE(444), - [sym_pipe_table] = STATE(444), - [sym__inlines] = STATE(2566), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(444), - [sym_pandoc_list] = STATE(444), - [sym__list_plus] = STATE(453), - [sym__list_minus] = STATE(453), - [sym__list_star] = STATE(453), - [sym__list_dot] = STATE(453), - [sym__list_parenthesis] = STATE(453), - [sym__list_example] = STATE(453), - [sym_list_marker_plus] = STATE(7), - [sym_list_marker_minus] = STATE(8), - [sym_list_marker_star] = STATE(9), - [sym_list_marker_dot] = STATE(10), - [sym_list_marker_parenthesis] = STATE(11), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(174), - [sym__list_item_minus] = STATE(164), - [sym__list_item_star] = STATE(157), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(444), - [sym_pandoc_div] = STATE(444), - [sym_note_definition_fenced_block] = STATE(444), - [sym__newline] = STATE(444), - [sym__soft_line_break] = STATE(444), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(118), - [aux_sym__list_plus_repeat1] = STATE(174), - [aux_sym__list_minus_repeat1] = STATE(164), - [aux_sym__list_star_repeat1] = STATE(157), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [anon_sym_COLON] = ACTIONS(107), + [STATE(118)] = { + [sym__block_not_section] = STATE(507), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), + [sym_list_marker_plus] = STATE(12), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(116), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1903), + [anon_sym_COLON] = ACTIONS(5), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -59520,130 +59673,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(111), - [sym__block_close] = ACTIONS(1861), - [sym__block_quote_start] = ACTIONS(115), - [sym_atx_h1_marker] = ACTIONS(1861), - [sym_atx_h2_marker] = ACTIONS(1861), - [sym_atx_h3_marker] = ACTIONS(1861), - [sym_atx_h4_marker] = ACTIONS(1861), - [sym_atx_h5_marker] = ACTIONS(1861), - [sym_atx_h6_marker] = ACTIONS(1861), - [sym__thematic_break] = ACTIONS(129), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(131), - [sym_minus_metadata] = ACTIONS(1893), - [sym__pipe_table_start] = ACTIONS(137), - [sym__fenced_div_start] = ACTIONS(139), - [sym_ref_id_specifier] = ACTIONS(141), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(27), + [sym__soft_line_ending] = ACTIONS(29), + [sym__block_quote_start] = ACTIONS(31), + [sym_atx_h1_marker] = ACTIONS(1903), + [sym_atx_h2_marker] = ACTIONS(1903), + [sym_atx_h3_marker] = ACTIONS(1903), + [sym_atx_h4_marker] = ACTIONS(1903), + [sym_atx_h5_marker] = ACTIONS(1903), + [sym_atx_h6_marker] = ACTIONS(1903), + [sym__thematic_break] = ACTIONS(45), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(59), + [sym_minus_metadata] = ACTIONS(454), + [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_div_start] = ACTIONS(65), + [sym_ref_id_specifier] = ACTIONS(67), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(120)] = { - [sym__block_not_section] = STATE(439), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), - [sym_list_marker_plus] = STATE(12), - [sym_list_marker_minus] = STATE(6), - [sym_list_marker_star] = STATE(15), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(4), - [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), - [aux_sym_document_repeat1] = STATE(116), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1861), - [anon_sym_COLON] = ACTIONS(5), + [STATE(119)] = { + [sym__block_not_section] = STATE(456), + [sym_pandoc_horizontal_rule] = STATE(456), + [sym_pandoc_paragraph] = STATE(456), + [sym_inline_ref_def] = STATE(456), + [sym_caption] = STATE(456), + [sym_pipe_table] = STATE(456), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(456), + [sym_pandoc_list] = STATE(456), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(456), + [sym_pandoc_div] = STATE(456), + [sym_note_definition_fenced_block] = STATE(456), + [sym__newline] = STATE(456), + [sym__soft_line_break] = STATE(456), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(121), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(111), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -59651,4053 +59804,3004 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1861), - [sym_atx_h2_marker] = ACTIONS(1861), - [sym_atx_h3_marker] = ACTIONS(1861), - [sym_atx_h4_marker] = ACTIONS(1861), - [sym_atx_h5_marker] = ACTIONS(1861), - [sym_atx_h6_marker] = ACTIONS(1861), - [sym__thematic_break] = ACTIONS(41), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(55), - [sym_minus_metadata] = ACTIONS(450), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__line_ending] = ACTIONS(113), + [sym__soft_line_ending] = ACTIONS(115), + [sym__block_close] = ACTIONS(1907), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1907), + [sym_atx_h2_marker] = ACTIONS(1907), + [sym_atx_h3_marker] = ACTIONS(1907), + [sym_atx_h4_marker] = ACTIONS(1907), + [sym_atx_h5_marker] = ACTIONS(1907), + [sym_atx_h6_marker] = ACTIONS(1907), + [sym__thematic_break] = ACTIONS(133), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1909), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(121)] = { - [sym__block_not_section] = STATE(439), - [sym_pandoc_horizontal_rule] = STATE(439), - [sym_pandoc_paragraph] = STATE(439), - [sym_inline_ref_def] = STATE(439), - [sym_caption] = STATE(439), - [sym_pipe_table] = STATE(439), - [sym__inlines] = STATE(2494), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym_pandoc_block_quote] = STATE(439), - [sym_pandoc_list] = STATE(439), - [sym__list_plus] = STATE(456), - [sym__list_minus] = STATE(456), - [sym__list_star] = STATE(456), - [sym__list_dot] = STATE(456), - [sym__list_parenthesis] = STATE(456), - [sym__list_example] = STATE(456), + [STATE(120)] = { + [sym__block_not_section] = STATE(507), + [sym_pandoc_horizontal_rule] = STATE(507), + [sym_pandoc_paragraph] = STATE(507), + [sym_inline_ref_def] = STATE(507), + [sym_caption] = STATE(507), + [sym_pipe_table] = STATE(507), + [sym__inlines] = STATE(2480), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(507), + [sym_pandoc_list] = STATE(507), + [sym__list_plus] = STATE(516), + [sym__list_minus] = STATE(516), + [sym__list_star] = STATE(516), + [sym__list_dot] = STATE(516), + [sym__list_parenthesis] = STATE(516), + [sym__list_example] = STATE(516), [sym_list_marker_plus] = STATE(12), [sym_list_marker_minus] = STATE(6), [sym_list_marker_star] = STATE(15), [sym_list_marker_dot] = STATE(3), [sym_list_marker_parenthesis] = STATE(4), [sym_list_marker_example] = STATE(5), - [sym__list_item_plus] = STATE(166), - [sym__list_item_minus] = STATE(141), - [sym__list_item_star] = STATE(167), - [sym__list_item_dot] = STATE(168), - [sym__list_item_parenthesis] = STATE(169), - [sym__list_item_example] = STATE(170), - [sym_pandoc_code_block] = STATE(439), - [sym_pandoc_div] = STATE(439), - [sym_note_definition_fenced_block] = STATE(439), - [sym__newline] = STATE(439), - [sym__soft_line_break] = STATE(439), - [sym_pandoc_line_break] = STATE(455), + [sym__list_item_plus] = STATE(160), + [sym__list_item_minus] = STATE(171), + [sym__list_item_star] = STATE(172), + [sym__list_item_dot] = STATE(173), + [sym__list_item_parenthesis] = STATE(174), + [sym__list_item_example] = STATE(175), + [sym_pandoc_code_block] = STATE(507), + [sym_pandoc_div] = STATE(507), + [sym_note_definition_fenced_block] = STATE(507), + [sym__newline] = STATE(507), + [sym__soft_line_break] = STATE(507), + [sym_pandoc_line_break] = STATE(338), + [aux_sym_document_repeat1] = STATE(120), + [aux_sym__list_plus_repeat1] = STATE(160), + [aux_sym__list_minus_repeat1] = STATE(171), + [aux_sym__list_star_repeat1] = STATE(172), + [aux_sym__list_dot_repeat1] = STATE(173), + [aux_sym__list_parenthesis_repeat1] = STATE(174), + [aux_sym__list_example_repeat1] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(1799), + [anon_sym_COLON] = ACTIONS(1911), + [sym_entity_reference] = ACTIONS(1763), + [sym_numeric_character_reference] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1769), + [anon_sym_BANG_LBRACK] = ACTIONS(1772), + [anon_sym_DOLLAR] = ACTIONS(1775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1781), + [aux_sym_pandoc_str_token1] = ACTIONS(1784), + [anon_sym_PIPE] = ACTIONS(1787), + [aux_sym__prose_punctuation_token1] = ACTIONS(1763), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1790), + [sym__line_ending] = ACTIONS(1914), + [sym__soft_line_ending] = ACTIONS(1917), + [sym__block_quote_start] = ACTIONS(1920), + [sym_atx_h1_marker] = ACTIONS(1799), + [sym_atx_h2_marker] = ACTIONS(1799), + [sym_atx_h3_marker] = ACTIONS(1799), + [sym_atx_h4_marker] = ACTIONS(1799), + [sym_atx_h5_marker] = ACTIONS(1799), + [sym_atx_h6_marker] = ACTIONS(1799), + [sym__thematic_break] = ACTIONS(1923), + [sym__list_marker_minus] = ACTIONS(1807), + [sym__list_marker_plus] = ACTIONS(1810), + [sym__list_marker_star] = ACTIONS(1813), + [sym__list_marker_parenthesis] = ACTIONS(1816), + [sym__list_marker_dot] = ACTIONS(1819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1810), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1816), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1819), + [sym__list_marker_example] = ACTIONS(1822), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1822), + [sym__fenced_code_block_start_backtick] = ACTIONS(1926), + [sym_minus_metadata] = ACTIONS(1929), + [sym__pipe_table_start] = ACTIONS(1932), + [sym__fenced_div_start] = ACTIONS(1935), + [sym_ref_id_specifier] = ACTIONS(1938), + [sym__code_span_start] = ACTIONS(1840), + [sym__html_comment] = ACTIONS(1766), + [sym__autolink] = ACTIONS(1766), + [sym__highlight_span_start] = ACTIONS(1843), + [sym__insert_span_start] = ACTIONS(1846), + [sym__delete_span_start] = ACTIONS(1849), + [sym__edit_comment_span_start] = ACTIONS(1852), + [sym__single_quote_span_open] = ACTIONS(1855), + [sym__double_quote_span_open] = ACTIONS(1858), + [sym__shortcode_open_escaped] = ACTIONS(1861), + [sym__shortcode_open] = ACTIONS(1864), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1867), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1870), + [sym__cite_author_in_text] = ACTIONS(1873), + [sym__cite_suppress_author] = ACTIONS(1876), + [sym__strikeout_open] = ACTIONS(1879), + [sym__subscript_open] = ACTIONS(1882), + [sym__superscript_open] = ACTIONS(1885), + [sym__inline_note_start_token] = ACTIONS(1888), + [sym__strong_emphasis_open_star] = ACTIONS(1891), + [sym__strong_emphasis_open_underscore] = ACTIONS(1894), + [sym__emphasis_open_star] = ACTIONS(1897), + [sym__emphasis_open_underscore] = ACTIONS(1900), + [sym_inline_note_reference] = ACTIONS(1766), + [sym_html_element] = ACTIONS(1766), + }, + [STATE(121)] = { + [sym__block_not_section] = STATE(456), + [sym_pandoc_horizontal_rule] = STATE(456), + [sym_pandoc_paragraph] = STATE(456), + [sym_inline_ref_def] = STATE(456), + [sym_caption] = STATE(456), + [sym_pipe_table] = STATE(456), + [sym__inlines] = STATE(2612), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym_pandoc_block_quote] = STATE(456), + [sym_pandoc_list] = STATE(456), + [sym__list_plus] = STATE(467), + [sym__list_minus] = STATE(467), + [sym__list_star] = STATE(467), + [sym__list_dot] = STATE(467), + [sym__list_parenthesis] = STATE(467), + [sym__list_example] = STATE(467), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(19), + [sym__list_item_plus] = STATE(177), + [sym__list_item_minus] = STATE(178), + [sym__list_item_star] = STATE(179), + [sym__list_item_dot] = STATE(184), + [sym__list_item_parenthesis] = STATE(185), + [sym__list_item_example] = STATE(186), + [sym_pandoc_code_block] = STATE(456), + [sym_pandoc_div] = STATE(456), + [sym_note_definition_fenced_block] = STATE(456), + [sym__newline] = STATE(456), + [sym__soft_line_break] = STATE(456), + [sym_pandoc_line_break] = STATE(338), [aux_sym_document_repeat1] = STATE(121), - [aux_sym__list_plus_repeat1] = STATE(166), - [aux_sym__list_minus_repeat1] = STATE(141), - [aux_sym__list_star_repeat1] = STATE(167), - [aux_sym__list_dot_repeat1] = STATE(168), - [aux_sym__list_parenthesis_repeat1] = STATE(169), - [aux_sym__list_example_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(1757), - [anon_sym_COLON] = ACTIONS(1895), - [sym_entity_reference] = ACTIONS(1727), - [sym_numeric_character_reference] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1733), - [anon_sym_BANG_LBRACK] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1739), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1745), - [sym_pandoc_str] = ACTIONS(1727), - [aux_sym__prose_punctuation_token1] = ACTIONS(1727), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1748), - [sym__line_ending] = ACTIONS(1898), - [sym__soft_line_ending] = ACTIONS(1901), - [sym__block_quote_start] = ACTIONS(1904), - [sym_atx_h1_marker] = ACTIONS(1757), - [sym_atx_h2_marker] = ACTIONS(1757), - [sym_atx_h3_marker] = ACTIONS(1757), - [sym_atx_h4_marker] = ACTIONS(1757), - [sym_atx_h5_marker] = ACTIONS(1757), - [sym_atx_h6_marker] = ACTIONS(1757), - [sym__thematic_break] = ACTIONS(1907), - [sym__list_marker_minus] = ACTIONS(1765), - [sym__list_marker_plus] = ACTIONS(1768), - [sym__list_marker_star] = ACTIONS(1771), - [sym__list_marker_parenthesis] = ACTIONS(1774), - [sym__list_marker_dot] = ACTIONS(1777), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1765), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1768), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1771), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1777), - [sym__list_marker_example] = ACTIONS(1780), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1780), - [sym__fenced_code_block_start_backtick] = ACTIONS(1910), - [sym_minus_metadata] = ACTIONS(1913), - [sym__pipe_table_start] = ACTIONS(1916), - [sym__fenced_div_start] = ACTIONS(1919), - [sym_ref_id_specifier] = ACTIONS(1922), - [sym__code_span_start] = ACTIONS(1798), - [sym__html_comment] = ACTIONS(1730), - [sym__autolink] = ACTIONS(1730), - [sym__highlight_span_start] = ACTIONS(1801), - [sym__insert_span_start] = ACTIONS(1804), - [sym__delete_span_start] = ACTIONS(1807), - [sym__edit_comment_span_start] = ACTIONS(1810), - [sym__single_quote_span_open] = ACTIONS(1813), - [sym__double_quote_span_open] = ACTIONS(1816), - [sym__shortcode_open_escaped] = ACTIONS(1819), - [sym__shortcode_open] = ACTIONS(1822), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1825), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1828), - [sym__cite_author_in_text] = ACTIONS(1831), - [sym__cite_suppress_author] = ACTIONS(1834), - [sym__strikeout_open] = ACTIONS(1837), - [sym__subscript_open] = ACTIONS(1840), - [sym__superscript_open] = ACTIONS(1843), - [sym__inline_note_start_token] = ACTIONS(1846), - [sym__strong_emphasis_open_star] = ACTIONS(1849), - [sym__strong_emphasis_open_underscore] = ACTIONS(1852), - [sym__emphasis_open_star] = ACTIONS(1855), - [sym__emphasis_open_underscore] = ACTIONS(1858), - [sym_inline_note_reference] = ACTIONS(1730), - [sym_html_element] = ACTIONS(1730), + [aux_sym__list_plus_repeat1] = STATE(177), + [aux_sym__list_minus_repeat1] = STATE(178), + [aux_sym__list_star_repeat1] = STATE(179), + [aux_sym__list_dot_repeat1] = STATE(184), + [aux_sym__list_parenthesis_repeat1] = STATE(185), + [aux_sym__list_example_repeat1] = STATE(186), + [anon_sym_COLON] = ACTIONS(1941), + [sym_entity_reference] = ACTIONS(1763), + [sym_numeric_character_reference] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1769), + [anon_sym_BANG_LBRACK] = ACTIONS(1772), + [anon_sym_DOLLAR] = ACTIONS(1775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1781), + [aux_sym_pandoc_str_token1] = ACTIONS(1784), + [anon_sym_PIPE] = ACTIONS(1787), + [aux_sym__prose_punctuation_token1] = ACTIONS(1763), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1790), + [sym__line_ending] = ACTIONS(1944), + [sym__soft_line_ending] = ACTIONS(1947), + [sym__block_close] = ACTIONS(1799), + [sym__block_quote_start] = ACTIONS(1950), + [sym_atx_h1_marker] = ACTIONS(1799), + [sym_atx_h2_marker] = ACTIONS(1799), + [sym_atx_h3_marker] = ACTIONS(1799), + [sym_atx_h4_marker] = ACTIONS(1799), + [sym_atx_h5_marker] = ACTIONS(1799), + [sym_atx_h6_marker] = ACTIONS(1799), + [sym__thematic_break] = ACTIONS(1953), + [sym__list_marker_minus] = ACTIONS(1807), + [sym__list_marker_plus] = ACTIONS(1810), + [sym__list_marker_star] = ACTIONS(1813), + [sym__list_marker_parenthesis] = ACTIONS(1816), + [sym__list_marker_dot] = ACTIONS(1819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1810), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1816), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1819), + [sym__list_marker_example] = ACTIONS(1822), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1822), + [sym__fenced_code_block_start_backtick] = ACTIONS(1956), + [sym_minus_metadata] = ACTIONS(1959), + [sym__pipe_table_start] = ACTIONS(1962), + [sym__fenced_div_start] = ACTIONS(1965), + [sym_ref_id_specifier] = ACTIONS(1968), + [sym__code_span_start] = ACTIONS(1840), + [sym__html_comment] = ACTIONS(1766), + [sym__autolink] = ACTIONS(1766), + [sym__highlight_span_start] = ACTIONS(1843), + [sym__insert_span_start] = ACTIONS(1846), + [sym__delete_span_start] = ACTIONS(1849), + [sym__edit_comment_span_start] = ACTIONS(1852), + [sym__single_quote_span_open] = ACTIONS(1855), + [sym__double_quote_span_open] = ACTIONS(1858), + [sym__shortcode_open_escaped] = ACTIONS(1861), + [sym__shortcode_open] = ACTIONS(1864), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1867), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1870), + [sym__cite_author_in_text] = ACTIONS(1873), + [sym__cite_suppress_author] = ACTIONS(1876), + [sym__strikeout_open] = ACTIONS(1879), + [sym__subscript_open] = ACTIONS(1882), + [sym__superscript_open] = ACTIONS(1885), + [sym__inline_note_start_token] = ACTIONS(1888), + [sym__strong_emphasis_open_star] = ACTIONS(1891), + [sym__strong_emphasis_open_underscore] = ACTIONS(1894), + [sym__emphasis_open_star] = ACTIONS(1897), + [sym__emphasis_open_underscore] = ACTIONS(1900), + [sym_inline_note_reference] = ACTIONS(1766), + [sym_html_element] = ACTIONS(1766), }, [STATE(122)] = { - [sym_caption] = STATE(2403), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2440), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(123)] = { - [sym_caption] = STATE(2453), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2524), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(124)] = { - [sym_caption] = STATE(2427), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2416), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(125)] = { - [sym_caption] = STATE(2395), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2605), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(126)] = { - [sym_caption] = STATE(2386), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2468), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(127)] = { - [sym_caption] = STATE(2397), - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_COLON] = ACTIONS(1925), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_caption] = STATE(2481), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [anon_sym_COLON] = ACTIONS(1971), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(128)] = { - [sym_pipe_table_row] = STATE(2604), - [sym_pipe_table_cell] = STATE(2241), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(146), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(1927), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(1945), - [sym__line_ending] = ACTIONS(1947), - [sym__eof] = ACTIONS(1947), - [sym__pipe_table_line_ending] = ACTIONS(1947), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_pipe_table_row] = STATE(2433), + [sym_pipe_table_cell] = STATE(2257), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(143), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(1993), + [sym__line_ending] = ACTIONS(1995), + [sym__eof] = ACTIONS(1995), + [sym__pipe_table_line_ending] = ACTIONS(1995), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2039), }, [STATE(129)] = { - [sym_list_marker_star] = STATE(2), - [sym__list_item_star] = STATE(129), - [aux_sym__list_star_repeat1] = STATE(129), - [anon_sym_COLON] = ACTIONS(1991), - [sym_entity_reference] = ACTIONS(1991), - [sym_numeric_character_reference] = ACTIONS(1993), - [anon_sym_LBRACK] = ACTIONS(1993), - [anon_sym_BANG_LBRACK] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1991), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1993), - [anon_sym_LBRACE] = ACTIONS(1993), - [sym_pandoc_str] = ACTIONS(1991), - [aux_sym__prose_punctuation_token1] = ACTIONS(1991), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), - [sym__line_ending] = ACTIONS(1993), - [sym__soft_line_ending] = ACTIONS(1993), - [sym__block_close] = ACTIONS(1993), - [sym__block_quote_start] = ACTIONS(1993), - [sym_atx_h1_marker] = ACTIONS(1993), - [sym_atx_h2_marker] = ACTIONS(1993), - [sym_atx_h3_marker] = ACTIONS(1993), - [sym_atx_h4_marker] = ACTIONS(1993), - [sym_atx_h5_marker] = ACTIONS(1993), - [sym_atx_h6_marker] = ACTIONS(1993), - [sym__thematic_break] = ACTIONS(1993), - [sym__list_marker_minus] = ACTIONS(1993), - [sym__list_marker_plus] = ACTIONS(1993), - [sym__list_marker_star] = ACTIONS(1995), - [sym__list_marker_parenthesis] = ACTIONS(1993), - [sym__list_marker_dot] = ACTIONS(1993), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1995), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_example] = ACTIONS(1993), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1993), - [sym__fenced_code_block_start_backtick] = ACTIONS(1993), - [sym_minus_metadata] = ACTIONS(1993), - [sym__pipe_table_start] = ACTIONS(1993), - [sym__fenced_div_start] = ACTIONS(1993), - [sym__fenced_div_end] = ACTIONS(1993), - [sym_ref_id_specifier] = ACTIONS(1993), - [sym__code_span_start] = ACTIONS(1993), - [sym__html_comment] = ACTIONS(1993), - [sym__autolink] = ACTIONS(1993), - [sym__highlight_span_start] = ACTIONS(1993), - [sym__insert_span_start] = ACTIONS(1993), - [sym__delete_span_start] = ACTIONS(1993), - [sym__edit_comment_span_start] = ACTIONS(1993), - [sym__single_quote_span_open] = ACTIONS(1993), - [sym__double_quote_span_open] = ACTIONS(1993), - [sym__shortcode_open_escaped] = ACTIONS(1993), - [sym__shortcode_open] = ACTIONS(1993), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1993), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1993), - [sym__cite_author_in_text] = ACTIONS(1993), - [sym__cite_suppress_author] = ACTIONS(1993), - [sym__strikeout_open] = ACTIONS(1993), - [sym__subscript_open] = ACTIONS(1993), - [sym__superscript_open] = ACTIONS(1993), - [sym__inline_note_start_token] = ACTIONS(1993), - [sym__strong_emphasis_open_star] = ACTIONS(1993), - [sym__strong_emphasis_open_underscore] = ACTIONS(1993), - [sym__emphasis_open_star] = ACTIONS(1993), - [sym__emphasis_open_underscore] = ACTIONS(1993), - [sym_inline_note_reference] = ACTIONS(1993), - [sym_html_element] = ACTIONS(1993), + [sym_list_marker_dot] = STATE(16), + [sym__list_item_dot] = STATE(139), + [aux_sym__list_dot_repeat1] = STATE(139), + [anon_sym_COLON] = ACTIONS(2041), + [sym_entity_reference] = ACTIONS(2041), + [sym_numeric_character_reference] = ACTIONS(2043), + [anon_sym_LBRACK] = ACTIONS(2043), + [anon_sym_BANG_LBRACK] = ACTIONS(2043), + [anon_sym_DOLLAR] = ACTIONS(2041), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2043), + [aux_sym_pandoc_str_token1] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2043), + [aux_sym__prose_punctuation_token1] = ACTIONS(2041), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2041), + [sym__line_ending] = ACTIONS(2043), + [sym__soft_line_ending] = ACTIONS(2043), + [sym__block_close] = ACTIONS(2043), + [sym__block_quote_start] = ACTIONS(2043), + [sym_atx_h1_marker] = ACTIONS(2043), + [sym_atx_h2_marker] = ACTIONS(2043), + [sym_atx_h3_marker] = ACTIONS(2043), + [sym_atx_h4_marker] = ACTIONS(2043), + [sym_atx_h5_marker] = ACTIONS(2043), + [sym_atx_h6_marker] = ACTIONS(2043), + [sym__thematic_break] = ACTIONS(2043), + [sym__list_marker_minus] = ACTIONS(2043), + [sym__list_marker_plus] = ACTIONS(2043), + [sym__list_marker_star] = ACTIONS(2043), + [sym__list_marker_parenthesis] = ACTIONS(2043), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(2043), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2043), + [sym__fenced_code_block_start_backtick] = ACTIONS(2043), + [sym_minus_metadata] = ACTIONS(2043), + [sym__pipe_table_start] = ACTIONS(2043), + [sym__fenced_div_start] = ACTIONS(2043), + [sym__fenced_div_end] = ACTIONS(2043), + [sym_ref_id_specifier] = ACTIONS(2043), + [sym__code_span_start] = ACTIONS(2043), + [sym__html_comment] = ACTIONS(2043), + [sym__autolink] = ACTIONS(2043), + [sym__highlight_span_start] = ACTIONS(2043), + [sym__insert_span_start] = ACTIONS(2043), + [sym__delete_span_start] = ACTIONS(2043), + [sym__edit_comment_span_start] = ACTIONS(2043), + [sym__single_quote_span_open] = ACTIONS(2043), + [sym__double_quote_span_open] = ACTIONS(2043), + [sym__shortcode_open_escaped] = ACTIONS(2043), + [sym__shortcode_open] = ACTIONS(2043), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2043), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2043), + [sym__cite_author_in_text] = ACTIONS(2043), + [sym__cite_suppress_author] = ACTIONS(2043), + [sym__strikeout_open] = ACTIONS(2043), + [sym__subscript_open] = ACTIONS(2043), + [sym__superscript_open] = ACTIONS(2043), + [sym__inline_note_start_token] = ACTIONS(2043), + [sym__strong_emphasis_open_star] = ACTIONS(2043), + [sym__strong_emphasis_open_underscore] = ACTIONS(2043), + [sym__emphasis_open_star] = ACTIONS(2043), + [sym__emphasis_open_underscore] = ACTIONS(2043), + [sym_inline_note_reference] = ACTIONS(2043), + [sym_html_element] = ACTIONS(2043), }, [STATE(130)] = { - [sym_list_marker_dot] = STATE(16), - [sym__list_item_dot] = STATE(130), - [aux_sym__list_dot_repeat1] = STATE(130), - [anon_sym_COLON] = ACTIONS(1998), - [sym_entity_reference] = ACTIONS(1998), - [sym_numeric_character_reference] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_BANG_LBRACK] = ACTIONS(2000), - [anon_sym_DOLLAR] = ACTIONS(1998), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2000), - [sym_pandoc_str] = ACTIONS(1998), - [aux_sym__prose_punctuation_token1] = ACTIONS(1998), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1998), - [sym__line_ending] = ACTIONS(2000), - [sym__soft_line_ending] = ACTIONS(2000), - [sym__block_close] = ACTIONS(2000), - [sym__block_quote_start] = ACTIONS(2000), - [sym_atx_h1_marker] = ACTIONS(2000), - [sym_atx_h2_marker] = ACTIONS(2000), - [sym_atx_h3_marker] = ACTIONS(2000), - [sym_atx_h4_marker] = ACTIONS(2000), - [sym_atx_h5_marker] = ACTIONS(2000), - [sym_atx_h6_marker] = ACTIONS(2000), - [sym__thematic_break] = ACTIONS(2000), - [sym__list_marker_minus] = ACTIONS(2000), - [sym__list_marker_plus] = ACTIONS(2000), - [sym__list_marker_star] = ACTIONS(2000), - [sym__list_marker_parenthesis] = ACTIONS(2000), - [sym__list_marker_dot] = ACTIONS(2002), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2002), - [sym__list_marker_example] = ACTIONS(2000), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2000), - [sym__fenced_code_block_start_backtick] = ACTIONS(2000), - [sym_minus_metadata] = ACTIONS(2000), - [sym__pipe_table_start] = ACTIONS(2000), - [sym__fenced_div_start] = ACTIONS(2000), - [sym__fenced_div_end] = ACTIONS(2000), - [sym_ref_id_specifier] = ACTIONS(2000), - [sym__code_span_start] = ACTIONS(2000), - [sym__html_comment] = ACTIONS(2000), - [sym__autolink] = ACTIONS(2000), - [sym__highlight_span_start] = ACTIONS(2000), - [sym__insert_span_start] = ACTIONS(2000), - [sym__delete_span_start] = ACTIONS(2000), - [sym__edit_comment_span_start] = ACTIONS(2000), - [sym__single_quote_span_open] = ACTIONS(2000), - [sym__double_quote_span_open] = ACTIONS(2000), - [sym__shortcode_open_escaped] = ACTIONS(2000), - [sym__shortcode_open] = ACTIONS(2000), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2000), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2000), - [sym__cite_author_in_text] = ACTIONS(2000), - [sym__cite_suppress_author] = ACTIONS(2000), - [sym__strikeout_open] = ACTIONS(2000), - [sym__subscript_open] = ACTIONS(2000), - [sym__superscript_open] = ACTIONS(2000), - [sym__inline_note_start_token] = ACTIONS(2000), - [sym__strong_emphasis_open_star] = ACTIONS(2000), - [sym__strong_emphasis_open_underscore] = ACTIONS(2000), - [sym__emphasis_open_star] = ACTIONS(2000), - [sym__emphasis_open_underscore] = ACTIONS(2000), - [sym_inline_note_reference] = ACTIONS(2000), - [sym_html_element] = ACTIONS(2000), + [sym_pipe_table_cell] = STATE(2302), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2047), + [sym__eof] = ACTIONS(2047), + [sym__pipe_table_line_ending] = ACTIONS(2047), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2049), }, [STATE(131)] = { [sym_list_marker_plus] = STATE(13), - [sym__list_item_plus] = STATE(134), - [aux_sym__list_plus_repeat1] = STATE(134), - [anon_sym_COLON] = ACTIONS(2005), - [sym_entity_reference] = ACTIONS(2005), - [sym_numeric_character_reference] = ACTIONS(2007), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_BANG_LBRACK] = ACTIONS(2007), - [anon_sym_DOLLAR] = ACTIONS(2005), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2007), - [anon_sym_LBRACE] = ACTIONS(2007), - [sym_pandoc_str] = ACTIONS(2005), - [aux_sym__prose_punctuation_token1] = ACTIONS(2005), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2005), - [sym__line_ending] = ACTIONS(2007), - [sym__soft_line_ending] = ACTIONS(2007), - [sym__block_close] = ACTIONS(2007), - [sym__block_quote_start] = ACTIONS(2007), - [sym_atx_h1_marker] = ACTIONS(2007), - [sym_atx_h2_marker] = ACTIONS(2007), - [sym_atx_h3_marker] = ACTIONS(2007), - [sym_atx_h4_marker] = ACTIONS(2007), - [sym_atx_h5_marker] = ACTIONS(2007), - [sym_atx_h6_marker] = ACTIONS(2007), - [sym__thematic_break] = ACTIONS(2007), - [sym__list_marker_minus] = ACTIONS(2007), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(2007), - [sym__list_marker_parenthesis] = ACTIONS(2007), - [sym__list_marker_dot] = ACTIONS(2007), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_example] = ACTIONS(2007), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2007), - [sym__fenced_code_block_start_backtick] = ACTIONS(2007), - [sym_minus_metadata] = ACTIONS(2007), - [sym__pipe_table_start] = ACTIONS(2007), - [sym__fenced_div_start] = ACTIONS(2007), - [sym__fenced_div_end] = ACTIONS(2007), - [sym_ref_id_specifier] = ACTIONS(2007), - [sym__code_span_start] = ACTIONS(2007), - [sym__html_comment] = ACTIONS(2007), - [sym__autolink] = ACTIONS(2007), - [sym__highlight_span_start] = ACTIONS(2007), - [sym__insert_span_start] = ACTIONS(2007), - [sym__delete_span_start] = ACTIONS(2007), - [sym__edit_comment_span_start] = ACTIONS(2007), - [sym__single_quote_span_open] = ACTIONS(2007), - [sym__double_quote_span_open] = ACTIONS(2007), - [sym__shortcode_open_escaped] = ACTIONS(2007), - [sym__shortcode_open] = ACTIONS(2007), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2007), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2007), - [sym__cite_author_in_text] = ACTIONS(2007), - [sym__cite_suppress_author] = ACTIONS(2007), - [sym__strikeout_open] = ACTIONS(2007), - [sym__subscript_open] = ACTIONS(2007), - [sym__superscript_open] = ACTIONS(2007), - [sym__inline_note_start_token] = ACTIONS(2007), - [sym__strong_emphasis_open_star] = ACTIONS(2007), - [sym__strong_emphasis_open_underscore] = ACTIONS(2007), - [sym__emphasis_open_star] = ACTIONS(2007), - [sym__emphasis_open_underscore] = ACTIONS(2007), - [sym_inline_note_reference] = ACTIONS(2007), - [sym_html_element] = ACTIONS(2007), + [sym__list_item_plus] = STATE(136), + [aux_sym__list_plus_repeat1] = STATE(136), + [anon_sym_COLON] = ACTIONS(2051), + [sym_entity_reference] = ACTIONS(2051), + [sym_numeric_character_reference] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2053), + [anon_sym_BANG_LBRACK] = ACTIONS(2053), + [anon_sym_DOLLAR] = ACTIONS(2051), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2053), + [anon_sym_LBRACE] = ACTIONS(2053), + [aux_sym_pandoc_str_token1] = ACTIONS(2051), + [anon_sym_PIPE] = ACTIONS(2053), + [aux_sym__prose_punctuation_token1] = ACTIONS(2051), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2051), + [sym__line_ending] = ACTIONS(2053), + [sym__soft_line_ending] = ACTIONS(2053), + [sym__block_close] = ACTIONS(2053), + [sym__block_quote_start] = ACTIONS(2053), + [sym_atx_h1_marker] = ACTIONS(2053), + [sym_atx_h2_marker] = ACTIONS(2053), + [sym_atx_h3_marker] = ACTIONS(2053), + [sym_atx_h4_marker] = ACTIONS(2053), + [sym_atx_h5_marker] = ACTIONS(2053), + [sym_atx_h6_marker] = ACTIONS(2053), + [sym__thematic_break] = ACTIONS(2053), + [sym__list_marker_minus] = ACTIONS(2053), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(2053), + [sym__list_marker_parenthesis] = ACTIONS(2053), + [sym__list_marker_dot] = ACTIONS(2053), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_example] = ACTIONS(2053), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2053), + [sym__fenced_code_block_start_backtick] = ACTIONS(2053), + [sym_minus_metadata] = ACTIONS(2053), + [sym__pipe_table_start] = ACTIONS(2053), + [sym__fenced_div_start] = ACTIONS(2053), + [sym__fenced_div_end] = ACTIONS(2053), + [sym_ref_id_specifier] = ACTIONS(2053), + [sym__code_span_start] = ACTIONS(2053), + [sym__html_comment] = ACTIONS(2053), + [sym__autolink] = ACTIONS(2053), + [sym__highlight_span_start] = ACTIONS(2053), + [sym__insert_span_start] = ACTIONS(2053), + [sym__delete_span_start] = ACTIONS(2053), + [sym__edit_comment_span_start] = ACTIONS(2053), + [sym__single_quote_span_open] = ACTIONS(2053), + [sym__double_quote_span_open] = ACTIONS(2053), + [sym__shortcode_open_escaped] = ACTIONS(2053), + [sym__shortcode_open] = ACTIONS(2053), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2053), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2053), + [sym__cite_author_in_text] = ACTIONS(2053), + [sym__cite_suppress_author] = ACTIONS(2053), + [sym__strikeout_open] = ACTIONS(2053), + [sym__subscript_open] = ACTIONS(2053), + [sym__superscript_open] = ACTIONS(2053), + [sym__inline_note_start_token] = ACTIONS(2053), + [sym__strong_emphasis_open_star] = ACTIONS(2053), + [sym__strong_emphasis_open_underscore] = ACTIONS(2053), + [sym__emphasis_open_star] = ACTIONS(2053), + [sym__emphasis_open_underscore] = ACTIONS(2053), + [sym_inline_note_reference] = ACTIONS(2053), + [sym_html_element] = ACTIONS(2053), }, [STATE(132)] = { - [sym_list_marker_example] = STATE(18), - [sym__list_item_example] = STATE(132), - [aux_sym__list_example_repeat1] = STATE(132), - [anon_sym_COLON] = ACTIONS(2009), - [sym_entity_reference] = ACTIONS(2009), - [sym_numeric_character_reference] = ACTIONS(2011), - [anon_sym_LBRACK] = ACTIONS(2011), - [anon_sym_BANG_LBRACK] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2009), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2011), - [anon_sym_LBRACE] = ACTIONS(2011), - [sym_pandoc_str] = ACTIONS(2009), - [aux_sym__prose_punctuation_token1] = ACTIONS(2009), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2009), - [sym__line_ending] = ACTIONS(2011), - [sym__soft_line_ending] = ACTIONS(2011), - [sym__block_close] = ACTIONS(2011), - [sym__block_quote_start] = ACTIONS(2011), - [sym_atx_h1_marker] = ACTIONS(2011), - [sym_atx_h2_marker] = ACTIONS(2011), - [sym_atx_h3_marker] = ACTIONS(2011), - [sym_atx_h4_marker] = ACTIONS(2011), - [sym_atx_h5_marker] = ACTIONS(2011), - [sym_atx_h6_marker] = ACTIONS(2011), - [sym__thematic_break] = ACTIONS(2011), - [sym__list_marker_minus] = ACTIONS(2011), - [sym__list_marker_plus] = ACTIONS(2011), - [sym__list_marker_star] = ACTIONS(2011), - [sym__list_marker_parenthesis] = ACTIONS(2011), - [sym__list_marker_dot] = ACTIONS(2011), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_example] = ACTIONS(2013), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2013), - [sym__fenced_code_block_start_backtick] = ACTIONS(2011), - [sym_minus_metadata] = ACTIONS(2011), - [sym__pipe_table_start] = ACTIONS(2011), - [sym__fenced_div_start] = ACTIONS(2011), - [sym__fenced_div_end] = ACTIONS(2011), - [sym_ref_id_specifier] = ACTIONS(2011), - [sym__code_span_start] = ACTIONS(2011), - [sym__html_comment] = ACTIONS(2011), - [sym__autolink] = ACTIONS(2011), - [sym__highlight_span_start] = ACTIONS(2011), - [sym__insert_span_start] = ACTIONS(2011), - [sym__delete_span_start] = ACTIONS(2011), - [sym__edit_comment_span_start] = ACTIONS(2011), - [sym__single_quote_span_open] = ACTIONS(2011), - [sym__double_quote_span_open] = ACTIONS(2011), - [sym__shortcode_open_escaped] = ACTIONS(2011), - [sym__shortcode_open] = ACTIONS(2011), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2011), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2011), - [sym__cite_author_in_text] = ACTIONS(2011), - [sym__cite_suppress_author] = ACTIONS(2011), - [sym__strikeout_open] = ACTIONS(2011), - [sym__subscript_open] = ACTIONS(2011), - [sym__superscript_open] = ACTIONS(2011), - [sym__inline_note_start_token] = ACTIONS(2011), - [sym__strong_emphasis_open_star] = ACTIONS(2011), - [sym__strong_emphasis_open_underscore] = ACTIONS(2011), - [sym__emphasis_open_star] = ACTIONS(2011), - [sym__emphasis_open_underscore] = ACTIONS(2011), - [sym_inline_note_reference] = ACTIONS(2011), - [sym_html_element] = ACTIONS(2011), + [sym_list_marker_minus] = STATE(14), + [sym__list_item_minus] = STATE(137), + [aux_sym__list_minus_repeat1] = STATE(137), + [anon_sym_COLON] = ACTIONS(2055), + [sym_entity_reference] = ACTIONS(2055), + [sym_numeric_character_reference] = ACTIONS(2057), + [anon_sym_LBRACK] = ACTIONS(2057), + [anon_sym_BANG_LBRACK] = ACTIONS(2057), + [anon_sym_DOLLAR] = ACTIONS(2055), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2057), + [anon_sym_LBRACE] = ACTIONS(2057), + [aux_sym_pandoc_str_token1] = ACTIONS(2055), + [anon_sym_PIPE] = ACTIONS(2057), + [aux_sym__prose_punctuation_token1] = ACTIONS(2055), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2055), + [sym__line_ending] = ACTIONS(2057), + [sym__soft_line_ending] = ACTIONS(2057), + [sym__block_close] = ACTIONS(2057), + [sym__block_quote_start] = ACTIONS(2057), + [sym_atx_h1_marker] = ACTIONS(2057), + [sym_atx_h2_marker] = ACTIONS(2057), + [sym_atx_h3_marker] = ACTIONS(2057), + [sym_atx_h4_marker] = ACTIONS(2057), + [sym_atx_h5_marker] = ACTIONS(2057), + [sym_atx_h6_marker] = ACTIONS(2057), + [sym__thematic_break] = ACTIONS(2057), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(2057), + [sym__list_marker_star] = ACTIONS(2057), + [sym__list_marker_parenthesis] = ACTIONS(2057), + [sym__list_marker_dot] = ACTIONS(2057), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_example] = ACTIONS(2057), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2057), + [sym__fenced_code_block_start_backtick] = ACTIONS(2057), + [sym_minus_metadata] = ACTIONS(2057), + [sym__pipe_table_start] = ACTIONS(2057), + [sym__fenced_div_start] = ACTIONS(2057), + [sym__fenced_div_end] = ACTIONS(2057), + [sym_ref_id_specifier] = ACTIONS(2057), + [sym__code_span_start] = ACTIONS(2057), + [sym__html_comment] = ACTIONS(2057), + [sym__autolink] = ACTIONS(2057), + [sym__highlight_span_start] = ACTIONS(2057), + [sym__insert_span_start] = ACTIONS(2057), + [sym__delete_span_start] = ACTIONS(2057), + [sym__edit_comment_span_start] = ACTIONS(2057), + [sym__single_quote_span_open] = ACTIONS(2057), + [sym__double_quote_span_open] = ACTIONS(2057), + [sym__shortcode_open_escaped] = ACTIONS(2057), + [sym__shortcode_open] = ACTIONS(2057), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2057), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2057), + [sym__cite_author_in_text] = ACTIONS(2057), + [sym__cite_suppress_author] = ACTIONS(2057), + [sym__strikeout_open] = ACTIONS(2057), + [sym__subscript_open] = ACTIONS(2057), + [sym__superscript_open] = ACTIONS(2057), + [sym__inline_note_start_token] = ACTIONS(2057), + [sym__strong_emphasis_open_star] = ACTIONS(2057), + [sym__strong_emphasis_open_underscore] = ACTIONS(2057), + [sym__emphasis_open_star] = ACTIONS(2057), + [sym__emphasis_open_underscore] = ACTIONS(2057), + [sym_inline_note_reference] = ACTIONS(2057), + [sym_html_element] = ACTIONS(2057), }, [STATE(133)] = { - [sym_list_marker_parenthesis] = STATE(17), - [sym__list_item_parenthesis] = STATE(133), - [aux_sym__list_parenthesis_repeat1] = STATE(133), - [anon_sym_COLON] = ACTIONS(2016), - [sym_entity_reference] = ACTIONS(2016), - [sym_numeric_character_reference] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_BANG_LBRACK] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2016), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [sym_pandoc_str] = ACTIONS(2016), - [aux_sym__prose_punctuation_token1] = ACTIONS(2016), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2016), - [sym__line_ending] = ACTIONS(2018), - [sym__soft_line_ending] = ACTIONS(2018), - [sym__block_close] = ACTIONS(2018), - [sym__block_quote_start] = ACTIONS(2018), - [sym_atx_h1_marker] = ACTIONS(2018), - [sym_atx_h2_marker] = ACTIONS(2018), - [sym_atx_h3_marker] = ACTIONS(2018), - [sym_atx_h4_marker] = ACTIONS(2018), - [sym_atx_h5_marker] = ACTIONS(2018), - [sym_atx_h6_marker] = ACTIONS(2018), - [sym__thematic_break] = ACTIONS(2018), - [sym__list_marker_minus] = ACTIONS(2018), - [sym__list_marker_plus] = ACTIONS(2018), - [sym__list_marker_star] = ACTIONS(2018), - [sym__list_marker_parenthesis] = ACTIONS(2020), - [sym__list_marker_dot] = ACTIONS(2018), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2020), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_example] = ACTIONS(2018), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2018), - [sym__fenced_code_block_start_backtick] = ACTIONS(2018), - [sym_minus_metadata] = ACTIONS(2018), - [sym__pipe_table_start] = ACTIONS(2018), - [sym__fenced_div_start] = ACTIONS(2018), - [sym__fenced_div_end] = ACTIONS(2018), - [sym_ref_id_specifier] = ACTIONS(2018), - [sym__code_span_start] = ACTIONS(2018), - [sym__html_comment] = ACTIONS(2018), - [sym__autolink] = ACTIONS(2018), - [sym__highlight_span_start] = ACTIONS(2018), - [sym__insert_span_start] = ACTIONS(2018), - [sym__delete_span_start] = ACTIONS(2018), - [sym__edit_comment_span_start] = ACTIONS(2018), - [sym__single_quote_span_open] = ACTIONS(2018), - [sym__double_quote_span_open] = ACTIONS(2018), - [sym__shortcode_open_escaped] = ACTIONS(2018), - [sym__shortcode_open] = ACTIONS(2018), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2018), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2018), - [sym__cite_author_in_text] = ACTIONS(2018), - [sym__cite_suppress_author] = ACTIONS(2018), - [sym__strikeout_open] = ACTIONS(2018), - [sym__subscript_open] = ACTIONS(2018), - [sym__superscript_open] = ACTIONS(2018), - [sym__inline_note_start_token] = ACTIONS(2018), - [sym__strong_emphasis_open_star] = ACTIONS(2018), - [sym__strong_emphasis_open_underscore] = ACTIONS(2018), - [sym__emphasis_open_star] = ACTIONS(2018), - [sym__emphasis_open_underscore] = ACTIONS(2018), - [sym_inline_note_reference] = ACTIONS(2018), - [sym_html_element] = ACTIONS(2018), + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(138), + [aux_sym__list_star_repeat1] = STATE(138), + [anon_sym_COLON] = ACTIONS(2059), + [sym_entity_reference] = ACTIONS(2059), + [sym_numeric_character_reference] = ACTIONS(2061), + [anon_sym_LBRACK] = ACTIONS(2061), + [anon_sym_BANG_LBRACK] = ACTIONS(2061), + [anon_sym_DOLLAR] = ACTIONS(2059), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2061), + [aux_sym_pandoc_str_token1] = ACTIONS(2059), + [anon_sym_PIPE] = ACTIONS(2061), + [aux_sym__prose_punctuation_token1] = ACTIONS(2059), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2059), + [sym__line_ending] = ACTIONS(2061), + [sym__soft_line_ending] = ACTIONS(2061), + [sym__block_close] = ACTIONS(2061), + [sym__block_quote_start] = ACTIONS(2061), + [sym_atx_h1_marker] = ACTIONS(2061), + [sym_atx_h2_marker] = ACTIONS(2061), + [sym_atx_h3_marker] = ACTIONS(2061), + [sym_atx_h4_marker] = ACTIONS(2061), + [sym_atx_h5_marker] = ACTIONS(2061), + [sym_atx_h6_marker] = ACTIONS(2061), + [sym__thematic_break] = ACTIONS(2061), + [sym__list_marker_minus] = ACTIONS(2061), + [sym__list_marker_plus] = ACTIONS(2061), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(2061), + [sym__list_marker_dot] = ACTIONS(2061), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_example] = ACTIONS(2061), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2061), + [sym__fenced_code_block_start_backtick] = ACTIONS(2061), + [sym_minus_metadata] = ACTIONS(2061), + [sym__pipe_table_start] = ACTIONS(2061), + [sym__fenced_div_start] = ACTIONS(2061), + [sym__fenced_div_end] = ACTIONS(2061), + [sym_ref_id_specifier] = ACTIONS(2061), + [sym__code_span_start] = ACTIONS(2061), + [sym__html_comment] = ACTIONS(2061), + [sym__autolink] = ACTIONS(2061), + [sym__highlight_span_start] = ACTIONS(2061), + [sym__insert_span_start] = ACTIONS(2061), + [sym__delete_span_start] = ACTIONS(2061), + [sym__edit_comment_span_start] = ACTIONS(2061), + [sym__single_quote_span_open] = ACTIONS(2061), + [sym__double_quote_span_open] = ACTIONS(2061), + [sym__shortcode_open_escaped] = ACTIONS(2061), + [sym__shortcode_open] = ACTIONS(2061), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2061), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2061), + [sym__cite_author_in_text] = ACTIONS(2061), + [sym__cite_suppress_author] = ACTIONS(2061), + [sym__strikeout_open] = ACTIONS(2061), + [sym__subscript_open] = ACTIONS(2061), + [sym__superscript_open] = ACTIONS(2061), + [sym__inline_note_start_token] = ACTIONS(2061), + [sym__strong_emphasis_open_star] = ACTIONS(2061), + [sym__strong_emphasis_open_underscore] = ACTIONS(2061), + [sym__emphasis_open_star] = ACTIONS(2061), + [sym__emphasis_open_underscore] = ACTIONS(2061), + [sym_inline_note_reference] = ACTIONS(2061), + [sym_html_element] = ACTIONS(2061), }, [STATE(134)] = { - [sym_list_marker_plus] = STATE(13), - [sym__list_item_plus] = STATE(134), - [aux_sym__list_plus_repeat1] = STATE(134), - [anon_sym_COLON] = ACTIONS(2023), - [sym_entity_reference] = ACTIONS(2023), - [sym_numeric_character_reference] = ACTIONS(2025), - [anon_sym_LBRACK] = ACTIONS(2025), - [anon_sym_BANG_LBRACK] = ACTIONS(2025), - [anon_sym_DOLLAR] = ACTIONS(2023), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2025), - [anon_sym_LBRACE] = ACTIONS(2025), - [sym_pandoc_str] = ACTIONS(2023), - [aux_sym__prose_punctuation_token1] = ACTIONS(2023), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2023), - [sym__line_ending] = ACTIONS(2025), - [sym__soft_line_ending] = ACTIONS(2025), - [sym__block_close] = ACTIONS(2025), - [sym__block_quote_start] = ACTIONS(2025), - [sym_atx_h1_marker] = ACTIONS(2025), - [sym_atx_h2_marker] = ACTIONS(2025), - [sym_atx_h3_marker] = ACTIONS(2025), - [sym_atx_h4_marker] = ACTIONS(2025), - [sym_atx_h5_marker] = ACTIONS(2025), - [sym_atx_h6_marker] = ACTIONS(2025), - [sym__thematic_break] = ACTIONS(2025), - [sym__list_marker_minus] = ACTIONS(2025), - [sym__list_marker_plus] = ACTIONS(2027), - [sym__list_marker_star] = ACTIONS(2025), - [sym__list_marker_parenthesis] = ACTIONS(2025), - [sym__list_marker_dot] = ACTIONS(2025), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2027), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_example] = ACTIONS(2025), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2025), - [sym__fenced_code_block_start_backtick] = ACTIONS(2025), - [sym_minus_metadata] = ACTIONS(2025), - [sym__pipe_table_start] = ACTIONS(2025), - [sym__fenced_div_start] = ACTIONS(2025), - [sym__fenced_div_end] = ACTIONS(2025), - [sym_ref_id_specifier] = ACTIONS(2025), - [sym__code_span_start] = ACTIONS(2025), - [sym__html_comment] = ACTIONS(2025), - [sym__autolink] = ACTIONS(2025), - [sym__highlight_span_start] = ACTIONS(2025), - [sym__insert_span_start] = ACTIONS(2025), - [sym__delete_span_start] = ACTIONS(2025), - [sym__edit_comment_span_start] = ACTIONS(2025), - [sym__single_quote_span_open] = ACTIONS(2025), - [sym__double_quote_span_open] = ACTIONS(2025), - [sym__shortcode_open_escaped] = ACTIONS(2025), - [sym__shortcode_open] = ACTIONS(2025), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2025), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2025), - [sym__cite_author_in_text] = ACTIONS(2025), - [sym__cite_suppress_author] = ACTIONS(2025), - [sym__strikeout_open] = ACTIONS(2025), - [sym__subscript_open] = ACTIONS(2025), - [sym__superscript_open] = ACTIONS(2025), - [sym__inline_note_start_token] = ACTIONS(2025), - [sym__strong_emphasis_open_star] = ACTIONS(2025), - [sym__strong_emphasis_open_underscore] = ACTIONS(2025), - [sym__emphasis_open_star] = ACTIONS(2025), - [sym__emphasis_open_underscore] = ACTIONS(2025), - [sym_inline_note_reference] = ACTIONS(2025), - [sym_html_element] = ACTIONS(2025), + [sym_list_marker_parenthesis] = STATE(17), + [sym__list_item_parenthesis] = STATE(140), + [aux_sym__list_parenthesis_repeat1] = STATE(140), + [anon_sym_COLON] = ACTIONS(2063), + [sym_entity_reference] = ACTIONS(2063), + [sym_numeric_character_reference] = ACTIONS(2065), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_BANG_LBRACK] = ACTIONS(2065), + [anon_sym_DOLLAR] = ACTIONS(2063), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2065), + [anon_sym_LBRACE] = ACTIONS(2065), + [aux_sym_pandoc_str_token1] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2065), + [aux_sym__prose_punctuation_token1] = ACTIONS(2063), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2063), + [sym__line_ending] = ACTIONS(2065), + [sym__soft_line_ending] = ACTIONS(2065), + [sym__block_close] = ACTIONS(2065), + [sym__block_quote_start] = ACTIONS(2065), + [sym_atx_h1_marker] = ACTIONS(2065), + [sym_atx_h2_marker] = ACTIONS(2065), + [sym_atx_h3_marker] = ACTIONS(2065), + [sym_atx_h4_marker] = ACTIONS(2065), + [sym_atx_h5_marker] = ACTIONS(2065), + [sym_atx_h6_marker] = ACTIONS(2065), + [sym__thematic_break] = ACTIONS(2065), + [sym__list_marker_minus] = ACTIONS(2065), + [sym__list_marker_plus] = ACTIONS(2065), + [sym__list_marker_star] = ACTIONS(2065), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(2065), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_example] = ACTIONS(2065), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2065), + [sym__fenced_code_block_start_backtick] = ACTIONS(2065), + [sym_minus_metadata] = ACTIONS(2065), + [sym__pipe_table_start] = ACTIONS(2065), + [sym__fenced_div_start] = ACTIONS(2065), + [sym__fenced_div_end] = ACTIONS(2065), + [sym_ref_id_specifier] = ACTIONS(2065), + [sym__code_span_start] = ACTIONS(2065), + [sym__html_comment] = ACTIONS(2065), + [sym__autolink] = ACTIONS(2065), + [sym__highlight_span_start] = ACTIONS(2065), + [sym__insert_span_start] = ACTIONS(2065), + [sym__delete_span_start] = ACTIONS(2065), + [sym__edit_comment_span_start] = ACTIONS(2065), + [sym__single_quote_span_open] = ACTIONS(2065), + [sym__double_quote_span_open] = ACTIONS(2065), + [sym__shortcode_open_escaped] = ACTIONS(2065), + [sym__shortcode_open] = ACTIONS(2065), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2065), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2065), + [sym__cite_author_in_text] = ACTIONS(2065), + [sym__cite_suppress_author] = ACTIONS(2065), + [sym__strikeout_open] = ACTIONS(2065), + [sym__subscript_open] = ACTIONS(2065), + [sym__superscript_open] = ACTIONS(2065), + [sym__inline_note_start_token] = ACTIONS(2065), + [sym__strong_emphasis_open_star] = ACTIONS(2065), + [sym__strong_emphasis_open_underscore] = ACTIONS(2065), + [sym__emphasis_open_star] = ACTIONS(2065), + [sym__emphasis_open_underscore] = ACTIONS(2065), + [sym_inline_note_reference] = ACTIONS(2065), + [sym_html_element] = ACTIONS(2065), }, [STATE(135)] = { - [sym_list_marker_dot] = STATE(16), - [sym__list_item_dot] = STATE(130), - [aux_sym__list_dot_repeat1] = STATE(130), - [anon_sym_COLON] = ACTIONS(2030), - [sym_entity_reference] = ACTIONS(2030), - [sym_numeric_character_reference] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_BANG_LBRACK] = ACTIONS(2032), - [anon_sym_DOLLAR] = ACTIONS(2030), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2032), - [sym_pandoc_str] = ACTIONS(2030), - [aux_sym__prose_punctuation_token1] = ACTIONS(2030), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2030), - [sym__line_ending] = ACTIONS(2032), - [sym__soft_line_ending] = ACTIONS(2032), - [sym__block_close] = ACTIONS(2032), - [sym__block_quote_start] = ACTIONS(2032), - [sym_atx_h1_marker] = ACTIONS(2032), - [sym_atx_h2_marker] = ACTIONS(2032), - [sym_atx_h3_marker] = ACTIONS(2032), - [sym_atx_h4_marker] = ACTIONS(2032), - [sym_atx_h5_marker] = ACTIONS(2032), - [sym_atx_h6_marker] = ACTIONS(2032), - [sym__thematic_break] = ACTIONS(2032), - [sym__list_marker_minus] = ACTIONS(2032), - [sym__list_marker_plus] = ACTIONS(2032), - [sym__list_marker_star] = ACTIONS(2032), - [sym__list_marker_parenthesis] = ACTIONS(2032), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2032), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2032), - [sym__fenced_code_block_start_backtick] = ACTIONS(2032), - [sym_minus_metadata] = ACTIONS(2032), - [sym__pipe_table_start] = ACTIONS(2032), - [sym__fenced_div_start] = ACTIONS(2032), - [sym__fenced_div_end] = ACTIONS(2032), - [sym_ref_id_specifier] = ACTIONS(2032), - [sym__code_span_start] = ACTIONS(2032), - [sym__html_comment] = ACTIONS(2032), - [sym__autolink] = ACTIONS(2032), - [sym__highlight_span_start] = ACTIONS(2032), - [sym__insert_span_start] = ACTIONS(2032), - [sym__delete_span_start] = ACTIONS(2032), - [sym__edit_comment_span_start] = ACTIONS(2032), - [sym__single_quote_span_open] = ACTIONS(2032), - [sym__double_quote_span_open] = ACTIONS(2032), - [sym__shortcode_open_escaped] = ACTIONS(2032), - [sym__shortcode_open] = ACTIONS(2032), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2032), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2032), - [sym__cite_author_in_text] = ACTIONS(2032), - [sym__cite_suppress_author] = ACTIONS(2032), - [sym__strikeout_open] = ACTIONS(2032), - [sym__subscript_open] = ACTIONS(2032), - [sym__superscript_open] = ACTIONS(2032), - [sym__inline_note_start_token] = ACTIONS(2032), - [sym__strong_emphasis_open_star] = ACTIONS(2032), - [sym__strong_emphasis_open_underscore] = ACTIONS(2032), - [sym__emphasis_open_star] = ACTIONS(2032), - [sym__emphasis_open_underscore] = ACTIONS(2032), - [sym_inline_note_reference] = ACTIONS(2032), - [sym_html_element] = ACTIONS(2032), + [sym_list_marker_example] = STATE(18), + [sym__list_item_example] = STATE(141), + [aux_sym__list_example_repeat1] = STATE(141), + [anon_sym_COLON] = ACTIONS(2067), + [sym_entity_reference] = ACTIONS(2067), + [sym_numeric_character_reference] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(2069), + [anon_sym_BANG_LBRACK] = ACTIONS(2069), + [anon_sym_DOLLAR] = ACTIONS(2067), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2069), + [anon_sym_LBRACE] = ACTIONS(2069), + [aux_sym_pandoc_str_token1] = ACTIONS(2067), + [anon_sym_PIPE] = ACTIONS(2069), + [aux_sym__prose_punctuation_token1] = ACTIONS(2067), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2067), + [sym__line_ending] = ACTIONS(2069), + [sym__soft_line_ending] = ACTIONS(2069), + [sym__block_close] = ACTIONS(2069), + [sym__block_quote_start] = ACTIONS(2069), + [sym_atx_h1_marker] = ACTIONS(2069), + [sym_atx_h2_marker] = ACTIONS(2069), + [sym_atx_h3_marker] = ACTIONS(2069), + [sym_atx_h4_marker] = ACTIONS(2069), + [sym_atx_h5_marker] = ACTIONS(2069), + [sym_atx_h6_marker] = ACTIONS(2069), + [sym__thematic_break] = ACTIONS(2069), + [sym__list_marker_minus] = ACTIONS(2069), + [sym__list_marker_plus] = ACTIONS(2069), + [sym__list_marker_star] = ACTIONS(2069), + [sym__list_marker_parenthesis] = ACTIONS(2069), + [sym__list_marker_dot] = ACTIONS(2069), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(2069), + [sym_minus_metadata] = ACTIONS(2069), + [sym__pipe_table_start] = ACTIONS(2069), + [sym__fenced_div_start] = ACTIONS(2069), + [sym__fenced_div_end] = ACTIONS(2069), + [sym_ref_id_specifier] = ACTIONS(2069), + [sym__code_span_start] = ACTIONS(2069), + [sym__html_comment] = ACTIONS(2069), + [sym__autolink] = ACTIONS(2069), + [sym__highlight_span_start] = ACTIONS(2069), + [sym__insert_span_start] = ACTIONS(2069), + [sym__delete_span_start] = ACTIONS(2069), + [sym__edit_comment_span_start] = ACTIONS(2069), + [sym__single_quote_span_open] = ACTIONS(2069), + [sym__double_quote_span_open] = ACTIONS(2069), + [sym__shortcode_open_escaped] = ACTIONS(2069), + [sym__shortcode_open] = ACTIONS(2069), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2069), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2069), + [sym__cite_author_in_text] = ACTIONS(2069), + [sym__cite_suppress_author] = ACTIONS(2069), + [sym__strikeout_open] = ACTIONS(2069), + [sym__subscript_open] = ACTIONS(2069), + [sym__superscript_open] = ACTIONS(2069), + [sym__inline_note_start_token] = ACTIONS(2069), + [sym__strong_emphasis_open_star] = ACTIONS(2069), + [sym__strong_emphasis_open_underscore] = ACTIONS(2069), + [sym__emphasis_open_star] = ACTIONS(2069), + [sym__emphasis_open_underscore] = ACTIONS(2069), + [sym_inline_note_reference] = ACTIONS(2069), + [sym_html_element] = ACTIONS(2069), }, [STATE(136)] = { - [sym_list_marker_minus] = STATE(14), - [sym__list_item_minus] = STATE(139), - [aux_sym__list_minus_repeat1] = STATE(139), - [anon_sym_COLON] = ACTIONS(2034), - [sym_entity_reference] = ACTIONS(2034), - [sym_numeric_character_reference] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_BANG_LBRACK] = ACTIONS(2036), - [anon_sym_DOLLAR] = ACTIONS(2034), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2036), - [sym_pandoc_str] = ACTIONS(2034), - [aux_sym__prose_punctuation_token1] = ACTIONS(2034), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2034), - [sym__line_ending] = ACTIONS(2036), - [sym__soft_line_ending] = ACTIONS(2036), - [sym__block_close] = ACTIONS(2036), - [sym__block_quote_start] = ACTIONS(2036), - [sym_atx_h1_marker] = ACTIONS(2036), - [sym_atx_h2_marker] = ACTIONS(2036), - [sym_atx_h3_marker] = ACTIONS(2036), - [sym_atx_h4_marker] = ACTIONS(2036), - [sym_atx_h5_marker] = ACTIONS(2036), - [sym_atx_h6_marker] = ACTIONS(2036), - [sym__thematic_break] = ACTIONS(2036), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2036), - [sym__list_marker_star] = ACTIONS(2036), - [sym__list_marker_parenthesis] = ACTIONS(2036), - [sym__list_marker_dot] = ACTIONS(2036), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_example] = ACTIONS(2036), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2036), - [sym__fenced_code_block_start_backtick] = ACTIONS(2036), - [sym_minus_metadata] = ACTIONS(2036), - [sym__pipe_table_start] = ACTIONS(2036), - [sym__fenced_div_start] = ACTIONS(2036), - [sym__fenced_div_end] = ACTIONS(2036), - [sym_ref_id_specifier] = ACTIONS(2036), - [sym__code_span_start] = ACTIONS(2036), - [sym__html_comment] = ACTIONS(2036), - [sym__autolink] = ACTIONS(2036), - [sym__highlight_span_start] = ACTIONS(2036), - [sym__insert_span_start] = ACTIONS(2036), - [sym__delete_span_start] = ACTIONS(2036), - [sym__edit_comment_span_start] = ACTIONS(2036), - [sym__single_quote_span_open] = ACTIONS(2036), - [sym__double_quote_span_open] = ACTIONS(2036), - [sym__shortcode_open_escaped] = ACTIONS(2036), - [sym__shortcode_open] = ACTIONS(2036), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2036), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2036), - [sym__cite_author_in_text] = ACTIONS(2036), - [sym__cite_suppress_author] = ACTIONS(2036), - [sym__strikeout_open] = ACTIONS(2036), - [sym__subscript_open] = ACTIONS(2036), - [sym__superscript_open] = ACTIONS(2036), - [sym__inline_note_start_token] = ACTIONS(2036), - [sym__strong_emphasis_open_star] = ACTIONS(2036), - [sym__strong_emphasis_open_underscore] = ACTIONS(2036), - [sym__emphasis_open_star] = ACTIONS(2036), - [sym__emphasis_open_underscore] = ACTIONS(2036), - [sym_inline_note_reference] = ACTIONS(2036), - [sym_html_element] = ACTIONS(2036), + [sym_list_marker_plus] = STATE(13), + [sym__list_item_plus] = STATE(136), + [aux_sym__list_plus_repeat1] = STATE(136), + [anon_sym_COLON] = ACTIONS(2071), + [sym_entity_reference] = ACTIONS(2071), + [sym_numeric_character_reference] = ACTIONS(2073), + [anon_sym_LBRACK] = ACTIONS(2073), + [anon_sym_BANG_LBRACK] = ACTIONS(2073), + [anon_sym_DOLLAR] = ACTIONS(2071), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2073), + [anon_sym_LBRACE] = ACTIONS(2073), + [aux_sym_pandoc_str_token1] = ACTIONS(2071), + [anon_sym_PIPE] = ACTIONS(2073), + [aux_sym__prose_punctuation_token1] = ACTIONS(2071), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2071), + [sym__line_ending] = ACTIONS(2073), + [sym__soft_line_ending] = ACTIONS(2073), + [sym__block_close] = ACTIONS(2073), + [sym__block_quote_start] = ACTIONS(2073), + [sym_atx_h1_marker] = ACTIONS(2073), + [sym_atx_h2_marker] = ACTIONS(2073), + [sym_atx_h3_marker] = ACTIONS(2073), + [sym_atx_h4_marker] = ACTIONS(2073), + [sym_atx_h5_marker] = ACTIONS(2073), + [sym_atx_h6_marker] = ACTIONS(2073), + [sym__thematic_break] = ACTIONS(2073), + [sym__list_marker_minus] = ACTIONS(2073), + [sym__list_marker_plus] = ACTIONS(2075), + [sym__list_marker_star] = ACTIONS(2073), + [sym__list_marker_parenthesis] = ACTIONS(2073), + [sym__list_marker_dot] = ACTIONS(2073), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2075), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_example] = ACTIONS(2073), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2073), + [sym__fenced_code_block_start_backtick] = ACTIONS(2073), + [sym_minus_metadata] = ACTIONS(2073), + [sym__pipe_table_start] = ACTIONS(2073), + [sym__fenced_div_start] = ACTIONS(2073), + [sym__fenced_div_end] = ACTIONS(2073), + [sym_ref_id_specifier] = ACTIONS(2073), + [sym__code_span_start] = ACTIONS(2073), + [sym__html_comment] = ACTIONS(2073), + [sym__autolink] = ACTIONS(2073), + [sym__highlight_span_start] = ACTIONS(2073), + [sym__insert_span_start] = ACTIONS(2073), + [sym__delete_span_start] = ACTIONS(2073), + [sym__edit_comment_span_start] = ACTIONS(2073), + [sym__single_quote_span_open] = ACTIONS(2073), + [sym__double_quote_span_open] = ACTIONS(2073), + [sym__shortcode_open_escaped] = ACTIONS(2073), + [sym__shortcode_open] = ACTIONS(2073), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2073), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2073), + [sym__cite_author_in_text] = ACTIONS(2073), + [sym__cite_suppress_author] = ACTIONS(2073), + [sym__strikeout_open] = ACTIONS(2073), + [sym__subscript_open] = ACTIONS(2073), + [sym__superscript_open] = ACTIONS(2073), + [sym__inline_note_start_token] = ACTIONS(2073), + [sym__strong_emphasis_open_star] = ACTIONS(2073), + [sym__strong_emphasis_open_underscore] = ACTIONS(2073), + [sym__emphasis_open_star] = ACTIONS(2073), + [sym__emphasis_open_underscore] = ACTIONS(2073), + [sym_inline_note_reference] = ACTIONS(2073), + [sym_html_element] = ACTIONS(2073), }, [STATE(137)] = { - [sym_list_marker_star] = STATE(2), - [sym__list_item_star] = STATE(129), - [aux_sym__list_star_repeat1] = STATE(129), - [anon_sym_COLON] = ACTIONS(2038), - [sym_entity_reference] = ACTIONS(2038), - [sym_numeric_character_reference] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_BANG_LBRACK] = ACTIONS(2040), - [anon_sym_DOLLAR] = ACTIONS(2038), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2040), - [sym_pandoc_str] = ACTIONS(2038), - [aux_sym__prose_punctuation_token1] = ACTIONS(2038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2038), - [sym__line_ending] = ACTIONS(2040), - [sym__soft_line_ending] = ACTIONS(2040), - [sym__block_close] = ACTIONS(2040), - [sym__block_quote_start] = ACTIONS(2040), - [sym_atx_h1_marker] = ACTIONS(2040), - [sym_atx_h2_marker] = ACTIONS(2040), - [sym_atx_h3_marker] = ACTIONS(2040), - [sym_atx_h4_marker] = ACTIONS(2040), - [sym_atx_h5_marker] = ACTIONS(2040), - [sym_atx_h6_marker] = ACTIONS(2040), - [sym__thematic_break] = ACTIONS(2040), - [sym__list_marker_minus] = ACTIONS(2040), - [sym__list_marker_plus] = ACTIONS(2040), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2040), - [sym__list_marker_dot] = ACTIONS(2040), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_example] = ACTIONS(2040), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2040), - [sym__fenced_code_block_start_backtick] = ACTIONS(2040), - [sym_minus_metadata] = ACTIONS(2040), - [sym__pipe_table_start] = ACTIONS(2040), - [sym__fenced_div_start] = ACTIONS(2040), - [sym__fenced_div_end] = ACTIONS(2040), - [sym_ref_id_specifier] = ACTIONS(2040), - [sym__code_span_start] = ACTIONS(2040), - [sym__html_comment] = ACTIONS(2040), - [sym__autolink] = ACTIONS(2040), - [sym__highlight_span_start] = ACTIONS(2040), - [sym__insert_span_start] = ACTIONS(2040), - [sym__delete_span_start] = ACTIONS(2040), - [sym__edit_comment_span_start] = ACTIONS(2040), - [sym__single_quote_span_open] = ACTIONS(2040), - [sym__double_quote_span_open] = ACTIONS(2040), - [sym__shortcode_open_escaped] = ACTIONS(2040), - [sym__shortcode_open] = ACTIONS(2040), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2040), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2040), - [sym__cite_author_in_text] = ACTIONS(2040), - [sym__cite_suppress_author] = ACTIONS(2040), - [sym__strikeout_open] = ACTIONS(2040), - [sym__subscript_open] = ACTIONS(2040), - [sym__superscript_open] = ACTIONS(2040), - [sym__inline_note_start_token] = ACTIONS(2040), - [sym__strong_emphasis_open_star] = ACTIONS(2040), - [sym__strong_emphasis_open_underscore] = ACTIONS(2040), - [sym__emphasis_open_star] = ACTIONS(2040), - [sym__emphasis_open_underscore] = ACTIONS(2040), - [sym_inline_note_reference] = ACTIONS(2040), - [sym_html_element] = ACTIONS(2040), + [sym_list_marker_minus] = STATE(14), + [sym__list_item_minus] = STATE(137), + [aux_sym__list_minus_repeat1] = STATE(137), + [anon_sym_COLON] = ACTIONS(2078), + [sym_entity_reference] = ACTIONS(2078), + [sym_numeric_character_reference] = ACTIONS(2080), + [anon_sym_LBRACK] = ACTIONS(2080), + [anon_sym_BANG_LBRACK] = ACTIONS(2080), + [anon_sym_DOLLAR] = ACTIONS(2078), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2080), + [anon_sym_LBRACE] = ACTIONS(2080), + [aux_sym_pandoc_str_token1] = ACTIONS(2078), + [anon_sym_PIPE] = ACTIONS(2080), + [aux_sym__prose_punctuation_token1] = ACTIONS(2078), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2078), + [sym__line_ending] = ACTIONS(2080), + [sym__soft_line_ending] = ACTIONS(2080), + [sym__block_close] = ACTIONS(2080), + [sym__block_quote_start] = ACTIONS(2080), + [sym_atx_h1_marker] = ACTIONS(2080), + [sym_atx_h2_marker] = ACTIONS(2080), + [sym_atx_h3_marker] = ACTIONS(2080), + [sym_atx_h4_marker] = ACTIONS(2080), + [sym_atx_h5_marker] = ACTIONS(2080), + [sym_atx_h6_marker] = ACTIONS(2080), + [sym__thematic_break] = ACTIONS(2080), + [sym__list_marker_minus] = ACTIONS(2082), + [sym__list_marker_plus] = ACTIONS(2080), + [sym__list_marker_star] = ACTIONS(2080), + [sym__list_marker_parenthesis] = ACTIONS(2080), + [sym__list_marker_dot] = ACTIONS(2080), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2082), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_example] = ACTIONS(2080), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2080), + [sym__fenced_code_block_start_backtick] = ACTIONS(2080), + [sym_minus_metadata] = ACTIONS(2080), + [sym__pipe_table_start] = ACTIONS(2080), + [sym__fenced_div_start] = ACTIONS(2080), + [sym__fenced_div_end] = ACTIONS(2080), + [sym_ref_id_specifier] = ACTIONS(2080), + [sym__code_span_start] = ACTIONS(2080), + [sym__html_comment] = ACTIONS(2080), + [sym__autolink] = ACTIONS(2080), + [sym__highlight_span_start] = ACTIONS(2080), + [sym__insert_span_start] = ACTIONS(2080), + [sym__delete_span_start] = ACTIONS(2080), + [sym__edit_comment_span_start] = ACTIONS(2080), + [sym__single_quote_span_open] = ACTIONS(2080), + [sym__double_quote_span_open] = ACTIONS(2080), + [sym__shortcode_open_escaped] = ACTIONS(2080), + [sym__shortcode_open] = ACTIONS(2080), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2080), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2080), + [sym__cite_author_in_text] = ACTIONS(2080), + [sym__cite_suppress_author] = ACTIONS(2080), + [sym__strikeout_open] = ACTIONS(2080), + [sym__subscript_open] = ACTIONS(2080), + [sym__superscript_open] = ACTIONS(2080), + [sym__inline_note_start_token] = ACTIONS(2080), + [sym__strong_emphasis_open_star] = ACTIONS(2080), + [sym__strong_emphasis_open_underscore] = ACTIONS(2080), + [sym__emphasis_open_star] = ACTIONS(2080), + [sym__emphasis_open_underscore] = ACTIONS(2080), + [sym_inline_note_reference] = ACTIONS(2080), + [sym_html_element] = ACTIONS(2080), }, [STATE(138)] = { - [sym_list_marker_example] = STATE(18), - [sym__list_item_example] = STATE(132), - [aux_sym__list_example_repeat1] = STATE(132), - [anon_sym_COLON] = ACTIONS(2042), - [sym_entity_reference] = ACTIONS(2042), - [sym_numeric_character_reference] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_BANG_LBRACK] = ACTIONS(2044), - [anon_sym_DOLLAR] = ACTIONS(2042), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2044), - [sym_pandoc_str] = ACTIONS(2042), - [aux_sym__prose_punctuation_token1] = ACTIONS(2042), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2042), - [sym__line_ending] = ACTIONS(2044), - [sym__soft_line_ending] = ACTIONS(2044), - [sym__block_close] = ACTIONS(2044), - [sym__block_quote_start] = ACTIONS(2044), - [sym_atx_h1_marker] = ACTIONS(2044), - [sym_atx_h2_marker] = ACTIONS(2044), - [sym_atx_h3_marker] = ACTIONS(2044), - [sym_atx_h4_marker] = ACTIONS(2044), - [sym_atx_h5_marker] = ACTIONS(2044), - [sym_atx_h6_marker] = ACTIONS(2044), - [sym__thematic_break] = ACTIONS(2044), - [sym__list_marker_minus] = ACTIONS(2044), - [sym__list_marker_plus] = ACTIONS(2044), - [sym__list_marker_star] = ACTIONS(2044), - [sym__list_marker_parenthesis] = ACTIONS(2044), - [sym__list_marker_dot] = ACTIONS(2044), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2044), - [sym_minus_metadata] = ACTIONS(2044), - [sym__pipe_table_start] = ACTIONS(2044), - [sym__fenced_div_start] = ACTIONS(2044), - [sym__fenced_div_end] = ACTIONS(2044), - [sym_ref_id_specifier] = ACTIONS(2044), - [sym__code_span_start] = ACTIONS(2044), - [sym__html_comment] = ACTIONS(2044), - [sym__autolink] = ACTIONS(2044), - [sym__highlight_span_start] = ACTIONS(2044), - [sym__insert_span_start] = ACTIONS(2044), - [sym__delete_span_start] = ACTIONS(2044), - [sym__edit_comment_span_start] = ACTIONS(2044), - [sym__single_quote_span_open] = ACTIONS(2044), - [sym__double_quote_span_open] = ACTIONS(2044), - [sym__shortcode_open_escaped] = ACTIONS(2044), - [sym__shortcode_open] = ACTIONS(2044), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2044), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2044), - [sym__cite_author_in_text] = ACTIONS(2044), - [sym__cite_suppress_author] = ACTIONS(2044), - [sym__strikeout_open] = ACTIONS(2044), - [sym__subscript_open] = ACTIONS(2044), - [sym__superscript_open] = ACTIONS(2044), - [sym__inline_note_start_token] = ACTIONS(2044), - [sym__strong_emphasis_open_star] = ACTIONS(2044), - [sym__strong_emphasis_open_underscore] = ACTIONS(2044), - [sym__emphasis_open_star] = ACTIONS(2044), - [sym__emphasis_open_underscore] = ACTIONS(2044), - [sym_inline_note_reference] = ACTIONS(2044), - [sym_html_element] = ACTIONS(2044), + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(138), + [aux_sym__list_star_repeat1] = STATE(138), + [anon_sym_COLON] = ACTIONS(2085), + [sym_entity_reference] = ACTIONS(2085), + [sym_numeric_character_reference] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_BANG_LBRACK] = ACTIONS(2087), + [anon_sym_DOLLAR] = ACTIONS(2085), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [aux_sym_pandoc_str_token1] = ACTIONS(2085), + [anon_sym_PIPE] = ACTIONS(2087), + [aux_sym__prose_punctuation_token1] = ACTIONS(2085), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2085), + [sym__line_ending] = ACTIONS(2087), + [sym__soft_line_ending] = ACTIONS(2087), + [sym__block_close] = ACTIONS(2087), + [sym__block_quote_start] = ACTIONS(2087), + [sym_atx_h1_marker] = ACTIONS(2087), + [sym_atx_h2_marker] = ACTIONS(2087), + [sym_atx_h3_marker] = ACTIONS(2087), + [sym_atx_h4_marker] = ACTIONS(2087), + [sym_atx_h5_marker] = ACTIONS(2087), + [sym_atx_h6_marker] = ACTIONS(2087), + [sym__thematic_break] = ACTIONS(2087), + [sym__list_marker_minus] = ACTIONS(2087), + [sym__list_marker_plus] = ACTIONS(2087), + [sym__list_marker_star] = ACTIONS(2089), + [sym__list_marker_parenthesis] = ACTIONS(2087), + [sym__list_marker_dot] = ACTIONS(2087), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2089), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_example] = ACTIONS(2087), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2087), + [sym__fenced_code_block_start_backtick] = ACTIONS(2087), + [sym_minus_metadata] = ACTIONS(2087), + [sym__pipe_table_start] = ACTIONS(2087), + [sym__fenced_div_start] = ACTIONS(2087), + [sym__fenced_div_end] = ACTIONS(2087), + [sym_ref_id_specifier] = ACTIONS(2087), + [sym__code_span_start] = ACTIONS(2087), + [sym__html_comment] = ACTIONS(2087), + [sym__autolink] = ACTIONS(2087), + [sym__highlight_span_start] = ACTIONS(2087), + [sym__insert_span_start] = ACTIONS(2087), + [sym__delete_span_start] = ACTIONS(2087), + [sym__edit_comment_span_start] = ACTIONS(2087), + [sym__single_quote_span_open] = ACTIONS(2087), + [sym__double_quote_span_open] = ACTIONS(2087), + [sym__shortcode_open_escaped] = ACTIONS(2087), + [sym__shortcode_open] = ACTIONS(2087), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2087), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), + [sym__cite_author_in_text] = ACTIONS(2087), + [sym__cite_suppress_author] = ACTIONS(2087), + [sym__strikeout_open] = ACTIONS(2087), + [sym__subscript_open] = ACTIONS(2087), + [sym__superscript_open] = ACTIONS(2087), + [sym__inline_note_start_token] = ACTIONS(2087), + [sym__strong_emphasis_open_star] = ACTIONS(2087), + [sym__strong_emphasis_open_underscore] = ACTIONS(2087), + [sym__emphasis_open_star] = ACTIONS(2087), + [sym__emphasis_open_underscore] = ACTIONS(2087), + [sym_inline_note_reference] = ACTIONS(2087), + [sym_html_element] = ACTIONS(2087), }, [STATE(139)] = { - [sym_list_marker_minus] = STATE(14), - [sym__list_item_minus] = STATE(139), - [aux_sym__list_minus_repeat1] = STATE(139), - [anon_sym_COLON] = ACTIONS(2046), - [sym_entity_reference] = ACTIONS(2046), - [sym_numeric_character_reference] = ACTIONS(2048), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_BANG_LBRACK] = ACTIONS(2048), - [anon_sym_DOLLAR] = ACTIONS(2046), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2048), - [sym_pandoc_str] = ACTIONS(2046), - [aux_sym__prose_punctuation_token1] = ACTIONS(2046), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2046), - [sym__line_ending] = ACTIONS(2048), - [sym__soft_line_ending] = ACTIONS(2048), - [sym__block_close] = ACTIONS(2048), - [sym__block_quote_start] = ACTIONS(2048), - [sym_atx_h1_marker] = ACTIONS(2048), - [sym_atx_h2_marker] = ACTIONS(2048), - [sym_atx_h3_marker] = ACTIONS(2048), - [sym_atx_h4_marker] = ACTIONS(2048), - [sym_atx_h5_marker] = ACTIONS(2048), - [sym_atx_h6_marker] = ACTIONS(2048), - [sym__thematic_break] = ACTIONS(2048), - [sym__list_marker_minus] = ACTIONS(2050), - [sym__list_marker_plus] = ACTIONS(2048), - [sym__list_marker_star] = ACTIONS(2048), - [sym__list_marker_parenthesis] = ACTIONS(2048), - [sym__list_marker_dot] = ACTIONS(2048), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2050), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_example] = ACTIONS(2048), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2048), - [sym__fenced_code_block_start_backtick] = ACTIONS(2048), - [sym_minus_metadata] = ACTIONS(2048), - [sym__pipe_table_start] = ACTIONS(2048), - [sym__fenced_div_start] = ACTIONS(2048), - [sym__fenced_div_end] = ACTIONS(2048), - [sym_ref_id_specifier] = ACTIONS(2048), - [sym__code_span_start] = ACTIONS(2048), - [sym__html_comment] = ACTIONS(2048), - [sym__autolink] = ACTIONS(2048), - [sym__highlight_span_start] = ACTIONS(2048), - [sym__insert_span_start] = ACTIONS(2048), - [sym__delete_span_start] = ACTIONS(2048), - [sym__edit_comment_span_start] = ACTIONS(2048), - [sym__single_quote_span_open] = ACTIONS(2048), - [sym__double_quote_span_open] = ACTIONS(2048), - [sym__shortcode_open_escaped] = ACTIONS(2048), - [sym__shortcode_open] = ACTIONS(2048), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2048), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2048), - [sym__cite_author_in_text] = ACTIONS(2048), - [sym__cite_suppress_author] = ACTIONS(2048), - [sym__strikeout_open] = ACTIONS(2048), - [sym__subscript_open] = ACTIONS(2048), - [sym__superscript_open] = ACTIONS(2048), - [sym__inline_note_start_token] = ACTIONS(2048), - [sym__strong_emphasis_open_star] = ACTIONS(2048), - [sym__strong_emphasis_open_underscore] = ACTIONS(2048), - [sym__emphasis_open_star] = ACTIONS(2048), - [sym__emphasis_open_underscore] = ACTIONS(2048), - [sym_inline_note_reference] = ACTIONS(2048), - [sym_html_element] = ACTIONS(2048), + [sym_list_marker_dot] = STATE(16), + [sym__list_item_dot] = STATE(139), + [aux_sym__list_dot_repeat1] = STATE(139), + [anon_sym_COLON] = ACTIONS(2092), + [sym_entity_reference] = ACTIONS(2092), + [sym_numeric_character_reference] = ACTIONS(2094), + [anon_sym_LBRACK] = ACTIONS(2094), + [anon_sym_BANG_LBRACK] = ACTIONS(2094), + [anon_sym_DOLLAR] = ACTIONS(2092), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2094), + [anon_sym_LBRACE] = ACTIONS(2094), + [aux_sym_pandoc_str_token1] = ACTIONS(2092), + [anon_sym_PIPE] = ACTIONS(2094), + [aux_sym__prose_punctuation_token1] = ACTIONS(2092), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2092), + [sym__line_ending] = ACTIONS(2094), + [sym__soft_line_ending] = ACTIONS(2094), + [sym__block_close] = ACTIONS(2094), + [sym__block_quote_start] = ACTIONS(2094), + [sym_atx_h1_marker] = ACTIONS(2094), + [sym_atx_h2_marker] = ACTIONS(2094), + [sym_atx_h3_marker] = ACTIONS(2094), + [sym_atx_h4_marker] = ACTIONS(2094), + [sym_atx_h5_marker] = ACTIONS(2094), + [sym_atx_h6_marker] = ACTIONS(2094), + [sym__thematic_break] = ACTIONS(2094), + [sym__list_marker_minus] = ACTIONS(2094), + [sym__list_marker_plus] = ACTIONS(2094), + [sym__list_marker_star] = ACTIONS(2094), + [sym__list_marker_parenthesis] = ACTIONS(2094), + [sym__list_marker_dot] = ACTIONS(2096), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2096), + [sym__list_marker_example] = ACTIONS(2094), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2094), + [sym__fenced_code_block_start_backtick] = ACTIONS(2094), + [sym_minus_metadata] = ACTIONS(2094), + [sym__pipe_table_start] = ACTIONS(2094), + [sym__fenced_div_start] = ACTIONS(2094), + [sym__fenced_div_end] = ACTIONS(2094), + [sym_ref_id_specifier] = ACTIONS(2094), + [sym__code_span_start] = ACTIONS(2094), + [sym__html_comment] = ACTIONS(2094), + [sym__autolink] = ACTIONS(2094), + [sym__highlight_span_start] = ACTIONS(2094), + [sym__insert_span_start] = ACTIONS(2094), + [sym__delete_span_start] = ACTIONS(2094), + [sym__edit_comment_span_start] = ACTIONS(2094), + [sym__single_quote_span_open] = ACTIONS(2094), + [sym__double_quote_span_open] = ACTIONS(2094), + [sym__shortcode_open_escaped] = ACTIONS(2094), + [sym__shortcode_open] = ACTIONS(2094), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2094), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2094), + [sym__cite_author_in_text] = ACTIONS(2094), + [sym__cite_suppress_author] = ACTIONS(2094), + [sym__strikeout_open] = ACTIONS(2094), + [sym__subscript_open] = ACTIONS(2094), + [sym__superscript_open] = ACTIONS(2094), + [sym__inline_note_start_token] = ACTIONS(2094), + [sym__strong_emphasis_open_star] = ACTIONS(2094), + [sym__strong_emphasis_open_underscore] = ACTIONS(2094), + [sym__emphasis_open_star] = ACTIONS(2094), + [sym__emphasis_open_underscore] = ACTIONS(2094), + [sym_inline_note_reference] = ACTIONS(2094), + [sym_html_element] = ACTIONS(2094), }, [STATE(140)] = { [sym_list_marker_parenthesis] = STATE(17), - [sym__list_item_parenthesis] = STATE(133), - [aux_sym__list_parenthesis_repeat1] = STATE(133), - [anon_sym_COLON] = ACTIONS(2053), - [sym_entity_reference] = ACTIONS(2053), - [sym_numeric_character_reference] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_BANG_LBRACK] = ACTIONS(2055), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [sym_pandoc_str] = ACTIONS(2053), - [aux_sym__prose_punctuation_token1] = ACTIONS(2053), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2053), - [sym__line_ending] = ACTIONS(2055), - [sym__soft_line_ending] = ACTIONS(2055), - [sym__block_close] = ACTIONS(2055), - [sym__block_quote_start] = ACTIONS(2055), - [sym_atx_h1_marker] = ACTIONS(2055), - [sym_atx_h2_marker] = ACTIONS(2055), - [sym_atx_h3_marker] = ACTIONS(2055), - [sym_atx_h4_marker] = ACTIONS(2055), - [sym_atx_h5_marker] = ACTIONS(2055), - [sym_atx_h6_marker] = ACTIONS(2055), - [sym__thematic_break] = ACTIONS(2055), - [sym__list_marker_minus] = ACTIONS(2055), - [sym__list_marker_plus] = ACTIONS(2055), - [sym__list_marker_star] = ACTIONS(2055), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2055), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_example] = ACTIONS(2055), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2055), - [sym__fenced_code_block_start_backtick] = ACTIONS(2055), - [sym_minus_metadata] = ACTIONS(2055), - [sym__pipe_table_start] = ACTIONS(2055), - [sym__fenced_div_start] = ACTIONS(2055), - [sym__fenced_div_end] = ACTIONS(2055), - [sym_ref_id_specifier] = ACTIONS(2055), - [sym__code_span_start] = ACTIONS(2055), - [sym__html_comment] = ACTIONS(2055), - [sym__autolink] = ACTIONS(2055), - [sym__highlight_span_start] = ACTIONS(2055), - [sym__insert_span_start] = ACTIONS(2055), - [sym__delete_span_start] = ACTIONS(2055), - [sym__edit_comment_span_start] = ACTIONS(2055), - [sym__single_quote_span_open] = ACTIONS(2055), - [sym__double_quote_span_open] = ACTIONS(2055), - [sym__shortcode_open_escaped] = ACTIONS(2055), - [sym__shortcode_open] = ACTIONS(2055), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2055), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2055), - [sym__cite_author_in_text] = ACTIONS(2055), - [sym__cite_suppress_author] = ACTIONS(2055), - [sym__strikeout_open] = ACTIONS(2055), - [sym__subscript_open] = ACTIONS(2055), - [sym__superscript_open] = ACTIONS(2055), - [sym__inline_note_start_token] = ACTIONS(2055), - [sym__strong_emphasis_open_star] = ACTIONS(2055), - [sym__strong_emphasis_open_underscore] = ACTIONS(2055), - [sym__emphasis_open_star] = ACTIONS(2055), - [sym__emphasis_open_underscore] = ACTIONS(2055), - [sym_inline_note_reference] = ACTIONS(2055), - [sym_html_element] = ACTIONS(2055), + [sym__list_item_parenthesis] = STATE(140), + [aux_sym__list_parenthesis_repeat1] = STATE(140), + [anon_sym_COLON] = ACTIONS(2099), + [sym_entity_reference] = ACTIONS(2099), + [sym_numeric_character_reference] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_BANG_LBRACK] = ACTIONS(2101), + [anon_sym_DOLLAR] = ACTIONS(2099), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [aux_sym_pandoc_str_token1] = ACTIONS(2099), + [anon_sym_PIPE] = ACTIONS(2101), + [aux_sym__prose_punctuation_token1] = ACTIONS(2099), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2099), + [sym__line_ending] = ACTIONS(2101), + [sym__soft_line_ending] = ACTIONS(2101), + [sym__block_close] = ACTIONS(2101), + [sym__block_quote_start] = ACTIONS(2101), + [sym_atx_h1_marker] = ACTIONS(2101), + [sym_atx_h2_marker] = ACTIONS(2101), + [sym_atx_h3_marker] = ACTIONS(2101), + [sym_atx_h4_marker] = ACTIONS(2101), + [sym_atx_h5_marker] = ACTIONS(2101), + [sym_atx_h6_marker] = ACTIONS(2101), + [sym__thematic_break] = ACTIONS(2101), + [sym__list_marker_minus] = ACTIONS(2101), + [sym__list_marker_plus] = ACTIONS(2101), + [sym__list_marker_star] = ACTIONS(2101), + [sym__list_marker_parenthesis] = ACTIONS(2103), + [sym__list_marker_dot] = ACTIONS(2101), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2103), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_example] = ACTIONS(2101), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2101), + [sym__fenced_code_block_start_backtick] = ACTIONS(2101), + [sym_minus_metadata] = ACTIONS(2101), + [sym__pipe_table_start] = ACTIONS(2101), + [sym__fenced_div_start] = ACTIONS(2101), + [sym__fenced_div_end] = ACTIONS(2101), + [sym_ref_id_specifier] = ACTIONS(2101), + [sym__code_span_start] = ACTIONS(2101), + [sym__html_comment] = ACTIONS(2101), + [sym__autolink] = ACTIONS(2101), + [sym__highlight_span_start] = ACTIONS(2101), + [sym__insert_span_start] = ACTIONS(2101), + [sym__delete_span_start] = ACTIONS(2101), + [sym__edit_comment_span_start] = ACTIONS(2101), + [sym__single_quote_span_open] = ACTIONS(2101), + [sym__double_quote_span_open] = ACTIONS(2101), + [sym__shortcode_open_escaped] = ACTIONS(2101), + [sym__shortcode_open] = ACTIONS(2101), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2101), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2101), + [sym__cite_author_in_text] = ACTIONS(2101), + [sym__cite_suppress_author] = ACTIONS(2101), + [sym__strikeout_open] = ACTIONS(2101), + [sym__subscript_open] = ACTIONS(2101), + [sym__superscript_open] = ACTIONS(2101), + [sym__inline_note_start_token] = ACTIONS(2101), + [sym__strong_emphasis_open_star] = ACTIONS(2101), + [sym__strong_emphasis_open_underscore] = ACTIONS(2101), + [sym__emphasis_open_star] = ACTIONS(2101), + [sym__emphasis_open_underscore] = ACTIONS(2101), + [sym_inline_note_reference] = ACTIONS(2101), + [sym_html_element] = ACTIONS(2101), }, [STATE(141)] = { - [sym_list_marker_minus] = STATE(6), - [sym__list_item_minus] = STATE(172), - [aux_sym__list_minus_repeat1] = STATE(172), - [ts_builtin_sym_end] = ACTIONS(2036), - [anon_sym_COLON] = ACTIONS(2034), - [sym_entity_reference] = ACTIONS(2034), - [sym_numeric_character_reference] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_BANG_LBRACK] = ACTIONS(2036), - [anon_sym_DOLLAR] = ACTIONS(2034), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2036), - [sym_pandoc_str] = ACTIONS(2034), - [aux_sym__prose_punctuation_token1] = ACTIONS(2034), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2034), - [sym__line_ending] = ACTIONS(2036), - [sym__soft_line_ending] = ACTIONS(2036), - [sym__block_quote_start] = ACTIONS(2036), - [sym_atx_h1_marker] = ACTIONS(2036), - [sym_atx_h2_marker] = ACTIONS(2036), - [sym_atx_h3_marker] = ACTIONS(2036), - [sym_atx_h4_marker] = ACTIONS(2036), - [sym_atx_h5_marker] = ACTIONS(2036), - [sym_atx_h6_marker] = ACTIONS(2036), - [sym__thematic_break] = ACTIONS(2036), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2036), - [sym__list_marker_star] = ACTIONS(2036), - [sym__list_marker_parenthesis] = ACTIONS(2036), - [sym__list_marker_dot] = ACTIONS(2036), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_example] = ACTIONS(2036), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2036), - [sym__fenced_code_block_start_backtick] = ACTIONS(2036), - [sym_minus_metadata] = ACTIONS(2036), - [sym__pipe_table_start] = ACTIONS(2036), - [sym__fenced_div_start] = ACTIONS(2036), - [sym_ref_id_specifier] = ACTIONS(2036), - [sym__code_span_start] = ACTIONS(2036), - [sym__html_comment] = ACTIONS(2036), - [sym__autolink] = ACTIONS(2036), - [sym__highlight_span_start] = ACTIONS(2036), - [sym__insert_span_start] = ACTIONS(2036), - [sym__delete_span_start] = ACTIONS(2036), - [sym__edit_comment_span_start] = ACTIONS(2036), - [sym__single_quote_span_open] = ACTIONS(2036), - [sym__double_quote_span_open] = ACTIONS(2036), - [sym__shortcode_open_escaped] = ACTIONS(2036), - [sym__shortcode_open] = ACTIONS(2036), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2036), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2036), - [sym__cite_author_in_text] = ACTIONS(2036), - [sym__cite_suppress_author] = ACTIONS(2036), - [sym__strikeout_open] = ACTIONS(2036), - [sym__subscript_open] = ACTIONS(2036), - [sym__superscript_open] = ACTIONS(2036), - [sym__inline_note_start_token] = ACTIONS(2036), - [sym__strong_emphasis_open_star] = ACTIONS(2036), - [sym__strong_emphasis_open_underscore] = ACTIONS(2036), - [sym__emphasis_open_star] = ACTIONS(2036), - [sym__emphasis_open_underscore] = ACTIONS(2036), - [sym_inline_note_reference] = ACTIONS(2036), - [sym_html_element] = ACTIONS(2036), + [sym_list_marker_example] = STATE(18), + [sym__list_item_example] = STATE(141), + [aux_sym__list_example_repeat1] = STATE(141), + [anon_sym_COLON] = ACTIONS(2106), + [sym_entity_reference] = ACTIONS(2106), + [sym_numeric_character_reference] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_BANG_LBRACK] = ACTIONS(2108), + [anon_sym_DOLLAR] = ACTIONS(2106), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [aux_sym_pandoc_str_token1] = ACTIONS(2106), + [anon_sym_PIPE] = ACTIONS(2108), + [aux_sym__prose_punctuation_token1] = ACTIONS(2106), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2106), + [sym__line_ending] = ACTIONS(2108), + [sym__soft_line_ending] = ACTIONS(2108), + [sym__block_close] = ACTIONS(2108), + [sym__block_quote_start] = ACTIONS(2108), + [sym_atx_h1_marker] = ACTIONS(2108), + [sym_atx_h2_marker] = ACTIONS(2108), + [sym_atx_h3_marker] = ACTIONS(2108), + [sym_atx_h4_marker] = ACTIONS(2108), + [sym_atx_h5_marker] = ACTIONS(2108), + [sym_atx_h6_marker] = ACTIONS(2108), + [sym__thematic_break] = ACTIONS(2108), + [sym__list_marker_minus] = ACTIONS(2108), + [sym__list_marker_plus] = ACTIONS(2108), + [sym__list_marker_star] = ACTIONS(2108), + [sym__list_marker_parenthesis] = ACTIONS(2108), + [sym__list_marker_dot] = ACTIONS(2108), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_example] = ACTIONS(2110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2110), + [sym__fenced_code_block_start_backtick] = ACTIONS(2108), + [sym_minus_metadata] = ACTIONS(2108), + [sym__pipe_table_start] = ACTIONS(2108), + [sym__fenced_div_start] = ACTIONS(2108), + [sym__fenced_div_end] = ACTIONS(2108), + [sym_ref_id_specifier] = ACTIONS(2108), + [sym__code_span_start] = ACTIONS(2108), + [sym__html_comment] = ACTIONS(2108), + [sym__autolink] = ACTIONS(2108), + [sym__highlight_span_start] = ACTIONS(2108), + [sym__insert_span_start] = ACTIONS(2108), + [sym__delete_span_start] = ACTIONS(2108), + [sym__edit_comment_span_start] = ACTIONS(2108), + [sym__single_quote_span_open] = ACTIONS(2108), + [sym__double_quote_span_open] = ACTIONS(2108), + [sym__shortcode_open_escaped] = ACTIONS(2108), + [sym__shortcode_open] = ACTIONS(2108), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2108), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2108), + [sym__cite_author_in_text] = ACTIONS(2108), + [sym__cite_suppress_author] = ACTIONS(2108), + [sym__strikeout_open] = ACTIONS(2108), + [sym__subscript_open] = ACTIONS(2108), + [sym__superscript_open] = ACTIONS(2108), + [sym__inline_note_start_token] = ACTIONS(2108), + [sym__strong_emphasis_open_star] = ACTIONS(2108), + [sym__strong_emphasis_open_underscore] = ACTIONS(2108), + [sym__emphasis_open_star] = ACTIONS(2108), + [sym__emphasis_open_underscore] = ACTIONS(2108), + [sym_inline_note_reference] = ACTIONS(2108), + [sym_html_element] = ACTIONS(2108), }, [STATE(142)] = { - [sym_list_marker_dot] = STATE(10), - [sym__list_item_dot] = STATE(153), - [aux_sym__list_dot_repeat1] = STATE(153), - [anon_sym_COLON] = ACTIONS(2030), - [sym_entity_reference] = ACTIONS(2030), - [sym_numeric_character_reference] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_BANG_LBRACK] = ACTIONS(2032), - [anon_sym_DOLLAR] = ACTIONS(2030), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2032), - [sym_pandoc_str] = ACTIONS(2030), - [aux_sym__prose_punctuation_token1] = ACTIONS(2030), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2030), - [sym__line_ending] = ACTIONS(2032), - [sym__soft_line_ending] = ACTIONS(2032), - [sym__block_close] = ACTIONS(2032), - [sym__block_quote_start] = ACTIONS(2032), - [sym_atx_h1_marker] = ACTIONS(2032), - [sym_atx_h2_marker] = ACTIONS(2032), - [sym_atx_h3_marker] = ACTIONS(2032), - [sym_atx_h4_marker] = ACTIONS(2032), - [sym_atx_h5_marker] = ACTIONS(2032), - [sym_atx_h6_marker] = ACTIONS(2032), - [sym__thematic_break] = ACTIONS(2032), - [sym__list_marker_minus] = ACTIONS(2032), - [sym__list_marker_plus] = ACTIONS(2032), - [sym__list_marker_star] = ACTIONS(2032), - [sym__list_marker_parenthesis] = ACTIONS(2032), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2032), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2032), - [sym__fenced_code_block_start_backtick] = ACTIONS(2032), - [sym_minus_metadata] = ACTIONS(2032), - [sym__pipe_table_start] = ACTIONS(2032), - [sym__fenced_div_start] = ACTIONS(2032), - [sym_ref_id_specifier] = ACTIONS(2032), - [sym__code_span_start] = ACTIONS(2032), - [sym__html_comment] = ACTIONS(2032), - [sym__autolink] = ACTIONS(2032), - [sym__highlight_span_start] = ACTIONS(2032), - [sym__insert_span_start] = ACTIONS(2032), - [sym__delete_span_start] = ACTIONS(2032), - [sym__edit_comment_span_start] = ACTIONS(2032), - [sym__single_quote_span_open] = ACTIONS(2032), - [sym__double_quote_span_open] = ACTIONS(2032), - [sym__shortcode_open_escaped] = ACTIONS(2032), - [sym__shortcode_open] = ACTIONS(2032), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2032), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2032), - [sym__cite_author_in_text] = ACTIONS(2032), - [sym__cite_suppress_author] = ACTIONS(2032), - [sym__strikeout_open] = ACTIONS(2032), - [sym__subscript_open] = ACTIONS(2032), - [sym__superscript_open] = ACTIONS(2032), - [sym__inline_note_start_token] = ACTIONS(2032), - [sym__strong_emphasis_open_star] = ACTIONS(2032), - [sym__strong_emphasis_open_underscore] = ACTIONS(2032), - [sym__emphasis_open_star] = ACTIONS(2032), - [sym__emphasis_open_underscore] = ACTIONS(2032), - [sym_inline_note_reference] = ACTIONS(2032), - [sym_html_element] = ACTIONS(2032), + [sym_pipe_table_cell] = STATE(2269), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2113), + [sym__eof] = ACTIONS(2113), + [sym__pipe_table_line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2115), }, [STATE(143)] = { - [sym_list_marker_parenthesis] = STATE(11), - [sym__list_item_parenthesis] = STATE(154), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [anon_sym_COLON] = ACTIONS(2053), - [sym_entity_reference] = ACTIONS(2053), - [sym_numeric_character_reference] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_BANG_LBRACK] = ACTIONS(2055), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [sym_pandoc_str] = ACTIONS(2053), - [aux_sym__prose_punctuation_token1] = ACTIONS(2053), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2053), - [sym__line_ending] = ACTIONS(2055), - [sym__soft_line_ending] = ACTIONS(2055), - [sym__block_close] = ACTIONS(2055), - [sym__block_quote_start] = ACTIONS(2055), - [sym_atx_h1_marker] = ACTIONS(2055), - [sym_atx_h2_marker] = ACTIONS(2055), - [sym_atx_h3_marker] = ACTIONS(2055), - [sym_atx_h4_marker] = ACTIONS(2055), - [sym_atx_h5_marker] = ACTIONS(2055), - [sym_atx_h6_marker] = ACTIONS(2055), - [sym__thematic_break] = ACTIONS(2055), - [sym__list_marker_minus] = ACTIONS(2055), - [sym__list_marker_plus] = ACTIONS(2055), - [sym__list_marker_star] = ACTIONS(2055), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2055), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_example] = ACTIONS(2055), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2055), - [sym__fenced_code_block_start_backtick] = ACTIONS(2055), - [sym_minus_metadata] = ACTIONS(2055), - [sym__pipe_table_start] = ACTIONS(2055), - [sym__fenced_div_start] = ACTIONS(2055), - [sym_ref_id_specifier] = ACTIONS(2055), - [sym__code_span_start] = ACTIONS(2055), - [sym__html_comment] = ACTIONS(2055), - [sym__autolink] = ACTIONS(2055), - [sym__highlight_span_start] = ACTIONS(2055), - [sym__insert_span_start] = ACTIONS(2055), - [sym__delete_span_start] = ACTIONS(2055), - [sym__edit_comment_span_start] = ACTIONS(2055), - [sym__single_quote_span_open] = ACTIONS(2055), - [sym__double_quote_span_open] = ACTIONS(2055), - [sym__shortcode_open_escaped] = ACTIONS(2055), - [sym__shortcode_open] = ACTIONS(2055), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2055), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2055), - [sym__cite_author_in_text] = ACTIONS(2055), - [sym__cite_suppress_author] = ACTIONS(2055), - [sym__strikeout_open] = ACTIONS(2055), - [sym__subscript_open] = ACTIONS(2055), - [sym__superscript_open] = ACTIONS(2055), - [sym__inline_note_start_token] = ACTIONS(2055), - [sym__strong_emphasis_open_star] = ACTIONS(2055), - [sym__strong_emphasis_open_underscore] = ACTIONS(2055), - [sym__emphasis_open_star] = ACTIONS(2055), - [sym__emphasis_open_underscore] = ACTIONS(2055), - [sym_inline_note_reference] = ACTIONS(2055), - [sym_html_element] = ACTIONS(2055), + [sym_pipe_table_cell] = STATE(2254), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(148), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2117), + [sym__line_ending] = ACTIONS(2119), + [sym__eof] = ACTIONS(2119), + [sym__pipe_table_line_ending] = ACTIONS(2119), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), }, [STATE(144)] = { - [sym_list_marker_example] = STATE(19), - [sym__list_item_example] = STATE(155), - [aux_sym__list_example_repeat1] = STATE(155), - [anon_sym_COLON] = ACTIONS(2042), - [sym_entity_reference] = ACTIONS(2042), - [sym_numeric_character_reference] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_BANG_LBRACK] = ACTIONS(2044), - [anon_sym_DOLLAR] = ACTIONS(2042), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2044), - [sym_pandoc_str] = ACTIONS(2042), - [aux_sym__prose_punctuation_token1] = ACTIONS(2042), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2042), - [sym__line_ending] = ACTIONS(2044), - [sym__soft_line_ending] = ACTIONS(2044), - [sym__block_close] = ACTIONS(2044), - [sym__block_quote_start] = ACTIONS(2044), - [sym_atx_h1_marker] = ACTIONS(2044), - [sym_atx_h2_marker] = ACTIONS(2044), - [sym_atx_h3_marker] = ACTIONS(2044), - [sym_atx_h4_marker] = ACTIONS(2044), - [sym_atx_h5_marker] = ACTIONS(2044), - [sym_atx_h6_marker] = ACTIONS(2044), - [sym__thematic_break] = ACTIONS(2044), - [sym__list_marker_minus] = ACTIONS(2044), - [sym__list_marker_plus] = ACTIONS(2044), - [sym__list_marker_star] = ACTIONS(2044), - [sym__list_marker_parenthesis] = ACTIONS(2044), - [sym__list_marker_dot] = ACTIONS(2044), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2044), - [sym_minus_metadata] = ACTIONS(2044), - [sym__pipe_table_start] = ACTIONS(2044), - [sym__fenced_div_start] = ACTIONS(2044), - [sym_ref_id_specifier] = ACTIONS(2044), - [sym__code_span_start] = ACTIONS(2044), - [sym__html_comment] = ACTIONS(2044), - [sym__autolink] = ACTIONS(2044), - [sym__highlight_span_start] = ACTIONS(2044), - [sym__insert_span_start] = ACTIONS(2044), - [sym__delete_span_start] = ACTIONS(2044), - [sym__edit_comment_span_start] = ACTIONS(2044), - [sym__single_quote_span_open] = ACTIONS(2044), - [sym__double_quote_span_open] = ACTIONS(2044), - [sym__shortcode_open_escaped] = ACTIONS(2044), - [sym__shortcode_open] = ACTIONS(2044), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2044), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2044), - [sym__cite_author_in_text] = ACTIONS(2044), - [sym__cite_suppress_author] = ACTIONS(2044), - [sym__strikeout_open] = ACTIONS(2044), - [sym__subscript_open] = ACTIONS(2044), - [sym__superscript_open] = ACTIONS(2044), - [sym__inline_note_start_token] = ACTIONS(2044), - [sym__strong_emphasis_open_star] = ACTIONS(2044), - [sym__strong_emphasis_open_underscore] = ACTIONS(2044), - [sym__emphasis_open_star] = ACTIONS(2044), - [sym__emphasis_open_underscore] = ACTIONS(2044), - [sym_inline_note_reference] = ACTIONS(2044), - [sym_html_element] = ACTIONS(2044), + [sym_pipe_table_cell] = STATE(2298), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2113), + [sym__eof] = ACTIONS(2113), + [sym__pipe_table_line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2049), }, [STATE(145)] = { - [sym_pipe_table_cell] = STATE(2266), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2057), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2061), - [sym__eof] = ACTIONS(2061), - [sym__pipe_table_line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_pipe_table_cell] = STATE(2270), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(148), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2121), + [sym__line_ending] = ACTIONS(2123), + [sym__eof] = ACTIONS(2123), + [sym__pipe_table_line_ending] = ACTIONS(2123), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), }, [STATE(146)] = { - [sym_pipe_table_cell] = STATE(2264), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(160), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2063), - [sym__line_ending] = ACTIONS(2065), - [sym__eof] = ACTIONS(2065), - [sym__pipe_table_line_ending] = ACTIONS(2065), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_pipe_table_cell] = STATE(2270), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(151), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2125), + [sym__line_ending] = ACTIONS(2127), + [sym__eof] = ACTIONS(2127), + [sym__pipe_table_line_ending] = ACTIONS(2127), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), }, [STATE(147)] = { - [sym_list_marker_dot] = STATE(3), - [sym__list_item_dot] = STATE(147), - [aux_sym__list_dot_repeat1] = STATE(147), - [ts_builtin_sym_end] = ACTIONS(2000), - [anon_sym_COLON] = ACTIONS(1998), - [sym_entity_reference] = ACTIONS(1998), - [sym_numeric_character_reference] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_BANG_LBRACK] = ACTIONS(2000), - [anon_sym_DOLLAR] = ACTIONS(1998), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2000), - [sym_pandoc_str] = ACTIONS(1998), - [aux_sym__prose_punctuation_token1] = ACTIONS(1998), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1998), - [sym__line_ending] = ACTIONS(2000), - [sym__soft_line_ending] = ACTIONS(2000), - [sym__block_quote_start] = ACTIONS(2000), - [sym_atx_h1_marker] = ACTIONS(2000), - [sym_atx_h2_marker] = ACTIONS(2000), - [sym_atx_h3_marker] = ACTIONS(2000), - [sym_atx_h4_marker] = ACTIONS(2000), - [sym_atx_h5_marker] = ACTIONS(2000), - [sym_atx_h6_marker] = ACTIONS(2000), - [sym__thematic_break] = ACTIONS(2000), - [sym__list_marker_minus] = ACTIONS(2000), - [sym__list_marker_plus] = ACTIONS(2000), - [sym__list_marker_star] = ACTIONS(2000), - [sym__list_marker_parenthesis] = ACTIONS(2000), - [sym__list_marker_dot] = ACTIONS(2002), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2002), - [sym__list_marker_example] = ACTIONS(2000), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2000), - [sym__fenced_code_block_start_backtick] = ACTIONS(2000), - [sym_minus_metadata] = ACTIONS(2000), - [sym__pipe_table_start] = ACTIONS(2000), - [sym__fenced_div_start] = ACTIONS(2000), - [sym_ref_id_specifier] = ACTIONS(2000), - [sym__code_span_start] = ACTIONS(2000), - [sym__html_comment] = ACTIONS(2000), - [sym__autolink] = ACTIONS(2000), - [sym__highlight_span_start] = ACTIONS(2000), - [sym__insert_span_start] = ACTIONS(2000), - [sym__delete_span_start] = ACTIONS(2000), - [sym__edit_comment_span_start] = ACTIONS(2000), - [sym__single_quote_span_open] = ACTIONS(2000), - [sym__double_quote_span_open] = ACTIONS(2000), - [sym__shortcode_open_escaped] = ACTIONS(2000), - [sym__shortcode_open] = ACTIONS(2000), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2000), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2000), - [sym__cite_author_in_text] = ACTIONS(2000), - [sym__cite_suppress_author] = ACTIONS(2000), - [sym__strikeout_open] = ACTIONS(2000), - [sym__subscript_open] = ACTIONS(2000), - [sym__superscript_open] = ACTIONS(2000), - [sym__inline_note_start_token] = ACTIONS(2000), - [sym__strong_emphasis_open_star] = ACTIONS(2000), - [sym__strong_emphasis_open_underscore] = ACTIONS(2000), - [sym__emphasis_open_star] = ACTIONS(2000), - [sym__emphasis_open_underscore] = ACTIONS(2000), - [sym_inline_note_reference] = ACTIONS(2000), - [sym_html_element] = ACTIONS(2000), + [sym_pipe_table_cell] = STATE(2298), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2123), + [sym__eof] = ACTIONS(2123), + [sym__pipe_table_line_ending] = ACTIONS(2123), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2049), }, [STATE(148)] = { - [sym_list_marker_parenthesis] = STATE(4), - [sym__list_item_parenthesis] = STATE(148), - [aux_sym__list_parenthesis_repeat1] = STATE(148), - [ts_builtin_sym_end] = ACTIONS(2018), - [anon_sym_COLON] = ACTIONS(2016), - [sym_entity_reference] = ACTIONS(2016), - [sym_numeric_character_reference] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_BANG_LBRACK] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2016), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [sym_pandoc_str] = ACTIONS(2016), - [aux_sym__prose_punctuation_token1] = ACTIONS(2016), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2016), - [sym__line_ending] = ACTIONS(2018), - [sym__soft_line_ending] = ACTIONS(2018), - [sym__block_quote_start] = ACTIONS(2018), - [sym_atx_h1_marker] = ACTIONS(2018), - [sym_atx_h2_marker] = ACTIONS(2018), - [sym_atx_h3_marker] = ACTIONS(2018), - [sym_atx_h4_marker] = ACTIONS(2018), - [sym_atx_h5_marker] = ACTIONS(2018), - [sym_atx_h6_marker] = ACTIONS(2018), - [sym__thematic_break] = ACTIONS(2018), - [sym__list_marker_minus] = ACTIONS(2018), - [sym__list_marker_plus] = ACTIONS(2018), - [sym__list_marker_star] = ACTIONS(2018), - [sym__list_marker_parenthesis] = ACTIONS(2020), - [sym__list_marker_dot] = ACTIONS(2018), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2020), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_example] = ACTIONS(2018), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2018), - [sym__fenced_code_block_start_backtick] = ACTIONS(2018), - [sym_minus_metadata] = ACTIONS(2018), - [sym__pipe_table_start] = ACTIONS(2018), - [sym__fenced_div_start] = ACTIONS(2018), - [sym_ref_id_specifier] = ACTIONS(2018), - [sym__code_span_start] = ACTIONS(2018), - [sym__html_comment] = ACTIONS(2018), - [sym__autolink] = ACTIONS(2018), - [sym__highlight_span_start] = ACTIONS(2018), - [sym__insert_span_start] = ACTIONS(2018), - [sym__delete_span_start] = ACTIONS(2018), - [sym__edit_comment_span_start] = ACTIONS(2018), - [sym__single_quote_span_open] = ACTIONS(2018), - [sym__double_quote_span_open] = ACTIONS(2018), - [sym__shortcode_open_escaped] = ACTIONS(2018), - [sym__shortcode_open] = ACTIONS(2018), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2018), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2018), - [sym__cite_author_in_text] = ACTIONS(2018), - [sym__cite_suppress_author] = ACTIONS(2018), - [sym__strikeout_open] = ACTIONS(2018), - [sym__subscript_open] = ACTIONS(2018), - [sym__superscript_open] = ACTIONS(2018), - [sym__inline_note_start_token] = ACTIONS(2018), - [sym__strong_emphasis_open_star] = ACTIONS(2018), - [sym__strong_emphasis_open_underscore] = ACTIONS(2018), - [sym__emphasis_open_star] = ACTIONS(2018), - [sym__emphasis_open_underscore] = ACTIONS(2018), - [sym_inline_note_reference] = ACTIONS(2018), - [sym_html_element] = ACTIONS(2018), + [sym_pipe_table_cell] = STATE(2680), + [sym_pandoc_span] = STATE(607), + [sym_pandoc_image] = STATE(607), + [sym_pandoc_math] = STATE(607), + [sym_pandoc_display_math] = STATE(607), + [sym_pandoc_code_span] = STATE(607), + [sym_pandoc_single_quote] = STATE(607), + [sym_pandoc_double_quote] = STATE(607), + [sym_insert] = STATE(607), + [sym_delete] = STATE(607), + [sym_edit_comment] = STATE(607), + [sym_highlight] = STATE(607), + [sym__pandoc_attr_specifier] = STATE(607), + [sym__line_with_maybe_spaces] = STATE(2720), + [sym__inline_element] = STATE(607), + [sym_shortcode_escaped] = STATE(607), + [sym_shortcode] = STATE(607), + [sym_citation] = STATE(607), + [sym_inline_note] = STATE(607), + [sym_pandoc_superscript] = STATE(607), + [sym_pandoc_subscript] = STATE(607), + [sym_pandoc_strikeout] = STATE(607), + [sym_pandoc_emph] = STATE(607), + [sym_pandoc_strong] = STATE(607), + [sym_pandoc_str] = STATE(607), + [sym__prose_punctuation] = STATE(607), + [sym_pandoc_line_break] = STATE(607), + [aux_sym_pipe_table_row_repeat1] = STATE(148), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(607), + [sym_entity_reference] = ACTIONS(2129), + [sym_numeric_character_reference] = ACTIONS(2132), + [anon_sym_LBRACK] = ACTIONS(2135), + [anon_sym_BANG_LBRACK] = ACTIONS(2138), + [anon_sym_DOLLAR] = ACTIONS(2141), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2147), + [aux_sym_pandoc_str_token1] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2153), + [aux_sym__prose_punctuation_token1] = ACTIONS(2129), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2156), + [sym__whitespace] = ACTIONS(2159), + [sym__line_ending] = ACTIONS(2162), + [sym__eof] = ACTIONS(2162), + [sym__pipe_table_line_ending] = ACTIONS(2162), + [sym__code_span_start] = ACTIONS(2164), + [sym__html_comment] = ACTIONS(2132), + [sym__autolink] = ACTIONS(2132), + [sym__highlight_span_start] = ACTIONS(2167), + [sym__insert_span_start] = ACTIONS(2170), + [sym__delete_span_start] = ACTIONS(2173), + [sym__edit_comment_span_start] = ACTIONS(2176), + [sym__single_quote_span_open] = ACTIONS(2179), + [sym__double_quote_span_open] = ACTIONS(2182), + [sym__shortcode_open_escaped] = ACTIONS(2185), + [sym__shortcode_open] = ACTIONS(2188), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2191), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2194), + [sym__cite_author_in_text] = ACTIONS(2197), + [sym__cite_suppress_author] = ACTIONS(2200), + [sym__strikeout_open] = ACTIONS(2203), + [sym__subscript_open] = ACTIONS(2206), + [sym__superscript_open] = ACTIONS(2209), + [sym__inline_note_start_token] = ACTIONS(2212), + [sym__strong_emphasis_open_star] = ACTIONS(2215), + [sym__strong_emphasis_open_underscore] = ACTIONS(2218), + [sym__emphasis_open_star] = ACTIONS(2221), + [sym__emphasis_open_underscore] = ACTIONS(2224), + [sym_inline_note_reference] = ACTIONS(2132), + [sym_html_element] = ACTIONS(2132), }, [STATE(149)] = { - [sym_list_marker_example] = STATE(5), - [sym__list_item_example] = STATE(149), - [aux_sym__list_example_repeat1] = STATE(149), - [ts_builtin_sym_end] = ACTIONS(2011), - [anon_sym_COLON] = ACTIONS(2009), - [sym_entity_reference] = ACTIONS(2009), - [sym_numeric_character_reference] = ACTIONS(2011), - [anon_sym_LBRACK] = ACTIONS(2011), - [anon_sym_BANG_LBRACK] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2009), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2011), - [anon_sym_LBRACE] = ACTIONS(2011), - [sym_pandoc_str] = ACTIONS(2009), - [aux_sym__prose_punctuation_token1] = ACTIONS(2009), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2009), - [sym__line_ending] = ACTIONS(2011), - [sym__soft_line_ending] = ACTIONS(2011), - [sym__block_quote_start] = ACTIONS(2011), - [sym_atx_h1_marker] = ACTIONS(2011), - [sym_atx_h2_marker] = ACTIONS(2011), - [sym_atx_h3_marker] = ACTIONS(2011), - [sym_atx_h4_marker] = ACTIONS(2011), - [sym_atx_h5_marker] = ACTIONS(2011), - [sym_atx_h6_marker] = ACTIONS(2011), - [sym__thematic_break] = ACTIONS(2011), - [sym__list_marker_minus] = ACTIONS(2011), - [sym__list_marker_plus] = ACTIONS(2011), - [sym__list_marker_star] = ACTIONS(2011), - [sym__list_marker_parenthesis] = ACTIONS(2011), - [sym__list_marker_dot] = ACTIONS(2011), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_example] = ACTIONS(2013), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2013), - [sym__fenced_code_block_start_backtick] = ACTIONS(2011), - [sym_minus_metadata] = ACTIONS(2011), - [sym__pipe_table_start] = ACTIONS(2011), - [sym__fenced_div_start] = ACTIONS(2011), - [sym_ref_id_specifier] = ACTIONS(2011), - [sym__code_span_start] = ACTIONS(2011), - [sym__html_comment] = ACTIONS(2011), - [sym__autolink] = ACTIONS(2011), - [sym__highlight_span_start] = ACTIONS(2011), - [sym__insert_span_start] = ACTIONS(2011), - [sym__delete_span_start] = ACTIONS(2011), - [sym__edit_comment_span_start] = ACTIONS(2011), - [sym__single_quote_span_open] = ACTIONS(2011), - [sym__double_quote_span_open] = ACTIONS(2011), + [sym_pipe_table_cell] = STATE(2260), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2227), + [sym__eof] = ACTIONS(2227), + [sym__pipe_table_line_ending] = ACTIONS(2227), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), [sym__shortcode_open_escaped] = ACTIONS(2011), - [sym__shortcode_open] = ACTIONS(2011), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2011), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2011), - [sym__cite_author_in_text] = ACTIONS(2011), - [sym__cite_suppress_author] = ACTIONS(2011), - [sym__strikeout_open] = ACTIONS(2011), - [sym__subscript_open] = ACTIONS(2011), - [sym__superscript_open] = ACTIONS(2011), - [sym__inline_note_start_token] = ACTIONS(2011), - [sym__strong_emphasis_open_star] = ACTIONS(2011), - [sym__strong_emphasis_open_underscore] = ACTIONS(2011), - [sym__emphasis_open_star] = ACTIONS(2011), - [sym__emphasis_open_underscore] = ACTIONS(2011), - [sym_inline_note_reference] = ACTIONS(2011), - [sym_html_element] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2049), }, [STATE(150)] = { - [sym_list_marker_plus] = STATE(7), - [sym__list_item_plus] = STATE(150), - [aux_sym__list_plus_repeat1] = STATE(150), - [anon_sym_COLON] = ACTIONS(2023), - [sym_entity_reference] = ACTIONS(2023), - [sym_numeric_character_reference] = ACTIONS(2025), - [anon_sym_LBRACK] = ACTIONS(2025), - [anon_sym_BANG_LBRACK] = ACTIONS(2025), - [anon_sym_DOLLAR] = ACTIONS(2023), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2025), - [anon_sym_LBRACE] = ACTIONS(2025), - [sym_pandoc_str] = ACTIONS(2023), - [aux_sym__prose_punctuation_token1] = ACTIONS(2023), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2023), - [sym__line_ending] = ACTIONS(2025), - [sym__soft_line_ending] = ACTIONS(2025), - [sym__block_close] = ACTIONS(2025), - [sym__block_quote_start] = ACTIONS(2025), - [sym_atx_h1_marker] = ACTIONS(2025), - [sym_atx_h2_marker] = ACTIONS(2025), - [sym_atx_h3_marker] = ACTIONS(2025), - [sym_atx_h4_marker] = ACTIONS(2025), - [sym_atx_h5_marker] = ACTIONS(2025), - [sym_atx_h6_marker] = ACTIONS(2025), - [sym__thematic_break] = ACTIONS(2025), - [sym__list_marker_minus] = ACTIONS(2025), - [sym__list_marker_plus] = ACTIONS(2027), - [sym__list_marker_star] = ACTIONS(2025), - [sym__list_marker_parenthesis] = ACTIONS(2025), - [sym__list_marker_dot] = ACTIONS(2025), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2027), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_example] = ACTIONS(2025), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2025), - [sym__fenced_code_block_start_backtick] = ACTIONS(2025), - [sym_minus_metadata] = ACTIONS(2025), - [sym__pipe_table_start] = ACTIONS(2025), - [sym__fenced_div_start] = ACTIONS(2025), - [sym_ref_id_specifier] = ACTIONS(2025), - [sym__code_span_start] = ACTIONS(2025), - [sym__html_comment] = ACTIONS(2025), - [sym__autolink] = ACTIONS(2025), - [sym__highlight_span_start] = ACTIONS(2025), - [sym__insert_span_start] = ACTIONS(2025), - [sym__delete_span_start] = ACTIONS(2025), - [sym__edit_comment_span_start] = ACTIONS(2025), - [sym__single_quote_span_open] = ACTIONS(2025), - [sym__double_quote_span_open] = ACTIONS(2025), - [sym__shortcode_open_escaped] = ACTIONS(2025), - [sym__shortcode_open] = ACTIONS(2025), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2025), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2025), - [sym__cite_author_in_text] = ACTIONS(2025), - [sym__cite_suppress_author] = ACTIONS(2025), - [sym__strikeout_open] = ACTIONS(2025), + [sym_pipe_table_cell] = STATE(2260), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2113), + [sym__eof] = ACTIONS(2113), + [sym__pipe_table_line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), [sym__subscript_open] = ACTIONS(2025), - [sym__superscript_open] = ACTIONS(2025), - [sym__inline_note_start_token] = ACTIONS(2025), - [sym__strong_emphasis_open_star] = ACTIONS(2025), - [sym__strong_emphasis_open_underscore] = ACTIONS(2025), - [sym__emphasis_open_star] = ACTIONS(2025), - [sym__emphasis_open_underscore] = ACTIONS(2025), - [sym_inline_note_reference] = ACTIONS(2025), - [sym_html_element] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + [sym__pipe_table_delimiter] = ACTIONS(2049), }, [STATE(151)] = { - [sym_list_marker_minus] = STATE(8), - [sym__list_item_minus] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(151), - [anon_sym_COLON] = ACTIONS(2046), - [sym_entity_reference] = ACTIONS(2046), - [sym_numeric_character_reference] = ACTIONS(2048), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_BANG_LBRACK] = ACTIONS(2048), - [anon_sym_DOLLAR] = ACTIONS(2046), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2048), - [sym_pandoc_str] = ACTIONS(2046), - [aux_sym__prose_punctuation_token1] = ACTIONS(2046), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2046), - [sym__line_ending] = ACTIONS(2048), - [sym__soft_line_ending] = ACTIONS(2048), - [sym__block_close] = ACTIONS(2048), - [sym__block_quote_start] = ACTIONS(2048), - [sym_atx_h1_marker] = ACTIONS(2048), - [sym_atx_h2_marker] = ACTIONS(2048), - [sym_atx_h3_marker] = ACTIONS(2048), - [sym_atx_h4_marker] = ACTIONS(2048), - [sym_atx_h5_marker] = ACTIONS(2048), - [sym_atx_h6_marker] = ACTIONS(2048), - [sym__thematic_break] = ACTIONS(2048), - [sym__list_marker_minus] = ACTIONS(2050), - [sym__list_marker_plus] = ACTIONS(2048), - [sym__list_marker_star] = ACTIONS(2048), - [sym__list_marker_parenthesis] = ACTIONS(2048), - [sym__list_marker_dot] = ACTIONS(2048), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2050), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_example] = ACTIONS(2048), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2048), - [sym__fenced_code_block_start_backtick] = ACTIONS(2048), - [sym_minus_metadata] = ACTIONS(2048), - [sym__pipe_table_start] = ACTIONS(2048), - [sym__fenced_div_start] = ACTIONS(2048), - [sym_ref_id_specifier] = ACTIONS(2048), - [sym__code_span_start] = ACTIONS(2048), - [sym__html_comment] = ACTIONS(2048), - [sym__autolink] = ACTIONS(2048), - [sym__highlight_span_start] = ACTIONS(2048), - [sym__insert_span_start] = ACTIONS(2048), - [sym__delete_span_start] = ACTIONS(2048), - [sym__edit_comment_span_start] = ACTIONS(2048), - [sym__single_quote_span_open] = ACTIONS(2048), - [sym__double_quote_span_open] = ACTIONS(2048), - [sym__shortcode_open_escaped] = ACTIONS(2048), - [sym__shortcode_open] = ACTIONS(2048), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2048), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2048), - [sym__cite_author_in_text] = ACTIONS(2048), - [sym__cite_suppress_author] = ACTIONS(2048), - [sym__strikeout_open] = ACTIONS(2048), - [sym__subscript_open] = ACTIONS(2048), - [sym__superscript_open] = ACTIONS(2048), - [sym__inline_note_start_token] = ACTIONS(2048), - [sym__strong_emphasis_open_star] = ACTIONS(2048), - [sym__strong_emphasis_open_underscore] = ACTIONS(2048), - [sym__emphasis_open_star] = ACTIONS(2048), - [sym__emphasis_open_underscore] = ACTIONS(2048), - [sym_inline_note_reference] = ACTIONS(2048), - [sym_html_element] = ACTIONS(2048), + [sym_pipe_table_cell] = STATE(2268), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(148), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2229), + [sym__line_ending] = ACTIONS(2227), + [sym__eof] = ACTIONS(2227), + [sym__pipe_table_line_ending] = ACTIONS(2227), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), }, [STATE(152)] = { - [sym_list_marker_star] = STATE(9), - [sym__list_item_star] = STATE(152), - [aux_sym__list_star_repeat1] = STATE(152), - [anon_sym_COLON] = ACTIONS(1991), - [sym_entity_reference] = ACTIONS(1991), - [sym_numeric_character_reference] = ACTIONS(1993), - [anon_sym_LBRACK] = ACTIONS(1993), - [anon_sym_BANG_LBRACK] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1991), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1993), - [anon_sym_LBRACE] = ACTIONS(1993), - [sym_pandoc_str] = ACTIONS(1991), - [aux_sym__prose_punctuation_token1] = ACTIONS(1991), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), - [sym__line_ending] = ACTIONS(1993), - [sym__soft_line_ending] = ACTIONS(1993), - [sym__block_close] = ACTIONS(1993), - [sym__block_quote_start] = ACTIONS(1993), - [sym_atx_h1_marker] = ACTIONS(1993), - [sym_atx_h2_marker] = ACTIONS(1993), - [sym_atx_h3_marker] = ACTIONS(1993), - [sym_atx_h4_marker] = ACTIONS(1993), - [sym_atx_h5_marker] = ACTIONS(1993), - [sym_atx_h6_marker] = ACTIONS(1993), - [sym__thematic_break] = ACTIONS(1993), - [sym__list_marker_minus] = ACTIONS(1993), - [sym__list_marker_plus] = ACTIONS(1993), - [sym__list_marker_star] = ACTIONS(1995), - [sym__list_marker_parenthesis] = ACTIONS(1993), - [sym__list_marker_dot] = ACTIONS(1993), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1995), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_example] = ACTIONS(1993), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1993), - [sym__fenced_code_block_start_backtick] = ACTIONS(1993), - [sym_minus_metadata] = ACTIONS(1993), - [sym__pipe_table_start] = ACTIONS(1993), - [sym__fenced_div_start] = ACTIONS(1993), - [sym_ref_id_specifier] = ACTIONS(1993), - [sym__code_span_start] = ACTIONS(1993), - [sym__html_comment] = ACTIONS(1993), - [sym__autolink] = ACTIONS(1993), - [sym__highlight_span_start] = ACTIONS(1993), - [sym__insert_span_start] = ACTIONS(1993), - [sym__delete_span_start] = ACTIONS(1993), - [sym__edit_comment_span_start] = ACTIONS(1993), - [sym__single_quote_span_open] = ACTIONS(1993), - [sym__double_quote_span_open] = ACTIONS(1993), - [sym__shortcode_open_escaped] = ACTIONS(1993), - [sym__shortcode_open] = ACTIONS(1993), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1993), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1993), - [sym__cite_author_in_text] = ACTIONS(1993), - [sym__cite_suppress_author] = ACTIONS(1993), - [sym__strikeout_open] = ACTIONS(1993), - [sym__subscript_open] = ACTIONS(1993), - [sym__superscript_open] = ACTIONS(1993), - [sym__inline_note_start_token] = ACTIONS(1993), - [sym__strong_emphasis_open_star] = ACTIONS(1993), - [sym__strong_emphasis_open_underscore] = ACTIONS(1993), - [sym__emphasis_open_star] = ACTIONS(1993), - [sym__emphasis_open_underscore] = ACTIONS(1993), - [sym_inline_note_reference] = ACTIONS(1993), - [sym_html_element] = ACTIONS(1993), + [sym__inlines] = STATE(3080), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(588), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(588), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2243), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2253), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(153)] = { - [sym_list_marker_dot] = STATE(10), - [sym__list_item_dot] = STATE(153), - [aux_sym__list_dot_repeat1] = STATE(153), - [anon_sym_COLON] = ACTIONS(1998), - [sym_entity_reference] = ACTIONS(1998), - [sym_numeric_character_reference] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_BANG_LBRACK] = ACTIONS(2000), - [anon_sym_DOLLAR] = ACTIONS(1998), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2000), - [sym_pandoc_str] = ACTIONS(1998), - [aux_sym__prose_punctuation_token1] = ACTIONS(1998), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1998), - [sym__line_ending] = ACTIONS(2000), - [sym__soft_line_ending] = ACTIONS(2000), - [sym__block_close] = ACTIONS(2000), - [sym__block_quote_start] = ACTIONS(2000), - [sym_atx_h1_marker] = ACTIONS(2000), - [sym_atx_h2_marker] = ACTIONS(2000), - [sym_atx_h3_marker] = ACTIONS(2000), - [sym_atx_h4_marker] = ACTIONS(2000), - [sym_atx_h5_marker] = ACTIONS(2000), - [sym_atx_h6_marker] = ACTIONS(2000), - [sym__thematic_break] = ACTIONS(2000), - [sym__list_marker_minus] = ACTIONS(2000), - [sym__list_marker_plus] = ACTIONS(2000), - [sym__list_marker_star] = ACTIONS(2000), - [sym__list_marker_parenthesis] = ACTIONS(2000), - [sym__list_marker_dot] = ACTIONS(2002), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2000), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2002), - [sym__list_marker_example] = ACTIONS(2000), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2000), - [sym__fenced_code_block_start_backtick] = ACTIONS(2000), - [sym_minus_metadata] = ACTIONS(2000), - [sym__pipe_table_start] = ACTIONS(2000), - [sym__fenced_div_start] = ACTIONS(2000), - [sym_ref_id_specifier] = ACTIONS(2000), - [sym__code_span_start] = ACTIONS(2000), - [sym__html_comment] = ACTIONS(2000), - [sym__autolink] = ACTIONS(2000), - [sym__highlight_span_start] = ACTIONS(2000), - [sym__insert_span_start] = ACTIONS(2000), - [sym__delete_span_start] = ACTIONS(2000), - [sym__edit_comment_span_start] = ACTIONS(2000), - [sym__single_quote_span_open] = ACTIONS(2000), - [sym__double_quote_span_open] = ACTIONS(2000), - [sym__shortcode_open_escaped] = ACTIONS(2000), - [sym__shortcode_open] = ACTIONS(2000), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2000), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2000), - [sym__cite_author_in_text] = ACTIONS(2000), - [sym__cite_suppress_author] = ACTIONS(2000), - [sym__strikeout_open] = ACTIONS(2000), - [sym__subscript_open] = ACTIONS(2000), - [sym__superscript_open] = ACTIONS(2000), - [sym__inline_note_start_token] = ACTIONS(2000), - [sym__strong_emphasis_open_star] = ACTIONS(2000), - [sym__strong_emphasis_open_underscore] = ACTIONS(2000), - [sym__emphasis_open_star] = ACTIONS(2000), - [sym__emphasis_open_underscore] = ACTIONS(2000), - [sym_inline_note_reference] = ACTIONS(2000), - [sym_html_element] = ACTIONS(2000), + [sym__inlines] = STATE(3081), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(591), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(591), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2301), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(154)] = { - [sym_list_marker_parenthesis] = STATE(11), - [sym__list_item_parenthesis] = STATE(154), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [anon_sym_COLON] = ACTIONS(2016), - [sym_entity_reference] = ACTIONS(2016), - [sym_numeric_character_reference] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_BANG_LBRACK] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2016), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [sym_pandoc_str] = ACTIONS(2016), - [aux_sym__prose_punctuation_token1] = ACTIONS(2016), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2016), - [sym__line_ending] = ACTIONS(2018), - [sym__soft_line_ending] = ACTIONS(2018), - [sym__block_close] = ACTIONS(2018), - [sym__block_quote_start] = ACTIONS(2018), - [sym_atx_h1_marker] = ACTIONS(2018), - [sym_atx_h2_marker] = ACTIONS(2018), - [sym_atx_h3_marker] = ACTIONS(2018), - [sym_atx_h4_marker] = ACTIONS(2018), - [sym_atx_h5_marker] = ACTIONS(2018), - [sym_atx_h6_marker] = ACTIONS(2018), - [sym__thematic_break] = ACTIONS(2018), - [sym__list_marker_minus] = ACTIONS(2018), - [sym__list_marker_plus] = ACTIONS(2018), - [sym__list_marker_star] = ACTIONS(2018), - [sym__list_marker_parenthesis] = ACTIONS(2020), - [sym__list_marker_dot] = ACTIONS(2018), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2020), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2018), - [sym__list_marker_example] = ACTIONS(2018), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2018), - [sym__fenced_code_block_start_backtick] = ACTIONS(2018), - [sym_minus_metadata] = ACTIONS(2018), - [sym__pipe_table_start] = ACTIONS(2018), - [sym__fenced_div_start] = ACTIONS(2018), - [sym_ref_id_specifier] = ACTIONS(2018), - [sym__code_span_start] = ACTIONS(2018), - [sym__html_comment] = ACTIONS(2018), - [sym__autolink] = ACTIONS(2018), - [sym__highlight_span_start] = ACTIONS(2018), - [sym__insert_span_start] = ACTIONS(2018), - [sym__delete_span_start] = ACTIONS(2018), - [sym__edit_comment_span_start] = ACTIONS(2018), - [sym__single_quote_span_open] = ACTIONS(2018), - [sym__double_quote_span_open] = ACTIONS(2018), - [sym__shortcode_open_escaped] = ACTIONS(2018), - [sym__shortcode_open] = ACTIONS(2018), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2018), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2018), - [sym__cite_author_in_text] = ACTIONS(2018), - [sym__cite_suppress_author] = ACTIONS(2018), - [sym__strikeout_open] = ACTIONS(2018), - [sym__subscript_open] = ACTIONS(2018), - [sym__superscript_open] = ACTIONS(2018), - [sym__inline_note_start_token] = ACTIONS(2018), - [sym__strong_emphasis_open_star] = ACTIONS(2018), - [sym__strong_emphasis_open_underscore] = ACTIONS(2018), - [sym__emphasis_open_star] = ACTIONS(2018), - [sym__emphasis_open_underscore] = ACTIONS(2018), - [sym_inline_note_reference] = ACTIONS(2018), - [sym_html_element] = ACTIONS(2018), + [sym__atx_heading_content] = STATE(2469), + [sym__inlines] = STATE(2469), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(459), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2305), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(155)] = { - [sym_list_marker_example] = STATE(19), - [sym__list_item_example] = STATE(155), - [aux_sym__list_example_repeat1] = STATE(155), - [anon_sym_COLON] = ACTIONS(2009), - [sym_entity_reference] = ACTIONS(2009), - [sym_numeric_character_reference] = ACTIONS(2011), - [anon_sym_LBRACK] = ACTIONS(2011), - [anon_sym_BANG_LBRACK] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2009), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2011), - [anon_sym_LBRACE] = ACTIONS(2011), - [sym_pandoc_str] = ACTIONS(2009), - [aux_sym__prose_punctuation_token1] = ACTIONS(2009), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2009), - [sym__line_ending] = ACTIONS(2011), - [sym__soft_line_ending] = ACTIONS(2011), - [sym__block_close] = ACTIONS(2011), - [sym__block_quote_start] = ACTIONS(2011), - [sym_atx_h1_marker] = ACTIONS(2011), - [sym_atx_h2_marker] = ACTIONS(2011), - [sym_atx_h3_marker] = ACTIONS(2011), - [sym_atx_h4_marker] = ACTIONS(2011), - [sym_atx_h5_marker] = ACTIONS(2011), - [sym_atx_h6_marker] = ACTIONS(2011), - [sym__thematic_break] = ACTIONS(2011), - [sym__list_marker_minus] = ACTIONS(2011), - [sym__list_marker_plus] = ACTIONS(2011), - [sym__list_marker_star] = ACTIONS(2011), - [sym__list_marker_parenthesis] = ACTIONS(2011), - [sym__list_marker_dot] = ACTIONS(2011), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2011), - [sym__list_marker_example] = ACTIONS(2013), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2013), - [sym__fenced_code_block_start_backtick] = ACTIONS(2011), - [sym_minus_metadata] = ACTIONS(2011), - [sym__pipe_table_start] = ACTIONS(2011), - [sym__fenced_div_start] = ACTIONS(2011), - [sym_ref_id_specifier] = ACTIONS(2011), - [sym__code_span_start] = ACTIONS(2011), - [sym__html_comment] = ACTIONS(2011), - [sym__autolink] = ACTIONS(2011), - [sym__highlight_span_start] = ACTIONS(2011), - [sym__insert_span_start] = ACTIONS(2011), - [sym__delete_span_start] = ACTIONS(2011), - [sym__edit_comment_span_start] = ACTIONS(2011), - [sym__single_quote_span_open] = ACTIONS(2011), - [sym__double_quote_span_open] = ACTIONS(2011), - [sym__shortcode_open_escaped] = ACTIONS(2011), - [sym__shortcode_open] = ACTIONS(2011), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2011), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2011), - [sym__cite_author_in_text] = ACTIONS(2011), - [sym__cite_suppress_author] = ACTIONS(2011), - [sym__strikeout_open] = ACTIONS(2011), - [sym__subscript_open] = ACTIONS(2011), - [sym__superscript_open] = ACTIONS(2011), - [sym__inline_note_start_token] = ACTIONS(2011), - [sym__strong_emphasis_open_star] = ACTIONS(2011), - [sym__strong_emphasis_open_underscore] = ACTIONS(2011), - [sym__emphasis_open_star] = ACTIONS(2011), - [sym__emphasis_open_underscore] = ACTIONS(2011), - [sym_inline_note_reference] = ACTIONS(2011), - [sym_html_element] = ACTIONS(2011), + [sym__atx_heading_content] = STATE(2485), + [sym__inlines] = STATE(2485), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(458), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2307), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(156)] = { - [sym_pipe_table_cell] = STATE(2293), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2067), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2061), - [sym__eof] = ACTIONS(2061), - [sym__pipe_table_line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym_pipe_table_row] = STATE(2687), + [sym_pipe_table_cell] = STATE(2644), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(276), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2373), }, [STATE(157)] = { - [sym_list_marker_star] = STATE(9), - [sym__list_item_star] = STATE(152), - [aux_sym__list_star_repeat1] = STATE(152), - [anon_sym_COLON] = ACTIONS(2038), - [sym_entity_reference] = ACTIONS(2038), - [sym_numeric_character_reference] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_BANG_LBRACK] = ACTIONS(2040), - [anon_sym_DOLLAR] = ACTIONS(2038), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2040), - [sym_pandoc_str] = ACTIONS(2038), - [aux_sym__prose_punctuation_token1] = ACTIONS(2038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2038), - [sym__line_ending] = ACTIONS(2040), - [sym__soft_line_ending] = ACTIONS(2040), - [sym__block_close] = ACTIONS(2040), - [sym__block_quote_start] = ACTIONS(2040), - [sym_atx_h1_marker] = ACTIONS(2040), - [sym_atx_h2_marker] = ACTIONS(2040), - [sym_atx_h3_marker] = ACTIONS(2040), - [sym_atx_h4_marker] = ACTIONS(2040), - [sym_atx_h5_marker] = ACTIONS(2040), - [sym_atx_h6_marker] = ACTIONS(2040), - [sym__thematic_break] = ACTIONS(2040), - [sym__list_marker_minus] = ACTIONS(2040), - [sym__list_marker_plus] = ACTIONS(2040), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2040), - [sym__list_marker_dot] = ACTIONS(2040), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_example] = ACTIONS(2040), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2040), - [sym__fenced_code_block_start_backtick] = ACTIONS(2040), - [sym_minus_metadata] = ACTIONS(2040), - [sym__pipe_table_start] = ACTIONS(2040), - [sym__fenced_div_start] = ACTIONS(2040), - [sym_ref_id_specifier] = ACTIONS(2040), - [sym__code_span_start] = ACTIONS(2040), - [sym__html_comment] = ACTIONS(2040), - [sym__autolink] = ACTIONS(2040), - [sym__highlight_span_start] = ACTIONS(2040), - [sym__insert_span_start] = ACTIONS(2040), - [sym__delete_span_start] = ACTIONS(2040), - [sym__edit_comment_span_start] = ACTIONS(2040), - [sym__single_quote_span_open] = ACTIONS(2040), - [sym__double_quote_span_open] = ACTIONS(2040), - [sym__shortcode_open_escaped] = ACTIONS(2040), - [sym__shortcode_open] = ACTIONS(2040), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2040), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2040), - [sym__cite_author_in_text] = ACTIONS(2040), - [sym__cite_suppress_author] = ACTIONS(2040), - [sym__strikeout_open] = ACTIONS(2040), - [sym__subscript_open] = ACTIONS(2040), - [sym__superscript_open] = ACTIONS(2040), - [sym__inline_note_start_token] = ACTIONS(2040), - [sym__strong_emphasis_open_star] = ACTIONS(2040), - [sym__strong_emphasis_open_underscore] = ACTIONS(2040), - [sym__emphasis_open_star] = ACTIONS(2040), - [sym__emphasis_open_underscore] = ACTIONS(2040), - [sym_inline_note_reference] = ACTIONS(2040), - [sym_html_element] = ACTIONS(2040), + [sym__atx_heading_content] = STATE(2543), + [sym__inlines] = STATE(2543), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(307), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2375), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(158)] = { - [sym_pipe_table_cell] = STATE(2242), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(163), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2069), - [sym__line_ending] = ACTIONS(2071), - [sym__eof] = ACTIONS(2071), - [sym__pipe_table_line_ending] = ACTIONS(2071), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), + [sym__atx_heading_content] = STATE(2544), + [sym__inlines] = STATE(2544), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(308), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2377), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(159)] = { - [sym_pipe_table_cell] = STATE(2293), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2067), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2073), - [sym__eof] = ACTIONS(2073), - [sym__pipe_table_line_ending] = ACTIONS(2073), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(160)] = { - [sym_pipe_table_cell] = STATE(2672), - [sym_pandoc_span] = STATE(677), - [sym_pandoc_image] = STATE(677), - [sym_pandoc_math] = STATE(677), - [sym_pandoc_display_math] = STATE(677), - [sym_pandoc_code_span] = STATE(677), - [sym_pandoc_single_quote] = STATE(677), - [sym_pandoc_double_quote] = STATE(677), - [sym_insert] = STATE(677), - [sym_delete] = STATE(677), - [sym_edit_comment] = STATE(677), - [sym_highlight] = STATE(677), - [sym__pandoc_attr_specifier] = STATE(677), - [sym__line_with_maybe_spaces] = STATE(2680), - [sym__inline_element] = STATE(677), - [sym_shortcode_escaped] = STATE(677), - [sym_shortcode] = STATE(677), - [sym_citation] = STATE(677), - [sym_inline_note] = STATE(677), - [sym_pandoc_superscript] = STATE(677), - [sym_pandoc_subscript] = STATE(677), - [sym_pandoc_strikeout] = STATE(677), - [sym_pandoc_emph] = STATE(677), - [sym_pandoc_strong] = STATE(677), - [sym__prose_punctuation] = STATE(677), - [sym_pandoc_line_break] = STATE(677), - [aux_sym_pipe_table_row_repeat1] = STATE(160), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(677), - [sym_entity_reference] = ACTIONS(2075), - [sym_numeric_character_reference] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_BANG_LBRACK] = ACTIONS(2084), - [anon_sym_DOLLAR] = ACTIONS(2087), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2090), - [anon_sym_LBRACE] = ACTIONS(2093), - [sym_pandoc_str] = ACTIONS(2075), - [aux_sym__prose_punctuation_token1] = ACTIONS(2075), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2096), - [sym__whitespace] = ACTIONS(2099), - [sym__line_ending] = ACTIONS(2102), - [sym__eof] = ACTIONS(2102), - [sym__pipe_table_line_ending] = ACTIONS(2102), - [sym__code_span_start] = ACTIONS(2104), - [sym__html_comment] = ACTIONS(2078), - [sym__autolink] = ACTIONS(2078), - [sym__highlight_span_start] = ACTIONS(2107), - [sym__insert_span_start] = ACTIONS(2110), - [sym__delete_span_start] = ACTIONS(2113), - [sym__edit_comment_span_start] = ACTIONS(2116), - [sym__single_quote_span_open] = ACTIONS(2119), - [sym__double_quote_span_open] = ACTIONS(2122), - [sym__shortcode_open_escaped] = ACTIONS(2125), - [sym__shortcode_open] = ACTIONS(2128), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2131), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), - [sym__cite_author_in_text] = ACTIONS(2137), - [sym__cite_suppress_author] = ACTIONS(2140), - [sym__strikeout_open] = ACTIONS(2143), - [sym__subscript_open] = ACTIONS(2146), - [sym__superscript_open] = ACTIONS(2149), - [sym__inline_note_start_token] = ACTIONS(2152), - [sym__strong_emphasis_open_star] = ACTIONS(2155), - [sym__strong_emphasis_open_underscore] = ACTIONS(2158), - [sym__emphasis_open_star] = ACTIONS(2161), - [sym__emphasis_open_underscore] = ACTIONS(2164), - [sym_inline_note_reference] = ACTIONS(2078), - [sym_html_element] = ACTIONS(2078), - }, - [STATE(161)] = { - [sym_pipe_table_cell] = STATE(2247), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2067), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2167), - [sym__eof] = ACTIONS(2167), - [sym__pipe_table_line_ending] = ACTIONS(2167), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(162)] = { - [sym_pipe_table_cell] = STATE(2247), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2067), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2061), - [sym__eof] = ACTIONS(2061), - [sym__pipe_table_line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(163)] = { - [sym_pipe_table_cell] = STATE(2251), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(160), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2169), - [sym__line_ending] = ACTIONS(2167), - [sym__eof] = ACTIONS(2167), - [sym__pipe_table_line_ending] = ACTIONS(2167), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(164)] = { - [sym_list_marker_minus] = STATE(8), - [sym__list_item_minus] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(151), - [anon_sym_COLON] = ACTIONS(2034), - [sym_entity_reference] = ACTIONS(2034), - [sym_numeric_character_reference] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_BANG_LBRACK] = ACTIONS(2036), - [anon_sym_DOLLAR] = ACTIONS(2034), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2036), - [sym_pandoc_str] = ACTIONS(2034), - [aux_sym__prose_punctuation_token1] = ACTIONS(2034), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2034), - [sym__line_ending] = ACTIONS(2036), - [sym__soft_line_ending] = ACTIONS(2036), - [sym__block_close] = ACTIONS(2036), - [sym__block_quote_start] = ACTIONS(2036), - [sym_atx_h1_marker] = ACTIONS(2036), - [sym_atx_h2_marker] = ACTIONS(2036), - [sym_atx_h3_marker] = ACTIONS(2036), - [sym_atx_h4_marker] = ACTIONS(2036), - [sym_atx_h5_marker] = ACTIONS(2036), - [sym_atx_h6_marker] = ACTIONS(2036), - [sym__thematic_break] = ACTIONS(2036), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2036), - [sym__list_marker_star] = ACTIONS(2036), - [sym__list_marker_parenthesis] = ACTIONS(2036), - [sym__list_marker_dot] = ACTIONS(2036), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2036), - [sym__list_marker_example] = ACTIONS(2036), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2036), - [sym__fenced_code_block_start_backtick] = ACTIONS(2036), - [sym_minus_metadata] = ACTIONS(2036), - [sym__pipe_table_start] = ACTIONS(2036), - [sym__fenced_div_start] = ACTIONS(2036), - [sym_ref_id_specifier] = ACTIONS(2036), - [sym__code_span_start] = ACTIONS(2036), - [sym__html_comment] = ACTIONS(2036), - [sym__autolink] = ACTIONS(2036), - [sym__highlight_span_start] = ACTIONS(2036), - [sym__insert_span_start] = ACTIONS(2036), - [sym__delete_span_start] = ACTIONS(2036), - [sym__edit_comment_span_start] = ACTIONS(2036), - [sym__single_quote_span_open] = ACTIONS(2036), - [sym__double_quote_span_open] = ACTIONS(2036), - [sym__shortcode_open_escaped] = ACTIONS(2036), - [sym__shortcode_open] = ACTIONS(2036), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2036), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2036), - [sym__cite_author_in_text] = ACTIONS(2036), - [sym__cite_suppress_author] = ACTIONS(2036), - [sym__strikeout_open] = ACTIONS(2036), - [sym__subscript_open] = ACTIONS(2036), - [sym__superscript_open] = ACTIONS(2036), - [sym__inline_note_start_token] = ACTIONS(2036), - [sym__strong_emphasis_open_star] = ACTIONS(2036), - [sym__strong_emphasis_open_underscore] = ACTIONS(2036), - [sym__emphasis_open_star] = ACTIONS(2036), - [sym__emphasis_open_underscore] = ACTIONS(2036), - [sym_inline_note_reference] = ACTIONS(2036), - [sym_html_element] = ACTIONS(2036), - }, - [STATE(165)] = { - [sym_pipe_table_cell] = STATE(2258), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [anon_sym_PIPE] = ACTIONS(2067), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2171), - [sym__eof] = ACTIONS(2171), - [sym__pipe_table_line_ending] = ACTIONS(2171), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(166)] = { - [sym_list_marker_plus] = STATE(12), - [sym__list_item_plus] = STATE(171), - [aux_sym__list_plus_repeat1] = STATE(171), - [ts_builtin_sym_end] = ACTIONS(2007), - [anon_sym_COLON] = ACTIONS(2005), - [sym_entity_reference] = ACTIONS(2005), - [sym_numeric_character_reference] = ACTIONS(2007), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_BANG_LBRACK] = ACTIONS(2007), - [anon_sym_DOLLAR] = ACTIONS(2005), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2007), - [anon_sym_LBRACE] = ACTIONS(2007), - [sym_pandoc_str] = ACTIONS(2005), - [aux_sym__prose_punctuation_token1] = ACTIONS(2005), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2005), - [sym__line_ending] = ACTIONS(2007), - [sym__soft_line_ending] = ACTIONS(2007), - [sym__block_quote_start] = ACTIONS(2007), - [sym_atx_h1_marker] = ACTIONS(2007), - [sym_atx_h2_marker] = ACTIONS(2007), - [sym_atx_h3_marker] = ACTIONS(2007), - [sym_atx_h4_marker] = ACTIONS(2007), - [sym_atx_h5_marker] = ACTIONS(2007), - [sym_atx_h6_marker] = ACTIONS(2007), - [sym__thematic_break] = ACTIONS(2007), - [sym__list_marker_minus] = ACTIONS(2007), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(2007), - [sym__list_marker_parenthesis] = ACTIONS(2007), - [sym__list_marker_dot] = ACTIONS(2007), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_example] = ACTIONS(2007), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2007), - [sym__fenced_code_block_start_backtick] = ACTIONS(2007), - [sym_minus_metadata] = ACTIONS(2007), - [sym__pipe_table_start] = ACTIONS(2007), - [sym__fenced_div_start] = ACTIONS(2007), - [sym_ref_id_specifier] = ACTIONS(2007), - [sym__code_span_start] = ACTIONS(2007), - [sym__html_comment] = ACTIONS(2007), - [sym__autolink] = ACTIONS(2007), - [sym__highlight_span_start] = ACTIONS(2007), - [sym__insert_span_start] = ACTIONS(2007), - [sym__delete_span_start] = ACTIONS(2007), - [sym__edit_comment_span_start] = ACTIONS(2007), - [sym__single_quote_span_open] = ACTIONS(2007), - [sym__double_quote_span_open] = ACTIONS(2007), - [sym__shortcode_open_escaped] = ACTIONS(2007), - [sym__shortcode_open] = ACTIONS(2007), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2007), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2007), - [sym__cite_author_in_text] = ACTIONS(2007), - [sym__cite_suppress_author] = ACTIONS(2007), - [sym__strikeout_open] = ACTIONS(2007), - [sym__subscript_open] = ACTIONS(2007), - [sym__superscript_open] = ACTIONS(2007), - [sym__inline_note_start_token] = ACTIONS(2007), - [sym__strong_emphasis_open_star] = ACTIONS(2007), - [sym__strong_emphasis_open_underscore] = ACTIONS(2007), - [sym__emphasis_open_star] = ACTIONS(2007), - [sym__emphasis_open_underscore] = ACTIONS(2007), - [sym_inline_note_reference] = ACTIONS(2007), - [sym_html_element] = ACTIONS(2007), - }, - [STATE(167)] = { - [sym_list_marker_star] = STATE(15), - [sym__list_item_star] = STATE(173), - [aux_sym__list_star_repeat1] = STATE(173), - [ts_builtin_sym_end] = ACTIONS(2040), - [anon_sym_COLON] = ACTIONS(2038), - [sym_entity_reference] = ACTIONS(2038), - [sym_numeric_character_reference] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_BANG_LBRACK] = ACTIONS(2040), - [anon_sym_DOLLAR] = ACTIONS(2038), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2040), - [sym_pandoc_str] = ACTIONS(2038), - [aux_sym__prose_punctuation_token1] = ACTIONS(2038), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2038), - [sym__line_ending] = ACTIONS(2040), - [sym__soft_line_ending] = ACTIONS(2040), - [sym__block_quote_start] = ACTIONS(2040), - [sym_atx_h1_marker] = ACTIONS(2040), - [sym_atx_h2_marker] = ACTIONS(2040), - [sym_atx_h3_marker] = ACTIONS(2040), - [sym_atx_h4_marker] = ACTIONS(2040), - [sym_atx_h5_marker] = ACTIONS(2040), - [sym_atx_h6_marker] = ACTIONS(2040), - [sym__thematic_break] = ACTIONS(2040), - [sym__list_marker_minus] = ACTIONS(2040), - [sym__list_marker_plus] = ACTIONS(2040), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2040), - [sym__list_marker_dot] = ACTIONS(2040), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2040), - [sym__list_marker_example] = ACTIONS(2040), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2040), - [sym__fenced_code_block_start_backtick] = ACTIONS(2040), - [sym_minus_metadata] = ACTIONS(2040), - [sym__pipe_table_start] = ACTIONS(2040), - [sym__fenced_div_start] = ACTIONS(2040), - [sym_ref_id_specifier] = ACTIONS(2040), - [sym__code_span_start] = ACTIONS(2040), - [sym__html_comment] = ACTIONS(2040), - [sym__autolink] = ACTIONS(2040), - [sym__highlight_span_start] = ACTIONS(2040), - [sym__insert_span_start] = ACTIONS(2040), - [sym__delete_span_start] = ACTIONS(2040), - [sym__edit_comment_span_start] = ACTIONS(2040), - [sym__single_quote_span_open] = ACTIONS(2040), - [sym__double_quote_span_open] = ACTIONS(2040), - [sym__shortcode_open_escaped] = ACTIONS(2040), - [sym__shortcode_open] = ACTIONS(2040), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2040), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2040), - [sym__cite_author_in_text] = ACTIONS(2040), - [sym__cite_suppress_author] = ACTIONS(2040), - [sym__strikeout_open] = ACTIONS(2040), - [sym__subscript_open] = ACTIONS(2040), - [sym__superscript_open] = ACTIONS(2040), - [sym__inline_note_start_token] = ACTIONS(2040), - [sym__strong_emphasis_open_star] = ACTIONS(2040), - [sym__strong_emphasis_open_underscore] = ACTIONS(2040), - [sym__emphasis_open_star] = ACTIONS(2040), - [sym__emphasis_open_underscore] = ACTIONS(2040), - [sym_inline_note_reference] = ACTIONS(2040), - [sym_html_element] = ACTIONS(2040), - }, - [STATE(168)] = { - [sym_list_marker_dot] = STATE(3), - [sym__list_item_dot] = STATE(147), - [aux_sym__list_dot_repeat1] = STATE(147), - [ts_builtin_sym_end] = ACTIONS(2032), - [anon_sym_COLON] = ACTIONS(2030), - [sym_entity_reference] = ACTIONS(2030), - [sym_numeric_character_reference] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_BANG_LBRACK] = ACTIONS(2032), - [anon_sym_DOLLAR] = ACTIONS(2030), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2032), - [sym_pandoc_str] = ACTIONS(2030), - [aux_sym__prose_punctuation_token1] = ACTIONS(2030), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2030), - [sym__line_ending] = ACTIONS(2032), - [sym__soft_line_ending] = ACTIONS(2032), - [sym__block_quote_start] = ACTIONS(2032), - [sym_atx_h1_marker] = ACTIONS(2032), - [sym_atx_h2_marker] = ACTIONS(2032), - [sym_atx_h3_marker] = ACTIONS(2032), - [sym_atx_h4_marker] = ACTIONS(2032), - [sym_atx_h5_marker] = ACTIONS(2032), - [sym_atx_h6_marker] = ACTIONS(2032), - [sym__thematic_break] = ACTIONS(2032), - [sym__list_marker_minus] = ACTIONS(2032), - [sym__list_marker_plus] = ACTIONS(2032), - [sym__list_marker_star] = ACTIONS(2032), - [sym__list_marker_parenthesis] = ACTIONS(2032), - [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2032), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2032), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2032), - [sym__fenced_code_block_start_backtick] = ACTIONS(2032), - [sym_minus_metadata] = ACTIONS(2032), - [sym__pipe_table_start] = ACTIONS(2032), - [sym__fenced_div_start] = ACTIONS(2032), - [sym_ref_id_specifier] = ACTIONS(2032), - [sym__code_span_start] = ACTIONS(2032), - [sym__html_comment] = ACTIONS(2032), - [sym__autolink] = ACTIONS(2032), - [sym__highlight_span_start] = ACTIONS(2032), - [sym__insert_span_start] = ACTIONS(2032), - [sym__delete_span_start] = ACTIONS(2032), - [sym__edit_comment_span_start] = ACTIONS(2032), - [sym__single_quote_span_open] = ACTIONS(2032), - [sym__double_quote_span_open] = ACTIONS(2032), - [sym__shortcode_open_escaped] = ACTIONS(2032), - [sym__shortcode_open] = ACTIONS(2032), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2032), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2032), - [sym__cite_author_in_text] = ACTIONS(2032), - [sym__cite_suppress_author] = ACTIONS(2032), - [sym__strikeout_open] = ACTIONS(2032), - [sym__subscript_open] = ACTIONS(2032), - [sym__superscript_open] = ACTIONS(2032), - [sym__inline_note_start_token] = ACTIONS(2032), - [sym__strong_emphasis_open_star] = ACTIONS(2032), - [sym__strong_emphasis_open_underscore] = ACTIONS(2032), - [sym__emphasis_open_star] = ACTIONS(2032), - [sym__emphasis_open_underscore] = ACTIONS(2032), - [sym_inline_note_reference] = ACTIONS(2032), - [sym_html_element] = ACTIONS(2032), - }, - [STATE(169)] = { - [sym_list_marker_parenthesis] = STATE(4), - [sym__list_item_parenthesis] = STATE(148), - [aux_sym__list_parenthesis_repeat1] = STATE(148), - [ts_builtin_sym_end] = ACTIONS(2055), - [anon_sym_COLON] = ACTIONS(2053), - [sym_entity_reference] = ACTIONS(2053), - [sym_numeric_character_reference] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_BANG_LBRACK] = ACTIONS(2055), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [sym_pandoc_str] = ACTIONS(2053), - [aux_sym__prose_punctuation_token1] = ACTIONS(2053), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2053), - [sym__line_ending] = ACTIONS(2055), - [sym__soft_line_ending] = ACTIONS(2055), - [sym__block_quote_start] = ACTIONS(2055), - [sym_atx_h1_marker] = ACTIONS(2055), - [sym_atx_h2_marker] = ACTIONS(2055), - [sym_atx_h3_marker] = ACTIONS(2055), - [sym_atx_h4_marker] = ACTIONS(2055), - [sym_atx_h5_marker] = ACTIONS(2055), - [sym_atx_h6_marker] = ACTIONS(2055), - [sym__thematic_break] = ACTIONS(2055), - [sym__list_marker_minus] = ACTIONS(2055), - [sym__list_marker_plus] = ACTIONS(2055), - [sym__list_marker_star] = ACTIONS(2055), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2055), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2055), - [sym__list_marker_example] = ACTIONS(2055), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2055), - [sym__fenced_code_block_start_backtick] = ACTIONS(2055), - [sym_minus_metadata] = ACTIONS(2055), - [sym__pipe_table_start] = ACTIONS(2055), - [sym__fenced_div_start] = ACTIONS(2055), - [sym_ref_id_specifier] = ACTIONS(2055), - [sym__code_span_start] = ACTIONS(2055), - [sym__html_comment] = ACTIONS(2055), - [sym__autolink] = ACTIONS(2055), - [sym__highlight_span_start] = ACTIONS(2055), - [sym__insert_span_start] = ACTIONS(2055), - [sym__delete_span_start] = ACTIONS(2055), - [sym__edit_comment_span_start] = ACTIONS(2055), - [sym__single_quote_span_open] = ACTIONS(2055), - [sym__double_quote_span_open] = ACTIONS(2055), - [sym__shortcode_open_escaped] = ACTIONS(2055), - [sym__shortcode_open] = ACTIONS(2055), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2055), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2055), - [sym__cite_author_in_text] = ACTIONS(2055), - [sym__cite_suppress_author] = ACTIONS(2055), - [sym__strikeout_open] = ACTIONS(2055), - [sym__subscript_open] = ACTIONS(2055), - [sym__superscript_open] = ACTIONS(2055), - [sym__inline_note_start_token] = ACTIONS(2055), - [sym__strong_emphasis_open_star] = ACTIONS(2055), - [sym__strong_emphasis_open_underscore] = ACTIONS(2055), - [sym__emphasis_open_star] = ACTIONS(2055), - [sym__emphasis_open_underscore] = ACTIONS(2055), - [sym_inline_note_reference] = ACTIONS(2055), - [sym_html_element] = ACTIONS(2055), - }, - [STATE(170)] = { - [sym_list_marker_example] = STATE(5), - [sym__list_item_example] = STATE(149), - [aux_sym__list_example_repeat1] = STATE(149), - [ts_builtin_sym_end] = ACTIONS(2044), - [anon_sym_COLON] = ACTIONS(2042), - [sym_entity_reference] = ACTIONS(2042), - [sym_numeric_character_reference] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_BANG_LBRACK] = ACTIONS(2044), - [anon_sym_DOLLAR] = ACTIONS(2042), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2044), - [sym_pandoc_str] = ACTIONS(2042), - [aux_sym__prose_punctuation_token1] = ACTIONS(2042), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2042), - [sym__line_ending] = ACTIONS(2044), - [sym__soft_line_ending] = ACTIONS(2044), - [sym__block_quote_start] = ACTIONS(2044), - [sym_atx_h1_marker] = ACTIONS(2044), - [sym_atx_h2_marker] = ACTIONS(2044), - [sym_atx_h3_marker] = ACTIONS(2044), - [sym_atx_h4_marker] = ACTIONS(2044), - [sym_atx_h5_marker] = ACTIONS(2044), - [sym_atx_h6_marker] = ACTIONS(2044), - [sym__thematic_break] = ACTIONS(2044), - [sym__list_marker_minus] = ACTIONS(2044), - [sym__list_marker_plus] = ACTIONS(2044), - [sym__list_marker_star] = ACTIONS(2044), - [sym__list_marker_parenthesis] = ACTIONS(2044), - [sym__list_marker_dot] = ACTIONS(2044), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2044), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2044), - [sym_minus_metadata] = ACTIONS(2044), - [sym__pipe_table_start] = ACTIONS(2044), - [sym__fenced_div_start] = ACTIONS(2044), - [sym_ref_id_specifier] = ACTIONS(2044), - [sym__code_span_start] = ACTIONS(2044), - [sym__html_comment] = ACTIONS(2044), - [sym__autolink] = ACTIONS(2044), - [sym__highlight_span_start] = ACTIONS(2044), - [sym__insert_span_start] = ACTIONS(2044), - [sym__delete_span_start] = ACTIONS(2044), - [sym__edit_comment_span_start] = ACTIONS(2044), - [sym__single_quote_span_open] = ACTIONS(2044), - [sym__double_quote_span_open] = ACTIONS(2044), - [sym__shortcode_open_escaped] = ACTIONS(2044), - [sym__shortcode_open] = ACTIONS(2044), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2044), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2044), - [sym__cite_author_in_text] = ACTIONS(2044), - [sym__cite_suppress_author] = ACTIONS(2044), - [sym__strikeout_open] = ACTIONS(2044), - [sym__subscript_open] = ACTIONS(2044), - [sym__superscript_open] = ACTIONS(2044), - [sym__inline_note_start_token] = ACTIONS(2044), - [sym__strong_emphasis_open_star] = ACTIONS(2044), - [sym__strong_emphasis_open_underscore] = ACTIONS(2044), - [sym__emphasis_open_star] = ACTIONS(2044), - [sym__emphasis_open_underscore] = ACTIONS(2044), - [sym_inline_note_reference] = ACTIONS(2044), - [sym_html_element] = ACTIONS(2044), - }, - [STATE(171)] = { - [sym_list_marker_plus] = STATE(12), - [sym__list_item_plus] = STATE(171), - [aux_sym__list_plus_repeat1] = STATE(171), - [ts_builtin_sym_end] = ACTIONS(2025), - [anon_sym_COLON] = ACTIONS(2023), - [sym_entity_reference] = ACTIONS(2023), - [sym_numeric_character_reference] = ACTIONS(2025), - [anon_sym_LBRACK] = ACTIONS(2025), - [anon_sym_BANG_LBRACK] = ACTIONS(2025), - [anon_sym_DOLLAR] = ACTIONS(2023), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2025), - [anon_sym_LBRACE] = ACTIONS(2025), - [sym_pandoc_str] = ACTIONS(2023), - [aux_sym__prose_punctuation_token1] = ACTIONS(2023), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2023), - [sym__line_ending] = ACTIONS(2025), - [sym__soft_line_ending] = ACTIONS(2025), - [sym__block_quote_start] = ACTIONS(2025), - [sym_atx_h1_marker] = ACTIONS(2025), - [sym_atx_h2_marker] = ACTIONS(2025), - [sym_atx_h3_marker] = ACTIONS(2025), - [sym_atx_h4_marker] = ACTIONS(2025), - [sym_atx_h5_marker] = ACTIONS(2025), - [sym_atx_h6_marker] = ACTIONS(2025), - [sym__thematic_break] = ACTIONS(2025), - [sym__list_marker_minus] = ACTIONS(2025), - [sym__list_marker_plus] = ACTIONS(2027), - [sym__list_marker_star] = ACTIONS(2025), - [sym__list_marker_parenthesis] = ACTIONS(2025), - [sym__list_marker_dot] = ACTIONS(2025), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2027), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2025), - [sym__list_marker_example] = ACTIONS(2025), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2025), - [sym__fenced_code_block_start_backtick] = ACTIONS(2025), - [sym_minus_metadata] = ACTIONS(2025), - [sym__pipe_table_start] = ACTIONS(2025), - [sym__fenced_div_start] = ACTIONS(2025), - [sym_ref_id_specifier] = ACTIONS(2025), - [sym__code_span_start] = ACTIONS(2025), - [sym__html_comment] = ACTIONS(2025), - [sym__autolink] = ACTIONS(2025), - [sym__highlight_span_start] = ACTIONS(2025), - [sym__insert_span_start] = ACTIONS(2025), - [sym__delete_span_start] = ACTIONS(2025), - [sym__edit_comment_span_start] = ACTIONS(2025), - [sym__single_quote_span_open] = ACTIONS(2025), - [sym__double_quote_span_open] = ACTIONS(2025), - [sym__shortcode_open_escaped] = ACTIONS(2025), - [sym__shortcode_open] = ACTIONS(2025), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2025), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2025), - [sym__cite_author_in_text] = ACTIONS(2025), - [sym__cite_suppress_author] = ACTIONS(2025), - [sym__strikeout_open] = ACTIONS(2025), - [sym__subscript_open] = ACTIONS(2025), - [sym__superscript_open] = ACTIONS(2025), - [sym__inline_note_start_token] = ACTIONS(2025), - [sym__strong_emphasis_open_star] = ACTIONS(2025), - [sym__strong_emphasis_open_underscore] = ACTIONS(2025), - [sym__emphasis_open_star] = ACTIONS(2025), - [sym__emphasis_open_underscore] = ACTIONS(2025), - [sym_inline_note_reference] = ACTIONS(2025), - [sym_html_element] = ACTIONS(2025), - }, - [STATE(172)] = { - [sym_list_marker_minus] = STATE(6), - [sym__list_item_minus] = STATE(172), - [aux_sym__list_minus_repeat1] = STATE(172), - [ts_builtin_sym_end] = ACTIONS(2048), - [anon_sym_COLON] = ACTIONS(2046), - [sym_entity_reference] = ACTIONS(2046), - [sym_numeric_character_reference] = ACTIONS(2048), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_BANG_LBRACK] = ACTIONS(2048), - [anon_sym_DOLLAR] = ACTIONS(2046), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2048), - [sym_pandoc_str] = ACTIONS(2046), - [aux_sym__prose_punctuation_token1] = ACTIONS(2046), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2046), - [sym__line_ending] = ACTIONS(2048), - [sym__soft_line_ending] = ACTIONS(2048), - [sym__block_quote_start] = ACTIONS(2048), - [sym_atx_h1_marker] = ACTIONS(2048), - [sym_atx_h2_marker] = ACTIONS(2048), - [sym_atx_h3_marker] = ACTIONS(2048), - [sym_atx_h4_marker] = ACTIONS(2048), - [sym_atx_h5_marker] = ACTIONS(2048), - [sym_atx_h6_marker] = ACTIONS(2048), - [sym__thematic_break] = ACTIONS(2048), - [sym__list_marker_minus] = ACTIONS(2050), - [sym__list_marker_plus] = ACTIONS(2048), - [sym__list_marker_star] = ACTIONS(2048), - [sym__list_marker_parenthesis] = ACTIONS(2048), - [sym__list_marker_dot] = ACTIONS(2048), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2050), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2048), - [sym__list_marker_example] = ACTIONS(2048), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2048), - [sym__fenced_code_block_start_backtick] = ACTIONS(2048), - [sym_minus_metadata] = ACTIONS(2048), - [sym__pipe_table_start] = ACTIONS(2048), - [sym__fenced_div_start] = ACTIONS(2048), - [sym_ref_id_specifier] = ACTIONS(2048), - [sym__code_span_start] = ACTIONS(2048), - [sym__html_comment] = ACTIONS(2048), - [sym__autolink] = ACTIONS(2048), - [sym__highlight_span_start] = ACTIONS(2048), - [sym__insert_span_start] = ACTIONS(2048), - [sym__delete_span_start] = ACTIONS(2048), - [sym__edit_comment_span_start] = ACTIONS(2048), - [sym__single_quote_span_open] = ACTIONS(2048), - [sym__double_quote_span_open] = ACTIONS(2048), - [sym__shortcode_open_escaped] = ACTIONS(2048), - [sym__shortcode_open] = ACTIONS(2048), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2048), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2048), - [sym__cite_author_in_text] = ACTIONS(2048), - [sym__cite_suppress_author] = ACTIONS(2048), - [sym__strikeout_open] = ACTIONS(2048), - [sym__subscript_open] = ACTIONS(2048), - [sym__superscript_open] = ACTIONS(2048), - [sym__inline_note_start_token] = ACTIONS(2048), - [sym__strong_emphasis_open_star] = ACTIONS(2048), - [sym__strong_emphasis_open_underscore] = ACTIONS(2048), - [sym__emphasis_open_star] = ACTIONS(2048), - [sym__emphasis_open_underscore] = ACTIONS(2048), - [sym_inline_note_reference] = ACTIONS(2048), - [sym_html_element] = ACTIONS(2048), - }, - [STATE(173)] = { - [sym_list_marker_star] = STATE(15), - [sym__list_item_star] = STATE(173), - [aux_sym__list_star_repeat1] = STATE(173), - [ts_builtin_sym_end] = ACTIONS(1993), - [anon_sym_COLON] = ACTIONS(1991), - [sym_entity_reference] = ACTIONS(1991), - [sym_numeric_character_reference] = ACTIONS(1993), - [anon_sym_LBRACK] = ACTIONS(1993), - [anon_sym_BANG_LBRACK] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1991), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1993), - [anon_sym_LBRACE] = ACTIONS(1993), - [sym_pandoc_str] = ACTIONS(1991), - [aux_sym__prose_punctuation_token1] = ACTIONS(1991), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), - [sym__line_ending] = ACTIONS(1993), - [sym__soft_line_ending] = ACTIONS(1993), - [sym__block_quote_start] = ACTIONS(1993), - [sym_atx_h1_marker] = ACTIONS(1993), - [sym_atx_h2_marker] = ACTIONS(1993), - [sym_atx_h3_marker] = ACTIONS(1993), - [sym_atx_h4_marker] = ACTIONS(1993), - [sym_atx_h5_marker] = ACTIONS(1993), - [sym_atx_h6_marker] = ACTIONS(1993), - [sym__thematic_break] = ACTIONS(1993), - [sym__list_marker_minus] = ACTIONS(1993), - [sym__list_marker_plus] = ACTIONS(1993), - [sym__list_marker_star] = ACTIONS(1995), - [sym__list_marker_parenthesis] = ACTIONS(1993), - [sym__list_marker_dot] = ACTIONS(1993), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1995), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1993), - [sym__list_marker_example] = ACTIONS(1993), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1993), - [sym__fenced_code_block_start_backtick] = ACTIONS(1993), - [sym_minus_metadata] = ACTIONS(1993), - [sym__pipe_table_start] = ACTIONS(1993), - [sym__fenced_div_start] = ACTIONS(1993), - [sym_ref_id_specifier] = ACTIONS(1993), - [sym__code_span_start] = ACTIONS(1993), - [sym__html_comment] = ACTIONS(1993), - [sym__autolink] = ACTIONS(1993), - [sym__highlight_span_start] = ACTIONS(1993), - [sym__insert_span_start] = ACTIONS(1993), - [sym__delete_span_start] = ACTIONS(1993), - [sym__edit_comment_span_start] = ACTIONS(1993), - [sym__single_quote_span_open] = ACTIONS(1993), - [sym__double_quote_span_open] = ACTIONS(1993), - [sym__shortcode_open_escaped] = ACTIONS(1993), - [sym__shortcode_open] = ACTIONS(1993), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1993), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1993), - [sym__cite_author_in_text] = ACTIONS(1993), - [sym__cite_suppress_author] = ACTIONS(1993), - [sym__strikeout_open] = ACTIONS(1993), - [sym__subscript_open] = ACTIONS(1993), - [sym__superscript_open] = ACTIONS(1993), - [sym__inline_note_start_token] = ACTIONS(1993), - [sym__strong_emphasis_open_star] = ACTIONS(1993), - [sym__strong_emphasis_open_underscore] = ACTIONS(1993), - [sym__emphasis_open_star] = ACTIONS(1993), - [sym__emphasis_open_underscore] = ACTIONS(1993), - [sym_inline_note_reference] = ACTIONS(1993), - [sym_html_element] = ACTIONS(1993), - }, - [STATE(174)] = { - [sym_list_marker_plus] = STATE(7), - [sym__list_item_plus] = STATE(150), - [aux_sym__list_plus_repeat1] = STATE(150), - [anon_sym_COLON] = ACTIONS(2005), - [sym_entity_reference] = ACTIONS(2005), - [sym_numeric_character_reference] = ACTIONS(2007), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_BANG_LBRACK] = ACTIONS(2007), - [anon_sym_DOLLAR] = ACTIONS(2005), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2007), - [anon_sym_LBRACE] = ACTIONS(2007), - [sym_pandoc_str] = ACTIONS(2005), - [aux_sym__prose_punctuation_token1] = ACTIONS(2005), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2005), - [sym__line_ending] = ACTIONS(2007), - [sym__soft_line_ending] = ACTIONS(2007), - [sym__block_close] = ACTIONS(2007), - [sym__block_quote_start] = ACTIONS(2007), - [sym_atx_h1_marker] = ACTIONS(2007), - [sym_atx_h2_marker] = ACTIONS(2007), - [sym_atx_h3_marker] = ACTIONS(2007), - [sym_atx_h4_marker] = ACTIONS(2007), - [sym_atx_h5_marker] = ACTIONS(2007), - [sym_atx_h6_marker] = ACTIONS(2007), - [sym__thematic_break] = ACTIONS(2007), - [sym__list_marker_minus] = ACTIONS(2007), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(2007), - [sym__list_marker_parenthesis] = ACTIONS(2007), - [sym__list_marker_dot] = ACTIONS(2007), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2007), - [sym__list_marker_example] = ACTIONS(2007), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2007), - [sym__fenced_code_block_start_backtick] = ACTIONS(2007), - [sym_minus_metadata] = ACTIONS(2007), - [sym__pipe_table_start] = ACTIONS(2007), - [sym__fenced_div_start] = ACTIONS(2007), - [sym_ref_id_specifier] = ACTIONS(2007), - [sym__code_span_start] = ACTIONS(2007), - [sym__html_comment] = ACTIONS(2007), - [sym__autolink] = ACTIONS(2007), - [sym__highlight_span_start] = ACTIONS(2007), - [sym__insert_span_start] = ACTIONS(2007), - [sym__delete_span_start] = ACTIONS(2007), - [sym__edit_comment_span_start] = ACTIONS(2007), - [sym__single_quote_span_open] = ACTIONS(2007), - [sym__double_quote_span_open] = ACTIONS(2007), - [sym__shortcode_open_escaped] = ACTIONS(2007), - [sym__shortcode_open] = ACTIONS(2007), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2007), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2007), - [sym__cite_author_in_text] = ACTIONS(2007), - [sym__cite_suppress_author] = ACTIONS(2007), - [sym__strikeout_open] = ACTIONS(2007), - [sym__subscript_open] = ACTIONS(2007), - [sym__superscript_open] = ACTIONS(2007), - [sym__inline_note_start_token] = ACTIONS(2007), - [sym__strong_emphasis_open_star] = ACTIONS(2007), - [sym__strong_emphasis_open_underscore] = ACTIONS(2007), - [sym__emphasis_open_star] = ACTIONS(2007), - [sym__emphasis_open_underscore] = ACTIONS(2007), - [sym_inline_note_reference] = ACTIONS(2007), - [sym_html_element] = ACTIONS(2007), - }, - [STATE(175)] = { - [sym_pipe_table_cell] = STATE(2242), - [sym_pandoc_span] = STATE(301), - [sym_pandoc_image] = STATE(301), - [sym_pandoc_math] = STATE(301), - [sym_pandoc_display_math] = STATE(301), - [sym_pandoc_code_span] = STATE(301), - [sym_pandoc_single_quote] = STATE(301), - [sym_pandoc_double_quote] = STATE(301), - [sym_insert] = STATE(301), - [sym_delete] = STATE(301), - [sym_edit_comment] = STATE(301), - [sym_highlight] = STATE(301), - [sym__pandoc_attr_specifier] = STATE(301), - [sym__line_with_maybe_spaces] = STATE(2276), - [sym__inline_element] = STATE(301), - [sym_shortcode_escaped] = STATE(301), - [sym_shortcode] = STATE(301), - [sym_citation] = STATE(301), - [sym_inline_note] = STATE(301), - [sym_pandoc_superscript] = STATE(301), - [sym_pandoc_subscript] = STATE(301), - [sym_pandoc_strikeout] = STATE(301), - [sym_pandoc_emph] = STATE(301), - [sym_pandoc_strong] = STATE(301), - [sym__prose_punctuation] = STATE(301), - [sym_pandoc_line_break] = STATE(301), - [aux_sym_pipe_table_row_repeat1] = STATE(160), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(301), - [sym_entity_reference] = ACTIONS(1929), - [sym_numeric_character_reference] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(1929), - [aux_sym__prose_punctuation_token1] = ACTIONS(1929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2173), - [sym__line_ending] = ACTIONS(2073), - [sym__eof] = ACTIONS(2073), - [sym__pipe_table_line_ending] = ACTIONS(2073), - [sym__code_span_start] = ACTIONS(1949), - [sym__html_comment] = ACTIONS(1931), - [sym__autolink] = ACTIONS(1931), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), - [sym_inline_note_reference] = ACTIONS(1931), - [sym_html_element] = ACTIONS(1931), - }, - [STATE(176)] = { - [sym__inlines] = STATE(3149), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(631), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(631), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2187), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2193), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(177)] = { - [sym__atx_heading_content] = STATE(2411), - [sym__inlines] = STATE(2411), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(488), - [sym_pandoc_line_break] = STATE(455), + [sym__atx_heading_content] = STATE(2479), + [sym__inlines] = STATE(2479), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(462), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -63705,67 +62809,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2241), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2379), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(178)] = { - [sym__atx_heading_content] = STATE(2423), - [sym__inlines] = STATE(2423), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(496), - [sym_pandoc_line_break] = STATE(455), + [STATE(160)] = { + [sym_list_marker_plus] = STATE(12), + [sym__list_item_plus] = STATE(176), + [aux_sym__list_plus_repeat1] = STATE(176), + [ts_builtin_sym_end] = ACTIONS(2053), + [anon_sym_COLON] = ACTIONS(2051), + [sym_entity_reference] = ACTIONS(2051), + [sym_numeric_character_reference] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2053), + [anon_sym_BANG_LBRACK] = ACTIONS(2053), + [anon_sym_DOLLAR] = ACTIONS(2051), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2053), + [anon_sym_LBRACE] = ACTIONS(2053), + [aux_sym_pandoc_str_token1] = ACTIONS(2051), + [anon_sym_PIPE] = ACTIONS(2053), + [aux_sym__prose_punctuation_token1] = ACTIONS(2051), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2051), + [sym__line_ending] = ACTIONS(2053), + [sym__soft_line_ending] = ACTIONS(2053), + [sym__block_quote_start] = ACTIONS(2053), + [sym_atx_h1_marker] = ACTIONS(2053), + [sym_atx_h2_marker] = ACTIONS(2053), + [sym_atx_h3_marker] = ACTIONS(2053), + [sym_atx_h4_marker] = ACTIONS(2053), + [sym_atx_h5_marker] = ACTIONS(2053), + [sym_atx_h6_marker] = ACTIONS(2053), + [sym__thematic_break] = ACTIONS(2053), + [sym__list_marker_minus] = ACTIONS(2053), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(2053), + [sym__list_marker_parenthesis] = ACTIONS(2053), + [sym__list_marker_dot] = ACTIONS(2053), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_example] = ACTIONS(2053), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2053), + [sym__fenced_code_block_start_backtick] = ACTIONS(2053), + [sym_minus_metadata] = ACTIONS(2053), + [sym__pipe_table_start] = ACTIONS(2053), + [sym__fenced_div_start] = ACTIONS(2053), + [sym_ref_id_specifier] = ACTIONS(2053), + [sym__code_span_start] = ACTIONS(2053), + [sym__html_comment] = ACTIONS(2053), + [sym__autolink] = ACTIONS(2053), + [sym__highlight_span_start] = ACTIONS(2053), + [sym__insert_span_start] = ACTIONS(2053), + [sym__delete_span_start] = ACTIONS(2053), + [sym__edit_comment_span_start] = ACTIONS(2053), + [sym__single_quote_span_open] = ACTIONS(2053), + [sym__double_quote_span_open] = ACTIONS(2053), + [sym__shortcode_open_escaped] = ACTIONS(2053), + [sym__shortcode_open] = ACTIONS(2053), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2053), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2053), + [sym__cite_author_in_text] = ACTIONS(2053), + [sym__cite_suppress_author] = ACTIONS(2053), + [sym__strikeout_open] = ACTIONS(2053), + [sym__subscript_open] = ACTIONS(2053), + [sym__superscript_open] = ACTIONS(2053), + [sym__inline_note_start_token] = ACTIONS(2053), + [sym__strong_emphasis_open_star] = ACTIONS(2053), + [sym__strong_emphasis_open_underscore] = ACTIONS(2053), + [sym__emphasis_open_star] = ACTIONS(2053), + [sym__emphasis_open_underscore] = ACTIONS(2053), + [sym_inline_note_reference] = ACTIONS(2053), + [sym_html_element] = ACTIONS(2053), + }, + [STATE(161)] = { + [sym__atx_heading_content] = STATE(2401), + [sym__inlines] = STATE(2401), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(479), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -63773,1155 +62949,2589 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2243), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2381), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(179)] = { - [anon_sym_COLON] = ACTIONS(2245), - [sym_entity_reference] = ACTIONS(2245), - [sym_numeric_character_reference] = ACTIONS(2247), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_BANG_LBRACK] = ACTIONS(2247), - [anon_sym_DOLLAR] = ACTIONS(2245), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2247), - [anon_sym_LBRACE] = ACTIONS(2247), - [sym_pandoc_str] = ACTIONS(2245), - [aux_sym__prose_punctuation_token1] = ACTIONS(2245), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2245), - [sym__line_ending] = ACTIONS(2247), - [sym__soft_line_ending] = ACTIONS(2247), - [sym__block_close] = ACTIONS(2247), - [sym_block_continuation] = ACTIONS(2249), - [sym__block_quote_start] = ACTIONS(2247), - [sym_atx_h1_marker] = ACTIONS(2247), - [sym_atx_h2_marker] = ACTIONS(2247), - [sym_atx_h3_marker] = ACTIONS(2247), - [sym_atx_h4_marker] = ACTIONS(2247), - [sym_atx_h5_marker] = ACTIONS(2247), - [sym_atx_h6_marker] = ACTIONS(2247), - [sym__thematic_break] = ACTIONS(2247), - [sym__list_marker_minus] = ACTIONS(2247), - [sym__list_marker_plus] = ACTIONS(2247), - [sym__list_marker_star] = ACTIONS(2247), - [sym__list_marker_parenthesis] = ACTIONS(2247), - [sym__list_marker_dot] = ACTIONS(2247), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_example] = ACTIONS(2247), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2247), - [sym__fenced_code_block_start_backtick] = ACTIONS(2247), - [sym_minus_metadata] = ACTIONS(2247), - [sym__pipe_table_start] = ACTIONS(2247), - [sym__fenced_div_start] = ACTIONS(2247), - [sym__fenced_div_end] = ACTIONS(2247), - [sym_ref_id_specifier] = ACTIONS(2247), - [sym__code_span_start] = ACTIONS(2247), - [sym__html_comment] = ACTIONS(2247), - [sym__autolink] = ACTIONS(2247), - [sym__highlight_span_start] = ACTIONS(2247), - [sym__insert_span_start] = ACTIONS(2247), - [sym__delete_span_start] = ACTIONS(2247), - [sym__edit_comment_span_start] = ACTIONS(2247), - [sym__single_quote_span_open] = ACTIONS(2247), - [sym__double_quote_span_open] = ACTIONS(2247), - [sym__shortcode_open_escaped] = ACTIONS(2247), - [sym__shortcode_open] = ACTIONS(2247), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2247), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2247), - [sym__cite_author_in_text] = ACTIONS(2247), - [sym__cite_suppress_author] = ACTIONS(2247), - [sym__strikeout_open] = ACTIONS(2247), - [sym__subscript_open] = ACTIONS(2247), - [sym__superscript_open] = ACTIONS(2247), - [sym__inline_note_start_token] = ACTIONS(2247), - [sym__strong_emphasis_open_star] = ACTIONS(2247), - [sym__strong_emphasis_open_underscore] = ACTIONS(2247), - [sym__emphasis_open_star] = ACTIONS(2247), - [sym__emphasis_open_underscore] = ACTIONS(2247), - [sym_inline_note_reference] = ACTIONS(2247), - [sym_html_element] = ACTIONS(2247), - }, - [STATE(180)] = { - [anon_sym_COLON] = ACTIONS(2251), - [sym_entity_reference] = ACTIONS(2251), - [sym_numeric_character_reference] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_BANG_LBRACK] = ACTIONS(2253), - [anon_sym_DOLLAR] = ACTIONS(2251), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2253), - [anon_sym_LBRACE] = ACTIONS(2253), - [sym_pandoc_str] = ACTIONS(2251), - [aux_sym__prose_punctuation_token1] = ACTIONS(2251), + [STATE(162)] = { + [sym__atx_heading_content] = STATE(2403), + [sym__inlines] = STATE(2403), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(480), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2383), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(163)] = { + [sym__atx_heading_content] = STATE(2404), + [sym__inlines] = STATE(2404), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(481), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2385), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(164)] = { + [sym__atx_heading_content] = STATE(2407), + [sym__inlines] = STATE(2407), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(482), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2387), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(165)] = { + [sym__atx_heading_content] = STATE(2413), + [sym__inlines] = STATE(2413), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(483), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2389), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(166)] = { + [sym__inlines] = STATE(3475), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(625), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(625), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2391), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2393), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(167)] = { + [sym__inlines] = STATE(3485), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(636), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(636), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2395), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2397), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(168)] = { + [sym__inlines] = STATE(3489), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(680), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(680), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2399), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2401), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(169)] = { + [sym__inlines] = STATE(3238), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(683), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(683), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2403), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2405), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(170)] = { + [sym__atx_heading_content] = STATE(2414), + [sym__inlines] = STATE(2414), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(484), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(113), + [sym__eof] = ACTIONS(2407), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), + }, + [STATE(171)] = { + [sym_list_marker_minus] = STATE(6), + [sym__list_item_minus] = STATE(189), + [aux_sym__list_minus_repeat1] = STATE(189), + [ts_builtin_sym_end] = ACTIONS(2057), + [anon_sym_COLON] = ACTIONS(2055), + [sym_entity_reference] = ACTIONS(2055), + [sym_numeric_character_reference] = ACTIONS(2057), + [anon_sym_LBRACK] = ACTIONS(2057), + [anon_sym_BANG_LBRACK] = ACTIONS(2057), + [anon_sym_DOLLAR] = ACTIONS(2055), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2057), + [anon_sym_LBRACE] = ACTIONS(2057), + [aux_sym_pandoc_str_token1] = ACTIONS(2055), + [anon_sym_PIPE] = ACTIONS(2057), + [aux_sym__prose_punctuation_token1] = ACTIONS(2055), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2055), + [sym__line_ending] = ACTIONS(2057), + [sym__soft_line_ending] = ACTIONS(2057), + [sym__block_quote_start] = ACTIONS(2057), + [sym_atx_h1_marker] = ACTIONS(2057), + [sym_atx_h2_marker] = ACTIONS(2057), + [sym_atx_h3_marker] = ACTIONS(2057), + [sym_atx_h4_marker] = ACTIONS(2057), + [sym_atx_h5_marker] = ACTIONS(2057), + [sym_atx_h6_marker] = ACTIONS(2057), + [sym__thematic_break] = ACTIONS(2057), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(2057), + [sym__list_marker_star] = ACTIONS(2057), + [sym__list_marker_parenthesis] = ACTIONS(2057), + [sym__list_marker_dot] = ACTIONS(2057), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_example] = ACTIONS(2057), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2057), + [sym__fenced_code_block_start_backtick] = ACTIONS(2057), + [sym_minus_metadata] = ACTIONS(2057), + [sym__pipe_table_start] = ACTIONS(2057), + [sym__fenced_div_start] = ACTIONS(2057), + [sym_ref_id_specifier] = ACTIONS(2057), + [sym__code_span_start] = ACTIONS(2057), + [sym__html_comment] = ACTIONS(2057), + [sym__autolink] = ACTIONS(2057), + [sym__highlight_span_start] = ACTIONS(2057), + [sym__insert_span_start] = ACTIONS(2057), + [sym__delete_span_start] = ACTIONS(2057), + [sym__edit_comment_span_start] = ACTIONS(2057), + [sym__single_quote_span_open] = ACTIONS(2057), + [sym__double_quote_span_open] = ACTIONS(2057), + [sym__shortcode_open_escaped] = ACTIONS(2057), + [sym__shortcode_open] = ACTIONS(2057), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2057), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2057), + [sym__cite_author_in_text] = ACTIONS(2057), + [sym__cite_suppress_author] = ACTIONS(2057), + [sym__strikeout_open] = ACTIONS(2057), + [sym__subscript_open] = ACTIONS(2057), + [sym__superscript_open] = ACTIONS(2057), + [sym__inline_note_start_token] = ACTIONS(2057), + [sym__strong_emphasis_open_star] = ACTIONS(2057), + [sym__strong_emphasis_open_underscore] = ACTIONS(2057), + [sym__emphasis_open_star] = ACTIONS(2057), + [sym__emphasis_open_underscore] = ACTIONS(2057), + [sym_inline_note_reference] = ACTIONS(2057), + [sym_html_element] = ACTIONS(2057), + }, + [STATE(172)] = { + [sym_list_marker_star] = STATE(15), + [sym__list_item_star] = STATE(190), + [aux_sym__list_star_repeat1] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(2061), + [anon_sym_COLON] = ACTIONS(2059), + [sym_entity_reference] = ACTIONS(2059), + [sym_numeric_character_reference] = ACTIONS(2061), + [anon_sym_LBRACK] = ACTIONS(2061), + [anon_sym_BANG_LBRACK] = ACTIONS(2061), + [anon_sym_DOLLAR] = ACTIONS(2059), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2061), + [aux_sym_pandoc_str_token1] = ACTIONS(2059), + [anon_sym_PIPE] = ACTIONS(2061), + [aux_sym__prose_punctuation_token1] = ACTIONS(2059), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2059), + [sym__line_ending] = ACTIONS(2061), + [sym__soft_line_ending] = ACTIONS(2061), + [sym__block_quote_start] = ACTIONS(2061), + [sym_atx_h1_marker] = ACTIONS(2061), + [sym_atx_h2_marker] = ACTIONS(2061), + [sym_atx_h3_marker] = ACTIONS(2061), + [sym_atx_h4_marker] = ACTIONS(2061), + [sym_atx_h5_marker] = ACTIONS(2061), + [sym_atx_h6_marker] = ACTIONS(2061), + [sym__thematic_break] = ACTIONS(2061), + [sym__list_marker_minus] = ACTIONS(2061), + [sym__list_marker_plus] = ACTIONS(2061), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(2061), + [sym__list_marker_dot] = ACTIONS(2061), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_example] = ACTIONS(2061), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2061), + [sym__fenced_code_block_start_backtick] = ACTIONS(2061), + [sym_minus_metadata] = ACTIONS(2061), + [sym__pipe_table_start] = ACTIONS(2061), + [sym__fenced_div_start] = ACTIONS(2061), + [sym_ref_id_specifier] = ACTIONS(2061), + [sym__code_span_start] = ACTIONS(2061), + [sym__html_comment] = ACTIONS(2061), + [sym__autolink] = ACTIONS(2061), + [sym__highlight_span_start] = ACTIONS(2061), + [sym__insert_span_start] = ACTIONS(2061), + [sym__delete_span_start] = ACTIONS(2061), + [sym__edit_comment_span_start] = ACTIONS(2061), + [sym__single_quote_span_open] = ACTIONS(2061), + [sym__double_quote_span_open] = ACTIONS(2061), + [sym__shortcode_open_escaped] = ACTIONS(2061), + [sym__shortcode_open] = ACTIONS(2061), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2061), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2061), + [sym__cite_author_in_text] = ACTIONS(2061), + [sym__cite_suppress_author] = ACTIONS(2061), + [sym__strikeout_open] = ACTIONS(2061), + [sym__subscript_open] = ACTIONS(2061), + [sym__superscript_open] = ACTIONS(2061), + [sym__inline_note_start_token] = ACTIONS(2061), + [sym__strong_emphasis_open_star] = ACTIONS(2061), + [sym__strong_emphasis_open_underscore] = ACTIONS(2061), + [sym__emphasis_open_star] = ACTIONS(2061), + [sym__emphasis_open_underscore] = ACTIONS(2061), + [sym_inline_note_reference] = ACTIONS(2061), + [sym_html_element] = ACTIONS(2061), + }, + [STATE(173)] = { + [sym_list_marker_dot] = STATE(3), + [sym__list_item_dot] = STATE(191), + [aux_sym__list_dot_repeat1] = STATE(191), + [ts_builtin_sym_end] = ACTIONS(2043), + [anon_sym_COLON] = ACTIONS(2041), + [sym_entity_reference] = ACTIONS(2041), + [sym_numeric_character_reference] = ACTIONS(2043), + [anon_sym_LBRACK] = ACTIONS(2043), + [anon_sym_BANG_LBRACK] = ACTIONS(2043), + [anon_sym_DOLLAR] = ACTIONS(2041), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2043), + [aux_sym_pandoc_str_token1] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2043), + [aux_sym__prose_punctuation_token1] = ACTIONS(2041), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2041), + [sym__line_ending] = ACTIONS(2043), + [sym__soft_line_ending] = ACTIONS(2043), + [sym__block_quote_start] = ACTIONS(2043), + [sym_atx_h1_marker] = ACTIONS(2043), + [sym_atx_h2_marker] = ACTIONS(2043), + [sym_atx_h3_marker] = ACTIONS(2043), + [sym_atx_h4_marker] = ACTIONS(2043), + [sym_atx_h5_marker] = ACTIONS(2043), + [sym_atx_h6_marker] = ACTIONS(2043), + [sym__thematic_break] = ACTIONS(2043), + [sym__list_marker_minus] = ACTIONS(2043), + [sym__list_marker_plus] = ACTIONS(2043), + [sym__list_marker_star] = ACTIONS(2043), + [sym__list_marker_parenthesis] = ACTIONS(2043), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(2043), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2043), + [sym__fenced_code_block_start_backtick] = ACTIONS(2043), + [sym_minus_metadata] = ACTIONS(2043), + [sym__pipe_table_start] = ACTIONS(2043), + [sym__fenced_div_start] = ACTIONS(2043), + [sym_ref_id_specifier] = ACTIONS(2043), + [sym__code_span_start] = ACTIONS(2043), + [sym__html_comment] = ACTIONS(2043), + [sym__autolink] = ACTIONS(2043), + [sym__highlight_span_start] = ACTIONS(2043), + [sym__insert_span_start] = ACTIONS(2043), + [sym__delete_span_start] = ACTIONS(2043), + [sym__edit_comment_span_start] = ACTIONS(2043), + [sym__single_quote_span_open] = ACTIONS(2043), + [sym__double_quote_span_open] = ACTIONS(2043), + [sym__shortcode_open_escaped] = ACTIONS(2043), + [sym__shortcode_open] = ACTIONS(2043), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2043), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2043), + [sym__cite_author_in_text] = ACTIONS(2043), + [sym__cite_suppress_author] = ACTIONS(2043), + [sym__strikeout_open] = ACTIONS(2043), + [sym__subscript_open] = ACTIONS(2043), + [sym__superscript_open] = ACTIONS(2043), + [sym__inline_note_start_token] = ACTIONS(2043), + [sym__strong_emphasis_open_star] = ACTIONS(2043), + [sym__strong_emphasis_open_underscore] = ACTIONS(2043), + [sym__emphasis_open_star] = ACTIONS(2043), + [sym__emphasis_open_underscore] = ACTIONS(2043), + [sym_inline_note_reference] = ACTIONS(2043), + [sym_html_element] = ACTIONS(2043), + }, + [STATE(174)] = { + [sym_list_marker_parenthesis] = STATE(4), + [sym__list_item_parenthesis] = STATE(192), + [aux_sym__list_parenthesis_repeat1] = STATE(192), + [ts_builtin_sym_end] = ACTIONS(2065), + [anon_sym_COLON] = ACTIONS(2063), + [sym_entity_reference] = ACTIONS(2063), + [sym_numeric_character_reference] = ACTIONS(2065), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_BANG_LBRACK] = ACTIONS(2065), + [anon_sym_DOLLAR] = ACTIONS(2063), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2065), + [anon_sym_LBRACE] = ACTIONS(2065), + [aux_sym_pandoc_str_token1] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2065), + [aux_sym__prose_punctuation_token1] = ACTIONS(2063), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2063), + [sym__line_ending] = ACTIONS(2065), + [sym__soft_line_ending] = ACTIONS(2065), + [sym__block_quote_start] = ACTIONS(2065), + [sym_atx_h1_marker] = ACTIONS(2065), + [sym_atx_h2_marker] = ACTIONS(2065), + [sym_atx_h3_marker] = ACTIONS(2065), + [sym_atx_h4_marker] = ACTIONS(2065), + [sym_atx_h5_marker] = ACTIONS(2065), + [sym_atx_h6_marker] = ACTIONS(2065), + [sym__thematic_break] = ACTIONS(2065), + [sym__list_marker_minus] = ACTIONS(2065), + [sym__list_marker_plus] = ACTIONS(2065), + [sym__list_marker_star] = ACTIONS(2065), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(2065), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_example] = ACTIONS(2065), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2065), + [sym__fenced_code_block_start_backtick] = ACTIONS(2065), + [sym_minus_metadata] = ACTIONS(2065), + [sym__pipe_table_start] = ACTIONS(2065), + [sym__fenced_div_start] = ACTIONS(2065), + [sym_ref_id_specifier] = ACTIONS(2065), + [sym__code_span_start] = ACTIONS(2065), + [sym__html_comment] = ACTIONS(2065), + [sym__autolink] = ACTIONS(2065), + [sym__highlight_span_start] = ACTIONS(2065), + [sym__insert_span_start] = ACTIONS(2065), + [sym__delete_span_start] = ACTIONS(2065), + [sym__edit_comment_span_start] = ACTIONS(2065), + [sym__single_quote_span_open] = ACTIONS(2065), + [sym__double_quote_span_open] = ACTIONS(2065), + [sym__shortcode_open_escaped] = ACTIONS(2065), + [sym__shortcode_open] = ACTIONS(2065), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2065), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2065), + [sym__cite_author_in_text] = ACTIONS(2065), + [sym__cite_suppress_author] = ACTIONS(2065), + [sym__strikeout_open] = ACTIONS(2065), + [sym__subscript_open] = ACTIONS(2065), + [sym__superscript_open] = ACTIONS(2065), + [sym__inline_note_start_token] = ACTIONS(2065), + [sym__strong_emphasis_open_star] = ACTIONS(2065), + [sym__strong_emphasis_open_underscore] = ACTIONS(2065), + [sym__emphasis_open_star] = ACTIONS(2065), + [sym__emphasis_open_underscore] = ACTIONS(2065), + [sym_inline_note_reference] = ACTIONS(2065), + [sym_html_element] = ACTIONS(2065), + }, + [STATE(175)] = { + [sym_list_marker_example] = STATE(5), + [sym__list_item_example] = STATE(245), + [aux_sym__list_example_repeat1] = STATE(245), + [ts_builtin_sym_end] = ACTIONS(2069), + [anon_sym_COLON] = ACTIONS(2067), + [sym_entity_reference] = ACTIONS(2067), + [sym_numeric_character_reference] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(2069), + [anon_sym_BANG_LBRACK] = ACTIONS(2069), + [anon_sym_DOLLAR] = ACTIONS(2067), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2069), + [anon_sym_LBRACE] = ACTIONS(2069), + [aux_sym_pandoc_str_token1] = ACTIONS(2067), + [anon_sym_PIPE] = ACTIONS(2069), + [aux_sym__prose_punctuation_token1] = ACTIONS(2067), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2067), + [sym__line_ending] = ACTIONS(2069), + [sym__soft_line_ending] = ACTIONS(2069), + [sym__block_quote_start] = ACTIONS(2069), + [sym_atx_h1_marker] = ACTIONS(2069), + [sym_atx_h2_marker] = ACTIONS(2069), + [sym_atx_h3_marker] = ACTIONS(2069), + [sym_atx_h4_marker] = ACTIONS(2069), + [sym_atx_h5_marker] = ACTIONS(2069), + [sym_atx_h6_marker] = ACTIONS(2069), + [sym__thematic_break] = ACTIONS(2069), + [sym__list_marker_minus] = ACTIONS(2069), + [sym__list_marker_plus] = ACTIONS(2069), + [sym__list_marker_star] = ACTIONS(2069), + [sym__list_marker_parenthesis] = ACTIONS(2069), + [sym__list_marker_dot] = ACTIONS(2069), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(2069), + [sym_minus_metadata] = ACTIONS(2069), + [sym__pipe_table_start] = ACTIONS(2069), + [sym__fenced_div_start] = ACTIONS(2069), + [sym_ref_id_specifier] = ACTIONS(2069), + [sym__code_span_start] = ACTIONS(2069), + [sym__html_comment] = ACTIONS(2069), + [sym__autolink] = ACTIONS(2069), + [sym__highlight_span_start] = ACTIONS(2069), + [sym__insert_span_start] = ACTIONS(2069), + [sym__delete_span_start] = ACTIONS(2069), + [sym__edit_comment_span_start] = ACTIONS(2069), + [sym__single_quote_span_open] = ACTIONS(2069), + [sym__double_quote_span_open] = ACTIONS(2069), + [sym__shortcode_open_escaped] = ACTIONS(2069), + [sym__shortcode_open] = ACTIONS(2069), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2069), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2069), + [sym__cite_author_in_text] = ACTIONS(2069), + [sym__cite_suppress_author] = ACTIONS(2069), + [sym__strikeout_open] = ACTIONS(2069), + [sym__subscript_open] = ACTIONS(2069), + [sym__superscript_open] = ACTIONS(2069), + [sym__inline_note_start_token] = ACTIONS(2069), + [sym__strong_emphasis_open_star] = ACTIONS(2069), + [sym__strong_emphasis_open_underscore] = ACTIONS(2069), + [sym__emphasis_open_star] = ACTIONS(2069), + [sym__emphasis_open_underscore] = ACTIONS(2069), + [sym_inline_note_reference] = ACTIONS(2069), + [sym_html_element] = ACTIONS(2069), + }, + [STATE(176)] = { + [sym_list_marker_plus] = STATE(12), + [sym__list_item_plus] = STATE(176), + [aux_sym__list_plus_repeat1] = STATE(176), + [ts_builtin_sym_end] = ACTIONS(2073), + [anon_sym_COLON] = ACTIONS(2071), + [sym_entity_reference] = ACTIONS(2071), + [sym_numeric_character_reference] = ACTIONS(2073), + [anon_sym_LBRACK] = ACTIONS(2073), + [anon_sym_BANG_LBRACK] = ACTIONS(2073), + [anon_sym_DOLLAR] = ACTIONS(2071), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2073), + [anon_sym_LBRACE] = ACTIONS(2073), + [aux_sym_pandoc_str_token1] = ACTIONS(2071), + [anon_sym_PIPE] = ACTIONS(2073), + [aux_sym__prose_punctuation_token1] = ACTIONS(2071), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2071), + [sym__line_ending] = ACTIONS(2073), + [sym__soft_line_ending] = ACTIONS(2073), + [sym__block_quote_start] = ACTIONS(2073), + [sym_atx_h1_marker] = ACTIONS(2073), + [sym_atx_h2_marker] = ACTIONS(2073), + [sym_atx_h3_marker] = ACTIONS(2073), + [sym_atx_h4_marker] = ACTIONS(2073), + [sym_atx_h5_marker] = ACTIONS(2073), + [sym_atx_h6_marker] = ACTIONS(2073), + [sym__thematic_break] = ACTIONS(2073), + [sym__list_marker_minus] = ACTIONS(2073), + [sym__list_marker_plus] = ACTIONS(2075), + [sym__list_marker_star] = ACTIONS(2073), + [sym__list_marker_parenthesis] = ACTIONS(2073), + [sym__list_marker_dot] = ACTIONS(2073), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2075), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_example] = ACTIONS(2073), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2073), + [sym__fenced_code_block_start_backtick] = ACTIONS(2073), + [sym_minus_metadata] = ACTIONS(2073), + [sym__pipe_table_start] = ACTIONS(2073), + [sym__fenced_div_start] = ACTIONS(2073), + [sym_ref_id_specifier] = ACTIONS(2073), + [sym__code_span_start] = ACTIONS(2073), + [sym__html_comment] = ACTIONS(2073), + [sym__autolink] = ACTIONS(2073), + [sym__highlight_span_start] = ACTIONS(2073), + [sym__insert_span_start] = ACTIONS(2073), + [sym__delete_span_start] = ACTIONS(2073), + [sym__edit_comment_span_start] = ACTIONS(2073), + [sym__single_quote_span_open] = ACTIONS(2073), + [sym__double_quote_span_open] = ACTIONS(2073), + [sym__shortcode_open_escaped] = ACTIONS(2073), + [sym__shortcode_open] = ACTIONS(2073), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2073), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2073), + [sym__cite_author_in_text] = ACTIONS(2073), + [sym__cite_suppress_author] = ACTIONS(2073), + [sym__strikeout_open] = ACTIONS(2073), + [sym__subscript_open] = ACTIONS(2073), + [sym__superscript_open] = ACTIONS(2073), + [sym__inline_note_start_token] = ACTIONS(2073), + [sym__strong_emphasis_open_star] = ACTIONS(2073), + [sym__strong_emphasis_open_underscore] = ACTIONS(2073), + [sym__emphasis_open_star] = ACTIONS(2073), + [sym__emphasis_open_underscore] = ACTIONS(2073), + [sym_inline_note_reference] = ACTIONS(2073), + [sym_html_element] = ACTIONS(2073), + }, + [STATE(177)] = { + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(248), + [aux_sym__list_plus_repeat1] = STATE(248), + [anon_sym_COLON] = ACTIONS(2051), + [sym_entity_reference] = ACTIONS(2051), + [sym_numeric_character_reference] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2053), + [anon_sym_BANG_LBRACK] = ACTIONS(2053), + [anon_sym_DOLLAR] = ACTIONS(2051), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2053), + [anon_sym_LBRACE] = ACTIONS(2053), + [aux_sym_pandoc_str_token1] = ACTIONS(2051), + [anon_sym_PIPE] = ACTIONS(2053), + [aux_sym__prose_punctuation_token1] = ACTIONS(2051), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2051), + [sym__line_ending] = ACTIONS(2053), + [sym__soft_line_ending] = ACTIONS(2053), + [sym__block_close] = ACTIONS(2053), + [sym__block_quote_start] = ACTIONS(2053), + [sym_atx_h1_marker] = ACTIONS(2053), + [sym_atx_h2_marker] = ACTIONS(2053), + [sym_atx_h3_marker] = ACTIONS(2053), + [sym_atx_h4_marker] = ACTIONS(2053), + [sym_atx_h5_marker] = ACTIONS(2053), + [sym_atx_h6_marker] = ACTIONS(2053), + [sym__thematic_break] = ACTIONS(2053), + [sym__list_marker_minus] = ACTIONS(2053), + [sym__list_marker_plus] = ACTIONS(49), + [sym__list_marker_star] = ACTIONS(2053), + [sym__list_marker_parenthesis] = ACTIONS(2053), + [sym__list_marker_dot] = ACTIONS(2053), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(49), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2053), + [sym__list_marker_example] = ACTIONS(2053), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2053), + [sym__fenced_code_block_start_backtick] = ACTIONS(2053), + [sym_minus_metadata] = ACTIONS(2053), + [sym__pipe_table_start] = ACTIONS(2053), + [sym__fenced_div_start] = ACTIONS(2053), + [sym_ref_id_specifier] = ACTIONS(2053), + [sym__code_span_start] = ACTIONS(2053), + [sym__html_comment] = ACTIONS(2053), + [sym__autolink] = ACTIONS(2053), + [sym__highlight_span_start] = ACTIONS(2053), + [sym__insert_span_start] = ACTIONS(2053), + [sym__delete_span_start] = ACTIONS(2053), + [sym__edit_comment_span_start] = ACTIONS(2053), + [sym__single_quote_span_open] = ACTIONS(2053), + [sym__double_quote_span_open] = ACTIONS(2053), + [sym__shortcode_open_escaped] = ACTIONS(2053), + [sym__shortcode_open] = ACTIONS(2053), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2053), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2053), + [sym__cite_author_in_text] = ACTIONS(2053), + [sym__cite_suppress_author] = ACTIONS(2053), + [sym__strikeout_open] = ACTIONS(2053), + [sym__subscript_open] = ACTIONS(2053), + [sym__superscript_open] = ACTIONS(2053), + [sym__inline_note_start_token] = ACTIONS(2053), + [sym__strong_emphasis_open_star] = ACTIONS(2053), + [sym__strong_emphasis_open_underscore] = ACTIONS(2053), + [sym__emphasis_open_star] = ACTIONS(2053), + [sym__emphasis_open_underscore] = ACTIONS(2053), + [sym_inline_note_reference] = ACTIONS(2053), + [sym_html_element] = ACTIONS(2053), + }, + [STATE(178)] = { + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(249), + [aux_sym__list_minus_repeat1] = STATE(249), + [anon_sym_COLON] = ACTIONS(2055), + [sym_entity_reference] = ACTIONS(2055), + [sym_numeric_character_reference] = ACTIONS(2057), + [anon_sym_LBRACK] = ACTIONS(2057), + [anon_sym_BANG_LBRACK] = ACTIONS(2057), + [anon_sym_DOLLAR] = ACTIONS(2055), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2057), + [anon_sym_LBRACE] = ACTIONS(2057), + [aux_sym_pandoc_str_token1] = ACTIONS(2055), + [anon_sym_PIPE] = ACTIONS(2057), + [aux_sym__prose_punctuation_token1] = ACTIONS(2055), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2055), + [sym__line_ending] = ACTIONS(2057), + [sym__soft_line_ending] = ACTIONS(2057), + [sym__block_close] = ACTIONS(2057), + [sym__block_quote_start] = ACTIONS(2057), + [sym_atx_h1_marker] = ACTIONS(2057), + [sym_atx_h2_marker] = ACTIONS(2057), + [sym_atx_h3_marker] = ACTIONS(2057), + [sym_atx_h4_marker] = ACTIONS(2057), + [sym_atx_h5_marker] = ACTIONS(2057), + [sym_atx_h6_marker] = ACTIONS(2057), + [sym__thematic_break] = ACTIONS(2057), + [sym__list_marker_minus] = ACTIONS(47), + [sym__list_marker_plus] = ACTIONS(2057), + [sym__list_marker_star] = ACTIONS(2057), + [sym__list_marker_parenthesis] = ACTIONS(2057), + [sym__list_marker_dot] = ACTIONS(2057), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(47), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2057), + [sym__list_marker_example] = ACTIONS(2057), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2057), + [sym__fenced_code_block_start_backtick] = ACTIONS(2057), + [sym_minus_metadata] = ACTIONS(2057), + [sym__pipe_table_start] = ACTIONS(2057), + [sym__fenced_div_start] = ACTIONS(2057), + [sym_ref_id_specifier] = ACTIONS(2057), + [sym__code_span_start] = ACTIONS(2057), + [sym__html_comment] = ACTIONS(2057), + [sym__autolink] = ACTIONS(2057), + [sym__highlight_span_start] = ACTIONS(2057), + [sym__insert_span_start] = ACTIONS(2057), + [sym__delete_span_start] = ACTIONS(2057), + [sym__edit_comment_span_start] = ACTIONS(2057), + [sym__single_quote_span_open] = ACTIONS(2057), + [sym__double_quote_span_open] = ACTIONS(2057), + [sym__shortcode_open_escaped] = ACTIONS(2057), + [sym__shortcode_open] = ACTIONS(2057), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2057), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2057), + [sym__cite_author_in_text] = ACTIONS(2057), + [sym__cite_suppress_author] = ACTIONS(2057), + [sym__strikeout_open] = ACTIONS(2057), + [sym__subscript_open] = ACTIONS(2057), + [sym__superscript_open] = ACTIONS(2057), + [sym__inline_note_start_token] = ACTIONS(2057), + [sym__strong_emphasis_open_star] = ACTIONS(2057), + [sym__strong_emphasis_open_underscore] = ACTIONS(2057), + [sym__emphasis_open_star] = ACTIONS(2057), + [sym__emphasis_open_underscore] = ACTIONS(2057), + [sym_inline_note_reference] = ACTIONS(2057), + [sym_html_element] = ACTIONS(2057), + }, + [STATE(179)] = { + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(250), + [aux_sym__list_star_repeat1] = STATE(250), + [anon_sym_COLON] = ACTIONS(2059), + [sym_entity_reference] = ACTIONS(2059), + [sym_numeric_character_reference] = ACTIONS(2061), + [anon_sym_LBRACK] = ACTIONS(2061), + [anon_sym_BANG_LBRACK] = ACTIONS(2061), + [anon_sym_DOLLAR] = ACTIONS(2059), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2061), + [aux_sym_pandoc_str_token1] = ACTIONS(2059), + [anon_sym_PIPE] = ACTIONS(2061), + [aux_sym__prose_punctuation_token1] = ACTIONS(2059), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2059), + [sym__line_ending] = ACTIONS(2061), + [sym__soft_line_ending] = ACTIONS(2061), + [sym__block_close] = ACTIONS(2061), + [sym__block_quote_start] = ACTIONS(2061), + [sym_atx_h1_marker] = ACTIONS(2061), + [sym_atx_h2_marker] = ACTIONS(2061), + [sym_atx_h3_marker] = ACTIONS(2061), + [sym_atx_h4_marker] = ACTIONS(2061), + [sym_atx_h5_marker] = ACTIONS(2061), + [sym_atx_h6_marker] = ACTIONS(2061), + [sym__thematic_break] = ACTIONS(2061), + [sym__list_marker_minus] = ACTIONS(2061), + [sym__list_marker_plus] = ACTIONS(2061), + [sym__list_marker_star] = ACTIONS(51), + [sym__list_marker_parenthesis] = ACTIONS(2061), + [sym__list_marker_dot] = ACTIONS(2061), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_star_dont_interrupt] = ACTIONS(51), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2061), + [sym__list_marker_example] = ACTIONS(2061), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2061), + [sym__fenced_code_block_start_backtick] = ACTIONS(2061), + [sym_minus_metadata] = ACTIONS(2061), + [sym__pipe_table_start] = ACTIONS(2061), + [sym__fenced_div_start] = ACTIONS(2061), + [sym_ref_id_specifier] = ACTIONS(2061), + [sym__code_span_start] = ACTIONS(2061), + [sym__html_comment] = ACTIONS(2061), + [sym__autolink] = ACTIONS(2061), + [sym__highlight_span_start] = ACTIONS(2061), + [sym__insert_span_start] = ACTIONS(2061), + [sym__delete_span_start] = ACTIONS(2061), + [sym__edit_comment_span_start] = ACTIONS(2061), + [sym__single_quote_span_open] = ACTIONS(2061), + [sym__double_quote_span_open] = ACTIONS(2061), + [sym__shortcode_open_escaped] = ACTIONS(2061), + [sym__shortcode_open] = ACTIONS(2061), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2061), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2061), + [sym__cite_author_in_text] = ACTIONS(2061), + [sym__cite_suppress_author] = ACTIONS(2061), + [sym__strikeout_open] = ACTIONS(2061), + [sym__subscript_open] = ACTIONS(2061), + [sym__superscript_open] = ACTIONS(2061), + [sym__inline_note_start_token] = ACTIONS(2061), + [sym__strong_emphasis_open_star] = ACTIONS(2061), + [sym__strong_emphasis_open_underscore] = ACTIONS(2061), + [sym__emphasis_open_star] = ACTIONS(2061), + [sym__emphasis_open_underscore] = ACTIONS(2061), + [sym_inline_note_reference] = ACTIONS(2061), + [sym_html_element] = ACTIONS(2061), + }, + [STATE(180)] = { + [sym__inlines] = STATE(3246), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(667), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(667), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2409), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), - [sym__line_ending] = ACTIONS(2253), - [sym__soft_line_ending] = ACTIONS(2253), - [sym__block_close] = ACTIONS(2253), - [sym_block_continuation] = ACTIONS(2255), - [sym__block_quote_start] = ACTIONS(2253), - [sym_atx_h1_marker] = ACTIONS(2253), - [sym_atx_h2_marker] = ACTIONS(2253), - [sym_atx_h3_marker] = ACTIONS(2253), - [sym_atx_h4_marker] = ACTIONS(2253), - [sym_atx_h5_marker] = ACTIONS(2253), - [sym_atx_h6_marker] = ACTIONS(2253), - [sym__thematic_break] = ACTIONS(2253), - [sym__list_marker_minus] = ACTIONS(2253), - [sym__list_marker_plus] = ACTIONS(2253), - [sym__list_marker_star] = ACTIONS(2253), - [sym__list_marker_parenthesis] = ACTIONS(2253), - [sym__list_marker_dot] = ACTIONS(2253), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_example] = ACTIONS(2253), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2253), - [sym__fenced_code_block_start_backtick] = ACTIONS(2253), - [sym_minus_metadata] = ACTIONS(2253), - [sym__pipe_table_start] = ACTIONS(2253), - [sym__fenced_div_start] = ACTIONS(2253), - [sym__fenced_div_end] = ACTIONS(2253), - [sym_ref_id_specifier] = ACTIONS(2253), - [sym__code_span_start] = ACTIONS(2253), - [sym__html_comment] = ACTIONS(2253), - [sym__autolink] = ACTIONS(2253), - [sym__highlight_span_start] = ACTIONS(2253), - [sym__insert_span_start] = ACTIONS(2253), - [sym__delete_span_start] = ACTIONS(2253), - [sym__edit_comment_span_start] = ACTIONS(2253), - [sym__single_quote_span_open] = ACTIONS(2253), - [sym__double_quote_span_open] = ACTIONS(2253), - [sym__shortcode_open_escaped] = ACTIONS(2253), - [sym__shortcode_open] = ACTIONS(2253), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2253), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2253), - [sym__cite_author_in_text] = ACTIONS(2253), - [sym__cite_suppress_author] = ACTIONS(2253), - [sym__strikeout_open] = ACTIONS(2253), - [sym__subscript_open] = ACTIONS(2253), - [sym__superscript_open] = ACTIONS(2253), - [sym__inline_note_start_token] = ACTIONS(2253), - [sym__strong_emphasis_open_star] = ACTIONS(2253), - [sym__strong_emphasis_open_underscore] = ACTIONS(2253), - [sym__emphasis_open_star] = ACTIONS(2253), - [sym__emphasis_open_underscore] = ACTIONS(2253), - [sym_inline_note_reference] = ACTIONS(2253), - [sym_html_element] = ACTIONS(2253), + [sym__whitespace] = ACTIONS(2411), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(181)] = { - [sym_pipe_table_row] = STATE(2681), - [sym_pipe_table_cell] = STATE(2543), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(385), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2257), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2275), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), + [sym__inlines] = STATE(3267), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(671), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(671), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2413), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2415), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(182)] = { - [anon_sym_COLON] = ACTIONS(2319), - [sym_entity_reference] = ACTIONS(2319), - [sym_numeric_character_reference] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2321), - [anon_sym_BANG_LBRACK] = ACTIONS(2321), - [anon_sym_DOLLAR] = ACTIONS(2319), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2321), - [sym_pandoc_str] = ACTIONS(2319), - [aux_sym__prose_punctuation_token1] = ACTIONS(2319), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2319), - [sym__line_ending] = ACTIONS(2321), - [sym__soft_line_ending] = ACTIONS(2321), - [sym__block_close] = ACTIONS(2321), - [sym_block_continuation] = ACTIONS(2323), - [sym__block_quote_start] = ACTIONS(2321), - [sym_atx_h1_marker] = ACTIONS(2321), - [sym_atx_h2_marker] = ACTIONS(2321), - [sym_atx_h3_marker] = ACTIONS(2321), - [sym_atx_h4_marker] = ACTIONS(2321), - [sym_atx_h5_marker] = ACTIONS(2321), - [sym_atx_h6_marker] = ACTIONS(2321), - [sym__thematic_break] = ACTIONS(2321), - [sym__list_marker_minus] = ACTIONS(2321), - [sym__list_marker_plus] = ACTIONS(2321), - [sym__list_marker_star] = ACTIONS(2321), - [sym__list_marker_parenthesis] = ACTIONS(2321), - [sym__list_marker_dot] = ACTIONS(2321), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_example] = ACTIONS(2321), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2321), - [sym__fenced_code_block_start_backtick] = ACTIONS(2321), - [sym_minus_metadata] = ACTIONS(2321), - [sym__pipe_table_start] = ACTIONS(2321), - [sym__fenced_div_start] = ACTIONS(2321), - [sym__fenced_div_end] = ACTIONS(2321), - [sym_ref_id_specifier] = ACTIONS(2321), - [sym__code_span_start] = ACTIONS(2321), - [sym__html_comment] = ACTIONS(2321), - [sym__autolink] = ACTIONS(2321), - [sym__highlight_span_start] = ACTIONS(2321), - [sym__insert_span_start] = ACTIONS(2321), - [sym__delete_span_start] = ACTIONS(2321), - [sym__edit_comment_span_start] = ACTIONS(2321), - [sym__single_quote_span_open] = ACTIONS(2321), - [sym__double_quote_span_open] = ACTIONS(2321), - [sym__shortcode_open_escaped] = ACTIONS(2321), - [sym__shortcode_open] = ACTIONS(2321), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2321), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2321), - [sym__cite_author_in_text] = ACTIONS(2321), - [sym__cite_suppress_author] = ACTIONS(2321), - [sym__strikeout_open] = ACTIONS(2321), - [sym__subscript_open] = ACTIONS(2321), - [sym__superscript_open] = ACTIONS(2321), - [sym__inline_note_start_token] = ACTIONS(2321), - [sym__strong_emphasis_open_star] = ACTIONS(2321), - [sym__strong_emphasis_open_underscore] = ACTIONS(2321), - [sym__emphasis_open_star] = ACTIONS(2321), - [sym__emphasis_open_underscore] = ACTIONS(2321), - [sym_inline_note_reference] = ACTIONS(2321), - [sym_html_element] = ACTIONS(2321), + [sym__inlines] = STATE(3269), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(672), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(672), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2417), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2419), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(183)] = { - [anon_sym_COLON] = ACTIONS(2325), - [sym_entity_reference] = ACTIONS(2325), - [sym_numeric_character_reference] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_BANG_LBRACK] = ACTIONS(2327), - [anon_sym_DOLLAR] = ACTIONS(2325), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2327), - [anon_sym_LBRACE] = ACTIONS(2327), - [sym_pandoc_str] = ACTIONS(2325), - [aux_sym__prose_punctuation_token1] = ACTIONS(2325), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2325), - [sym__line_ending] = ACTIONS(2327), - [sym__soft_line_ending] = ACTIONS(2327), - [sym__block_close] = ACTIONS(2327), - [sym_block_continuation] = ACTIONS(2329), - [sym__block_quote_start] = ACTIONS(2327), - [sym_atx_h1_marker] = ACTIONS(2327), - [sym_atx_h2_marker] = ACTIONS(2327), - [sym_atx_h3_marker] = ACTIONS(2327), - [sym_atx_h4_marker] = ACTIONS(2327), - [sym_atx_h5_marker] = ACTIONS(2327), - [sym_atx_h6_marker] = ACTIONS(2327), - [sym__thematic_break] = ACTIONS(2327), - [sym__list_marker_minus] = ACTIONS(2327), - [sym__list_marker_plus] = ACTIONS(2327), - [sym__list_marker_star] = ACTIONS(2327), - [sym__list_marker_parenthesis] = ACTIONS(2327), - [sym__list_marker_dot] = ACTIONS(2327), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_example] = ACTIONS(2327), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2327), - [sym__fenced_code_block_start_backtick] = ACTIONS(2327), - [sym_minus_metadata] = ACTIONS(2327), - [sym__pipe_table_start] = ACTIONS(2327), - [sym__fenced_div_start] = ACTIONS(2327), - [sym__fenced_div_end] = ACTIONS(2327), - [sym_ref_id_specifier] = ACTIONS(2327), - [sym__code_span_start] = ACTIONS(2327), - [sym__html_comment] = ACTIONS(2327), - [sym__autolink] = ACTIONS(2327), - [sym__highlight_span_start] = ACTIONS(2327), - [sym__insert_span_start] = ACTIONS(2327), - [sym__delete_span_start] = ACTIONS(2327), - [sym__edit_comment_span_start] = ACTIONS(2327), - [sym__single_quote_span_open] = ACTIONS(2327), - [sym__double_quote_span_open] = ACTIONS(2327), - [sym__shortcode_open_escaped] = ACTIONS(2327), - [sym__shortcode_open] = ACTIONS(2327), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2327), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2327), - [sym__cite_author_in_text] = ACTIONS(2327), - [sym__cite_suppress_author] = ACTIONS(2327), - [sym__strikeout_open] = ACTIONS(2327), - [sym__subscript_open] = ACTIONS(2327), - [sym__superscript_open] = ACTIONS(2327), - [sym__inline_note_start_token] = ACTIONS(2327), - [sym__strong_emphasis_open_star] = ACTIONS(2327), - [sym__strong_emphasis_open_underscore] = ACTIONS(2327), - [sym__emphasis_open_star] = ACTIONS(2327), - [sym__emphasis_open_underscore] = ACTIONS(2327), - [sym_inline_note_reference] = ACTIONS(2327), - [sym_html_element] = ACTIONS(2327), + [sym__inlines] = STATE(3286), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(677), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(677), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2421), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2423), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(184)] = { - [anon_sym_COLON] = ACTIONS(2331), - [sym_entity_reference] = ACTIONS(2331), - [sym_numeric_character_reference] = ACTIONS(2333), - [anon_sym_LBRACK] = ACTIONS(2333), - [anon_sym_BANG_LBRACK] = ACTIONS(2333), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2333), - [anon_sym_LBRACE] = ACTIONS(2333), - [sym_pandoc_str] = ACTIONS(2331), - [aux_sym__prose_punctuation_token1] = ACTIONS(2331), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2331), - [sym__line_ending] = ACTIONS(2333), - [sym__soft_line_ending] = ACTIONS(2333), - [sym__block_close] = ACTIONS(2333), - [sym_block_continuation] = ACTIONS(2335), - [sym__block_quote_start] = ACTIONS(2333), - [sym_atx_h1_marker] = ACTIONS(2333), - [sym_atx_h2_marker] = ACTIONS(2333), - [sym_atx_h3_marker] = ACTIONS(2333), - [sym_atx_h4_marker] = ACTIONS(2333), - [sym_atx_h5_marker] = ACTIONS(2333), - [sym_atx_h6_marker] = ACTIONS(2333), - [sym__thematic_break] = ACTIONS(2333), - [sym__list_marker_minus] = ACTIONS(2333), - [sym__list_marker_plus] = ACTIONS(2333), - [sym__list_marker_star] = ACTIONS(2333), - [sym__list_marker_parenthesis] = ACTIONS(2333), - [sym__list_marker_dot] = ACTIONS(2333), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_example] = ACTIONS(2333), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2333), - [sym__fenced_code_block_start_backtick] = ACTIONS(2333), - [sym_minus_metadata] = ACTIONS(2333), - [sym__pipe_table_start] = ACTIONS(2333), - [sym__fenced_div_start] = ACTIONS(2333), - [sym__fenced_div_end] = ACTIONS(2333), - [sym_ref_id_specifier] = ACTIONS(2333), - [sym__code_span_start] = ACTIONS(2333), - [sym__html_comment] = ACTIONS(2333), - [sym__autolink] = ACTIONS(2333), - [sym__highlight_span_start] = ACTIONS(2333), - [sym__insert_span_start] = ACTIONS(2333), - [sym__delete_span_start] = ACTIONS(2333), - [sym__edit_comment_span_start] = ACTIONS(2333), - [sym__single_quote_span_open] = ACTIONS(2333), - [sym__double_quote_span_open] = ACTIONS(2333), - [sym__shortcode_open_escaped] = ACTIONS(2333), - [sym__shortcode_open] = ACTIONS(2333), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2333), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2333), - [sym__cite_author_in_text] = ACTIONS(2333), - [sym__cite_suppress_author] = ACTIONS(2333), - [sym__strikeout_open] = ACTIONS(2333), - [sym__subscript_open] = ACTIONS(2333), - [sym__superscript_open] = ACTIONS(2333), - [sym__inline_note_start_token] = ACTIONS(2333), - [sym__strong_emphasis_open_star] = ACTIONS(2333), - [sym__strong_emphasis_open_underscore] = ACTIONS(2333), - [sym__emphasis_open_star] = ACTIONS(2333), - [sym__emphasis_open_underscore] = ACTIONS(2333), - [sym_inline_note_reference] = ACTIONS(2333), - [sym_html_element] = ACTIONS(2333), + [sym_list_marker_dot] = STATE(10), + [sym__list_item_dot] = STATE(251), + [aux_sym__list_dot_repeat1] = STATE(251), + [anon_sym_COLON] = ACTIONS(2041), + [sym_entity_reference] = ACTIONS(2041), + [sym_numeric_character_reference] = ACTIONS(2043), + [anon_sym_LBRACK] = ACTIONS(2043), + [anon_sym_BANG_LBRACK] = ACTIONS(2043), + [anon_sym_DOLLAR] = ACTIONS(2041), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2043), + [aux_sym_pandoc_str_token1] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2043), + [aux_sym__prose_punctuation_token1] = ACTIONS(2041), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2041), + [sym__line_ending] = ACTIONS(2043), + [sym__soft_line_ending] = ACTIONS(2043), + [sym__block_close] = ACTIONS(2043), + [sym__block_quote_start] = ACTIONS(2043), + [sym_atx_h1_marker] = ACTIONS(2043), + [sym_atx_h2_marker] = ACTIONS(2043), + [sym_atx_h3_marker] = ACTIONS(2043), + [sym_atx_h4_marker] = ACTIONS(2043), + [sym_atx_h5_marker] = ACTIONS(2043), + [sym_atx_h6_marker] = ACTIONS(2043), + [sym__thematic_break] = ACTIONS(2043), + [sym__list_marker_minus] = ACTIONS(2043), + [sym__list_marker_plus] = ACTIONS(2043), + [sym__list_marker_star] = ACTIONS(2043), + [sym__list_marker_parenthesis] = ACTIONS(2043), + [sym__list_marker_dot] = ACTIONS(55), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2043), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(55), + [sym__list_marker_example] = ACTIONS(2043), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2043), + [sym__fenced_code_block_start_backtick] = ACTIONS(2043), + [sym_minus_metadata] = ACTIONS(2043), + [sym__pipe_table_start] = ACTIONS(2043), + [sym__fenced_div_start] = ACTIONS(2043), + [sym_ref_id_specifier] = ACTIONS(2043), + [sym__code_span_start] = ACTIONS(2043), + [sym__html_comment] = ACTIONS(2043), + [sym__autolink] = ACTIONS(2043), + [sym__highlight_span_start] = ACTIONS(2043), + [sym__insert_span_start] = ACTIONS(2043), + [sym__delete_span_start] = ACTIONS(2043), + [sym__edit_comment_span_start] = ACTIONS(2043), + [sym__single_quote_span_open] = ACTIONS(2043), + [sym__double_quote_span_open] = ACTIONS(2043), + [sym__shortcode_open_escaped] = ACTIONS(2043), + [sym__shortcode_open] = ACTIONS(2043), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2043), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2043), + [sym__cite_author_in_text] = ACTIONS(2043), + [sym__cite_suppress_author] = ACTIONS(2043), + [sym__strikeout_open] = ACTIONS(2043), + [sym__subscript_open] = ACTIONS(2043), + [sym__superscript_open] = ACTIONS(2043), + [sym__inline_note_start_token] = ACTIONS(2043), + [sym__strong_emphasis_open_star] = ACTIONS(2043), + [sym__strong_emphasis_open_underscore] = ACTIONS(2043), + [sym__emphasis_open_star] = ACTIONS(2043), + [sym__emphasis_open_underscore] = ACTIONS(2043), + [sym_inline_note_reference] = ACTIONS(2043), + [sym_html_element] = ACTIONS(2043), }, [STATE(185)] = { - [anon_sym_COLON] = ACTIONS(2337), - [sym_entity_reference] = ACTIONS(2337), - [sym_numeric_character_reference] = ACTIONS(2339), - [anon_sym_LBRACK] = ACTIONS(2339), - [anon_sym_BANG_LBRACK] = ACTIONS(2339), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2339), - [anon_sym_LBRACE] = ACTIONS(2339), - [sym_pandoc_str] = ACTIONS(2337), - [aux_sym__prose_punctuation_token1] = ACTIONS(2337), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2337), - [sym__line_ending] = ACTIONS(2339), - [sym__soft_line_ending] = ACTIONS(2339), - [sym__block_close] = ACTIONS(2339), - [sym_block_continuation] = ACTIONS(2341), - [sym__block_quote_start] = ACTIONS(2339), - [sym_atx_h1_marker] = ACTIONS(2339), - [sym_atx_h2_marker] = ACTIONS(2339), - [sym_atx_h3_marker] = ACTIONS(2339), - [sym_atx_h4_marker] = ACTIONS(2339), - [sym_atx_h5_marker] = ACTIONS(2339), - [sym_atx_h6_marker] = ACTIONS(2339), - [sym__thematic_break] = ACTIONS(2339), - [sym__list_marker_minus] = ACTIONS(2339), - [sym__list_marker_plus] = ACTIONS(2339), - [sym__list_marker_star] = ACTIONS(2339), - [sym__list_marker_parenthesis] = ACTIONS(2339), - [sym__list_marker_dot] = ACTIONS(2339), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_example] = ACTIONS(2339), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2339), - [sym__fenced_code_block_start_backtick] = ACTIONS(2339), - [sym_minus_metadata] = ACTIONS(2339), - [sym__pipe_table_start] = ACTIONS(2339), - [sym__fenced_div_start] = ACTIONS(2339), - [sym__fenced_div_end] = ACTIONS(2339), - [sym_ref_id_specifier] = ACTIONS(2339), - [sym__code_span_start] = ACTIONS(2339), - [sym__html_comment] = ACTIONS(2339), - [sym__autolink] = ACTIONS(2339), - [sym__highlight_span_start] = ACTIONS(2339), - [sym__insert_span_start] = ACTIONS(2339), - [sym__delete_span_start] = ACTIONS(2339), - [sym__edit_comment_span_start] = ACTIONS(2339), - [sym__single_quote_span_open] = ACTIONS(2339), - [sym__double_quote_span_open] = ACTIONS(2339), - [sym__shortcode_open_escaped] = ACTIONS(2339), - [sym__shortcode_open] = ACTIONS(2339), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2339), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2339), - [sym__cite_author_in_text] = ACTIONS(2339), - [sym__cite_suppress_author] = ACTIONS(2339), - [sym__strikeout_open] = ACTIONS(2339), - [sym__subscript_open] = ACTIONS(2339), - [sym__superscript_open] = ACTIONS(2339), - [sym__inline_note_start_token] = ACTIONS(2339), - [sym__strong_emphasis_open_star] = ACTIONS(2339), - [sym__strong_emphasis_open_underscore] = ACTIONS(2339), - [sym__emphasis_open_star] = ACTIONS(2339), - [sym__emphasis_open_underscore] = ACTIONS(2339), - [sym_inline_note_reference] = ACTIONS(2339), - [sym_html_element] = ACTIONS(2339), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(252), + [aux_sym__list_parenthesis_repeat1] = STATE(252), + [anon_sym_COLON] = ACTIONS(2063), + [sym_entity_reference] = ACTIONS(2063), + [sym_numeric_character_reference] = ACTIONS(2065), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_BANG_LBRACK] = ACTIONS(2065), + [anon_sym_DOLLAR] = ACTIONS(2063), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2065), + [anon_sym_LBRACE] = ACTIONS(2065), + [aux_sym_pandoc_str_token1] = ACTIONS(2063), + [anon_sym_PIPE] = ACTIONS(2065), + [aux_sym__prose_punctuation_token1] = ACTIONS(2063), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2063), + [sym__line_ending] = ACTIONS(2065), + [sym__soft_line_ending] = ACTIONS(2065), + [sym__block_close] = ACTIONS(2065), + [sym__block_quote_start] = ACTIONS(2065), + [sym_atx_h1_marker] = ACTIONS(2065), + [sym_atx_h2_marker] = ACTIONS(2065), + [sym_atx_h3_marker] = ACTIONS(2065), + [sym_atx_h4_marker] = ACTIONS(2065), + [sym_atx_h5_marker] = ACTIONS(2065), + [sym_atx_h6_marker] = ACTIONS(2065), + [sym__thematic_break] = ACTIONS(2065), + [sym__list_marker_minus] = ACTIONS(2065), + [sym__list_marker_plus] = ACTIONS(2065), + [sym__list_marker_star] = ACTIONS(2065), + [sym__list_marker_parenthesis] = ACTIONS(53), + [sym__list_marker_dot] = ACTIONS(2065), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(53), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2065), + [sym__list_marker_example] = ACTIONS(2065), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2065), + [sym__fenced_code_block_start_backtick] = ACTIONS(2065), + [sym_minus_metadata] = ACTIONS(2065), + [sym__pipe_table_start] = ACTIONS(2065), + [sym__fenced_div_start] = ACTIONS(2065), + [sym_ref_id_specifier] = ACTIONS(2065), + [sym__code_span_start] = ACTIONS(2065), + [sym__html_comment] = ACTIONS(2065), + [sym__autolink] = ACTIONS(2065), + [sym__highlight_span_start] = ACTIONS(2065), + [sym__insert_span_start] = ACTIONS(2065), + [sym__delete_span_start] = ACTIONS(2065), + [sym__edit_comment_span_start] = ACTIONS(2065), + [sym__single_quote_span_open] = ACTIONS(2065), + [sym__double_quote_span_open] = ACTIONS(2065), + [sym__shortcode_open_escaped] = ACTIONS(2065), + [sym__shortcode_open] = ACTIONS(2065), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2065), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2065), + [sym__cite_author_in_text] = ACTIONS(2065), + [sym__cite_suppress_author] = ACTIONS(2065), + [sym__strikeout_open] = ACTIONS(2065), + [sym__subscript_open] = ACTIONS(2065), + [sym__superscript_open] = ACTIONS(2065), + [sym__inline_note_start_token] = ACTIONS(2065), + [sym__strong_emphasis_open_star] = ACTIONS(2065), + [sym__strong_emphasis_open_underscore] = ACTIONS(2065), + [sym__emphasis_open_star] = ACTIONS(2065), + [sym__emphasis_open_underscore] = ACTIONS(2065), + [sym_inline_note_reference] = ACTIONS(2065), + [sym_html_element] = ACTIONS(2065), }, [STATE(186)] = { - [sym__inlines] = STATE(3065), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(648), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(648), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2343), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2345), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_list_marker_example] = STATE(19), + [sym__list_item_example] = STATE(253), + [aux_sym__list_example_repeat1] = STATE(253), + [anon_sym_COLON] = ACTIONS(2067), + [sym_entity_reference] = ACTIONS(2067), + [sym_numeric_character_reference] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(2069), + [anon_sym_BANG_LBRACK] = ACTIONS(2069), + [anon_sym_DOLLAR] = ACTIONS(2067), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2069), + [anon_sym_LBRACE] = ACTIONS(2069), + [aux_sym_pandoc_str_token1] = ACTIONS(2067), + [anon_sym_PIPE] = ACTIONS(2069), + [aux_sym__prose_punctuation_token1] = ACTIONS(2067), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2067), + [sym__line_ending] = ACTIONS(2069), + [sym__soft_line_ending] = ACTIONS(2069), + [sym__block_close] = ACTIONS(2069), + [sym__block_quote_start] = ACTIONS(2069), + [sym_atx_h1_marker] = ACTIONS(2069), + [sym_atx_h2_marker] = ACTIONS(2069), + [sym_atx_h3_marker] = ACTIONS(2069), + [sym_atx_h4_marker] = ACTIONS(2069), + [sym_atx_h5_marker] = ACTIONS(2069), + [sym_atx_h6_marker] = ACTIONS(2069), + [sym__thematic_break] = ACTIONS(2069), + [sym__list_marker_minus] = ACTIONS(2069), + [sym__list_marker_plus] = ACTIONS(2069), + [sym__list_marker_star] = ACTIONS(2069), + [sym__list_marker_parenthesis] = ACTIONS(2069), + [sym__list_marker_dot] = ACTIONS(2069), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2069), + [sym__list_marker_example] = ACTIONS(57), + [sym__list_marker_example_dont_interrupt] = ACTIONS(57), + [sym__fenced_code_block_start_backtick] = ACTIONS(2069), + [sym_minus_metadata] = ACTIONS(2069), + [sym__pipe_table_start] = ACTIONS(2069), + [sym__fenced_div_start] = ACTIONS(2069), + [sym_ref_id_specifier] = ACTIONS(2069), + [sym__code_span_start] = ACTIONS(2069), + [sym__html_comment] = ACTIONS(2069), + [sym__autolink] = ACTIONS(2069), + [sym__highlight_span_start] = ACTIONS(2069), + [sym__insert_span_start] = ACTIONS(2069), + [sym__delete_span_start] = ACTIONS(2069), + [sym__edit_comment_span_start] = ACTIONS(2069), + [sym__single_quote_span_open] = ACTIONS(2069), + [sym__double_quote_span_open] = ACTIONS(2069), + [sym__shortcode_open_escaped] = ACTIONS(2069), + [sym__shortcode_open] = ACTIONS(2069), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2069), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2069), + [sym__cite_author_in_text] = ACTIONS(2069), + [sym__cite_suppress_author] = ACTIONS(2069), + [sym__strikeout_open] = ACTIONS(2069), + [sym__subscript_open] = ACTIONS(2069), + [sym__superscript_open] = ACTIONS(2069), + [sym__inline_note_start_token] = ACTIONS(2069), + [sym__strong_emphasis_open_star] = ACTIONS(2069), + [sym__strong_emphasis_open_underscore] = ACTIONS(2069), + [sym__emphasis_open_star] = ACTIONS(2069), + [sym__emphasis_open_underscore] = ACTIONS(2069), + [sym_inline_note_reference] = ACTIONS(2069), + [sym_html_element] = ACTIONS(2069), }, [STATE(187)] = { - [sym__inlines] = STATE(3067), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(669), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(669), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2347), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2349), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__atx_heading_content] = STATE(2559), + [sym__inlines] = STATE(2559), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(309), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2425), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(188)] = { - [sym__inlines] = STATE(3073), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(678), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(678), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2351), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2353), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_pipe_table_row] = STATE(2710), + [sym_pipe_table_cell] = STATE(2644), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(276), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2373), }, [STATE(189)] = { - [sym__inlines] = STATE(3077), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(588), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(588), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2355), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2357), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_list_marker_minus] = STATE(6), + [sym__list_item_minus] = STATE(189), + [aux_sym__list_minus_repeat1] = STATE(189), + [ts_builtin_sym_end] = ACTIONS(2080), + [anon_sym_COLON] = ACTIONS(2078), + [sym_entity_reference] = ACTIONS(2078), + [sym_numeric_character_reference] = ACTIONS(2080), + [anon_sym_LBRACK] = ACTIONS(2080), + [anon_sym_BANG_LBRACK] = ACTIONS(2080), + [anon_sym_DOLLAR] = ACTIONS(2078), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2080), + [anon_sym_LBRACE] = ACTIONS(2080), + [aux_sym_pandoc_str_token1] = ACTIONS(2078), + [anon_sym_PIPE] = ACTIONS(2080), + [aux_sym__prose_punctuation_token1] = ACTIONS(2078), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2078), + [sym__line_ending] = ACTIONS(2080), + [sym__soft_line_ending] = ACTIONS(2080), + [sym__block_quote_start] = ACTIONS(2080), + [sym_atx_h1_marker] = ACTIONS(2080), + [sym_atx_h2_marker] = ACTIONS(2080), + [sym_atx_h3_marker] = ACTIONS(2080), + [sym_atx_h4_marker] = ACTIONS(2080), + [sym_atx_h5_marker] = ACTIONS(2080), + [sym_atx_h6_marker] = ACTIONS(2080), + [sym__thematic_break] = ACTIONS(2080), + [sym__list_marker_minus] = ACTIONS(2082), + [sym__list_marker_plus] = ACTIONS(2080), + [sym__list_marker_star] = ACTIONS(2080), + [sym__list_marker_parenthesis] = ACTIONS(2080), + [sym__list_marker_dot] = ACTIONS(2080), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2082), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_example] = ACTIONS(2080), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2080), + [sym__fenced_code_block_start_backtick] = ACTIONS(2080), + [sym_minus_metadata] = ACTIONS(2080), + [sym__pipe_table_start] = ACTIONS(2080), + [sym__fenced_div_start] = ACTIONS(2080), + [sym_ref_id_specifier] = ACTIONS(2080), + [sym__code_span_start] = ACTIONS(2080), + [sym__html_comment] = ACTIONS(2080), + [sym__autolink] = ACTIONS(2080), + [sym__highlight_span_start] = ACTIONS(2080), + [sym__insert_span_start] = ACTIONS(2080), + [sym__delete_span_start] = ACTIONS(2080), + [sym__edit_comment_span_start] = ACTIONS(2080), + [sym__single_quote_span_open] = ACTIONS(2080), + [sym__double_quote_span_open] = ACTIONS(2080), + [sym__shortcode_open_escaped] = ACTIONS(2080), + [sym__shortcode_open] = ACTIONS(2080), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2080), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2080), + [sym__cite_author_in_text] = ACTIONS(2080), + [sym__cite_suppress_author] = ACTIONS(2080), + [sym__strikeout_open] = ACTIONS(2080), + [sym__subscript_open] = ACTIONS(2080), + [sym__superscript_open] = ACTIONS(2080), + [sym__inline_note_start_token] = ACTIONS(2080), + [sym__strong_emphasis_open_star] = ACTIONS(2080), + [sym__strong_emphasis_open_underscore] = ACTIONS(2080), + [sym__emphasis_open_star] = ACTIONS(2080), + [sym__emphasis_open_underscore] = ACTIONS(2080), + [sym_inline_note_reference] = ACTIONS(2080), + [sym_html_element] = ACTIONS(2080), }, [STATE(190)] = { - [anon_sym_COLON] = ACTIONS(2359), - [sym_entity_reference] = ACTIONS(2359), - [sym_numeric_character_reference] = ACTIONS(2361), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_BANG_LBRACK] = ACTIONS(2361), - [anon_sym_DOLLAR] = ACTIONS(2359), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2361), - [anon_sym_LBRACE] = ACTIONS(2361), - [sym_pandoc_str] = ACTIONS(2359), - [aux_sym__prose_punctuation_token1] = ACTIONS(2359), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2359), - [sym__line_ending] = ACTIONS(2361), - [sym__soft_line_ending] = ACTIONS(2361), - [sym__block_close] = ACTIONS(2361), - [sym_block_continuation] = ACTIONS(2363), - [sym__block_quote_start] = ACTIONS(2361), - [sym_atx_h1_marker] = ACTIONS(2361), - [sym_atx_h2_marker] = ACTIONS(2361), - [sym_atx_h3_marker] = ACTIONS(2361), - [sym_atx_h4_marker] = ACTIONS(2361), - [sym_atx_h5_marker] = ACTIONS(2361), - [sym_atx_h6_marker] = ACTIONS(2361), - [sym__thematic_break] = ACTIONS(2361), - [sym__list_marker_minus] = ACTIONS(2361), - [sym__list_marker_plus] = ACTIONS(2361), - [sym__list_marker_star] = ACTIONS(2361), - [sym__list_marker_parenthesis] = ACTIONS(2361), - [sym__list_marker_dot] = ACTIONS(2361), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_example] = ACTIONS(2361), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2361), - [sym__fenced_code_block_start_backtick] = ACTIONS(2361), - [sym_minus_metadata] = ACTIONS(2361), - [sym__pipe_table_start] = ACTIONS(2361), - [sym__fenced_div_start] = ACTIONS(2361), - [sym__fenced_div_end] = ACTIONS(2361), - [sym_ref_id_specifier] = ACTIONS(2361), - [sym__code_span_start] = ACTIONS(2361), - [sym__html_comment] = ACTIONS(2361), - [sym__autolink] = ACTIONS(2361), - [sym__highlight_span_start] = ACTIONS(2361), - [sym__insert_span_start] = ACTIONS(2361), - [sym__delete_span_start] = ACTIONS(2361), - [sym__edit_comment_span_start] = ACTIONS(2361), - [sym__single_quote_span_open] = ACTIONS(2361), - [sym__double_quote_span_open] = ACTIONS(2361), - [sym__shortcode_open_escaped] = ACTIONS(2361), - [sym__shortcode_open] = ACTIONS(2361), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2361), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2361), - [sym__cite_author_in_text] = ACTIONS(2361), - [sym__cite_suppress_author] = ACTIONS(2361), - [sym__strikeout_open] = ACTIONS(2361), - [sym__subscript_open] = ACTIONS(2361), - [sym__superscript_open] = ACTIONS(2361), - [sym__inline_note_start_token] = ACTIONS(2361), - [sym__strong_emphasis_open_star] = ACTIONS(2361), - [sym__strong_emphasis_open_underscore] = ACTIONS(2361), - [sym__emphasis_open_star] = ACTIONS(2361), - [sym__emphasis_open_underscore] = ACTIONS(2361), - [sym_inline_note_reference] = ACTIONS(2361), - [sym_html_element] = ACTIONS(2361), + [sym_list_marker_star] = STATE(15), + [sym__list_item_star] = STATE(190), + [aux_sym__list_star_repeat1] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(2087), + [anon_sym_COLON] = ACTIONS(2085), + [sym_entity_reference] = ACTIONS(2085), + [sym_numeric_character_reference] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_BANG_LBRACK] = ACTIONS(2087), + [anon_sym_DOLLAR] = ACTIONS(2085), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [aux_sym_pandoc_str_token1] = ACTIONS(2085), + [anon_sym_PIPE] = ACTIONS(2087), + [aux_sym__prose_punctuation_token1] = ACTIONS(2085), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2085), + [sym__line_ending] = ACTIONS(2087), + [sym__soft_line_ending] = ACTIONS(2087), + [sym__block_quote_start] = ACTIONS(2087), + [sym_atx_h1_marker] = ACTIONS(2087), + [sym_atx_h2_marker] = ACTIONS(2087), + [sym_atx_h3_marker] = ACTIONS(2087), + [sym_atx_h4_marker] = ACTIONS(2087), + [sym_atx_h5_marker] = ACTIONS(2087), + [sym_atx_h6_marker] = ACTIONS(2087), + [sym__thematic_break] = ACTIONS(2087), + [sym__list_marker_minus] = ACTIONS(2087), + [sym__list_marker_plus] = ACTIONS(2087), + [sym__list_marker_star] = ACTIONS(2089), + [sym__list_marker_parenthesis] = ACTIONS(2087), + [sym__list_marker_dot] = ACTIONS(2087), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2089), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_example] = ACTIONS(2087), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2087), + [sym__fenced_code_block_start_backtick] = ACTIONS(2087), + [sym_minus_metadata] = ACTIONS(2087), + [sym__pipe_table_start] = ACTIONS(2087), + [sym__fenced_div_start] = ACTIONS(2087), + [sym_ref_id_specifier] = ACTIONS(2087), + [sym__code_span_start] = ACTIONS(2087), + [sym__html_comment] = ACTIONS(2087), + [sym__autolink] = ACTIONS(2087), + [sym__highlight_span_start] = ACTIONS(2087), + [sym__insert_span_start] = ACTIONS(2087), + [sym__delete_span_start] = ACTIONS(2087), + [sym__edit_comment_span_start] = ACTIONS(2087), + [sym__single_quote_span_open] = ACTIONS(2087), + [sym__double_quote_span_open] = ACTIONS(2087), + [sym__shortcode_open_escaped] = ACTIONS(2087), + [sym__shortcode_open] = ACTIONS(2087), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2087), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), + [sym__cite_author_in_text] = ACTIONS(2087), + [sym__cite_suppress_author] = ACTIONS(2087), + [sym__strikeout_open] = ACTIONS(2087), + [sym__subscript_open] = ACTIONS(2087), + [sym__superscript_open] = ACTIONS(2087), + [sym__inline_note_start_token] = ACTIONS(2087), + [sym__strong_emphasis_open_star] = ACTIONS(2087), + [sym__strong_emphasis_open_underscore] = ACTIONS(2087), + [sym__emphasis_open_star] = ACTIONS(2087), + [sym__emphasis_open_underscore] = ACTIONS(2087), + [sym_inline_note_reference] = ACTIONS(2087), + [sym_html_element] = ACTIONS(2087), }, [STATE(191)] = { - [sym__inlines] = STATE(3035), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(675), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(675), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2365), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2367), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_list_marker_dot] = STATE(3), + [sym__list_item_dot] = STATE(191), + [aux_sym__list_dot_repeat1] = STATE(191), + [ts_builtin_sym_end] = ACTIONS(2094), + [anon_sym_COLON] = ACTIONS(2092), + [sym_entity_reference] = ACTIONS(2092), + [sym_numeric_character_reference] = ACTIONS(2094), + [anon_sym_LBRACK] = ACTIONS(2094), + [anon_sym_BANG_LBRACK] = ACTIONS(2094), + [anon_sym_DOLLAR] = ACTIONS(2092), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2094), + [anon_sym_LBRACE] = ACTIONS(2094), + [aux_sym_pandoc_str_token1] = ACTIONS(2092), + [anon_sym_PIPE] = ACTIONS(2094), + [aux_sym__prose_punctuation_token1] = ACTIONS(2092), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2092), + [sym__line_ending] = ACTIONS(2094), + [sym__soft_line_ending] = ACTIONS(2094), + [sym__block_quote_start] = ACTIONS(2094), + [sym_atx_h1_marker] = ACTIONS(2094), + [sym_atx_h2_marker] = ACTIONS(2094), + [sym_atx_h3_marker] = ACTIONS(2094), + [sym_atx_h4_marker] = ACTIONS(2094), + [sym_atx_h5_marker] = ACTIONS(2094), + [sym_atx_h6_marker] = ACTIONS(2094), + [sym__thematic_break] = ACTIONS(2094), + [sym__list_marker_minus] = ACTIONS(2094), + [sym__list_marker_plus] = ACTIONS(2094), + [sym__list_marker_star] = ACTIONS(2094), + [sym__list_marker_parenthesis] = ACTIONS(2094), + [sym__list_marker_dot] = ACTIONS(2096), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2096), + [sym__list_marker_example] = ACTIONS(2094), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2094), + [sym__fenced_code_block_start_backtick] = ACTIONS(2094), + [sym_minus_metadata] = ACTIONS(2094), + [sym__pipe_table_start] = ACTIONS(2094), + [sym__fenced_div_start] = ACTIONS(2094), + [sym_ref_id_specifier] = ACTIONS(2094), + [sym__code_span_start] = ACTIONS(2094), + [sym__html_comment] = ACTIONS(2094), + [sym__autolink] = ACTIONS(2094), + [sym__highlight_span_start] = ACTIONS(2094), + [sym__insert_span_start] = ACTIONS(2094), + [sym__delete_span_start] = ACTIONS(2094), + [sym__edit_comment_span_start] = ACTIONS(2094), + [sym__single_quote_span_open] = ACTIONS(2094), + [sym__double_quote_span_open] = ACTIONS(2094), + [sym__shortcode_open_escaped] = ACTIONS(2094), + [sym__shortcode_open] = ACTIONS(2094), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2094), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2094), + [sym__cite_author_in_text] = ACTIONS(2094), + [sym__cite_suppress_author] = ACTIONS(2094), + [sym__strikeout_open] = ACTIONS(2094), + [sym__subscript_open] = ACTIONS(2094), + [sym__superscript_open] = ACTIONS(2094), + [sym__inline_note_start_token] = ACTIONS(2094), + [sym__strong_emphasis_open_star] = ACTIONS(2094), + [sym__strong_emphasis_open_underscore] = ACTIONS(2094), + [sym__emphasis_open_star] = ACTIONS(2094), + [sym__emphasis_open_underscore] = ACTIONS(2094), + [sym_inline_note_reference] = ACTIONS(2094), + [sym_html_element] = ACTIONS(2094), }, [STATE(192)] = { - [sym__inlines] = STATE(3020), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(612), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(612), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2369), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2371), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_list_marker_parenthesis] = STATE(4), + [sym__list_item_parenthesis] = STATE(192), + [aux_sym__list_parenthesis_repeat1] = STATE(192), + [ts_builtin_sym_end] = ACTIONS(2101), + [anon_sym_COLON] = ACTIONS(2099), + [sym_entity_reference] = ACTIONS(2099), + [sym_numeric_character_reference] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_BANG_LBRACK] = ACTIONS(2101), + [anon_sym_DOLLAR] = ACTIONS(2099), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [aux_sym_pandoc_str_token1] = ACTIONS(2099), + [anon_sym_PIPE] = ACTIONS(2101), + [aux_sym__prose_punctuation_token1] = ACTIONS(2099), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2099), + [sym__line_ending] = ACTIONS(2101), + [sym__soft_line_ending] = ACTIONS(2101), + [sym__block_quote_start] = ACTIONS(2101), + [sym_atx_h1_marker] = ACTIONS(2101), + [sym_atx_h2_marker] = ACTIONS(2101), + [sym_atx_h3_marker] = ACTIONS(2101), + [sym_atx_h4_marker] = ACTIONS(2101), + [sym_atx_h5_marker] = ACTIONS(2101), + [sym_atx_h6_marker] = ACTIONS(2101), + [sym__thematic_break] = ACTIONS(2101), + [sym__list_marker_minus] = ACTIONS(2101), + [sym__list_marker_plus] = ACTIONS(2101), + [sym__list_marker_star] = ACTIONS(2101), + [sym__list_marker_parenthesis] = ACTIONS(2103), + [sym__list_marker_dot] = ACTIONS(2101), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2103), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_example] = ACTIONS(2101), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2101), + [sym__fenced_code_block_start_backtick] = ACTIONS(2101), + [sym_minus_metadata] = ACTIONS(2101), + [sym__pipe_table_start] = ACTIONS(2101), + [sym__fenced_div_start] = ACTIONS(2101), + [sym_ref_id_specifier] = ACTIONS(2101), + [sym__code_span_start] = ACTIONS(2101), + [sym__html_comment] = ACTIONS(2101), + [sym__autolink] = ACTIONS(2101), + [sym__highlight_span_start] = ACTIONS(2101), + [sym__insert_span_start] = ACTIONS(2101), + [sym__delete_span_start] = ACTIONS(2101), + [sym__edit_comment_span_start] = ACTIONS(2101), + [sym__single_quote_span_open] = ACTIONS(2101), + [sym__double_quote_span_open] = ACTIONS(2101), + [sym__shortcode_open_escaped] = ACTIONS(2101), + [sym__shortcode_open] = ACTIONS(2101), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2101), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2101), + [sym__cite_author_in_text] = ACTIONS(2101), + [sym__cite_suppress_author] = ACTIONS(2101), + [sym__strikeout_open] = ACTIONS(2101), + [sym__subscript_open] = ACTIONS(2101), + [sym__superscript_open] = ACTIONS(2101), + [sym__inline_note_start_token] = ACTIONS(2101), + [sym__strong_emphasis_open_star] = ACTIONS(2101), + [sym__strong_emphasis_open_underscore] = ACTIONS(2101), + [sym__emphasis_open_star] = ACTIONS(2101), + [sym__emphasis_open_underscore] = ACTIONS(2101), + [sym_inline_note_reference] = ACTIONS(2101), + [sym_html_element] = ACTIONS(2101), }, [STATE(193)] = { - [sym__inlines] = STATE(3036), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(603), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(603), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2375), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2916), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(650), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(650), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2427), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2429), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(194)] = { - [sym__inlines] = STATE(3205), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(687), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(687), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2379), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2953), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(655), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(655), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2433), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(195)] = { - [sym__atx_heading_content] = STATE(2479), - [sym__inlines] = STATE(2479), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(480), - [sym_pandoc_line_break] = STATE(455), + [sym__inlines] = STATE(3010), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(660), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(660), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2435), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2437), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(196)] = { + [sym__inlines] = STATE(3051), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(666), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(666), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2439), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2441), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(197)] = { + [sym__inlines] = STATE(3068), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(684), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(684), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2443), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2445), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), + }, + [STATE(198)] = { + [sym__atx_heading_content] = STATE(2538), + [sym__inlines] = STATE(2538), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(305), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -64929,3875 +65539,3359 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2381), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2447), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(196)] = { - [anon_sym_COLON] = ACTIONS(2383), - [sym_entity_reference] = ACTIONS(2383), - [sym_numeric_character_reference] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_BANG_LBRACK] = ACTIONS(2385), - [anon_sym_DOLLAR] = ACTIONS(2383), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2385), - [anon_sym_LBRACE] = ACTIONS(2385), - [sym_pandoc_str] = ACTIONS(2383), - [aux_sym__prose_punctuation_token1] = ACTIONS(2383), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2383), - [sym__line_ending] = ACTIONS(2385), - [sym__soft_line_ending] = ACTIONS(2385), - [sym__block_close] = ACTIONS(2385), - [sym_block_continuation] = ACTIONS(2387), - [sym__block_quote_start] = ACTIONS(2385), - [sym_atx_h1_marker] = ACTIONS(2385), - [sym_atx_h2_marker] = ACTIONS(2385), - [sym_atx_h3_marker] = ACTIONS(2385), - [sym_atx_h4_marker] = ACTIONS(2385), - [sym_atx_h5_marker] = ACTIONS(2385), - [sym_atx_h6_marker] = ACTIONS(2385), - [sym__thematic_break] = ACTIONS(2385), - [sym__list_marker_minus] = ACTIONS(2385), - [sym__list_marker_plus] = ACTIONS(2385), - [sym__list_marker_star] = ACTIONS(2385), - [sym__list_marker_parenthesis] = ACTIONS(2385), - [sym__list_marker_dot] = ACTIONS(2385), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_example] = ACTIONS(2385), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2385), - [sym__fenced_code_block_start_backtick] = ACTIONS(2385), - [sym_minus_metadata] = ACTIONS(2385), - [sym__pipe_table_start] = ACTIONS(2385), - [sym__fenced_div_start] = ACTIONS(2385), - [sym__fenced_div_end] = ACTIONS(2385), - [sym_ref_id_specifier] = ACTIONS(2385), - [sym__code_span_start] = ACTIONS(2385), - [sym__html_comment] = ACTIONS(2385), - [sym__autolink] = ACTIONS(2385), - [sym__highlight_span_start] = ACTIONS(2385), - [sym__insert_span_start] = ACTIONS(2385), - [sym__delete_span_start] = ACTIONS(2385), - [sym__edit_comment_span_start] = ACTIONS(2385), - [sym__single_quote_span_open] = ACTIONS(2385), - [sym__double_quote_span_open] = ACTIONS(2385), - [sym__shortcode_open_escaped] = ACTIONS(2385), - [sym__shortcode_open] = ACTIONS(2385), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2385), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2385), - [sym__cite_author_in_text] = ACTIONS(2385), - [sym__cite_suppress_author] = ACTIONS(2385), - [sym__strikeout_open] = ACTIONS(2385), - [sym__subscript_open] = ACTIONS(2385), - [sym__superscript_open] = ACTIONS(2385), - [sym__inline_note_start_token] = ACTIONS(2385), - [sym__strong_emphasis_open_star] = ACTIONS(2385), - [sym__strong_emphasis_open_underscore] = ACTIONS(2385), - [sym__emphasis_open_star] = ACTIONS(2385), - [sym__emphasis_open_underscore] = ACTIONS(2385), - [sym_inline_note_reference] = ACTIONS(2385), - [sym_html_element] = ACTIONS(2385), - }, - [STATE(197)] = { - [anon_sym_COLON] = ACTIONS(2389), - [sym_entity_reference] = ACTIONS(2389), - [sym_numeric_character_reference] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_BANG_LBRACK] = ACTIONS(2391), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2391), - [sym_pandoc_str] = ACTIONS(2389), - [aux_sym__prose_punctuation_token1] = ACTIONS(2389), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2389), - [sym__line_ending] = ACTIONS(2391), - [sym__soft_line_ending] = ACTIONS(2391), - [sym__block_close] = ACTIONS(2391), - [sym_block_continuation] = ACTIONS(2393), - [sym__block_quote_start] = ACTIONS(2391), - [sym_atx_h1_marker] = ACTIONS(2391), - [sym_atx_h2_marker] = ACTIONS(2391), - [sym_atx_h3_marker] = ACTIONS(2391), - [sym_atx_h4_marker] = ACTIONS(2391), - [sym_atx_h5_marker] = ACTIONS(2391), - [sym_atx_h6_marker] = ACTIONS(2391), - [sym__thematic_break] = ACTIONS(2391), - [sym__list_marker_minus] = ACTIONS(2391), - [sym__list_marker_plus] = ACTIONS(2391), - [sym__list_marker_star] = ACTIONS(2391), - [sym__list_marker_parenthesis] = ACTIONS(2391), - [sym__list_marker_dot] = ACTIONS(2391), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_example] = ACTIONS(2391), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2391), - [sym__fenced_code_block_start_backtick] = ACTIONS(2391), - [sym_minus_metadata] = ACTIONS(2391), - [sym__pipe_table_start] = ACTIONS(2391), - [sym__fenced_div_start] = ACTIONS(2391), - [sym__fenced_div_end] = ACTIONS(2391), - [sym_ref_id_specifier] = ACTIONS(2391), - [sym__code_span_start] = ACTIONS(2391), - [sym__html_comment] = ACTIONS(2391), - [sym__autolink] = ACTIONS(2391), - [sym__highlight_span_start] = ACTIONS(2391), - [sym__insert_span_start] = ACTIONS(2391), - [sym__delete_span_start] = ACTIONS(2391), - [sym__edit_comment_span_start] = ACTIONS(2391), - [sym__single_quote_span_open] = ACTIONS(2391), - [sym__double_quote_span_open] = ACTIONS(2391), - [sym__shortcode_open_escaped] = ACTIONS(2391), - [sym__shortcode_open] = ACTIONS(2391), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2391), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2391), - [sym__cite_author_in_text] = ACTIONS(2391), - [sym__cite_suppress_author] = ACTIONS(2391), - [sym__strikeout_open] = ACTIONS(2391), - [sym__subscript_open] = ACTIONS(2391), - [sym__superscript_open] = ACTIONS(2391), - [sym__inline_note_start_token] = ACTIONS(2391), - [sym__strong_emphasis_open_star] = ACTIONS(2391), - [sym__strong_emphasis_open_underscore] = ACTIONS(2391), - [sym__emphasis_open_star] = ACTIONS(2391), - [sym__emphasis_open_underscore] = ACTIONS(2391), - [sym_inline_note_reference] = ACTIONS(2391), - [sym_html_element] = ACTIONS(2391), - }, - [STATE(198)] = { - [anon_sym_COLON] = ACTIONS(2395), - [sym_entity_reference] = ACTIONS(2395), - [sym_numeric_character_reference] = ACTIONS(2397), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_BANG_LBRACK] = ACTIONS(2397), - [anon_sym_DOLLAR] = ACTIONS(2395), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2397), - [sym_pandoc_str] = ACTIONS(2395), - [aux_sym__prose_punctuation_token1] = ACTIONS(2395), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2395), - [sym__line_ending] = ACTIONS(2397), - [sym__soft_line_ending] = ACTIONS(2397), - [sym__block_close] = ACTIONS(2397), - [sym_block_continuation] = ACTIONS(2399), - [sym__block_quote_start] = ACTIONS(2397), - [sym_atx_h1_marker] = ACTIONS(2397), - [sym_atx_h2_marker] = ACTIONS(2397), - [sym_atx_h3_marker] = ACTIONS(2397), - [sym_atx_h4_marker] = ACTIONS(2397), - [sym_atx_h5_marker] = ACTIONS(2397), - [sym_atx_h6_marker] = ACTIONS(2397), - [sym__thematic_break] = ACTIONS(2397), - [sym__list_marker_minus] = ACTIONS(2397), - [sym__list_marker_plus] = ACTIONS(2397), - [sym__list_marker_star] = ACTIONS(2397), - [sym__list_marker_parenthesis] = ACTIONS(2397), - [sym__list_marker_dot] = ACTIONS(2397), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_example] = ACTIONS(2397), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2397), - [sym__fenced_code_block_start_backtick] = ACTIONS(2397), - [sym_minus_metadata] = ACTIONS(2397), - [sym__pipe_table_start] = ACTIONS(2397), - [sym__fenced_div_start] = ACTIONS(2397), - [sym__fenced_div_end] = ACTIONS(2397), - [sym_ref_id_specifier] = ACTIONS(2397), - [sym__code_span_start] = ACTIONS(2397), - [sym__html_comment] = ACTIONS(2397), - [sym__autolink] = ACTIONS(2397), - [sym__highlight_span_start] = ACTIONS(2397), - [sym__insert_span_start] = ACTIONS(2397), - [sym__delete_span_start] = ACTIONS(2397), - [sym__edit_comment_span_start] = ACTIONS(2397), - [sym__single_quote_span_open] = ACTIONS(2397), - [sym__double_quote_span_open] = ACTIONS(2397), - [sym__shortcode_open_escaped] = ACTIONS(2397), - [sym__shortcode_open] = ACTIONS(2397), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2397), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2397), - [sym__cite_author_in_text] = ACTIONS(2397), - [sym__cite_suppress_author] = ACTIONS(2397), - [sym__strikeout_open] = ACTIONS(2397), - [sym__subscript_open] = ACTIONS(2397), - [sym__superscript_open] = ACTIONS(2397), - [sym__inline_note_start_token] = ACTIONS(2397), - [sym__strong_emphasis_open_star] = ACTIONS(2397), - [sym__strong_emphasis_open_underscore] = ACTIONS(2397), - [sym__emphasis_open_star] = ACTIONS(2397), - [sym__emphasis_open_underscore] = ACTIONS(2397), - [sym_inline_note_reference] = ACTIONS(2397), - [sym_html_element] = ACTIONS(2397), - }, [STATE(199)] = { - [sym__inlines] = STATE(3353), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(619), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(619), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2403), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3082), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(589), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(589), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2451), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(200)] = { - [sym__inlines] = STATE(3356), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(624), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(624), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2405), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2407), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3088), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(590), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(590), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2453), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2455), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(201)] = { - [sym__inlines] = STATE(3361), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(625), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(625), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2409), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2411), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3365), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(613), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(613), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2459), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(202)] = { - [sym__inlines] = STATE(3363), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(626), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(626), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2413), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2415), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3368), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(614), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(614), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2461), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2463), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(203)] = { - [sym__inlines] = STATE(2829), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(650), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(650), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2417), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2419), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3370), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(615), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(615), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2467), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(204)] = { - [sym__inlines] = STATE(2831), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(651), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(651), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2421), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2423), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3373), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(618), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(618), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2471), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(205)] = { - [sym__inlines] = STATE(2833), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(654), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(654), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2425), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2427), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2926), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(637), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(637), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2473), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2475), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(206)] = { - [sym__inlines] = STATE(2835), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(655), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(655), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2429), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2431), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2940), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(587), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(587), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2479), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(207)] = { - [sym__inlines] = STATE(2950), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(670), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(670), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2433), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2435), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2954), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(687), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(687), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2481), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2483), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(208)] = { - [sym__inlines] = STATE(2954), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(671), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(671), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2439), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(2956), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(642), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(642), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2485), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2487), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(209)] = { - [sym__inlines] = STATE(2956), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(673), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(673), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2443), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__atx_heading_content] = STATE(2542), + [sym__inlines] = STATE(2542), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(306), + [sym_pandoc_line_break] = STATE(338), + [sym_entity_reference] = ACTIONS(7), + [sym_numeric_character_reference] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(7), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2489), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(9), + [sym__autolink] = ACTIONS(9), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(9), + [sym_html_element] = ACTIONS(9), }, [STATE(210)] = { - [sym__inlines] = STATE(2958), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(674), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(674), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2445), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2447), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3094), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(662), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(662), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2493), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(211)] = { - [sym__inlines] = STATE(3076), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(684), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(684), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2451), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3099), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(663), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(663), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2497), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(212)] = { - [sym__inlines] = STATE(3078), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(685), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(685), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2453), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2455), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3101), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(664), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(664), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2499), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2501), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(213)] = { - [sym__inlines] = STATE(3080), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(686), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(686), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2457), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2459), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3176), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(673), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(673), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2503), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2505), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(214)] = { - [sym__inlines] = STATE(3084), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(633), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(633), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2461), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2463), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3178), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(674), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(674), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2507), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2509), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(215)] = { - [sym__inlines] = STATE(3144), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(601), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(601), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2465), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2467), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3181), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(675), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(675), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2511), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2513), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(216)] = { - [sym__inlines] = STATE(3147), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(602), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(602), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2469), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2471), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3183), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(676), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(676), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2515), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2517), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(217)] = { - [anon_sym_COLON] = ACTIONS(2473), - [sym_entity_reference] = ACTIONS(2473), - [sym_numeric_character_reference] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_BANG_LBRACK] = ACTIONS(2475), - [anon_sym_DOLLAR] = ACTIONS(2473), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2475), - [sym_pandoc_str] = ACTIONS(2473), - [aux_sym__prose_punctuation_token1] = ACTIONS(2473), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2473), - [sym__line_ending] = ACTIONS(2475), - [sym__soft_line_ending] = ACTIONS(2475), - [sym__block_close] = ACTIONS(2475), - [sym_block_continuation] = ACTIONS(2477), - [sym__block_quote_start] = ACTIONS(2475), - [sym_atx_h1_marker] = ACTIONS(2475), - [sym_atx_h2_marker] = ACTIONS(2475), - [sym_atx_h3_marker] = ACTIONS(2475), - [sym_atx_h4_marker] = ACTIONS(2475), - [sym_atx_h5_marker] = ACTIONS(2475), - [sym_atx_h6_marker] = ACTIONS(2475), - [sym__thematic_break] = ACTIONS(2475), - [sym__list_marker_minus] = ACTIONS(2475), - [sym__list_marker_plus] = ACTIONS(2475), - [sym__list_marker_star] = ACTIONS(2475), - [sym__list_marker_parenthesis] = ACTIONS(2475), - [sym__list_marker_dot] = ACTIONS(2475), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_example] = ACTIONS(2475), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2475), - [sym__fenced_code_block_start_backtick] = ACTIONS(2475), - [sym_minus_metadata] = ACTIONS(2475), - [sym__pipe_table_start] = ACTIONS(2475), - [sym__fenced_div_start] = ACTIONS(2475), - [sym__fenced_div_end] = ACTIONS(2475), - [sym_ref_id_specifier] = ACTIONS(2475), - [sym__code_span_start] = ACTIONS(2475), - [sym__html_comment] = ACTIONS(2475), - [sym__autolink] = ACTIONS(2475), - [sym__highlight_span_start] = ACTIONS(2475), - [sym__insert_span_start] = ACTIONS(2475), - [sym__delete_span_start] = ACTIONS(2475), - [sym__edit_comment_span_start] = ACTIONS(2475), - [sym__single_quote_span_open] = ACTIONS(2475), - [sym__double_quote_span_open] = ACTIONS(2475), - [sym__shortcode_open_escaped] = ACTIONS(2475), - [sym__shortcode_open] = ACTIONS(2475), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2475), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2475), - [sym__cite_author_in_text] = ACTIONS(2475), - [sym__cite_suppress_author] = ACTIONS(2475), - [sym__strikeout_open] = ACTIONS(2475), - [sym__subscript_open] = ACTIONS(2475), - [sym__superscript_open] = ACTIONS(2475), - [sym__inline_note_start_token] = ACTIONS(2475), - [sym__strong_emphasis_open_star] = ACTIONS(2475), - [sym__strong_emphasis_open_underscore] = ACTIONS(2475), - [sym__emphasis_open_star] = ACTIONS(2475), - [sym__emphasis_open_underscore] = ACTIONS(2475), - [sym_inline_note_reference] = ACTIONS(2475), - [sym_html_element] = ACTIONS(2475), + [sym__inlines] = STATE(3273), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(685), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(685), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2519), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2521), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(218)] = { - [sym__inlines] = STATE(3151), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(642), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(642), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2479), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2481), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3275), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(686), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(686), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2525), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(219)] = { - [sym__inlines] = STATE(3225), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(606), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(606), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2483), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2485), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3277), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(638), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(638), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2529), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(220)] = { - [sym__inlines] = STATE(3227), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(607), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(607), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2487), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2489), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym__inlines] = STATE(3280), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(639), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(639), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2531), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2533), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(221)] = { - [sym__inlines] = STATE(3229), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(627), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(627), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2491), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2493), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(222)] = { - [sym__inlines] = STATE(3234), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(630), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(630), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2495), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2497), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(223)] = { - [sym__inlines] = STATE(3305), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(679), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(679), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2499), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2501), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(224)] = { - [sym__inlines] = STATE(3307), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(682), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(682), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2503), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2505), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(225)] = { - [sym__inlines] = STATE(3310), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(683), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(683), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2509), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(226)] = { - [sym__inlines] = STATE(3312), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(639), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(639), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2511), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2513), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(227)] = { - [sym__inlines] = STATE(3391), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [sym__inlines] = STATE(3389), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(596), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(596), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2515), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2517), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2537), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(228)] = { - [sym__atx_heading_content] = STATE(2387), - [sym__inlines] = STATE(2387), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(486), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2519), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [STATE(222)] = { + [sym__inlines] = STATE(3391), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(597), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(597), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2541), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(229)] = { - [sym__inlines] = STATE(3398), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(223)] = { + [sym__inlines] = STATE(3393), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(598), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(598), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2521), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2523), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2543), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2545), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(230)] = { - [sym__inlines] = STATE(3400), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(224)] = { + [sym__inlines] = STATE(3396), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(599), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(599), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2525), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2527), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2549), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(231)] = { - [sym__inlines] = STATE(3474), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(225)] = { + [sym__inlines] = STATE(3491), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(608), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(608), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2529), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2531), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2551), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2553), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(232)] = { - [sym__inlines] = STATE(3476), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(226)] = { + [sym__inlines] = STATE(3493), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(609), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(609), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2535), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2555), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2557), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(233)] = { - [sym__inlines] = STATE(3490), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(227)] = { + [sym__inlines] = STATE(3506), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(610), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(610), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2537), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2539), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2559), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2561), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(234)] = { - [sym__inlines] = STATE(2795), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(228)] = { + [sym__inlines] = STATE(2811), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(611), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(611), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2541), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2543), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2563), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2565), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(235)] = { - [sym__inlines] = STATE(2847), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(229)] = { + [sym__inlines] = STATE(2863), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(620), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(620), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2545), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2547), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2569), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(236)] = { - [sym__inlines] = STATE(2849), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(230)] = { + [sym__inlines] = STATE(2865), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(621), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(621), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2549), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2551), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2571), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2573), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(237)] = { - [sym__inlines] = STATE(2851), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(231)] = { + [sym__inlines] = STATE(2867), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(622), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(622), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2553), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2555), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2577), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(238)] = { - [sym__inlines] = STATE(2853), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(232)] = { + [sym__inlines] = STATE(2869), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(623), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(623), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2557), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2559), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2581), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(239)] = { - [sym__inlines] = STATE(2903), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(233)] = { + [sym__inlines] = STATE(2919), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(632), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(632), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2561), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2563), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2583), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2585), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(240)] = { - [sym__inlines] = STATE(2905), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(587), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(587), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2565), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2567), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [STATE(234)] = { + [sym__inlines] = STATE(2921), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(633), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(633), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2589), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(241)] = { - [sym__inlines] = STATE(2907), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(235)] = { + [sym__inlines] = STATE(2923), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(634), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(634), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2569), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2571), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2591), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2593), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(242)] = { - [sym__inlines] = STATE(2909), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(236)] = { + [sym__inlines] = STATE(2925), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(635), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(635), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2573), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2575), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2597), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(243)] = { - [sym__inlines] = STATE(2959), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(237)] = { + [sym__inlines] = STATE(2975), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(644), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(644), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2579), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2599), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2601), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(244)] = { - [sym__inlines] = STATE(2961), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(238)] = { + [sym__inlines] = STATE(2977), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(645), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(645), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2581), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2583), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2603), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2605), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(245)] = { - [sym__inlines] = STATE(2963), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(239)] = { + [sym__inlines] = STATE(2979), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(646), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(646), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2585), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2587), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2609), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(246)] = { - [sym__inlines] = STATE(2965), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(240)] = { + [sym__inlines] = STATE(2981), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(647), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(647), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2591), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2611), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2613), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(247)] = { - [sym__inlines] = STATE(3015), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(241)] = { + [sym__inlines] = STATE(3031), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(656), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(656), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2593), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2595), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2615), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2617), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(248)] = { - [sym__inlines] = STATE(3017), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(242)] = { + [sym__inlines] = STATE(3033), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(657), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(657), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2599), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2619), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2621), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(249)] = { - [sym__inlines] = STATE(3019), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(243)] = { + [sym__inlines] = STATE(3035), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(658), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(658), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2603), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2623), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2625), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(250)] = { - [sym__inlines] = STATE(3021), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), + [STATE(244)] = { + [sym__inlines] = STATE(3037), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), [sym__soft_line_break] = STATE(659), - [sym_pandoc_line_break] = STATE(563), + [sym_pandoc_line_break] = STATE(466), [sym__inline_whitespace] = STATE(659), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2607), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2629), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, - [STATE(251)] = { - [anon_sym_COLON] = ACTIONS(2609), - [sym_entity_reference] = ACTIONS(2609), - [sym_numeric_character_reference] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2611), - [anon_sym_BANG_LBRACK] = ACTIONS(2611), - [anon_sym_DOLLAR] = ACTIONS(2609), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2611), - [sym_pandoc_str] = ACTIONS(2609), - [aux_sym__prose_punctuation_token1] = ACTIONS(2609), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2609), - [sym__line_ending] = ACTIONS(2611), - [sym__soft_line_ending] = ACTIONS(2611), - [sym__block_close] = ACTIONS(2611), - [sym_block_continuation] = ACTIONS(2613), - [sym__block_quote_start] = ACTIONS(2611), - [sym_atx_h1_marker] = ACTIONS(2611), - [sym_atx_h2_marker] = ACTIONS(2611), - [sym_atx_h3_marker] = ACTIONS(2611), - [sym_atx_h4_marker] = ACTIONS(2611), - [sym_atx_h5_marker] = ACTIONS(2611), - [sym_atx_h6_marker] = ACTIONS(2611), - [sym__thematic_break] = ACTIONS(2611), - [sym__list_marker_minus] = ACTIONS(2611), - [sym__list_marker_plus] = ACTIONS(2611), - [sym__list_marker_star] = ACTIONS(2611), - [sym__list_marker_parenthesis] = ACTIONS(2611), - [sym__list_marker_dot] = ACTIONS(2611), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_example] = ACTIONS(2611), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2611), - [sym__fenced_code_block_start_backtick] = ACTIONS(2611), - [sym_minus_metadata] = ACTIONS(2611), - [sym__pipe_table_start] = ACTIONS(2611), - [sym__fenced_div_start] = ACTIONS(2611), - [sym__fenced_div_end] = ACTIONS(2611), - [sym_ref_id_specifier] = ACTIONS(2611), - [sym__code_span_start] = ACTIONS(2611), - [sym__html_comment] = ACTIONS(2611), - [sym__autolink] = ACTIONS(2611), - [sym__highlight_span_start] = ACTIONS(2611), - [sym__insert_span_start] = ACTIONS(2611), - [sym__delete_span_start] = ACTIONS(2611), - [sym__edit_comment_span_start] = ACTIONS(2611), - [sym__single_quote_span_open] = ACTIONS(2611), - [sym__double_quote_span_open] = ACTIONS(2611), - [sym__shortcode_open_escaped] = ACTIONS(2611), - [sym__shortcode_open] = ACTIONS(2611), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2611), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2611), - [sym__cite_author_in_text] = ACTIONS(2611), - [sym__cite_suppress_author] = ACTIONS(2611), - [sym__strikeout_open] = ACTIONS(2611), - [sym__subscript_open] = ACTIONS(2611), - [sym__superscript_open] = ACTIONS(2611), - [sym__inline_note_start_token] = ACTIONS(2611), - [sym__strong_emphasis_open_star] = ACTIONS(2611), - [sym__strong_emphasis_open_underscore] = ACTIONS(2611), - [sym__emphasis_open_star] = ACTIONS(2611), - [sym__emphasis_open_underscore] = ACTIONS(2611), - [sym_inline_note_reference] = ACTIONS(2611), - [sym_html_element] = ACTIONS(2611), + [STATE(245)] = { + [sym_list_marker_example] = STATE(5), + [sym__list_item_example] = STATE(245), + [aux_sym__list_example_repeat1] = STATE(245), + [ts_builtin_sym_end] = ACTIONS(2108), + [anon_sym_COLON] = ACTIONS(2106), + [sym_entity_reference] = ACTIONS(2106), + [sym_numeric_character_reference] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_BANG_LBRACK] = ACTIONS(2108), + [anon_sym_DOLLAR] = ACTIONS(2106), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [aux_sym_pandoc_str_token1] = ACTIONS(2106), + [anon_sym_PIPE] = ACTIONS(2108), + [aux_sym__prose_punctuation_token1] = ACTIONS(2106), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2106), + [sym__line_ending] = ACTIONS(2108), + [sym__soft_line_ending] = ACTIONS(2108), + [sym__block_quote_start] = ACTIONS(2108), + [sym_atx_h1_marker] = ACTIONS(2108), + [sym_atx_h2_marker] = ACTIONS(2108), + [sym_atx_h3_marker] = ACTIONS(2108), + [sym_atx_h4_marker] = ACTIONS(2108), + [sym_atx_h5_marker] = ACTIONS(2108), + [sym_atx_h6_marker] = ACTIONS(2108), + [sym__thematic_break] = ACTIONS(2108), + [sym__list_marker_minus] = ACTIONS(2108), + [sym__list_marker_plus] = ACTIONS(2108), + [sym__list_marker_star] = ACTIONS(2108), + [sym__list_marker_parenthesis] = ACTIONS(2108), + [sym__list_marker_dot] = ACTIONS(2108), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_example] = ACTIONS(2110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2110), + [sym__fenced_code_block_start_backtick] = ACTIONS(2108), + [sym_minus_metadata] = ACTIONS(2108), + [sym__pipe_table_start] = ACTIONS(2108), + [sym__fenced_div_start] = ACTIONS(2108), + [sym_ref_id_specifier] = ACTIONS(2108), + [sym__code_span_start] = ACTIONS(2108), + [sym__html_comment] = ACTIONS(2108), + [sym__autolink] = ACTIONS(2108), + [sym__highlight_span_start] = ACTIONS(2108), + [sym__insert_span_start] = ACTIONS(2108), + [sym__delete_span_start] = ACTIONS(2108), + [sym__edit_comment_span_start] = ACTIONS(2108), + [sym__single_quote_span_open] = ACTIONS(2108), + [sym__double_quote_span_open] = ACTIONS(2108), + [sym__shortcode_open_escaped] = ACTIONS(2108), + [sym__shortcode_open] = ACTIONS(2108), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2108), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2108), + [sym__cite_author_in_text] = ACTIONS(2108), + [sym__cite_suppress_author] = ACTIONS(2108), + [sym__strikeout_open] = ACTIONS(2108), + [sym__subscript_open] = ACTIONS(2108), + [sym__superscript_open] = ACTIONS(2108), + [sym__inline_note_start_token] = ACTIONS(2108), + [sym__strong_emphasis_open_star] = ACTIONS(2108), + [sym__strong_emphasis_open_underscore] = ACTIONS(2108), + [sym__emphasis_open_star] = ACTIONS(2108), + [sym__emphasis_open_underscore] = ACTIONS(2108), + [sym_inline_note_reference] = ACTIONS(2108), + [sym_html_element] = ACTIONS(2108), }, - [STATE(252)] = { - [sym__atx_heading_content] = STATE(2472), - [sym__inlines] = STATE(2472), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(294), - [sym_pandoc_line_break] = STATE(455), + [STATE(246)] = { + [sym__atx_heading_content] = STATE(2493), + [sym__inlines] = STATE(2493), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(463), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -68805,67 +68899,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2615), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2631), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, - [STATE(253)] = { - [sym__atx_heading_content] = STATE(2474), - [sym__inlines] = STATE(2474), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(295), - [sym_pandoc_line_break] = STATE(455), + [STATE(247)] = { + [sym__atx_heading_content] = STATE(2496), + [sym__inlines] = STATE(2496), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(465), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -68873,67 +68969,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2617), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2633), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, + [STATE(248)] = { + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(248), + [aux_sym__list_plus_repeat1] = STATE(248), + [anon_sym_COLON] = ACTIONS(2071), + [sym_entity_reference] = ACTIONS(2071), + [sym_numeric_character_reference] = ACTIONS(2073), + [anon_sym_LBRACK] = ACTIONS(2073), + [anon_sym_BANG_LBRACK] = ACTIONS(2073), + [anon_sym_DOLLAR] = ACTIONS(2071), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2073), + [anon_sym_LBRACE] = ACTIONS(2073), + [aux_sym_pandoc_str_token1] = ACTIONS(2071), + [anon_sym_PIPE] = ACTIONS(2073), + [aux_sym__prose_punctuation_token1] = ACTIONS(2071), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2071), + [sym__line_ending] = ACTIONS(2073), + [sym__soft_line_ending] = ACTIONS(2073), + [sym__block_close] = ACTIONS(2073), + [sym__block_quote_start] = ACTIONS(2073), + [sym_atx_h1_marker] = ACTIONS(2073), + [sym_atx_h2_marker] = ACTIONS(2073), + [sym_atx_h3_marker] = ACTIONS(2073), + [sym_atx_h4_marker] = ACTIONS(2073), + [sym_atx_h5_marker] = ACTIONS(2073), + [sym_atx_h6_marker] = ACTIONS(2073), + [sym__thematic_break] = ACTIONS(2073), + [sym__list_marker_minus] = ACTIONS(2073), + [sym__list_marker_plus] = ACTIONS(2075), + [sym__list_marker_star] = ACTIONS(2073), + [sym__list_marker_parenthesis] = ACTIONS(2073), + [sym__list_marker_dot] = ACTIONS(2073), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2075), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2073), + [sym__list_marker_example] = ACTIONS(2073), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2073), + [sym__fenced_code_block_start_backtick] = ACTIONS(2073), + [sym_minus_metadata] = ACTIONS(2073), + [sym__pipe_table_start] = ACTIONS(2073), + [sym__fenced_div_start] = ACTIONS(2073), + [sym_ref_id_specifier] = ACTIONS(2073), + [sym__code_span_start] = ACTIONS(2073), + [sym__html_comment] = ACTIONS(2073), + [sym__autolink] = ACTIONS(2073), + [sym__highlight_span_start] = ACTIONS(2073), + [sym__insert_span_start] = ACTIONS(2073), + [sym__delete_span_start] = ACTIONS(2073), + [sym__edit_comment_span_start] = ACTIONS(2073), + [sym__single_quote_span_open] = ACTIONS(2073), + [sym__double_quote_span_open] = ACTIONS(2073), + [sym__shortcode_open_escaped] = ACTIONS(2073), + [sym__shortcode_open] = ACTIONS(2073), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2073), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2073), + [sym__cite_author_in_text] = ACTIONS(2073), + [sym__cite_suppress_author] = ACTIONS(2073), + [sym__strikeout_open] = ACTIONS(2073), + [sym__subscript_open] = ACTIONS(2073), + [sym__superscript_open] = ACTIONS(2073), + [sym__inline_note_start_token] = ACTIONS(2073), + [sym__strong_emphasis_open_star] = ACTIONS(2073), + [sym__strong_emphasis_open_underscore] = ACTIONS(2073), + [sym__emphasis_open_star] = ACTIONS(2073), + [sym__emphasis_open_underscore] = ACTIONS(2073), + [sym_inline_note_reference] = ACTIONS(2073), + [sym_html_element] = ACTIONS(2073), + }, + [STATE(249)] = { + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(249), + [aux_sym__list_minus_repeat1] = STATE(249), + [anon_sym_COLON] = ACTIONS(2078), + [sym_entity_reference] = ACTIONS(2078), + [sym_numeric_character_reference] = ACTIONS(2080), + [anon_sym_LBRACK] = ACTIONS(2080), + [anon_sym_BANG_LBRACK] = ACTIONS(2080), + [anon_sym_DOLLAR] = ACTIONS(2078), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2080), + [anon_sym_LBRACE] = ACTIONS(2080), + [aux_sym_pandoc_str_token1] = ACTIONS(2078), + [anon_sym_PIPE] = ACTIONS(2080), + [aux_sym__prose_punctuation_token1] = ACTIONS(2078), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2078), + [sym__line_ending] = ACTIONS(2080), + [sym__soft_line_ending] = ACTIONS(2080), + [sym__block_close] = ACTIONS(2080), + [sym__block_quote_start] = ACTIONS(2080), + [sym_atx_h1_marker] = ACTIONS(2080), + [sym_atx_h2_marker] = ACTIONS(2080), + [sym_atx_h3_marker] = ACTIONS(2080), + [sym_atx_h4_marker] = ACTIONS(2080), + [sym_atx_h5_marker] = ACTIONS(2080), + [sym_atx_h6_marker] = ACTIONS(2080), + [sym__thematic_break] = ACTIONS(2080), + [sym__list_marker_minus] = ACTIONS(2082), + [sym__list_marker_plus] = ACTIONS(2080), + [sym__list_marker_star] = ACTIONS(2080), + [sym__list_marker_parenthesis] = ACTIONS(2080), + [sym__list_marker_dot] = ACTIONS(2080), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2082), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2080), + [sym__list_marker_example] = ACTIONS(2080), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2080), + [sym__fenced_code_block_start_backtick] = ACTIONS(2080), + [sym_minus_metadata] = ACTIONS(2080), + [sym__pipe_table_start] = ACTIONS(2080), + [sym__fenced_div_start] = ACTIONS(2080), + [sym_ref_id_specifier] = ACTIONS(2080), + [sym__code_span_start] = ACTIONS(2080), + [sym__html_comment] = ACTIONS(2080), + [sym__autolink] = ACTIONS(2080), + [sym__highlight_span_start] = ACTIONS(2080), + [sym__insert_span_start] = ACTIONS(2080), + [sym__delete_span_start] = ACTIONS(2080), + [sym__edit_comment_span_start] = ACTIONS(2080), + [sym__single_quote_span_open] = ACTIONS(2080), + [sym__double_quote_span_open] = ACTIONS(2080), + [sym__shortcode_open_escaped] = ACTIONS(2080), + [sym__shortcode_open] = ACTIONS(2080), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2080), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2080), + [sym__cite_author_in_text] = ACTIONS(2080), + [sym__cite_suppress_author] = ACTIONS(2080), + [sym__strikeout_open] = ACTIONS(2080), + [sym__subscript_open] = ACTIONS(2080), + [sym__superscript_open] = ACTIONS(2080), + [sym__inline_note_start_token] = ACTIONS(2080), + [sym__strong_emphasis_open_star] = ACTIONS(2080), + [sym__strong_emphasis_open_underscore] = ACTIONS(2080), + [sym__emphasis_open_star] = ACTIONS(2080), + [sym__emphasis_open_underscore] = ACTIONS(2080), + [sym_inline_note_reference] = ACTIONS(2080), + [sym_html_element] = ACTIONS(2080), + }, + [STATE(250)] = { + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(250), + [aux_sym__list_star_repeat1] = STATE(250), + [anon_sym_COLON] = ACTIONS(2085), + [sym_entity_reference] = ACTIONS(2085), + [sym_numeric_character_reference] = ACTIONS(2087), + [anon_sym_LBRACK] = ACTIONS(2087), + [anon_sym_BANG_LBRACK] = ACTIONS(2087), + [anon_sym_DOLLAR] = ACTIONS(2085), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2087), + [aux_sym_pandoc_str_token1] = ACTIONS(2085), + [anon_sym_PIPE] = ACTIONS(2087), + [aux_sym__prose_punctuation_token1] = ACTIONS(2085), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2085), + [sym__line_ending] = ACTIONS(2087), + [sym__soft_line_ending] = ACTIONS(2087), + [sym__block_close] = ACTIONS(2087), + [sym__block_quote_start] = ACTIONS(2087), + [sym_atx_h1_marker] = ACTIONS(2087), + [sym_atx_h2_marker] = ACTIONS(2087), + [sym_atx_h3_marker] = ACTIONS(2087), + [sym_atx_h4_marker] = ACTIONS(2087), + [sym_atx_h5_marker] = ACTIONS(2087), + [sym_atx_h6_marker] = ACTIONS(2087), + [sym__thematic_break] = ACTIONS(2087), + [sym__list_marker_minus] = ACTIONS(2087), + [sym__list_marker_plus] = ACTIONS(2087), + [sym__list_marker_star] = ACTIONS(2089), + [sym__list_marker_parenthesis] = ACTIONS(2087), + [sym__list_marker_dot] = ACTIONS(2087), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2089), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2087), + [sym__list_marker_example] = ACTIONS(2087), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2087), + [sym__fenced_code_block_start_backtick] = ACTIONS(2087), + [sym_minus_metadata] = ACTIONS(2087), + [sym__pipe_table_start] = ACTIONS(2087), + [sym__fenced_div_start] = ACTIONS(2087), + [sym_ref_id_specifier] = ACTIONS(2087), + [sym__code_span_start] = ACTIONS(2087), + [sym__html_comment] = ACTIONS(2087), + [sym__autolink] = ACTIONS(2087), + [sym__highlight_span_start] = ACTIONS(2087), + [sym__insert_span_start] = ACTIONS(2087), + [sym__delete_span_start] = ACTIONS(2087), + [sym__edit_comment_span_start] = ACTIONS(2087), + [sym__single_quote_span_open] = ACTIONS(2087), + [sym__double_quote_span_open] = ACTIONS(2087), + [sym__shortcode_open_escaped] = ACTIONS(2087), + [sym__shortcode_open] = ACTIONS(2087), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2087), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), + [sym__cite_author_in_text] = ACTIONS(2087), + [sym__cite_suppress_author] = ACTIONS(2087), + [sym__strikeout_open] = ACTIONS(2087), + [sym__subscript_open] = ACTIONS(2087), + [sym__superscript_open] = ACTIONS(2087), + [sym__inline_note_start_token] = ACTIONS(2087), + [sym__strong_emphasis_open_star] = ACTIONS(2087), + [sym__strong_emphasis_open_underscore] = ACTIONS(2087), + [sym__emphasis_open_star] = ACTIONS(2087), + [sym__emphasis_open_underscore] = ACTIONS(2087), + [sym_inline_note_reference] = ACTIONS(2087), + [sym_html_element] = ACTIONS(2087), + }, + [STATE(251)] = { + [sym_list_marker_dot] = STATE(10), + [sym__list_item_dot] = STATE(251), + [aux_sym__list_dot_repeat1] = STATE(251), + [anon_sym_COLON] = ACTIONS(2092), + [sym_entity_reference] = ACTIONS(2092), + [sym_numeric_character_reference] = ACTIONS(2094), + [anon_sym_LBRACK] = ACTIONS(2094), + [anon_sym_BANG_LBRACK] = ACTIONS(2094), + [anon_sym_DOLLAR] = ACTIONS(2092), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2094), + [anon_sym_LBRACE] = ACTIONS(2094), + [aux_sym_pandoc_str_token1] = ACTIONS(2092), + [anon_sym_PIPE] = ACTIONS(2094), + [aux_sym__prose_punctuation_token1] = ACTIONS(2092), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2092), + [sym__line_ending] = ACTIONS(2094), + [sym__soft_line_ending] = ACTIONS(2094), + [sym__block_close] = ACTIONS(2094), + [sym__block_quote_start] = ACTIONS(2094), + [sym_atx_h1_marker] = ACTIONS(2094), + [sym_atx_h2_marker] = ACTIONS(2094), + [sym_atx_h3_marker] = ACTIONS(2094), + [sym_atx_h4_marker] = ACTIONS(2094), + [sym_atx_h5_marker] = ACTIONS(2094), + [sym_atx_h6_marker] = ACTIONS(2094), + [sym__thematic_break] = ACTIONS(2094), + [sym__list_marker_minus] = ACTIONS(2094), + [sym__list_marker_plus] = ACTIONS(2094), + [sym__list_marker_star] = ACTIONS(2094), + [sym__list_marker_parenthesis] = ACTIONS(2094), + [sym__list_marker_dot] = ACTIONS(2096), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2094), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2096), + [sym__list_marker_example] = ACTIONS(2094), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2094), + [sym__fenced_code_block_start_backtick] = ACTIONS(2094), + [sym_minus_metadata] = ACTIONS(2094), + [sym__pipe_table_start] = ACTIONS(2094), + [sym__fenced_div_start] = ACTIONS(2094), + [sym_ref_id_specifier] = ACTIONS(2094), + [sym__code_span_start] = ACTIONS(2094), + [sym__html_comment] = ACTIONS(2094), + [sym__autolink] = ACTIONS(2094), + [sym__highlight_span_start] = ACTIONS(2094), + [sym__insert_span_start] = ACTIONS(2094), + [sym__delete_span_start] = ACTIONS(2094), + [sym__edit_comment_span_start] = ACTIONS(2094), + [sym__single_quote_span_open] = ACTIONS(2094), + [sym__double_quote_span_open] = ACTIONS(2094), + [sym__shortcode_open_escaped] = ACTIONS(2094), + [sym__shortcode_open] = ACTIONS(2094), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2094), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2094), + [sym__cite_author_in_text] = ACTIONS(2094), + [sym__cite_suppress_author] = ACTIONS(2094), + [sym__strikeout_open] = ACTIONS(2094), + [sym__subscript_open] = ACTIONS(2094), + [sym__superscript_open] = ACTIONS(2094), + [sym__inline_note_start_token] = ACTIONS(2094), + [sym__strong_emphasis_open_star] = ACTIONS(2094), + [sym__strong_emphasis_open_underscore] = ACTIONS(2094), + [sym__emphasis_open_star] = ACTIONS(2094), + [sym__emphasis_open_underscore] = ACTIONS(2094), + [sym_inline_note_reference] = ACTIONS(2094), + [sym_html_element] = ACTIONS(2094), + }, + [STATE(252)] = { + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(252), + [aux_sym__list_parenthesis_repeat1] = STATE(252), + [anon_sym_COLON] = ACTIONS(2099), + [sym_entity_reference] = ACTIONS(2099), + [sym_numeric_character_reference] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_BANG_LBRACK] = ACTIONS(2101), + [anon_sym_DOLLAR] = ACTIONS(2099), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [aux_sym_pandoc_str_token1] = ACTIONS(2099), + [anon_sym_PIPE] = ACTIONS(2101), + [aux_sym__prose_punctuation_token1] = ACTIONS(2099), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2099), + [sym__line_ending] = ACTIONS(2101), + [sym__soft_line_ending] = ACTIONS(2101), + [sym__block_close] = ACTIONS(2101), + [sym__block_quote_start] = ACTIONS(2101), + [sym_atx_h1_marker] = ACTIONS(2101), + [sym_atx_h2_marker] = ACTIONS(2101), + [sym_atx_h3_marker] = ACTIONS(2101), + [sym_atx_h4_marker] = ACTIONS(2101), + [sym_atx_h5_marker] = ACTIONS(2101), + [sym_atx_h6_marker] = ACTIONS(2101), + [sym__thematic_break] = ACTIONS(2101), + [sym__list_marker_minus] = ACTIONS(2101), + [sym__list_marker_plus] = ACTIONS(2101), + [sym__list_marker_star] = ACTIONS(2101), + [sym__list_marker_parenthesis] = ACTIONS(2103), + [sym__list_marker_dot] = ACTIONS(2101), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2103), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2101), + [sym__list_marker_example] = ACTIONS(2101), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2101), + [sym__fenced_code_block_start_backtick] = ACTIONS(2101), + [sym_minus_metadata] = ACTIONS(2101), + [sym__pipe_table_start] = ACTIONS(2101), + [sym__fenced_div_start] = ACTIONS(2101), + [sym_ref_id_specifier] = ACTIONS(2101), + [sym__code_span_start] = ACTIONS(2101), + [sym__html_comment] = ACTIONS(2101), + [sym__autolink] = ACTIONS(2101), + [sym__highlight_span_start] = ACTIONS(2101), + [sym__insert_span_start] = ACTIONS(2101), + [sym__delete_span_start] = ACTIONS(2101), + [sym__edit_comment_span_start] = ACTIONS(2101), + [sym__single_quote_span_open] = ACTIONS(2101), + [sym__double_quote_span_open] = ACTIONS(2101), + [sym__shortcode_open_escaped] = ACTIONS(2101), + [sym__shortcode_open] = ACTIONS(2101), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2101), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2101), + [sym__cite_author_in_text] = ACTIONS(2101), + [sym__cite_suppress_author] = ACTIONS(2101), + [sym__strikeout_open] = ACTIONS(2101), + [sym__subscript_open] = ACTIONS(2101), + [sym__superscript_open] = ACTIONS(2101), + [sym__inline_note_start_token] = ACTIONS(2101), + [sym__strong_emphasis_open_star] = ACTIONS(2101), + [sym__strong_emphasis_open_underscore] = ACTIONS(2101), + [sym__emphasis_open_star] = ACTIONS(2101), + [sym__emphasis_open_underscore] = ACTIONS(2101), + [sym_inline_note_reference] = ACTIONS(2101), + [sym_html_element] = ACTIONS(2101), + }, + [STATE(253)] = { + [sym_list_marker_example] = STATE(19), + [sym__list_item_example] = STATE(253), + [aux_sym__list_example_repeat1] = STATE(253), + [anon_sym_COLON] = ACTIONS(2106), + [sym_entity_reference] = ACTIONS(2106), + [sym_numeric_character_reference] = ACTIONS(2108), + [anon_sym_LBRACK] = ACTIONS(2108), + [anon_sym_BANG_LBRACK] = ACTIONS(2108), + [anon_sym_DOLLAR] = ACTIONS(2106), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2108), + [aux_sym_pandoc_str_token1] = ACTIONS(2106), + [anon_sym_PIPE] = ACTIONS(2108), + [aux_sym__prose_punctuation_token1] = ACTIONS(2106), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2106), + [sym__line_ending] = ACTIONS(2108), + [sym__soft_line_ending] = ACTIONS(2108), + [sym__block_close] = ACTIONS(2108), + [sym__block_quote_start] = ACTIONS(2108), + [sym_atx_h1_marker] = ACTIONS(2108), + [sym_atx_h2_marker] = ACTIONS(2108), + [sym_atx_h3_marker] = ACTIONS(2108), + [sym_atx_h4_marker] = ACTIONS(2108), + [sym_atx_h5_marker] = ACTIONS(2108), + [sym_atx_h6_marker] = ACTIONS(2108), + [sym__thematic_break] = ACTIONS(2108), + [sym__list_marker_minus] = ACTIONS(2108), + [sym__list_marker_plus] = ACTIONS(2108), + [sym__list_marker_star] = ACTIONS(2108), + [sym__list_marker_parenthesis] = ACTIONS(2108), + [sym__list_marker_dot] = ACTIONS(2108), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2108), + [sym__list_marker_example] = ACTIONS(2110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2110), + [sym__fenced_code_block_start_backtick] = ACTIONS(2108), + [sym_minus_metadata] = ACTIONS(2108), + [sym__pipe_table_start] = ACTIONS(2108), + [sym__fenced_div_start] = ACTIONS(2108), + [sym_ref_id_specifier] = ACTIONS(2108), + [sym__code_span_start] = ACTIONS(2108), + [sym__html_comment] = ACTIONS(2108), + [sym__autolink] = ACTIONS(2108), + [sym__highlight_span_start] = ACTIONS(2108), + [sym__insert_span_start] = ACTIONS(2108), + [sym__delete_span_start] = ACTIONS(2108), + [sym__edit_comment_span_start] = ACTIONS(2108), + [sym__single_quote_span_open] = ACTIONS(2108), + [sym__double_quote_span_open] = ACTIONS(2108), + [sym__shortcode_open_escaped] = ACTIONS(2108), + [sym__shortcode_open] = ACTIONS(2108), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2108), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2108), + [sym__cite_author_in_text] = ACTIONS(2108), + [sym__cite_suppress_author] = ACTIONS(2108), + [sym__strikeout_open] = ACTIONS(2108), + [sym__subscript_open] = ACTIONS(2108), + [sym__superscript_open] = ACTIONS(2108), + [sym__inline_note_start_token] = ACTIONS(2108), + [sym__strong_emphasis_open_star] = ACTIONS(2108), + [sym__strong_emphasis_open_underscore] = ACTIONS(2108), + [sym__emphasis_open_star] = ACTIONS(2108), + [sym__emphasis_open_underscore] = ACTIONS(2108), + [sym_inline_note_reference] = ACTIONS(2108), + [sym_html_element] = ACTIONS(2108), + }, [STATE(254)] = { - [sym__atx_heading_content] = STATE(2476), - [sym__inlines] = STATE(2476), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(296), - [sym_pandoc_line_break] = STATE(455), + [sym__atx_heading_content] = STATE(2545), + [sym__inlines] = STATE(2545), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(468), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -68941,271 +69459,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2619), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(27), + [sym__eof] = ACTIONS(2635), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(255)] = { - [sym__atx_heading_content] = STATE(2478), - [sym__inlines] = STATE(2478), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(297), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2621), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [sym__inlines] = STATE(2850), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(648), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(648), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2637), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2639), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(256)] = { - [sym__atx_heading_content] = STATE(2480), - [sym__inlines] = STATE(2480), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(298), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2623), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [sym__inlines] = STATE(3244), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(665), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(665), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2643), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(257)] = { - [sym__atx_heading_content] = STATE(2481), - [sym__inlines] = STATE(2481), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(299), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(185), - [sym__eof] = ACTIONS(2625), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), + [sym__inlines] = STATE(2955), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(668), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(668), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2645), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2647), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(258)] = { - [sym__atx_heading_content] = STATE(2385), - [sym__inlines] = STATE(2385), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(551), - [sym_pandoc_line_break] = STATE(455), + [sym__atx_heading_content] = STATE(2536), + [sym__inlines] = STATE(2536), + [sym_pandoc_span] = STATE(338), + [sym_pandoc_image] = STATE(338), + [sym_pandoc_math] = STATE(338), + [sym_pandoc_display_math] = STATE(338), + [sym_pandoc_code_span] = STATE(338), + [sym_pandoc_single_quote] = STATE(338), + [sym_pandoc_double_quote] = STATE(338), + [sym_insert] = STATE(338), + [sym_delete] = STATE(338), + [sym_edit_comment] = STATE(338), + [sym_highlight] = STATE(338), + [sym__pandoc_attr_specifier] = STATE(338), + [sym__line] = STATE(2278), + [sym__inline_element] = STATE(338), + [sym_shortcode_escaped] = STATE(338), + [sym_shortcode] = STATE(338), + [sym_citation] = STATE(338), + [sym_inline_note] = STATE(338), + [sym_pandoc_superscript] = STATE(338), + [sym_pandoc_subscript] = STATE(338), + [sym_pandoc_strikeout] = STATE(338), + [sym_pandoc_emph] = STATE(338), + [sym_pandoc_strong] = STATE(338), + [sym_pandoc_str] = STATE(338), + [sym__prose_punctuation] = STATE(338), + [sym__newline] = STATE(304), + [sym_pandoc_line_break] = STATE(338), [sym_entity_reference] = ACTIONS(7), [sym_numeric_character_reference] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), @@ -69213,719 +69739,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(15), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2627), - [sym__code_span_start] = ACTIONS(65), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(2303), + [sym__line_ending] = ACTIONS(189), + [sym__eof] = ACTIONS(2649), + [sym__code_span_start] = ACTIONS(69), [sym__html_comment] = ACTIONS(9), [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), [sym_inline_note_reference] = ACTIONS(9), [sym_html_element] = ACTIONS(9), }, [STATE(259)] = { - [anon_sym_COLON] = ACTIONS(2629), - [sym_entity_reference] = ACTIONS(2629), - [sym_numeric_character_reference] = ACTIONS(2631), - [anon_sym_LBRACK] = ACTIONS(2631), - [anon_sym_BANG_LBRACK] = ACTIONS(2631), - [anon_sym_DOLLAR] = ACTIONS(2629), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2631), - [anon_sym_LBRACE] = ACTIONS(2631), - [sym_pandoc_str] = ACTIONS(2629), - [aux_sym__prose_punctuation_token1] = ACTIONS(2629), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2629), - [sym__line_ending] = ACTIONS(2631), - [sym__soft_line_ending] = ACTIONS(2631), - [sym__block_close] = ACTIONS(2631), - [sym_block_continuation] = ACTIONS(2633), - [sym__block_quote_start] = ACTIONS(2631), - [sym_atx_h1_marker] = ACTIONS(2631), - [sym_atx_h2_marker] = ACTIONS(2631), - [sym_atx_h3_marker] = ACTIONS(2631), - [sym_atx_h4_marker] = ACTIONS(2631), - [sym_atx_h5_marker] = ACTIONS(2631), - [sym_atx_h6_marker] = ACTIONS(2631), - [sym__thematic_break] = ACTIONS(2631), - [sym__list_marker_minus] = ACTIONS(2631), - [sym__list_marker_plus] = ACTIONS(2631), - [sym__list_marker_star] = ACTIONS(2631), - [sym__list_marker_parenthesis] = ACTIONS(2631), - [sym__list_marker_dot] = ACTIONS(2631), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_example] = ACTIONS(2631), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2631), - [sym__fenced_code_block_start_backtick] = ACTIONS(2631), - [sym_minus_metadata] = ACTIONS(2631), - [sym__pipe_table_start] = ACTIONS(2631), - [sym__fenced_div_start] = ACTIONS(2631), - [sym__fenced_div_end] = ACTIONS(2631), - [sym_ref_id_specifier] = ACTIONS(2631), - [sym__code_span_start] = ACTIONS(2631), - [sym__html_comment] = ACTIONS(2631), - [sym__autolink] = ACTIONS(2631), - [sym__highlight_span_start] = ACTIONS(2631), - [sym__insert_span_start] = ACTIONS(2631), - [sym__delete_span_start] = ACTIONS(2631), - [sym__edit_comment_span_start] = ACTIONS(2631), - [sym__single_quote_span_open] = ACTIONS(2631), - [sym__double_quote_span_open] = ACTIONS(2631), - [sym__shortcode_open_escaped] = ACTIONS(2631), - [sym__shortcode_open] = ACTIONS(2631), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2631), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2631), - [sym__cite_author_in_text] = ACTIONS(2631), - [sym__cite_suppress_author] = ACTIONS(2631), - [sym__strikeout_open] = ACTIONS(2631), - [sym__subscript_open] = ACTIONS(2631), - [sym__superscript_open] = ACTIONS(2631), - [sym__inline_note_start_token] = ACTIONS(2631), - [sym__strong_emphasis_open_star] = ACTIONS(2631), - [sym__strong_emphasis_open_underscore] = ACTIONS(2631), - [sym__emphasis_open_star] = ACTIONS(2631), - [sym__emphasis_open_underscore] = ACTIONS(2631), - [sym_inline_note_reference] = ACTIONS(2631), - [sym_html_element] = ACTIONS(2631), + [sym_pipe_table_row] = STATE(2761), + [sym_pipe_table_cell] = STATE(2644), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(276), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2373), }, [STATE(260)] = { - [sym_pipe_table_row] = STATE(2763), - [sym_pipe_table_cell] = STATE(2543), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(385), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2257), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2275), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), + [sym__inlines] = STATE(3090), + [sym_pandoc_span] = STATE(466), + [sym_pandoc_image] = STATE(466), + [sym_pandoc_math] = STATE(466), + [sym_pandoc_display_math] = STATE(466), + [sym_pandoc_code_span] = STATE(466), + [sym_pandoc_single_quote] = STATE(466), + [sym_pandoc_double_quote] = STATE(466), + [sym_insert] = STATE(466), + [sym_delete] = STATE(466), + [sym_edit_comment] = STATE(466), + [sym_highlight] = STATE(466), + [sym__pandoc_attr_specifier] = STATE(466), + [sym__line] = STATE(2331), + [sym__inline_element] = STATE(466), + [sym_shortcode_escaped] = STATE(466), + [sym_shortcode] = STATE(466), + [sym_citation] = STATE(466), + [sym_inline_note] = STATE(466), + [sym_pandoc_superscript] = STATE(466), + [sym_pandoc_subscript] = STATE(466), + [sym_pandoc_strikeout] = STATE(466), + [sym_pandoc_emph] = STATE(466), + [sym_pandoc_strong] = STATE(466), + [sym_pandoc_str] = STATE(466), + [sym__prose_punctuation] = STATE(466), + [sym__soft_line_break] = STATE(661), + [sym_pandoc_line_break] = STATE(466), + [sym__inline_whitespace] = STATE(661), + [sym_entity_reference] = ACTIONS(2231), + [sym_numeric_character_reference] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(2231), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2653), + [sym__soft_line_ending] = ACTIONS(2255), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2233), + [sym__autolink] = ACTIONS(2233), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(2233), + [sym_html_element] = ACTIONS(2233), }, [STATE(261)] = { - [anon_sym_COLON] = ACTIONS(2635), - [sym_entity_reference] = ACTIONS(2635), - [sym_numeric_character_reference] = ACTIONS(2637), - [anon_sym_LBRACK] = ACTIONS(2637), - [anon_sym_BANG_LBRACK] = ACTIONS(2637), - [anon_sym_DOLLAR] = ACTIONS(2635), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2637), - [sym_pandoc_str] = ACTIONS(2635), - [aux_sym__prose_punctuation_token1] = ACTIONS(2635), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2635), - [sym__line_ending] = ACTIONS(2637), - [sym__soft_line_ending] = ACTIONS(2637), - [sym__block_close] = ACTIONS(2637), - [sym_block_continuation] = ACTIONS(2639), - [sym__block_quote_start] = ACTIONS(2637), - [sym_atx_h1_marker] = ACTIONS(2637), - [sym_atx_h2_marker] = ACTIONS(2637), - [sym_atx_h3_marker] = ACTIONS(2637), - [sym_atx_h4_marker] = ACTIONS(2637), - [sym_atx_h5_marker] = ACTIONS(2637), - [sym_atx_h6_marker] = ACTIONS(2637), - [sym__thematic_break] = ACTIONS(2637), - [sym__list_marker_minus] = ACTIONS(2637), - [sym__list_marker_plus] = ACTIONS(2637), - [sym__list_marker_star] = ACTIONS(2637), - [sym__list_marker_parenthesis] = ACTIONS(2637), - [sym__list_marker_dot] = ACTIONS(2637), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_example] = ACTIONS(2637), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2637), - [sym__fenced_code_block_start_backtick] = ACTIONS(2637), - [sym_minus_metadata] = ACTIONS(2637), - [sym__pipe_table_start] = ACTIONS(2637), - [sym__fenced_div_start] = ACTIONS(2637), - [sym__fenced_div_end] = ACTIONS(2637), - [sym_ref_id_specifier] = ACTIONS(2637), - [sym__code_span_start] = ACTIONS(2637), - [sym__html_comment] = ACTIONS(2637), - [sym__autolink] = ACTIONS(2637), - [sym__highlight_span_start] = ACTIONS(2637), - [sym__insert_span_start] = ACTIONS(2637), - [sym__delete_span_start] = ACTIONS(2637), - [sym__edit_comment_span_start] = ACTIONS(2637), - [sym__single_quote_span_open] = ACTIONS(2637), - [sym__double_quote_span_open] = ACTIONS(2637), - [sym__shortcode_open_escaped] = ACTIONS(2637), - [sym__shortcode_open] = ACTIONS(2637), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2637), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2637), - [sym__cite_author_in_text] = ACTIONS(2637), - [sym__cite_suppress_author] = ACTIONS(2637), - [sym__strikeout_open] = ACTIONS(2637), - [sym__subscript_open] = ACTIONS(2637), - [sym__superscript_open] = ACTIONS(2637), - [sym__inline_note_start_token] = ACTIONS(2637), - [sym__strong_emphasis_open_star] = ACTIONS(2637), - [sym__strong_emphasis_open_underscore] = ACTIONS(2637), - [sym__emphasis_open_star] = ACTIONS(2637), - [sym__emphasis_open_underscore] = ACTIONS(2637), - [sym_inline_note_reference] = ACTIONS(2637), - [sym_html_element] = ACTIONS(2637), - }, - [STATE(262)] = { - [sym__atx_heading_content] = STATE(2624), - [sym__inlines] = STATE(2624), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(464), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2641), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(263)] = { - [sym__atx_heading_content] = STATE(2626), - [sym__inlines] = STATE(2626), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(465), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2643), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(264)] = { - [sym__atx_heading_content] = STATE(2635), - [sym__inlines] = STATE(2635), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(466), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2645), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(265)] = { - [sym__atx_heading_content] = STATE(2637), - [sym__inlines] = STATE(2637), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(467), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2647), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(266)] = { - [sym__atx_heading_content] = STATE(2638), - [sym__inlines] = STATE(2638), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(470), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2649), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(267)] = { - [sym__atx_heading_content] = STATE(2639), - [sym__inlines] = STATE(2639), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(471), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(109), - [sym__eof] = ACTIONS(2651), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(268)] = { - [sym__atx_heading_content] = STATE(2425), - [sym__inlines] = STATE(2425), - [sym_pandoc_span] = STATE(455), - [sym_pandoc_image] = STATE(455), - [sym_pandoc_math] = STATE(455), - [sym_pandoc_display_math] = STATE(455), - [sym_pandoc_code_span] = STATE(455), - [sym_pandoc_single_quote] = STATE(455), - [sym_pandoc_double_quote] = STATE(455), - [sym_insert] = STATE(455), - [sym_delete] = STATE(455), - [sym_edit_comment] = STATE(455), - [sym_highlight] = STATE(455), - [sym__pandoc_attr_specifier] = STATE(455), - [sym__line] = STATE(2280), - [sym__inline_element] = STATE(455), - [sym_shortcode_escaped] = STATE(455), - [sym_shortcode] = STATE(455), - [sym_citation] = STATE(455), - [sym_inline_note] = STATE(455), - [sym_pandoc_superscript] = STATE(455), - [sym_pandoc_subscript] = STATE(455), - [sym_pandoc_strikeout] = STATE(455), - [sym_pandoc_emph] = STATE(455), - [sym_pandoc_strong] = STATE(455), - [sym__prose_punctuation] = STATE(455), - [sym__newline] = STATE(476), - [sym_pandoc_line_break] = STATE(455), - [sym_entity_reference] = ACTIONS(7), - [sym_numeric_character_reference] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [anon_sym_BANG_LBRACK] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(15), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [sym_pandoc_str] = ACTIONS(7), - [aux_sym__prose_punctuation_token1] = ACTIONS(7), - [aux_sym_pandoc_line_break_token1] = ACTIONS(21), - [sym__whitespace] = ACTIONS(2239), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(2653), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(9), - [sym__autolink] = ACTIONS(9), - [sym__highlight_span_start] = ACTIONS(67), - [sym__insert_span_start] = ACTIONS(69), - [sym__delete_span_start] = ACTIONS(71), - [sym__edit_comment_span_start] = ACTIONS(73), - [sym__single_quote_span_open] = ACTIONS(75), - [sym__double_quote_span_open] = ACTIONS(77), - [sym__shortcode_open_escaped] = ACTIONS(79), - [sym__shortcode_open] = ACTIONS(81), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(83), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(85), - [sym__cite_author_in_text] = ACTIONS(87), - [sym__cite_suppress_author] = ACTIONS(89), - [sym__strikeout_open] = ACTIONS(91), - [sym__subscript_open] = ACTIONS(93), - [sym__superscript_open] = ACTIONS(95), - [sym__inline_note_start_token] = ACTIONS(97), - [sym__strong_emphasis_open_star] = ACTIONS(99), - [sym__strong_emphasis_open_underscore] = ACTIONS(101), - [sym__emphasis_open_star] = ACTIONS(103), - [sym__emphasis_open_underscore] = ACTIONS(105), - [sym_inline_note_reference] = ACTIONS(9), - [sym_html_element] = ACTIONS(9), - }, - [STATE(269)] = { [anon_sym_COLON] = ACTIONS(2655), [sym_entity_reference] = ACTIONS(2655), [sym_numeric_character_reference] = ACTIONS(2657), @@ -69934,7 +69921,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2655), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), [anon_sym_LBRACE] = ACTIONS(2657), - [sym_pandoc_str] = ACTIONS(2655), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), [aux_sym__prose_punctuation_token1] = ACTIONS(2655), [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), [sym__line_ending] = ACTIONS(2657), @@ -69993,2561 +69981,421 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2657), [sym_html_element] = ACTIONS(2657), }, - [STATE(270)] = { - [anon_sym_COLON] = ACTIONS(2661), + [STATE(262)] = { + [sym_pandoc_span] = STATE(262), + [sym_pandoc_image] = STATE(262), + [sym_pandoc_math] = STATE(262), + [sym_pandoc_display_math] = STATE(262), + [sym_pandoc_code_span] = STATE(262), + [sym_pandoc_single_quote] = STATE(262), + [sym_pandoc_double_quote] = STATE(262), + [sym_insert] = STATE(262), + [sym_delete] = STATE(262), + [sym_edit_comment] = STATE(262), + [sym_highlight] = STATE(262), + [sym__pandoc_attr_specifier] = STATE(262), + [sym__inline_element] = STATE(262), + [sym_shortcode_escaped] = STATE(262), + [sym_shortcode] = STATE(262), + [sym_citation] = STATE(262), + [sym_inline_note] = STATE(262), + [sym_pandoc_superscript] = STATE(262), + [sym_pandoc_subscript] = STATE(262), + [sym_pandoc_strikeout] = STATE(262), + [sym_pandoc_emph] = STATE(262), + [sym_pandoc_strong] = STATE(262), + [sym_pandoc_str] = STATE(262), + [sym__prose_punctuation] = STATE(262), + [sym_pandoc_line_break] = STATE(262), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(262), [sym_entity_reference] = ACTIONS(2661), - [sym_numeric_character_reference] = ACTIONS(2663), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_BANG_LBRACK] = ACTIONS(2663), - [anon_sym_DOLLAR] = ACTIONS(2661), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2663), - [anon_sym_LBRACE] = ACTIONS(2663), - [sym_pandoc_str] = ACTIONS(2661), + [sym_numeric_character_reference] = ACTIONS(2664), + [anon_sym_LBRACK] = ACTIONS(2667), + [anon_sym_BANG_LBRACK] = ACTIONS(2670), + [anon_sym_DOLLAR] = ACTIONS(2673), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2679), + [aux_sym_pandoc_str_token1] = ACTIONS(2682), + [anon_sym_PIPE] = ACTIONS(2685), [aux_sym__prose_punctuation_token1] = ACTIONS(2661), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2661), - [sym__line_ending] = ACTIONS(2663), - [sym__soft_line_ending] = ACTIONS(2663), - [sym__block_close] = ACTIONS(2663), - [sym_block_continuation] = ACTIONS(2665), - [sym__block_quote_start] = ACTIONS(2663), - [sym_atx_h1_marker] = ACTIONS(2663), - [sym_atx_h2_marker] = ACTIONS(2663), - [sym_atx_h3_marker] = ACTIONS(2663), - [sym_atx_h4_marker] = ACTIONS(2663), - [sym_atx_h5_marker] = ACTIONS(2663), - [sym_atx_h6_marker] = ACTIONS(2663), - [sym__thematic_break] = ACTIONS(2663), - [sym__list_marker_minus] = ACTIONS(2663), - [sym__list_marker_plus] = ACTIONS(2663), - [sym__list_marker_star] = ACTIONS(2663), - [sym__list_marker_parenthesis] = ACTIONS(2663), - [sym__list_marker_dot] = ACTIONS(2663), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_example] = ACTIONS(2663), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2663), - [sym__fenced_code_block_start_backtick] = ACTIONS(2663), - [sym_minus_metadata] = ACTIONS(2663), - [sym__pipe_table_start] = ACTIONS(2663), - [sym__fenced_div_start] = ACTIONS(2663), - [sym__fenced_div_end] = ACTIONS(2663), - [sym_ref_id_specifier] = ACTIONS(2663), - [sym__code_span_start] = ACTIONS(2663), - [sym__html_comment] = ACTIONS(2663), - [sym__autolink] = ACTIONS(2663), - [sym__highlight_span_start] = ACTIONS(2663), - [sym__insert_span_start] = ACTIONS(2663), - [sym__delete_span_start] = ACTIONS(2663), - [sym__edit_comment_span_start] = ACTIONS(2663), - [sym__single_quote_span_open] = ACTIONS(2663), - [sym__double_quote_span_open] = ACTIONS(2663), - [sym__shortcode_open_escaped] = ACTIONS(2663), - [sym__shortcode_open] = ACTIONS(2663), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2663), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2663), - [sym__cite_author_in_text] = ACTIONS(2663), - [sym__cite_suppress_author] = ACTIONS(2663), - [sym__strikeout_open] = ACTIONS(2663), - [sym__subscript_open] = ACTIONS(2663), - [sym__superscript_open] = ACTIONS(2663), - [sym__inline_note_start_token] = ACTIONS(2663), - [sym__strong_emphasis_open_star] = ACTIONS(2663), - [sym__strong_emphasis_open_underscore] = ACTIONS(2663), - [sym__emphasis_open_star] = ACTIONS(2663), - [sym__emphasis_open_underscore] = ACTIONS(2663), - [sym_inline_note_reference] = ACTIONS(2663), - [sym_html_element] = ACTIONS(2663), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2688), + [sym__whitespace] = ACTIONS(2691), + [sym__line_ending] = ACTIONS(2694), + [sym__eof] = ACTIONS(2694), + [sym__pipe_table_line_ending] = ACTIONS(2694), + [sym__code_span_start] = ACTIONS(2696), + [sym__html_comment] = ACTIONS(2664), + [sym__autolink] = ACTIONS(2664), + [sym__highlight_span_start] = ACTIONS(2699), + [sym__insert_span_start] = ACTIONS(2702), + [sym__delete_span_start] = ACTIONS(2705), + [sym__edit_comment_span_start] = ACTIONS(2708), + [sym__single_quote_span_open] = ACTIONS(2711), + [sym__double_quote_span_open] = ACTIONS(2714), + [sym__shortcode_open_escaped] = ACTIONS(2717), + [sym__shortcode_open] = ACTIONS(2720), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2723), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2726), + [sym__cite_author_in_text] = ACTIONS(2729), + [sym__cite_suppress_author] = ACTIONS(2732), + [sym__strikeout_open] = ACTIONS(2735), + [sym__subscript_open] = ACTIONS(2738), + [sym__superscript_open] = ACTIONS(2741), + [sym__inline_note_start_token] = ACTIONS(2744), + [sym__strong_emphasis_open_star] = ACTIONS(2747), + [sym__strong_emphasis_open_underscore] = ACTIONS(2750), + [sym__emphasis_open_star] = ACTIONS(2753), + [sym__emphasis_open_underscore] = ACTIONS(2756), + [sym_inline_note_reference] = ACTIONS(2664), + [sym_html_element] = ACTIONS(2664), + [sym__pipe_table_delimiter] = ACTIONS(2694), }, - [STATE(271)] = { - [anon_sym_COLON] = ACTIONS(2667), - [sym_entity_reference] = ACTIONS(2667), - [sym_numeric_character_reference] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2669), - [anon_sym_BANG_LBRACK] = ACTIONS(2669), - [anon_sym_DOLLAR] = ACTIONS(2667), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2669), - [sym_pandoc_str] = ACTIONS(2667), - [aux_sym__prose_punctuation_token1] = ACTIONS(2667), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2667), - [sym__line_ending] = ACTIONS(2669), - [sym__soft_line_ending] = ACTIONS(2669), - [sym__block_close] = ACTIONS(2669), - [sym_block_continuation] = ACTIONS(2671), - [sym__block_quote_start] = ACTIONS(2669), - [sym_atx_h1_marker] = ACTIONS(2669), - [sym_atx_h2_marker] = ACTIONS(2669), - [sym_atx_h3_marker] = ACTIONS(2669), - [sym_atx_h4_marker] = ACTIONS(2669), - [sym_atx_h5_marker] = ACTIONS(2669), - [sym_atx_h6_marker] = ACTIONS(2669), - [sym__thematic_break] = ACTIONS(2669), - [sym__list_marker_minus] = ACTIONS(2669), - [sym__list_marker_plus] = ACTIONS(2669), - [sym__list_marker_star] = ACTIONS(2669), - [sym__list_marker_parenthesis] = ACTIONS(2669), - [sym__list_marker_dot] = ACTIONS(2669), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_example] = ACTIONS(2669), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2669), - [sym__fenced_code_block_start_backtick] = ACTIONS(2669), - [sym_minus_metadata] = ACTIONS(2669), - [sym__pipe_table_start] = ACTIONS(2669), - [sym__fenced_div_start] = ACTIONS(2669), - [sym__fenced_div_end] = ACTIONS(2669), - [sym_ref_id_specifier] = ACTIONS(2669), - [sym__code_span_start] = ACTIONS(2669), - [sym__html_comment] = ACTIONS(2669), - [sym__autolink] = ACTIONS(2669), - [sym__highlight_span_start] = ACTIONS(2669), - [sym__insert_span_start] = ACTIONS(2669), - [sym__delete_span_start] = ACTIONS(2669), - [sym__edit_comment_span_start] = ACTIONS(2669), - [sym__single_quote_span_open] = ACTIONS(2669), - [sym__double_quote_span_open] = ACTIONS(2669), - [sym__shortcode_open_escaped] = ACTIONS(2669), - [sym__shortcode_open] = ACTIONS(2669), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2669), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2669), - [sym__cite_author_in_text] = ACTIONS(2669), - [sym__cite_suppress_author] = ACTIONS(2669), - [sym__strikeout_open] = ACTIONS(2669), - [sym__subscript_open] = ACTIONS(2669), - [sym__superscript_open] = ACTIONS(2669), - [sym__inline_note_start_token] = ACTIONS(2669), - [sym__strong_emphasis_open_star] = ACTIONS(2669), - [sym__strong_emphasis_open_underscore] = ACTIONS(2669), - [sym__emphasis_open_star] = ACTIONS(2669), - [sym__emphasis_open_underscore] = ACTIONS(2669), - [sym_inline_note_reference] = ACTIONS(2669), - [sym_html_element] = ACTIONS(2669), + [STATE(263)] = { + [sym_pipe_table_cell] = STATE(2591), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2227), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(272)] = { - [sym__inlines] = STATE(3192), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(660), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(660), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2673), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2675), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(273)] = { - [sym__inlines] = STATE(3207), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(662), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(662), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2677), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2679), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(274)] = { - [sym__inlines] = STATE(3212), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(663), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(663), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2683), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(275)] = { - [sym__inlines] = STATE(3218), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(668), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(668), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2687), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(276)] = { - [sym_pipe_table_row] = STATE(2783), - [sym_pipe_table_cell] = STATE(2543), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(385), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2257), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2275), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(277)] = { - [sym__inlines] = STATE(3396), - [sym_pandoc_span] = STATE(563), - [sym_pandoc_image] = STATE(563), - [sym_pandoc_math] = STATE(563), - [sym_pandoc_display_math] = STATE(563), - [sym_pandoc_code_span] = STATE(563), - [sym_pandoc_single_quote] = STATE(563), - [sym_pandoc_double_quote] = STATE(563), - [sym_insert] = STATE(563), - [sym_delete] = STATE(563), - [sym_edit_comment] = STATE(563), - [sym_highlight] = STATE(563), - [sym__pandoc_attr_specifier] = STATE(563), - [sym__line] = STATE(2359), - [sym__inline_element] = STATE(563), - [sym_shortcode_escaped] = STATE(563), - [sym_shortcode] = STATE(563), - [sym_citation] = STATE(563), - [sym_inline_note] = STATE(563), - [sym_pandoc_superscript] = STATE(563), - [sym_pandoc_subscript] = STATE(563), - [sym_pandoc_strikeout] = STATE(563), - [sym_pandoc_emph] = STATE(563), - [sym_pandoc_strong] = STATE(563), - [sym__prose_punctuation] = STATE(563), - [sym__soft_line_break] = STATE(597), - [sym_pandoc_line_break] = STATE(563), - [sym__inline_whitespace] = STATE(597), - [sym_entity_reference] = ACTIONS(2175), - [sym_numeric_character_reference] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_BANG_LBRACK] = ACTIONS(2181), - [anon_sym_DOLLAR] = ACTIONS(2183), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2185), - [aux_sym_insert_token1] = ACTIONS(2689), - [anon_sym_LBRACE] = ACTIONS(2189), - [sym_pandoc_str] = ACTIONS(2175), - [aux_sym__prose_punctuation_token1] = ACTIONS(2175), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2191), - [sym__whitespace] = ACTIONS(2691), - [sym__soft_line_ending] = ACTIONS(2195), - [sym__code_span_start] = ACTIONS(2197), - [sym__html_comment] = ACTIONS(2177), - [sym__autolink] = ACTIONS(2177), - [sym__highlight_span_start] = ACTIONS(2199), - [sym__insert_span_start] = ACTIONS(2201), - [sym__delete_span_start] = ACTIONS(2203), - [sym__edit_comment_span_start] = ACTIONS(2205), - [sym__single_quote_span_open] = ACTIONS(2207), - [sym__double_quote_span_open] = ACTIONS(2209), - [sym__shortcode_open_escaped] = ACTIONS(2211), - [sym__shortcode_open] = ACTIONS(2213), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2215), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2217), - [sym__cite_author_in_text] = ACTIONS(2219), - [sym__cite_suppress_author] = ACTIONS(2221), - [sym__strikeout_open] = ACTIONS(2223), - [sym__subscript_open] = ACTIONS(2225), - [sym__superscript_open] = ACTIONS(2227), - [sym__inline_note_start_token] = ACTIONS(2229), - [sym__strong_emphasis_open_star] = ACTIONS(2231), - [sym__strong_emphasis_open_underscore] = ACTIONS(2233), - [sym__emphasis_open_star] = ACTIONS(2235), - [sym__emphasis_open_underscore] = ACTIONS(2237), - [sym_inline_note_reference] = ACTIONS(2177), - [sym_html_element] = ACTIONS(2177), - }, - [STATE(278)] = { - [anon_sym_COLON] = ACTIONS(2693), - [sym_entity_reference] = ACTIONS(2693), - [sym_numeric_character_reference] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_BANG_LBRACK] = ACTIONS(2695), - [anon_sym_DOLLAR] = ACTIONS(2693), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2695), - [sym_pandoc_str] = ACTIONS(2693), - [aux_sym__prose_punctuation_token1] = ACTIONS(2693), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2693), - [sym__line_ending] = ACTIONS(2695), - [sym__soft_line_ending] = ACTIONS(2695), - [sym__block_close] = ACTIONS(2695), - [sym__block_quote_start] = ACTIONS(2695), - [sym_atx_h1_marker] = ACTIONS(2695), - [sym_atx_h2_marker] = ACTIONS(2695), - [sym_atx_h3_marker] = ACTIONS(2695), - [sym_atx_h4_marker] = ACTIONS(2695), - [sym_atx_h5_marker] = ACTIONS(2695), - [sym_atx_h6_marker] = ACTIONS(2695), - [sym__thematic_break] = ACTIONS(2695), - [sym__list_marker_minus] = ACTIONS(2695), - [sym__list_marker_plus] = ACTIONS(2695), - [sym__list_marker_star] = ACTIONS(2695), - [sym__list_marker_parenthesis] = ACTIONS(2695), - [sym__list_marker_dot] = ACTIONS(2695), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2695), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2695), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2695), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2695), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2695), - [sym__list_marker_example] = ACTIONS(2695), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2695), - [sym__fenced_code_block_start_backtick] = ACTIONS(2695), - [sym_minus_metadata] = ACTIONS(2695), - [sym__pipe_table_start] = ACTIONS(2695), - [sym__fenced_div_start] = ACTIONS(2695), - [sym__fenced_div_end] = ACTIONS(2695), - [sym_ref_id_specifier] = ACTIONS(2695), - [sym__code_span_start] = ACTIONS(2695), - [sym__html_comment] = ACTIONS(2695), - [sym__autolink] = ACTIONS(2695), - [sym__highlight_span_start] = ACTIONS(2695), - [sym__insert_span_start] = ACTIONS(2695), - [sym__delete_span_start] = ACTIONS(2695), - [sym__edit_comment_span_start] = ACTIONS(2695), - [sym__single_quote_span_open] = ACTIONS(2695), - [sym__double_quote_span_open] = ACTIONS(2695), - [sym__shortcode_open_escaped] = ACTIONS(2695), - [sym__shortcode_open] = ACTIONS(2695), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2695), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2695), - [sym__cite_author_in_text] = ACTIONS(2695), - [sym__cite_suppress_author] = ACTIONS(2695), - [sym__strikeout_open] = ACTIONS(2695), - [sym__subscript_open] = ACTIONS(2695), - [sym__superscript_open] = ACTIONS(2695), - [sym__inline_note_start_token] = ACTIONS(2695), - [sym__strong_emphasis_open_star] = ACTIONS(2695), - [sym__strong_emphasis_open_underscore] = ACTIONS(2695), - [sym__emphasis_open_star] = ACTIONS(2695), - [sym__emphasis_open_underscore] = ACTIONS(2695), - [sym_inline_note_reference] = ACTIONS(2695), - [sym_html_element] = ACTIONS(2695), - }, - [STATE(279)] = { - [anon_sym_COLON] = ACTIONS(2629), - [sym_entity_reference] = ACTIONS(2629), - [sym_numeric_character_reference] = ACTIONS(2631), - [anon_sym_LBRACK] = ACTIONS(2631), - [anon_sym_BANG_LBRACK] = ACTIONS(2631), - [anon_sym_DOLLAR] = ACTIONS(2629), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2631), - [anon_sym_LBRACE] = ACTIONS(2631), - [sym_pandoc_str] = ACTIONS(2629), - [aux_sym__prose_punctuation_token1] = ACTIONS(2629), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2629), - [sym__line_ending] = ACTIONS(2631), - [sym__soft_line_ending] = ACTIONS(2631), - [sym__block_close] = ACTIONS(2631), - [sym_block_continuation] = ACTIONS(2697), - [sym__block_quote_start] = ACTIONS(2631), - [sym_atx_h1_marker] = ACTIONS(2631), - [sym_atx_h2_marker] = ACTIONS(2631), - [sym_atx_h3_marker] = ACTIONS(2631), - [sym_atx_h4_marker] = ACTIONS(2631), - [sym_atx_h5_marker] = ACTIONS(2631), - [sym_atx_h6_marker] = ACTIONS(2631), - [sym__thematic_break] = ACTIONS(2631), - [sym__list_marker_minus] = ACTIONS(2631), - [sym__list_marker_plus] = ACTIONS(2631), - [sym__list_marker_star] = ACTIONS(2631), - [sym__list_marker_parenthesis] = ACTIONS(2631), - [sym__list_marker_dot] = ACTIONS(2631), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_example] = ACTIONS(2631), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2631), - [sym__fenced_code_block_start_backtick] = ACTIONS(2631), - [sym_minus_metadata] = ACTIONS(2631), - [sym__pipe_table_start] = ACTIONS(2631), - [sym__fenced_div_start] = ACTIONS(2631), - [sym_ref_id_specifier] = ACTIONS(2631), - [sym__code_span_start] = ACTIONS(2631), - [sym__html_comment] = ACTIONS(2631), - [sym__autolink] = ACTIONS(2631), - [sym__highlight_span_start] = ACTIONS(2631), - [sym__insert_span_start] = ACTIONS(2631), - [sym__delete_span_start] = ACTIONS(2631), - [sym__edit_comment_span_start] = ACTIONS(2631), - [sym__single_quote_span_open] = ACTIONS(2631), - [sym__double_quote_span_open] = ACTIONS(2631), - [sym__shortcode_open_escaped] = ACTIONS(2631), - [sym__shortcode_open] = ACTIONS(2631), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2631), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2631), - [sym__cite_author_in_text] = ACTIONS(2631), - [sym__cite_suppress_author] = ACTIONS(2631), - [sym__strikeout_open] = ACTIONS(2631), - [sym__subscript_open] = ACTIONS(2631), - [sym__superscript_open] = ACTIONS(2631), - [sym__inline_note_start_token] = ACTIONS(2631), - [sym__strong_emphasis_open_star] = ACTIONS(2631), - [sym__strong_emphasis_open_underscore] = ACTIONS(2631), - [sym__emphasis_open_star] = ACTIONS(2631), - [sym__emphasis_open_underscore] = ACTIONS(2631), - [sym_inline_note_reference] = ACTIONS(2631), - [sym_html_element] = ACTIONS(2631), - }, - [STATE(280)] = { - [ts_builtin_sym_end] = ACTIONS(2247), - [anon_sym_COLON] = ACTIONS(2245), - [sym_entity_reference] = ACTIONS(2245), - [sym_numeric_character_reference] = ACTIONS(2247), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_BANG_LBRACK] = ACTIONS(2247), - [anon_sym_DOLLAR] = ACTIONS(2245), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2247), - [anon_sym_LBRACE] = ACTIONS(2247), - [sym_pandoc_str] = ACTIONS(2245), - [aux_sym__prose_punctuation_token1] = ACTIONS(2245), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2245), - [sym__line_ending] = ACTIONS(2247), - [sym__soft_line_ending] = ACTIONS(2247), - [sym_block_continuation] = ACTIONS(2699), - [sym__block_quote_start] = ACTIONS(2247), - [sym_atx_h1_marker] = ACTIONS(2247), - [sym_atx_h2_marker] = ACTIONS(2247), - [sym_atx_h3_marker] = ACTIONS(2247), - [sym_atx_h4_marker] = ACTIONS(2247), - [sym_atx_h5_marker] = ACTIONS(2247), - [sym_atx_h6_marker] = ACTIONS(2247), - [sym__thematic_break] = ACTIONS(2247), - [sym__list_marker_minus] = ACTIONS(2247), - [sym__list_marker_plus] = ACTIONS(2247), - [sym__list_marker_star] = ACTIONS(2247), - [sym__list_marker_parenthesis] = ACTIONS(2247), - [sym__list_marker_dot] = ACTIONS(2247), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_example] = ACTIONS(2247), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2247), - [sym__fenced_code_block_start_backtick] = ACTIONS(2247), - [sym_minus_metadata] = ACTIONS(2247), - [sym__pipe_table_start] = ACTIONS(2247), - [sym__fenced_div_start] = ACTIONS(2247), - [sym_ref_id_specifier] = ACTIONS(2247), - [sym__code_span_start] = ACTIONS(2247), - [sym__html_comment] = ACTIONS(2247), - [sym__autolink] = ACTIONS(2247), - [sym__highlight_span_start] = ACTIONS(2247), - [sym__insert_span_start] = ACTIONS(2247), - [sym__delete_span_start] = ACTIONS(2247), - [sym__edit_comment_span_start] = ACTIONS(2247), - [sym__single_quote_span_open] = ACTIONS(2247), - [sym__double_quote_span_open] = ACTIONS(2247), - [sym__shortcode_open_escaped] = ACTIONS(2247), - [sym__shortcode_open] = ACTIONS(2247), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2247), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2247), - [sym__cite_author_in_text] = ACTIONS(2247), - [sym__cite_suppress_author] = ACTIONS(2247), - [sym__strikeout_open] = ACTIONS(2247), - [sym__subscript_open] = ACTIONS(2247), - [sym__superscript_open] = ACTIONS(2247), - [sym__inline_note_start_token] = ACTIONS(2247), - [sym__strong_emphasis_open_star] = ACTIONS(2247), - [sym__strong_emphasis_open_underscore] = ACTIONS(2247), - [sym__emphasis_open_star] = ACTIONS(2247), - [sym__emphasis_open_underscore] = ACTIONS(2247), - [sym_inline_note_reference] = ACTIONS(2247), - [sym_html_element] = ACTIONS(2247), - }, - [STATE(281)] = { - [ts_builtin_sym_end] = ACTIONS(2253), - [anon_sym_COLON] = ACTIONS(2251), - [sym_entity_reference] = ACTIONS(2251), - [sym_numeric_character_reference] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_BANG_LBRACK] = ACTIONS(2253), - [anon_sym_DOLLAR] = ACTIONS(2251), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2253), - [anon_sym_LBRACE] = ACTIONS(2253), - [sym_pandoc_str] = ACTIONS(2251), - [aux_sym__prose_punctuation_token1] = ACTIONS(2251), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), - [sym__line_ending] = ACTIONS(2253), - [sym__soft_line_ending] = ACTIONS(2253), - [sym_block_continuation] = ACTIONS(2701), - [sym__block_quote_start] = ACTIONS(2253), - [sym_atx_h1_marker] = ACTIONS(2253), - [sym_atx_h2_marker] = ACTIONS(2253), - [sym_atx_h3_marker] = ACTIONS(2253), - [sym_atx_h4_marker] = ACTIONS(2253), - [sym_atx_h5_marker] = ACTIONS(2253), - [sym_atx_h6_marker] = ACTIONS(2253), - [sym__thematic_break] = ACTIONS(2253), - [sym__list_marker_minus] = ACTIONS(2253), - [sym__list_marker_plus] = ACTIONS(2253), - [sym__list_marker_star] = ACTIONS(2253), - [sym__list_marker_parenthesis] = ACTIONS(2253), - [sym__list_marker_dot] = ACTIONS(2253), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_example] = ACTIONS(2253), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2253), - [sym__fenced_code_block_start_backtick] = ACTIONS(2253), - [sym_minus_metadata] = ACTIONS(2253), - [sym__pipe_table_start] = ACTIONS(2253), - [sym__fenced_div_start] = ACTIONS(2253), - [sym_ref_id_specifier] = ACTIONS(2253), - [sym__code_span_start] = ACTIONS(2253), - [sym__html_comment] = ACTIONS(2253), - [sym__autolink] = ACTIONS(2253), - [sym__highlight_span_start] = ACTIONS(2253), - [sym__insert_span_start] = ACTIONS(2253), - [sym__delete_span_start] = ACTIONS(2253), - [sym__edit_comment_span_start] = ACTIONS(2253), - [sym__single_quote_span_open] = ACTIONS(2253), - [sym__double_quote_span_open] = ACTIONS(2253), - [sym__shortcode_open_escaped] = ACTIONS(2253), - [sym__shortcode_open] = ACTIONS(2253), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2253), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2253), - [sym__cite_author_in_text] = ACTIONS(2253), - [sym__cite_suppress_author] = ACTIONS(2253), - [sym__strikeout_open] = ACTIONS(2253), - [sym__subscript_open] = ACTIONS(2253), - [sym__superscript_open] = ACTIONS(2253), - [sym__inline_note_start_token] = ACTIONS(2253), - [sym__strong_emphasis_open_star] = ACTIONS(2253), - [sym__strong_emphasis_open_underscore] = ACTIONS(2253), - [sym__emphasis_open_star] = ACTIONS(2253), - [sym__emphasis_open_underscore] = ACTIONS(2253), - [sym_inline_note_reference] = ACTIONS(2253), - [sym_html_element] = ACTIONS(2253), - }, - [STATE(282)] = { - [ts_builtin_sym_end] = ACTIONS(2321), - [anon_sym_COLON] = ACTIONS(2319), - [sym_entity_reference] = ACTIONS(2319), - [sym_numeric_character_reference] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2321), - [anon_sym_BANG_LBRACK] = ACTIONS(2321), - [anon_sym_DOLLAR] = ACTIONS(2319), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2321), - [sym_pandoc_str] = ACTIONS(2319), - [aux_sym__prose_punctuation_token1] = ACTIONS(2319), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2319), - [sym__line_ending] = ACTIONS(2321), - [sym__soft_line_ending] = ACTIONS(2321), - [sym_block_continuation] = ACTIONS(2703), - [sym__block_quote_start] = ACTIONS(2321), - [sym_atx_h1_marker] = ACTIONS(2321), - [sym_atx_h2_marker] = ACTIONS(2321), - [sym_atx_h3_marker] = ACTIONS(2321), - [sym_atx_h4_marker] = ACTIONS(2321), - [sym_atx_h5_marker] = ACTIONS(2321), - [sym_atx_h6_marker] = ACTIONS(2321), - [sym__thematic_break] = ACTIONS(2321), - [sym__list_marker_minus] = ACTIONS(2321), - [sym__list_marker_plus] = ACTIONS(2321), - [sym__list_marker_star] = ACTIONS(2321), - [sym__list_marker_parenthesis] = ACTIONS(2321), - [sym__list_marker_dot] = ACTIONS(2321), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_example] = ACTIONS(2321), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2321), - [sym__fenced_code_block_start_backtick] = ACTIONS(2321), - [sym_minus_metadata] = ACTIONS(2321), - [sym__pipe_table_start] = ACTIONS(2321), - [sym__fenced_div_start] = ACTIONS(2321), - [sym_ref_id_specifier] = ACTIONS(2321), - [sym__code_span_start] = ACTIONS(2321), - [sym__html_comment] = ACTIONS(2321), - [sym__autolink] = ACTIONS(2321), - [sym__highlight_span_start] = ACTIONS(2321), - [sym__insert_span_start] = ACTIONS(2321), - [sym__delete_span_start] = ACTIONS(2321), - [sym__edit_comment_span_start] = ACTIONS(2321), - [sym__single_quote_span_open] = ACTIONS(2321), - [sym__double_quote_span_open] = ACTIONS(2321), - [sym__shortcode_open_escaped] = ACTIONS(2321), - [sym__shortcode_open] = ACTIONS(2321), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2321), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2321), - [sym__cite_author_in_text] = ACTIONS(2321), - [sym__cite_suppress_author] = ACTIONS(2321), - [sym__strikeout_open] = ACTIONS(2321), - [sym__subscript_open] = ACTIONS(2321), - [sym__superscript_open] = ACTIONS(2321), - [sym__inline_note_start_token] = ACTIONS(2321), - [sym__strong_emphasis_open_star] = ACTIONS(2321), - [sym__strong_emphasis_open_underscore] = ACTIONS(2321), - [sym__emphasis_open_star] = ACTIONS(2321), - [sym__emphasis_open_underscore] = ACTIONS(2321), - [sym_inline_note_reference] = ACTIONS(2321), - [sym_html_element] = ACTIONS(2321), - }, - [STATE(283)] = { - [ts_builtin_sym_end] = ACTIONS(2327), - [anon_sym_COLON] = ACTIONS(2325), - [sym_entity_reference] = ACTIONS(2325), - [sym_numeric_character_reference] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_BANG_LBRACK] = ACTIONS(2327), - [anon_sym_DOLLAR] = ACTIONS(2325), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2327), - [anon_sym_LBRACE] = ACTIONS(2327), - [sym_pandoc_str] = ACTIONS(2325), - [aux_sym__prose_punctuation_token1] = ACTIONS(2325), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2325), - [sym__line_ending] = ACTIONS(2327), - [sym__soft_line_ending] = ACTIONS(2327), - [sym_block_continuation] = ACTIONS(2705), - [sym__block_quote_start] = ACTIONS(2327), - [sym_atx_h1_marker] = ACTIONS(2327), - [sym_atx_h2_marker] = ACTIONS(2327), - [sym_atx_h3_marker] = ACTIONS(2327), - [sym_atx_h4_marker] = ACTIONS(2327), - [sym_atx_h5_marker] = ACTIONS(2327), - [sym_atx_h6_marker] = ACTIONS(2327), - [sym__thematic_break] = ACTIONS(2327), - [sym__list_marker_minus] = ACTIONS(2327), - [sym__list_marker_plus] = ACTIONS(2327), - [sym__list_marker_star] = ACTIONS(2327), - [sym__list_marker_parenthesis] = ACTIONS(2327), - [sym__list_marker_dot] = ACTIONS(2327), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_example] = ACTIONS(2327), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2327), - [sym__fenced_code_block_start_backtick] = ACTIONS(2327), - [sym_minus_metadata] = ACTIONS(2327), - [sym__pipe_table_start] = ACTIONS(2327), - [sym__fenced_div_start] = ACTIONS(2327), - [sym_ref_id_specifier] = ACTIONS(2327), - [sym__code_span_start] = ACTIONS(2327), - [sym__html_comment] = ACTIONS(2327), - [sym__autolink] = ACTIONS(2327), - [sym__highlight_span_start] = ACTIONS(2327), - [sym__insert_span_start] = ACTIONS(2327), - [sym__delete_span_start] = ACTIONS(2327), - [sym__edit_comment_span_start] = ACTIONS(2327), - [sym__single_quote_span_open] = ACTIONS(2327), - [sym__double_quote_span_open] = ACTIONS(2327), - [sym__shortcode_open_escaped] = ACTIONS(2327), - [sym__shortcode_open] = ACTIONS(2327), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2327), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2327), - [sym__cite_author_in_text] = ACTIONS(2327), - [sym__cite_suppress_author] = ACTIONS(2327), - [sym__strikeout_open] = ACTIONS(2327), - [sym__subscript_open] = ACTIONS(2327), - [sym__superscript_open] = ACTIONS(2327), - [sym__inline_note_start_token] = ACTIONS(2327), - [sym__strong_emphasis_open_star] = ACTIONS(2327), - [sym__strong_emphasis_open_underscore] = ACTIONS(2327), - [sym__emphasis_open_star] = ACTIONS(2327), - [sym__emphasis_open_underscore] = ACTIONS(2327), - [sym_inline_note_reference] = ACTIONS(2327), - [sym_html_element] = ACTIONS(2327), - }, - [STATE(284)] = { - [ts_builtin_sym_end] = ACTIONS(2333), - [anon_sym_COLON] = ACTIONS(2331), - [sym_entity_reference] = ACTIONS(2331), - [sym_numeric_character_reference] = ACTIONS(2333), - [anon_sym_LBRACK] = ACTIONS(2333), - [anon_sym_BANG_LBRACK] = ACTIONS(2333), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2333), - [anon_sym_LBRACE] = ACTIONS(2333), - [sym_pandoc_str] = ACTIONS(2331), - [aux_sym__prose_punctuation_token1] = ACTIONS(2331), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2331), - [sym__line_ending] = ACTIONS(2333), - [sym__soft_line_ending] = ACTIONS(2333), - [sym_block_continuation] = ACTIONS(2707), - [sym__block_quote_start] = ACTIONS(2333), - [sym_atx_h1_marker] = ACTIONS(2333), - [sym_atx_h2_marker] = ACTIONS(2333), - [sym_atx_h3_marker] = ACTIONS(2333), - [sym_atx_h4_marker] = ACTIONS(2333), - [sym_atx_h5_marker] = ACTIONS(2333), - [sym_atx_h6_marker] = ACTIONS(2333), - [sym__thematic_break] = ACTIONS(2333), - [sym__list_marker_minus] = ACTIONS(2333), - [sym__list_marker_plus] = ACTIONS(2333), - [sym__list_marker_star] = ACTIONS(2333), - [sym__list_marker_parenthesis] = ACTIONS(2333), - [sym__list_marker_dot] = ACTIONS(2333), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_example] = ACTIONS(2333), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2333), - [sym__fenced_code_block_start_backtick] = ACTIONS(2333), - [sym_minus_metadata] = ACTIONS(2333), - [sym__pipe_table_start] = ACTIONS(2333), - [sym__fenced_div_start] = ACTIONS(2333), - [sym_ref_id_specifier] = ACTIONS(2333), - [sym__code_span_start] = ACTIONS(2333), - [sym__html_comment] = ACTIONS(2333), - [sym__autolink] = ACTIONS(2333), - [sym__highlight_span_start] = ACTIONS(2333), - [sym__insert_span_start] = ACTIONS(2333), - [sym__delete_span_start] = ACTIONS(2333), - [sym__edit_comment_span_start] = ACTIONS(2333), - [sym__single_quote_span_open] = ACTIONS(2333), - [sym__double_quote_span_open] = ACTIONS(2333), - [sym__shortcode_open_escaped] = ACTIONS(2333), - [sym__shortcode_open] = ACTIONS(2333), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2333), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2333), - [sym__cite_author_in_text] = ACTIONS(2333), - [sym__cite_suppress_author] = ACTIONS(2333), - [sym__strikeout_open] = ACTIONS(2333), - [sym__subscript_open] = ACTIONS(2333), - [sym__superscript_open] = ACTIONS(2333), - [sym__inline_note_start_token] = ACTIONS(2333), - [sym__strong_emphasis_open_star] = ACTIONS(2333), - [sym__strong_emphasis_open_underscore] = ACTIONS(2333), - [sym__emphasis_open_star] = ACTIONS(2333), - [sym__emphasis_open_underscore] = ACTIONS(2333), - [sym_inline_note_reference] = ACTIONS(2333), - [sym_html_element] = ACTIONS(2333), - }, - [STATE(285)] = { - [anon_sym_COLON] = ACTIONS(2709), - [sym_entity_reference] = ACTIONS(2709), - [sym_numeric_character_reference] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_BANG_LBRACK] = ACTIONS(2711), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2711), - [anon_sym_LBRACE] = ACTIONS(2711), - [sym_pandoc_str] = ACTIONS(2709), - [aux_sym__prose_punctuation_token1] = ACTIONS(2709), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2709), - [sym__line_ending] = ACTIONS(2711), - [sym__soft_line_ending] = ACTIONS(2711), - [sym__block_close] = ACTIONS(2711), - [sym__block_quote_start] = ACTIONS(2711), - [sym_atx_h1_marker] = ACTIONS(2711), - [sym_atx_h2_marker] = ACTIONS(2711), - [sym_atx_h3_marker] = ACTIONS(2711), - [sym_atx_h4_marker] = ACTIONS(2711), - [sym_atx_h5_marker] = ACTIONS(2711), - [sym_atx_h6_marker] = ACTIONS(2711), - [sym__thematic_break] = ACTIONS(2711), - [sym__list_marker_minus] = ACTIONS(2711), - [sym__list_marker_plus] = ACTIONS(2711), - [sym__list_marker_star] = ACTIONS(2711), - [sym__list_marker_parenthesis] = ACTIONS(2711), - [sym__list_marker_dot] = ACTIONS(2711), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2711), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2711), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2711), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2711), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2711), - [sym__list_marker_example] = ACTIONS(2711), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2711), - [sym__fenced_code_block_start_backtick] = ACTIONS(2711), - [sym_minus_metadata] = ACTIONS(2711), - [sym__pipe_table_start] = ACTIONS(2711), - [sym__fenced_div_start] = ACTIONS(2711), - [sym__fenced_div_end] = ACTIONS(2711), - [sym_ref_id_specifier] = ACTIONS(2711), - [sym__code_span_start] = ACTIONS(2711), - [sym__html_comment] = ACTIONS(2711), - [sym__autolink] = ACTIONS(2711), - [sym__highlight_span_start] = ACTIONS(2711), - [sym__insert_span_start] = ACTIONS(2711), - [sym__delete_span_start] = ACTIONS(2711), - [sym__edit_comment_span_start] = ACTIONS(2711), - [sym__single_quote_span_open] = ACTIONS(2711), - [sym__double_quote_span_open] = ACTIONS(2711), - [sym__shortcode_open_escaped] = ACTIONS(2711), - [sym__shortcode_open] = ACTIONS(2711), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2711), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2711), - [sym__cite_author_in_text] = ACTIONS(2711), - [sym__cite_suppress_author] = ACTIONS(2711), - [sym__strikeout_open] = ACTIONS(2711), - [sym__subscript_open] = ACTIONS(2711), - [sym__superscript_open] = ACTIONS(2711), - [sym__inline_note_start_token] = ACTIONS(2711), - [sym__strong_emphasis_open_star] = ACTIONS(2711), - [sym__strong_emphasis_open_underscore] = ACTIONS(2711), - [sym__emphasis_open_star] = ACTIONS(2711), - [sym__emphasis_open_underscore] = ACTIONS(2711), - [sym_inline_note_reference] = ACTIONS(2711), - [sym_html_element] = ACTIONS(2711), - }, - [STATE(286)] = { - [anon_sym_COLON] = ACTIONS(2713), - [sym_entity_reference] = ACTIONS(2713), - [sym_numeric_character_reference] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_BANG_LBRACK] = ACTIONS(2715), - [anon_sym_DOLLAR] = ACTIONS(2713), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2715), - [sym_pandoc_str] = ACTIONS(2713), - [aux_sym__prose_punctuation_token1] = ACTIONS(2713), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2713), - [sym__line_ending] = ACTIONS(2715), - [sym__soft_line_ending] = ACTIONS(2715), - [sym__block_close] = ACTIONS(2715), - [sym__block_quote_start] = ACTIONS(2715), - [sym_atx_h1_marker] = ACTIONS(2715), - [sym_atx_h2_marker] = ACTIONS(2715), - [sym_atx_h3_marker] = ACTIONS(2715), - [sym_atx_h4_marker] = ACTIONS(2715), - [sym_atx_h5_marker] = ACTIONS(2715), - [sym_atx_h6_marker] = ACTIONS(2715), - [sym__thematic_break] = ACTIONS(2715), - [sym__list_marker_minus] = ACTIONS(2715), - [sym__list_marker_plus] = ACTIONS(2715), - [sym__list_marker_star] = ACTIONS(2715), - [sym__list_marker_parenthesis] = ACTIONS(2715), - [sym__list_marker_dot] = ACTIONS(2715), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2715), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2715), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2715), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2715), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2715), - [sym__list_marker_example] = ACTIONS(2715), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2715), - [sym__fenced_code_block_start_backtick] = ACTIONS(2715), - [sym_minus_metadata] = ACTIONS(2715), - [sym__pipe_table_start] = ACTIONS(2715), - [sym__fenced_div_start] = ACTIONS(2715), - [sym__fenced_div_end] = ACTIONS(2715), - [sym_ref_id_specifier] = ACTIONS(2715), - [sym__code_span_start] = ACTIONS(2715), - [sym__html_comment] = ACTIONS(2715), - [sym__autolink] = ACTIONS(2715), - [sym__highlight_span_start] = ACTIONS(2715), - [sym__insert_span_start] = ACTIONS(2715), - [sym__delete_span_start] = ACTIONS(2715), - [sym__edit_comment_span_start] = ACTIONS(2715), - [sym__single_quote_span_open] = ACTIONS(2715), - [sym__double_quote_span_open] = ACTIONS(2715), - [sym__shortcode_open_escaped] = ACTIONS(2715), - [sym__shortcode_open] = ACTIONS(2715), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2715), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2715), - [sym__cite_author_in_text] = ACTIONS(2715), - [sym__cite_suppress_author] = ACTIONS(2715), - [sym__strikeout_open] = ACTIONS(2715), - [sym__subscript_open] = ACTIONS(2715), - [sym__superscript_open] = ACTIONS(2715), - [sym__inline_note_start_token] = ACTIONS(2715), - [sym__strong_emphasis_open_star] = ACTIONS(2715), - [sym__strong_emphasis_open_underscore] = ACTIONS(2715), - [sym__emphasis_open_star] = ACTIONS(2715), - [sym__emphasis_open_underscore] = ACTIONS(2715), - [sym_inline_note_reference] = ACTIONS(2715), - [sym_html_element] = ACTIONS(2715), - }, - [STATE(287)] = { - [ts_builtin_sym_end] = ACTIONS(2339), - [anon_sym_COLON] = ACTIONS(2337), - [sym_entity_reference] = ACTIONS(2337), - [sym_numeric_character_reference] = ACTIONS(2339), - [anon_sym_LBRACK] = ACTIONS(2339), - [anon_sym_BANG_LBRACK] = ACTIONS(2339), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2339), - [anon_sym_LBRACE] = ACTIONS(2339), - [sym_pandoc_str] = ACTIONS(2337), - [aux_sym__prose_punctuation_token1] = ACTIONS(2337), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2337), - [sym__line_ending] = ACTIONS(2339), - [sym__soft_line_ending] = ACTIONS(2339), - [sym_block_continuation] = ACTIONS(2717), - [sym__block_quote_start] = ACTIONS(2339), - [sym_atx_h1_marker] = ACTIONS(2339), - [sym_atx_h2_marker] = ACTIONS(2339), - [sym_atx_h3_marker] = ACTIONS(2339), - [sym_atx_h4_marker] = ACTIONS(2339), - [sym_atx_h5_marker] = ACTIONS(2339), - [sym_atx_h6_marker] = ACTIONS(2339), - [sym__thematic_break] = ACTIONS(2339), - [sym__list_marker_minus] = ACTIONS(2339), - [sym__list_marker_plus] = ACTIONS(2339), - [sym__list_marker_star] = ACTIONS(2339), - [sym__list_marker_parenthesis] = ACTIONS(2339), - [sym__list_marker_dot] = ACTIONS(2339), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_example] = ACTIONS(2339), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2339), - [sym__fenced_code_block_start_backtick] = ACTIONS(2339), - [sym_minus_metadata] = ACTIONS(2339), - [sym__pipe_table_start] = ACTIONS(2339), - [sym__fenced_div_start] = ACTIONS(2339), - [sym_ref_id_specifier] = ACTIONS(2339), - [sym__code_span_start] = ACTIONS(2339), - [sym__html_comment] = ACTIONS(2339), - [sym__autolink] = ACTIONS(2339), - [sym__highlight_span_start] = ACTIONS(2339), - [sym__insert_span_start] = ACTIONS(2339), - [sym__delete_span_start] = ACTIONS(2339), - [sym__edit_comment_span_start] = ACTIONS(2339), - [sym__single_quote_span_open] = ACTIONS(2339), - [sym__double_quote_span_open] = ACTIONS(2339), - [sym__shortcode_open_escaped] = ACTIONS(2339), - [sym__shortcode_open] = ACTIONS(2339), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2339), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2339), - [sym__cite_author_in_text] = ACTIONS(2339), - [sym__cite_suppress_author] = ACTIONS(2339), - [sym__strikeout_open] = ACTIONS(2339), - [sym__subscript_open] = ACTIONS(2339), - [sym__superscript_open] = ACTIONS(2339), - [sym__inline_note_start_token] = ACTIONS(2339), - [sym__strong_emphasis_open_star] = ACTIONS(2339), - [sym__strong_emphasis_open_underscore] = ACTIONS(2339), - [sym__emphasis_open_star] = ACTIONS(2339), - [sym__emphasis_open_underscore] = ACTIONS(2339), - [sym_inline_note_reference] = ACTIONS(2339), - [sym_html_element] = ACTIONS(2339), - }, - [STATE(288)] = { - [ts_builtin_sym_end] = ACTIONS(2361), - [anon_sym_COLON] = ACTIONS(2359), - [sym_entity_reference] = ACTIONS(2359), - [sym_numeric_character_reference] = ACTIONS(2361), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_BANG_LBRACK] = ACTIONS(2361), - [anon_sym_DOLLAR] = ACTIONS(2359), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2361), - [anon_sym_LBRACE] = ACTIONS(2361), - [sym_pandoc_str] = ACTIONS(2359), - [aux_sym__prose_punctuation_token1] = ACTIONS(2359), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2359), - [sym__line_ending] = ACTIONS(2361), - [sym__soft_line_ending] = ACTIONS(2361), - [sym_block_continuation] = ACTIONS(2719), - [sym__block_quote_start] = ACTIONS(2361), - [sym_atx_h1_marker] = ACTIONS(2361), - [sym_atx_h2_marker] = ACTIONS(2361), - [sym_atx_h3_marker] = ACTIONS(2361), - [sym_atx_h4_marker] = ACTIONS(2361), - [sym_atx_h5_marker] = ACTIONS(2361), - [sym_atx_h6_marker] = ACTIONS(2361), - [sym__thematic_break] = ACTIONS(2361), - [sym__list_marker_minus] = ACTIONS(2361), - [sym__list_marker_plus] = ACTIONS(2361), - [sym__list_marker_star] = ACTIONS(2361), - [sym__list_marker_parenthesis] = ACTIONS(2361), - [sym__list_marker_dot] = ACTIONS(2361), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_example] = ACTIONS(2361), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2361), - [sym__fenced_code_block_start_backtick] = ACTIONS(2361), - [sym_minus_metadata] = ACTIONS(2361), - [sym__pipe_table_start] = ACTIONS(2361), - [sym__fenced_div_start] = ACTIONS(2361), - [sym_ref_id_specifier] = ACTIONS(2361), - [sym__code_span_start] = ACTIONS(2361), - [sym__html_comment] = ACTIONS(2361), - [sym__autolink] = ACTIONS(2361), - [sym__highlight_span_start] = ACTIONS(2361), - [sym__insert_span_start] = ACTIONS(2361), - [sym__delete_span_start] = ACTIONS(2361), - [sym__edit_comment_span_start] = ACTIONS(2361), - [sym__single_quote_span_open] = ACTIONS(2361), - [sym__double_quote_span_open] = ACTIONS(2361), - [sym__shortcode_open_escaped] = ACTIONS(2361), - [sym__shortcode_open] = ACTIONS(2361), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2361), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2361), - [sym__cite_author_in_text] = ACTIONS(2361), - [sym__cite_suppress_author] = ACTIONS(2361), - [sym__strikeout_open] = ACTIONS(2361), - [sym__subscript_open] = ACTIONS(2361), - [sym__superscript_open] = ACTIONS(2361), - [sym__inline_note_start_token] = ACTIONS(2361), - [sym__strong_emphasis_open_star] = ACTIONS(2361), - [sym__strong_emphasis_open_underscore] = ACTIONS(2361), - [sym__emphasis_open_star] = ACTIONS(2361), - [sym__emphasis_open_underscore] = ACTIONS(2361), - [sym_inline_note_reference] = ACTIONS(2361), - [sym_html_element] = ACTIONS(2361), - }, - [STATE(289)] = { - [sym_pipe_table_cell] = STATE(2532), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2167), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(290)] = { - [sym_pipe_table_cell] = STATE(2532), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(291)] = { - [anon_sym_COLON] = ACTIONS(2725), - [sym_entity_reference] = ACTIONS(2725), - [sym_numeric_character_reference] = ACTIONS(2727), - [anon_sym_LBRACK] = ACTIONS(2727), - [anon_sym_BANG_LBRACK] = ACTIONS(2727), - [anon_sym_DOLLAR] = ACTIONS(2725), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2727), - [anon_sym_LBRACE] = ACTIONS(2727), - [sym_pandoc_str] = ACTIONS(2725), - [aux_sym__prose_punctuation_token1] = ACTIONS(2725), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2725), - [sym__line_ending] = ACTIONS(2727), - [sym__soft_line_ending] = ACTIONS(2727), - [sym__block_close] = ACTIONS(2727), - [sym__block_quote_start] = ACTIONS(2727), - [sym_atx_h1_marker] = ACTIONS(2727), - [sym_atx_h2_marker] = ACTIONS(2727), - [sym_atx_h3_marker] = ACTIONS(2727), - [sym_atx_h4_marker] = ACTIONS(2727), - [sym_atx_h5_marker] = ACTIONS(2727), - [sym_atx_h6_marker] = ACTIONS(2727), - [sym__thematic_break] = ACTIONS(2727), - [sym__list_marker_minus] = ACTIONS(2727), - [sym__list_marker_plus] = ACTIONS(2727), - [sym__list_marker_star] = ACTIONS(2727), - [sym__list_marker_parenthesis] = ACTIONS(2727), - [sym__list_marker_dot] = ACTIONS(2727), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2727), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2727), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2727), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2727), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2727), - [sym__list_marker_example] = ACTIONS(2727), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2727), - [sym__fenced_code_block_start_backtick] = ACTIONS(2727), - [sym_minus_metadata] = ACTIONS(2727), - [sym__pipe_table_start] = ACTIONS(2727), - [sym__fenced_div_start] = ACTIONS(2727), - [sym__fenced_div_end] = ACTIONS(2727), - [sym_ref_id_specifier] = ACTIONS(2727), - [sym__code_span_start] = ACTIONS(2727), - [sym__html_comment] = ACTIONS(2727), - [sym__autolink] = ACTIONS(2727), - [sym__highlight_span_start] = ACTIONS(2727), - [sym__insert_span_start] = ACTIONS(2727), - [sym__delete_span_start] = ACTIONS(2727), - [sym__edit_comment_span_start] = ACTIONS(2727), - [sym__single_quote_span_open] = ACTIONS(2727), - [sym__double_quote_span_open] = ACTIONS(2727), - [sym__shortcode_open_escaped] = ACTIONS(2727), - [sym__shortcode_open] = ACTIONS(2727), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2727), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2727), - [sym__cite_author_in_text] = ACTIONS(2727), - [sym__cite_suppress_author] = ACTIONS(2727), - [sym__strikeout_open] = ACTIONS(2727), - [sym__subscript_open] = ACTIONS(2727), - [sym__superscript_open] = ACTIONS(2727), - [sym__inline_note_start_token] = ACTIONS(2727), - [sym__strong_emphasis_open_star] = ACTIONS(2727), - [sym__strong_emphasis_open_underscore] = ACTIONS(2727), - [sym__emphasis_open_star] = ACTIONS(2727), - [sym__emphasis_open_underscore] = ACTIONS(2727), - [sym_inline_note_reference] = ACTIONS(2727), - [sym_html_element] = ACTIONS(2727), - }, - [STATE(292)] = { - [sym_pipe_table_cell] = STATE(2533), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(376), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2729), - [sym__line_ending] = ACTIONS(2167), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(293)] = { - [ts_builtin_sym_end] = ACTIONS(2385), - [anon_sym_COLON] = ACTIONS(2383), - [sym_entity_reference] = ACTIONS(2383), - [sym_numeric_character_reference] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_BANG_LBRACK] = ACTIONS(2385), - [anon_sym_DOLLAR] = ACTIONS(2383), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2385), - [anon_sym_LBRACE] = ACTIONS(2385), - [sym_pandoc_str] = ACTIONS(2383), - [aux_sym__prose_punctuation_token1] = ACTIONS(2383), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2383), - [sym__line_ending] = ACTIONS(2385), - [sym__soft_line_ending] = ACTIONS(2385), - [sym_block_continuation] = ACTIONS(2731), - [sym__block_quote_start] = ACTIONS(2385), - [sym_atx_h1_marker] = ACTIONS(2385), - [sym_atx_h2_marker] = ACTIONS(2385), - [sym_atx_h3_marker] = ACTIONS(2385), - [sym_atx_h4_marker] = ACTIONS(2385), - [sym_atx_h5_marker] = ACTIONS(2385), - [sym_atx_h6_marker] = ACTIONS(2385), - [sym__thematic_break] = ACTIONS(2385), - [sym__list_marker_minus] = ACTIONS(2385), - [sym__list_marker_plus] = ACTIONS(2385), - [sym__list_marker_star] = ACTIONS(2385), - [sym__list_marker_parenthesis] = ACTIONS(2385), - [sym__list_marker_dot] = ACTIONS(2385), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_example] = ACTIONS(2385), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2385), - [sym__fenced_code_block_start_backtick] = ACTIONS(2385), - [sym_minus_metadata] = ACTIONS(2385), - [sym__pipe_table_start] = ACTIONS(2385), - [sym__fenced_div_start] = ACTIONS(2385), - [sym_ref_id_specifier] = ACTIONS(2385), - [sym__code_span_start] = ACTIONS(2385), - [sym__html_comment] = ACTIONS(2385), - [sym__autolink] = ACTIONS(2385), - [sym__highlight_span_start] = ACTIONS(2385), - [sym__insert_span_start] = ACTIONS(2385), - [sym__delete_span_start] = ACTIONS(2385), - [sym__edit_comment_span_start] = ACTIONS(2385), - [sym__single_quote_span_open] = ACTIONS(2385), - [sym__double_quote_span_open] = ACTIONS(2385), - [sym__shortcode_open_escaped] = ACTIONS(2385), - [sym__shortcode_open] = ACTIONS(2385), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2385), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2385), - [sym__cite_author_in_text] = ACTIONS(2385), - [sym__cite_suppress_author] = ACTIONS(2385), - [sym__strikeout_open] = ACTIONS(2385), - [sym__subscript_open] = ACTIONS(2385), - [sym__superscript_open] = ACTIONS(2385), - [sym__inline_note_start_token] = ACTIONS(2385), - [sym__strong_emphasis_open_star] = ACTIONS(2385), - [sym__strong_emphasis_open_underscore] = ACTIONS(2385), - [sym__emphasis_open_star] = ACTIONS(2385), - [sym__emphasis_open_underscore] = ACTIONS(2385), - [sym_inline_note_reference] = ACTIONS(2385), - [sym_html_element] = ACTIONS(2385), - }, - [STATE(294)] = { - [anon_sym_COLON] = ACTIONS(2733), - [sym_entity_reference] = ACTIONS(2733), - [sym_numeric_character_reference] = ACTIONS(2735), - [anon_sym_LBRACK] = ACTIONS(2735), - [anon_sym_BANG_LBRACK] = ACTIONS(2735), - [anon_sym_DOLLAR] = ACTIONS(2733), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2735), - [anon_sym_LBRACE] = ACTIONS(2735), - [sym_pandoc_str] = ACTIONS(2733), - [aux_sym__prose_punctuation_token1] = ACTIONS(2733), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2733), - [sym__line_ending] = ACTIONS(2735), - [sym__soft_line_ending] = ACTIONS(2735), - [sym__block_close] = ACTIONS(2735), - [sym__block_quote_start] = ACTIONS(2735), - [sym_atx_h1_marker] = ACTIONS(2735), - [sym_atx_h2_marker] = ACTIONS(2735), - [sym_atx_h3_marker] = ACTIONS(2735), - [sym_atx_h4_marker] = ACTIONS(2735), - [sym_atx_h5_marker] = ACTIONS(2735), - [sym_atx_h6_marker] = ACTIONS(2735), - [sym__thematic_break] = ACTIONS(2735), - [sym__list_marker_minus] = ACTIONS(2735), - [sym__list_marker_plus] = ACTIONS(2735), - [sym__list_marker_star] = ACTIONS(2735), - [sym__list_marker_parenthesis] = ACTIONS(2735), - [sym__list_marker_dot] = ACTIONS(2735), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2735), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2735), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2735), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2735), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2735), - [sym__list_marker_example] = ACTIONS(2735), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2735), - [sym__fenced_code_block_start_backtick] = ACTIONS(2735), - [sym_minus_metadata] = ACTIONS(2735), - [sym__pipe_table_start] = ACTIONS(2735), - [sym__fenced_div_start] = ACTIONS(2735), - [sym__fenced_div_end] = ACTIONS(2735), - [sym_ref_id_specifier] = ACTIONS(2735), - [sym__code_span_start] = ACTIONS(2735), - [sym__html_comment] = ACTIONS(2735), - [sym__autolink] = ACTIONS(2735), - [sym__highlight_span_start] = ACTIONS(2735), - [sym__insert_span_start] = ACTIONS(2735), - [sym__delete_span_start] = ACTIONS(2735), - [sym__edit_comment_span_start] = ACTIONS(2735), - [sym__single_quote_span_open] = ACTIONS(2735), - [sym__double_quote_span_open] = ACTIONS(2735), - [sym__shortcode_open_escaped] = ACTIONS(2735), - [sym__shortcode_open] = ACTIONS(2735), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2735), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2735), - [sym__cite_author_in_text] = ACTIONS(2735), - [sym__cite_suppress_author] = ACTIONS(2735), - [sym__strikeout_open] = ACTIONS(2735), - [sym__subscript_open] = ACTIONS(2735), - [sym__superscript_open] = ACTIONS(2735), - [sym__inline_note_start_token] = ACTIONS(2735), - [sym__strong_emphasis_open_star] = ACTIONS(2735), - [sym__strong_emphasis_open_underscore] = ACTIONS(2735), - [sym__emphasis_open_star] = ACTIONS(2735), - [sym__emphasis_open_underscore] = ACTIONS(2735), - [sym_inline_note_reference] = ACTIONS(2735), - [sym_html_element] = ACTIONS(2735), - }, - [STATE(295)] = { - [anon_sym_COLON] = ACTIONS(2737), - [sym_entity_reference] = ACTIONS(2737), - [sym_numeric_character_reference] = ACTIONS(2739), - [anon_sym_LBRACK] = ACTIONS(2739), - [anon_sym_BANG_LBRACK] = ACTIONS(2739), - [anon_sym_DOLLAR] = ACTIONS(2737), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2739), - [anon_sym_LBRACE] = ACTIONS(2739), - [sym_pandoc_str] = ACTIONS(2737), - [aux_sym__prose_punctuation_token1] = ACTIONS(2737), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2739), - [sym__soft_line_ending] = ACTIONS(2739), - [sym__block_close] = ACTIONS(2739), - [sym__block_quote_start] = ACTIONS(2739), - [sym_atx_h1_marker] = ACTIONS(2739), - [sym_atx_h2_marker] = ACTIONS(2739), - [sym_atx_h3_marker] = ACTIONS(2739), - [sym_atx_h4_marker] = ACTIONS(2739), - [sym_atx_h5_marker] = ACTIONS(2739), - [sym_atx_h6_marker] = ACTIONS(2739), - [sym__thematic_break] = ACTIONS(2739), - [sym__list_marker_minus] = ACTIONS(2739), - [sym__list_marker_plus] = ACTIONS(2739), - [sym__list_marker_star] = ACTIONS(2739), - [sym__list_marker_parenthesis] = ACTIONS(2739), - [sym__list_marker_dot] = ACTIONS(2739), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2739), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2739), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2739), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2739), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2739), - [sym__list_marker_example] = ACTIONS(2739), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2739), - [sym__fenced_code_block_start_backtick] = ACTIONS(2739), - [sym_minus_metadata] = ACTIONS(2739), - [sym__pipe_table_start] = ACTIONS(2739), - [sym__fenced_div_start] = ACTIONS(2739), - [sym__fenced_div_end] = ACTIONS(2739), - [sym_ref_id_specifier] = ACTIONS(2739), - [sym__code_span_start] = ACTIONS(2739), - [sym__html_comment] = ACTIONS(2739), - [sym__autolink] = ACTIONS(2739), - [sym__highlight_span_start] = ACTIONS(2739), - [sym__insert_span_start] = ACTIONS(2739), - [sym__delete_span_start] = ACTIONS(2739), - [sym__edit_comment_span_start] = ACTIONS(2739), - [sym__single_quote_span_open] = ACTIONS(2739), - [sym__double_quote_span_open] = ACTIONS(2739), - [sym__shortcode_open_escaped] = ACTIONS(2739), - [sym__shortcode_open] = ACTIONS(2739), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2739), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2739), - [sym__cite_author_in_text] = ACTIONS(2739), - [sym__cite_suppress_author] = ACTIONS(2739), - [sym__strikeout_open] = ACTIONS(2739), - [sym__subscript_open] = ACTIONS(2739), - [sym__superscript_open] = ACTIONS(2739), - [sym__inline_note_start_token] = ACTIONS(2739), - [sym__strong_emphasis_open_star] = ACTIONS(2739), - [sym__strong_emphasis_open_underscore] = ACTIONS(2739), - [sym__emphasis_open_star] = ACTIONS(2739), - [sym__emphasis_open_underscore] = ACTIONS(2739), - [sym_inline_note_reference] = ACTIONS(2739), - [sym_html_element] = ACTIONS(2739), - }, - [STATE(296)] = { - [anon_sym_COLON] = ACTIONS(2741), - [sym_entity_reference] = ACTIONS(2741), - [sym_numeric_character_reference] = ACTIONS(2743), - [anon_sym_LBRACK] = ACTIONS(2743), - [anon_sym_BANG_LBRACK] = ACTIONS(2743), - [anon_sym_DOLLAR] = ACTIONS(2741), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2743), - [anon_sym_LBRACE] = ACTIONS(2743), - [sym_pandoc_str] = ACTIONS(2741), - [aux_sym__prose_punctuation_token1] = ACTIONS(2741), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2741), - [sym__line_ending] = ACTIONS(2743), - [sym__soft_line_ending] = ACTIONS(2743), - [sym__block_close] = ACTIONS(2743), - [sym__block_quote_start] = ACTIONS(2743), - [sym_atx_h1_marker] = ACTIONS(2743), - [sym_atx_h2_marker] = ACTIONS(2743), - [sym_atx_h3_marker] = ACTIONS(2743), - [sym_atx_h4_marker] = ACTIONS(2743), - [sym_atx_h5_marker] = ACTIONS(2743), - [sym_atx_h6_marker] = ACTIONS(2743), - [sym__thematic_break] = ACTIONS(2743), - [sym__list_marker_minus] = ACTIONS(2743), - [sym__list_marker_plus] = ACTIONS(2743), - [sym__list_marker_star] = ACTIONS(2743), - [sym__list_marker_parenthesis] = ACTIONS(2743), - [sym__list_marker_dot] = ACTIONS(2743), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2743), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2743), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2743), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2743), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2743), - [sym__list_marker_example] = ACTIONS(2743), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2743), - [sym__fenced_code_block_start_backtick] = ACTIONS(2743), - [sym_minus_metadata] = ACTIONS(2743), - [sym__pipe_table_start] = ACTIONS(2743), - [sym__fenced_div_start] = ACTIONS(2743), - [sym__fenced_div_end] = ACTIONS(2743), - [sym_ref_id_specifier] = ACTIONS(2743), - [sym__code_span_start] = ACTIONS(2743), - [sym__html_comment] = ACTIONS(2743), - [sym__autolink] = ACTIONS(2743), - [sym__highlight_span_start] = ACTIONS(2743), - [sym__insert_span_start] = ACTIONS(2743), - [sym__delete_span_start] = ACTIONS(2743), - [sym__edit_comment_span_start] = ACTIONS(2743), - [sym__single_quote_span_open] = ACTIONS(2743), - [sym__double_quote_span_open] = ACTIONS(2743), - [sym__shortcode_open_escaped] = ACTIONS(2743), - [sym__shortcode_open] = ACTIONS(2743), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2743), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2743), - [sym__cite_author_in_text] = ACTIONS(2743), - [sym__cite_suppress_author] = ACTIONS(2743), - [sym__strikeout_open] = ACTIONS(2743), - [sym__subscript_open] = ACTIONS(2743), - [sym__superscript_open] = ACTIONS(2743), - [sym__inline_note_start_token] = ACTIONS(2743), - [sym__strong_emphasis_open_star] = ACTIONS(2743), - [sym__strong_emphasis_open_underscore] = ACTIONS(2743), - [sym__emphasis_open_star] = ACTIONS(2743), - [sym__emphasis_open_underscore] = ACTIONS(2743), - [sym_inline_note_reference] = ACTIONS(2743), - [sym_html_element] = ACTIONS(2743), - }, - [STATE(297)] = { - [anon_sym_COLON] = ACTIONS(2745), - [sym_entity_reference] = ACTIONS(2745), - [sym_numeric_character_reference] = ACTIONS(2747), - [anon_sym_LBRACK] = ACTIONS(2747), - [anon_sym_BANG_LBRACK] = ACTIONS(2747), - [anon_sym_DOLLAR] = ACTIONS(2745), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2747), - [anon_sym_LBRACE] = ACTIONS(2747), - [sym_pandoc_str] = ACTIONS(2745), - [aux_sym__prose_punctuation_token1] = ACTIONS(2745), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2745), - [sym__line_ending] = ACTIONS(2747), - [sym__soft_line_ending] = ACTIONS(2747), - [sym__block_close] = ACTIONS(2747), - [sym__block_quote_start] = ACTIONS(2747), - [sym_atx_h1_marker] = ACTIONS(2747), - [sym_atx_h2_marker] = ACTIONS(2747), - [sym_atx_h3_marker] = ACTIONS(2747), - [sym_atx_h4_marker] = ACTIONS(2747), - [sym_atx_h5_marker] = ACTIONS(2747), - [sym_atx_h6_marker] = ACTIONS(2747), - [sym__thematic_break] = ACTIONS(2747), - [sym__list_marker_minus] = ACTIONS(2747), - [sym__list_marker_plus] = ACTIONS(2747), - [sym__list_marker_star] = ACTIONS(2747), - [sym__list_marker_parenthesis] = ACTIONS(2747), - [sym__list_marker_dot] = ACTIONS(2747), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2747), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2747), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2747), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2747), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2747), - [sym__list_marker_example] = ACTIONS(2747), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2747), - [sym__fenced_code_block_start_backtick] = ACTIONS(2747), - [sym_minus_metadata] = ACTIONS(2747), - [sym__pipe_table_start] = ACTIONS(2747), - [sym__fenced_div_start] = ACTIONS(2747), - [sym__fenced_div_end] = ACTIONS(2747), - [sym_ref_id_specifier] = ACTIONS(2747), - [sym__code_span_start] = ACTIONS(2747), - [sym__html_comment] = ACTIONS(2747), - [sym__autolink] = ACTIONS(2747), - [sym__highlight_span_start] = ACTIONS(2747), - [sym__insert_span_start] = ACTIONS(2747), - [sym__delete_span_start] = ACTIONS(2747), - [sym__edit_comment_span_start] = ACTIONS(2747), - [sym__single_quote_span_open] = ACTIONS(2747), - [sym__double_quote_span_open] = ACTIONS(2747), - [sym__shortcode_open_escaped] = ACTIONS(2747), - [sym__shortcode_open] = ACTIONS(2747), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2747), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2747), - [sym__cite_author_in_text] = ACTIONS(2747), - [sym__cite_suppress_author] = ACTIONS(2747), - [sym__strikeout_open] = ACTIONS(2747), - [sym__subscript_open] = ACTIONS(2747), - [sym__superscript_open] = ACTIONS(2747), - [sym__inline_note_start_token] = ACTIONS(2747), - [sym__strong_emphasis_open_star] = ACTIONS(2747), - [sym__strong_emphasis_open_underscore] = ACTIONS(2747), - [sym__emphasis_open_star] = ACTIONS(2747), - [sym__emphasis_open_underscore] = ACTIONS(2747), - [sym_inline_note_reference] = ACTIONS(2747), - [sym_html_element] = ACTIONS(2747), - }, - [STATE(298)] = { - [anon_sym_COLON] = ACTIONS(2749), - [sym_entity_reference] = ACTIONS(2749), - [sym_numeric_character_reference] = ACTIONS(2751), - [anon_sym_LBRACK] = ACTIONS(2751), - [anon_sym_BANG_LBRACK] = ACTIONS(2751), - [anon_sym_DOLLAR] = ACTIONS(2749), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2751), - [anon_sym_LBRACE] = ACTIONS(2751), - [sym_pandoc_str] = ACTIONS(2749), - [aux_sym__prose_punctuation_token1] = ACTIONS(2749), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2749), - [sym__line_ending] = ACTIONS(2751), - [sym__soft_line_ending] = ACTIONS(2751), - [sym__block_close] = ACTIONS(2751), - [sym__block_quote_start] = ACTIONS(2751), - [sym_atx_h1_marker] = ACTIONS(2751), - [sym_atx_h2_marker] = ACTIONS(2751), - [sym_atx_h3_marker] = ACTIONS(2751), - [sym_atx_h4_marker] = ACTIONS(2751), - [sym_atx_h5_marker] = ACTIONS(2751), - [sym_atx_h6_marker] = ACTIONS(2751), - [sym__thematic_break] = ACTIONS(2751), - [sym__list_marker_minus] = ACTIONS(2751), - [sym__list_marker_plus] = ACTIONS(2751), - [sym__list_marker_star] = ACTIONS(2751), - [sym__list_marker_parenthesis] = ACTIONS(2751), - [sym__list_marker_dot] = ACTIONS(2751), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2751), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2751), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2751), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2751), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2751), - [sym__list_marker_example] = ACTIONS(2751), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2751), - [sym__fenced_code_block_start_backtick] = ACTIONS(2751), - [sym_minus_metadata] = ACTIONS(2751), - [sym__pipe_table_start] = ACTIONS(2751), - [sym__fenced_div_start] = ACTIONS(2751), - [sym__fenced_div_end] = ACTIONS(2751), - [sym_ref_id_specifier] = ACTIONS(2751), - [sym__code_span_start] = ACTIONS(2751), - [sym__html_comment] = ACTIONS(2751), - [sym__autolink] = ACTIONS(2751), - [sym__highlight_span_start] = ACTIONS(2751), - [sym__insert_span_start] = ACTIONS(2751), - [sym__delete_span_start] = ACTIONS(2751), - [sym__edit_comment_span_start] = ACTIONS(2751), - [sym__single_quote_span_open] = ACTIONS(2751), - [sym__double_quote_span_open] = ACTIONS(2751), - [sym__shortcode_open_escaped] = ACTIONS(2751), - [sym__shortcode_open] = ACTIONS(2751), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2751), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2751), - [sym__cite_author_in_text] = ACTIONS(2751), - [sym__cite_suppress_author] = ACTIONS(2751), - [sym__strikeout_open] = ACTIONS(2751), - [sym__subscript_open] = ACTIONS(2751), - [sym__superscript_open] = ACTIONS(2751), - [sym__inline_note_start_token] = ACTIONS(2751), - [sym__strong_emphasis_open_star] = ACTIONS(2751), - [sym__strong_emphasis_open_underscore] = ACTIONS(2751), - [sym__emphasis_open_star] = ACTIONS(2751), - [sym__emphasis_open_underscore] = ACTIONS(2751), - [sym_inline_note_reference] = ACTIONS(2751), - [sym_html_element] = ACTIONS(2751), - }, - [STATE(299)] = { - [anon_sym_COLON] = ACTIONS(2753), - [sym_entity_reference] = ACTIONS(2753), - [sym_numeric_character_reference] = ACTIONS(2755), - [anon_sym_LBRACK] = ACTIONS(2755), - [anon_sym_BANG_LBRACK] = ACTIONS(2755), - [anon_sym_DOLLAR] = ACTIONS(2753), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2755), - [anon_sym_LBRACE] = ACTIONS(2755), - [sym_pandoc_str] = ACTIONS(2753), - [aux_sym__prose_punctuation_token1] = ACTIONS(2753), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2753), - [sym__line_ending] = ACTIONS(2755), - [sym__soft_line_ending] = ACTIONS(2755), - [sym__block_close] = ACTIONS(2755), - [sym__block_quote_start] = ACTIONS(2755), - [sym_atx_h1_marker] = ACTIONS(2755), - [sym_atx_h2_marker] = ACTIONS(2755), - [sym_atx_h3_marker] = ACTIONS(2755), - [sym_atx_h4_marker] = ACTIONS(2755), - [sym_atx_h5_marker] = ACTIONS(2755), - [sym_atx_h6_marker] = ACTIONS(2755), - [sym__thematic_break] = ACTIONS(2755), - [sym__list_marker_minus] = ACTIONS(2755), - [sym__list_marker_plus] = ACTIONS(2755), - [sym__list_marker_star] = ACTIONS(2755), - [sym__list_marker_parenthesis] = ACTIONS(2755), - [sym__list_marker_dot] = ACTIONS(2755), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2755), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2755), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2755), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2755), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2755), - [sym__list_marker_example] = ACTIONS(2755), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2755), - [sym__fenced_code_block_start_backtick] = ACTIONS(2755), - [sym_minus_metadata] = ACTIONS(2755), - [sym__pipe_table_start] = ACTIONS(2755), - [sym__fenced_div_start] = ACTIONS(2755), - [sym__fenced_div_end] = ACTIONS(2755), - [sym_ref_id_specifier] = ACTIONS(2755), - [sym__code_span_start] = ACTIONS(2755), - [sym__html_comment] = ACTIONS(2755), - [sym__autolink] = ACTIONS(2755), - [sym__highlight_span_start] = ACTIONS(2755), - [sym__insert_span_start] = ACTIONS(2755), - [sym__delete_span_start] = ACTIONS(2755), - [sym__edit_comment_span_start] = ACTIONS(2755), - [sym__single_quote_span_open] = ACTIONS(2755), - [sym__double_quote_span_open] = ACTIONS(2755), - [sym__shortcode_open_escaped] = ACTIONS(2755), - [sym__shortcode_open] = ACTIONS(2755), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2755), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2755), - [sym__cite_author_in_text] = ACTIONS(2755), - [sym__cite_suppress_author] = ACTIONS(2755), - [sym__strikeout_open] = ACTIONS(2755), - [sym__subscript_open] = ACTIONS(2755), - [sym__superscript_open] = ACTIONS(2755), - [sym__inline_note_start_token] = ACTIONS(2755), - [sym__strong_emphasis_open_star] = ACTIONS(2755), - [sym__strong_emphasis_open_underscore] = ACTIONS(2755), - [sym__emphasis_open_star] = ACTIONS(2755), - [sym__emphasis_open_underscore] = ACTIONS(2755), - [sym_inline_note_reference] = ACTIONS(2755), - [sym_html_element] = ACTIONS(2755), - }, - [STATE(300)] = { - [anon_sym_COLON] = ACTIONS(2757), - [sym_entity_reference] = ACTIONS(2757), - [sym_numeric_character_reference] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_BANG_LBRACK] = ACTIONS(2759), - [anon_sym_DOLLAR] = ACTIONS(2757), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2759), - [anon_sym_LBRACE] = ACTIONS(2759), - [sym_pandoc_str] = ACTIONS(2757), - [aux_sym__prose_punctuation_token1] = ACTIONS(2757), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2757), - [sym__line_ending] = ACTIONS(2759), - [sym__soft_line_ending] = ACTIONS(2759), - [sym__block_close] = ACTIONS(2759), - [sym__block_quote_start] = ACTIONS(2759), - [sym_atx_h1_marker] = ACTIONS(2759), - [sym_atx_h2_marker] = ACTIONS(2759), - [sym_atx_h3_marker] = ACTIONS(2759), - [sym_atx_h4_marker] = ACTIONS(2759), - [sym_atx_h5_marker] = ACTIONS(2759), - [sym_atx_h6_marker] = ACTIONS(2759), - [sym__thematic_break] = ACTIONS(2759), - [sym__list_marker_minus] = ACTIONS(2759), - [sym__list_marker_plus] = ACTIONS(2759), - [sym__list_marker_star] = ACTIONS(2759), - [sym__list_marker_parenthesis] = ACTIONS(2759), - [sym__list_marker_dot] = ACTIONS(2759), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2759), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2759), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2759), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2759), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2759), - [sym__list_marker_example] = ACTIONS(2759), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2759), - [sym__fenced_code_block_start_backtick] = ACTIONS(2759), - [sym_minus_metadata] = ACTIONS(2759), - [sym__pipe_table_start] = ACTIONS(2759), - [sym__fenced_div_start] = ACTIONS(2759), - [sym__fenced_div_end] = ACTIONS(2759), - [sym_ref_id_specifier] = ACTIONS(2759), - [sym__code_span_start] = ACTIONS(2759), - [sym__html_comment] = ACTIONS(2759), - [sym__autolink] = ACTIONS(2759), - [sym__highlight_span_start] = ACTIONS(2759), - [sym__insert_span_start] = ACTIONS(2759), - [sym__delete_span_start] = ACTIONS(2759), - [sym__edit_comment_span_start] = ACTIONS(2759), - [sym__single_quote_span_open] = ACTIONS(2759), - [sym__double_quote_span_open] = ACTIONS(2759), - [sym__shortcode_open_escaped] = ACTIONS(2759), - [sym__shortcode_open] = ACTIONS(2759), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2759), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2759), - [sym__cite_author_in_text] = ACTIONS(2759), - [sym__cite_suppress_author] = ACTIONS(2759), - [sym__strikeout_open] = ACTIONS(2759), - [sym__subscript_open] = ACTIONS(2759), - [sym__superscript_open] = ACTIONS(2759), - [sym__inline_note_start_token] = ACTIONS(2759), - [sym__strong_emphasis_open_star] = ACTIONS(2759), - [sym__strong_emphasis_open_underscore] = ACTIONS(2759), - [sym__emphasis_open_star] = ACTIONS(2759), - [sym__emphasis_open_underscore] = ACTIONS(2759), - [sym_inline_note_reference] = ACTIONS(2759), - [sym_html_element] = ACTIONS(2759), - }, - [STATE(301)] = { - [sym_pandoc_span] = STATE(322), - [sym_pandoc_image] = STATE(322), - [sym_pandoc_math] = STATE(322), - [sym_pandoc_display_math] = STATE(322), - [sym_pandoc_code_span] = STATE(322), - [sym_pandoc_single_quote] = STATE(322), - [sym_pandoc_double_quote] = STATE(322), - [sym_insert] = STATE(322), - [sym_delete] = STATE(322), - [sym_edit_comment] = STATE(322), - [sym_highlight] = STATE(322), - [sym__pandoc_attr_specifier] = STATE(322), - [sym__inline_element] = STATE(322), - [sym_shortcode_escaped] = STATE(322), - [sym_shortcode] = STATE(322), - [sym_citation] = STATE(322), - [sym_inline_note] = STATE(322), - [sym_pandoc_superscript] = STATE(322), - [sym_pandoc_subscript] = STATE(322), - [sym_pandoc_strikeout] = STATE(322), - [sym_pandoc_emph] = STATE(322), - [sym_pandoc_strong] = STATE(322), - [sym__prose_punctuation] = STATE(322), - [sym_pandoc_line_break] = STATE(322), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(322), - [anon_sym_PIPE] = ACTIONS(2761), + [STATE(264)] = { + [anon_sym_COLON] = ACTIONS(2763), [sym_entity_reference] = ACTIONS(2763), [sym_numeric_character_reference] = ACTIONS(2765), - [anon_sym_LBRACK] = ACTIONS(1933), - [anon_sym_BANG_LBRACK] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [sym_pandoc_str] = ACTIONS(2763), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_BANG_LBRACK] = ACTIONS(2765), + [anon_sym_DOLLAR] = ACTIONS(2763), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [aux_sym_pandoc_str_token1] = ACTIONS(2763), + [anon_sym_PIPE] = ACTIONS(2765), [aux_sym__prose_punctuation_token1] = ACTIONS(2763), - [aux_sym_pandoc_line_break_token1] = ACTIONS(1943), - [sym__whitespace] = ACTIONS(2059), - [sym__line_ending] = ACTIONS(2761), - [sym__eof] = ACTIONS(2761), - [sym__pipe_table_line_ending] = ACTIONS(2761), - [sym__code_span_start] = ACTIONS(1949), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2763), + [sym__line_ending] = ACTIONS(2765), + [sym__soft_line_ending] = ACTIONS(2765), + [sym__block_close] = ACTIONS(2765), + [sym_block_continuation] = ACTIONS(2767), + [sym__block_quote_start] = ACTIONS(2765), + [sym_atx_h1_marker] = ACTIONS(2765), + [sym_atx_h2_marker] = ACTIONS(2765), + [sym_atx_h3_marker] = ACTIONS(2765), + [sym_atx_h4_marker] = ACTIONS(2765), + [sym_atx_h5_marker] = ACTIONS(2765), + [sym_atx_h6_marker] = ACTIONS(2765), + [sym__thematic_break] = ACTIONS(2765), + [sym__list_marker_minus] = ACTIONS(2765), + [sym__list_marker_plus] = ACTIONS(2765), + [sym__list_marker_star] = ACTIONS(2765), + [sym__list_marker_parenthesis] = ACTIONS(2765), + [sym__list_marker_dot] = ACTIONS(2765), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_example] = ACTIONS(2765), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2765), + [sym__fenced_code_block_start_backtick] = ACTIONS(2765), + [sym_minus_metadata] = ACTIONS(2765), + [sym__pipe_table_start] = ACTIONS(2765), + [sym__fenced_div_start] = ACTIONS(2765), + [sym__fenced_div_end] = ACTIONS(2765), + [sym_ref_id_specifier] = ACTIONS(2765), + [sym__code_span_start] = ACTIONS(2765), [sym__html_comment] = ACTIONS(2765), [sym__autolink] = ACTIONS(2765), - [sym__highlight_span_start] = ACTIONS(1951), - [sym__insert_span_start] = ACTIONS(1953), - [sym__delete_span_start] = ACTIONS(1955), - [sym__edit_comment_span_start] = ACTIONS(1957), - [sym__single_quote_span_open] = ACTIONS(1959), - [sym__double_quote_span_open] = ACTIONS(1961), - [sym__shortcode_open_escaped] = ACTIONS(1963), - [sym__shortcode_open] = ACTIONS(1965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1967), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1969), - [sym__cite_author_in_text] = ACTIONS(1971), - [sym__cite_suppress_author] = ACTIONS(1973), - [sym__strikeout_open] = ACTIONS(1975), - [sym__subscript_open] = ACTIONS(1977), - [sym__superscript_open] = ACTIONS(1979), - [sym__inline_note_start_token] = ACTIONS(1981), - [sym__strong_emphasis_open_star] = ACTIONS(1983), - [sym__strong_emphasis_open_underscore] = ACTIONS(1985), - [sym__emphasis_open_star] = ACTIONS(1987), - [sym__emphasis_open_underscore] = ACTIONS(1989), + [sym__highlight_span_start] = ACTIONS(2765), + [sym__insert_span_start] = ACTIONS(2765), + [sym__delete_span_start] = ACTIONS(2765), + [sym__edit_comment_span_start] = ACTIONS(2765), + [sym__single_quote_span_open] = ACTIONS(2765), + [sym__double_quote_span_open] = ACTIONS(2765), + [sym__shortcode_open_escaped] = ACTIONS(2765), + [sym__shortcode_open] = ACTIONS(2765), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2765), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2765), + [sym__cite_author_in_text] = ACTIONS(2765), + [sym__cite_suppress_author] = ACTIONS(2765), + [sym__strikeout_open] = ACTIONS(2765), + [sym__subscript_open] = ACTIONS(2765), + [sym__superscript_open] = ACTIONS(2765), + [sym__inline_note_start_token] = ACTIONS(2765), + [sym__strong_emphasis_open_star] = ACTIONS(2765), + [sym__strong_emphasis_open_underscore] = ACTIONS(2765), + [sym__emphasis_open_star] = ACTIONS(2765), + [sym__emphasis_open_underscore] = ACTIONS(2765), [sym_inline_note_reference] = ACTIONS(2765), [sym_html_element] = ACTIONS(2765), }, - [STATE(302)] = { - [anon_sym_COLON] = ACTIONS(2767), - [sym_entity_reference] = ACTIONS(2767), - [sym_numeric_character_reference] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_BANG_LBRACK] = ACTIONS(2769), - [anon_sym_DOLLAR] = ACTIONS(2767), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2769), - [sym_pandoc_str] = ACTIONS(2767), - [aux_sym__prose_punctuation_token1] = ACTIONS(2767), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2767), - [sym__line_ending] = ACTIONS(2769), - [sym__soft_line_ending] = ACTIONS(2769), - [sym__block_close] = ACTIONS(2769), - [sym__block_quote_start] = ACTIONS(2769), - [sym_atx_h1_marker] = ACTIONS(2769), - [sym_atx_h2_marker] = ACTIONS(2769), - [sym_atx_h3_marker] = ACTIONS(2769), - [sym_atx_h4_marker] = ACTIONS(2769), - [sym_atx_h5_marker] = ACTIONS(2769), - [sym_atx_h6_marker] = ACTIONS(2769), - [sym__thematic_break] = ACTIONS(2769), - [sym__list_marker_minus] = ACTIONS(2769), - [sym__list_marker_plus] = ACTIONS(2769), - [sym__list_marker_star] = ACTIONS(2769), - [sym__list_marker_parenthesis] = ACTIONS(2769), - [sym__list_marker_dot] = ACTIONS(2769), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2769), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2769), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2769), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2769), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2769), - [sym__list_marker_example] = ACTIONS(2769), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2769), - [sym__fenced_code_block_start_backtick] = ACTIONS(2769), - [sym_minus_metadata] = ACTIONS(2769), - [sym__pipe_table_start] = ACTIONS(2769), - [sym__fenced_div_start] = ACTIONS(2769), - [sym__fenced_div_end] = ACTIONS(2769), - [sym_ref_id_specifier] = ACTIONS(2769), - [sym__code_span_start] = ACTIONS(2769), - [sym__html_comment] = ACTIONS(2769), - [sym__autolink] = ACTIONS(2769), - [sym__highlight_span_start] = ACTIONS(2769), - [sym__insert_span_start] = ACTIONS(2769), - [sym__delete_span_start] = ACTIONS(2769), - [sym__edit_comment_span_start] = ACTIONS(2769), - [sym__single_quote_span_open] = ACTIONS(2769), - [sym__double_quote_span_open] = ACTIONS(2769), - [sym__shortcode_open_escaped] = ACTIONS(2769), - [sym__shortcode_open] = ACTIONS(2769), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2769), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2769), - [sym__cite_author_in_text] = ACTIONS(2769), - [sym__cite_suppress_author] = ACTIONS(2769), - [sym__strikeout_open] = ACTIONS(2769), - [sym__subscript_open] = ACTIONS(2769), - [sym__superscript_open] = ACTIONS(2769), - [sym__inline_note_start_token] = ACTIONS(2769), - [sym__strong_emphasis_open_star] = ACTIONS(2769), - [sym__strong_emphasis_open_underscore] = ACTIONS(2769), - [sym__emphasis_open_star] = ACTIONS(2769), - [sym__emphasis_open_underscore] = ACTIONS(2769), - [sym_inline_note_reference] = ACTIONS(2769), - [sym_html_element] = ACTIONS(2769), - }, - [STATE(303)] = { - [ts_builtin_sym_end] = ACTIONS(2391), - [anon_sym_COLON] = ACTIONS(2389), - [sym_entity_reference] = ACTIONS(2389), - [sym_numeric_character_reference] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_BANG_LBRACK] = ACTIONS(2391), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2391), - [sym_pandoc_str] = ACTIONS(2389), - [aux_sym__prose_punctuation_token1] = ACTIONS(2389), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2389), - [sym__line_ending] = ACTIONS(2391), - [sym__soft_line_ending] = ACTIONS(2391), - [sym_block_continuation] = ACTIONS(2771), - [sym__block_quote_start] = ACTIONS(2391), - [sym_atx_h1_marker] = ACTIONS(2391), - [sym_atx_h2_marker] = ACTIONS(2391), - [sym_atx_h3_marker] = ACTIONS(2391), - [sym_atx_h4_marker] = ACTIONS(2391), - [sym_atx_h5_marker] = ACTIONS(2391), - [sym_atx_h6_marker] = ACTIONS(2391), - [sym__thematic_break] = ACTIONS(2391), - [sym__list_marker_minus] = ACTIONS(2391), - [sym__list_marker_plus] = ACTIONS(2391), - [sym__list_marker_star] = ACTIONS(2391), - [sym__list_marker_parenthesis] = ACTIONS(2391), - [sym__list_marker_dot] = ACTIONS(2391), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_example] = ACTIONS(2391), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2391), - [sym__fenced_code_block_start_backtick] = ACTIONS(2391), - [sym_minus_metadata] = ACTIONS(2391), - [sym__pipe_table_start] = ACTIONS(2391), - [sym__fenced_div_start] = ACTIONS(2391), - [sym_ref_id_specifier] = ACTIONS(2391), - [sym__code_span_start] = ACTIONS(2391), - [sym__html_comment] = ACTIONS(2391), - [sym__autolink] = ACTIONS(2391), - [sym__highlight_span_start] = ACTIONS(2391), - [sym__insert_span_start] = ACTIONS(2391), - [sym__delete_span_start] = ACTIONS(2391), - [sym__edit_comment_span_start] = ACTIONS(2391), - [sym__single_quote_span_open] = ACTIONS(2391), - [sym__double_quote_span_open] = ACTIONS(2391), - [sym__shortcode_open_escaped] = ACTIONS(2391), - [sym__shortcode_open] = ACTIONS(2391), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2391), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2391), - [sym__cite_author_in_text] = ACTIONS(2391), - [sym__cite_suppress_author] = ACTIONS(2391), - [sym__strikeout_open] = ACTIONS(2391), - [sym__subscript_open] = ACTIONS(2391), - [sym__superscript_open] = ACTIONS(2391), - [sym__inline_note_start_token] = ACTIONS(2391), - [sym__strong_emphasis_open_star] = ACTIONS(2391), - [sym__strong_emphasis_open_underscore] = ACTIONS(2391), - [sym__emphasis_open_star] = ACTIONS(2391), - [sym__emphasis_open_underscore] = ACTIONS(2391), - [sym_inline_note_reference] = ACTIONS(2391), - [sym_html_element] = ACTIONS(2391), - }, - [STATE(304)] = { - [anon_sym_COLON] = ACTIONS(2773), - [sym_entity_reference] = ACTIONS(2773), - [sym_numeric_character_reference] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2775), - [anon_sym_BANG_LBRACK] = ACTIONS(2775), - [anon_sym_DOLLAR] = ACTIONS(2773), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2775), - [anon_sym_LBRACE] = ACTIONS(2775), - [sym_pandoc_str] = ACTIONS(2773), - [aux_sym__prose_punctuation_token1] = ACTIONS(2773), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2773), - [sym__line_ending] = ACTIONS(2775), - [sym__soft_line_ending] = ACTIONS(2775), - [sym__block_close] = ACTIONS(2775), - [sym__block_quote_start] = ACTIONS(2775), - [sym_atx_h1_marker] = ACTIONS(2775), - [sym_atx_h2_marker] = ACTIONS(2775), - [sym_atx_h3_marker] = ACTIONS(2775), - [sym_atx_h4_marker] = ACTIONS(2775), - [sym_atx_h5_marker] = ACTIONS(2775), - [sym_atx_h6_marker] = ACTIONS(2775), - [sym__thematic_break] = ACTIONS(2775), - [sym__list_marker_minus] = ACTIONS(2775), - [sym__list_marker_plus] = ACTIONS(2775), - [sym__list_marker_star] = ACTIONS(2775), - [sym__list_marker_parenthesis] = ACTIONS(2775), - [sym__list_marker_dot] = ACTIONS(2775), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2775), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2775), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2775), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2775), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2775), - [sym__list_marker_example] = ACTIONS(2775), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2775), - [sym__fenced_code_block_start_backtick] = ACTIONS(2775), - [sym_minus_metadata] = ACTIONS(2775), - [sym__pipe_table_start] = ACTIONS(2775), - [sym__fenced_div_start] = ACTIONS(2775), - [sym__fenced_div_end] = ACTIONS(2775), - [sym_ref_id_specifier] = ACTIONS(2775), - [sym__code_span_start] = ACTIONS(2775), - [sym__html_comment] = ACTIONS(2775), - [sym__autolink] = ACTIONS(2775), - [sym__highlight_span_start] = ACTIONS(2775), - [sym__insert_span_start] = ACTIONS(2775), - [sym__delete_span_start] = ACTIONS(2775), - [sym__edit_comment_span_start] = ACTIONS(2775), - [sym__single_quote_span_open] = ACTIONS(2775), - [sym__double_quote_span_open] = ACTIONS(2775), - [sym__shortcode_open_escaped] = ACTIONS(2775), - [sym__shortcode_open] = ACTIONS(2775), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2775), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2775), - [sym__cite_author_in_text] = ACTIONS(2775), - [sym__cite_suppress_author] = ACTIONS(2775), - [sym__strikeout_open] = ACTIONS(2775), - [sym__subscript_open] = ACTIONS(2775), - [sym__superscript_open] = ACTIONS(2775), - [sym__inline_note_start_token] = ACTIONS(2775), - [sym__strong_emphasis_open_star] = ACTIONS(2775), - [sym__strong_emphasis_open_underscore] = ACTIONS(2775), - [sym__emphasis_open_star] = ACTIONS(2775), - [sym__emphasis_open_underscore] = ACTIONS(2775), - [sym_inline_note_reference] = ACTIONS(2775), - [sym_html_element] = ACTIONS(2775), - }, - [STATE(305)] = { - [anon_sym_COLON] = ACTIONS(2777), - [sym_entity_reference] = ACTIONS(2777), - [sym_numeric_character_reference] = ACTIONS(2779), - [anon_sym_LBRACK] = ACTIONS(2779), - [anon_sym_BANG_LBRACK] = ACTIONS(2779), - [anon_sym_DOLLAR] = ACTIONS(2777), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2779), - [anon_sym_LBRACE] = ACTIONS(2779), - [sym_pandoc_str] = ACTIONS(2777), - [aux_sym__prose_punctuation_token1] = ACTIONS(2777), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2777), - [sym__line_ending] = ACTIONS(2779), - [sym__soft_line_ending] = ACTIONS(2779), - [sym__block_close] = ACTIONS(2779), - [sym__block_quote_start] = ACTIONS(2779), - [sym_atx_h1_marker] = ACTIONS(2779), - [sym_atx_h2_marker] = ACTIONS(2779), - [sym_atx_h3_marker] = ACTIONS(2779), - [sym_atx_h4_marker] = ACTIONS(2779), - [sym_atx_h5_marker] = ACTIONS(2779), - [sym_atx_h6_marker] = ACTIONS(2779), - [sym__thematic_break] = ACTIONS(2779), - [sym__list_marker_minus] = ACTIONS(2779), - [sym__list_marker_plus] = ACTIONS(2779), - [sym__list_marker_star] = ACTIONS(2779), - [sym__list_marker_parenthesis] = ACTIONS(2779), - [sym__list_marker_dot] = ACTIONS(2779), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2779), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2779), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2779), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2779), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2779), - [sym__list_marker_example] = ACTIONS(2779), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2779), - [sym__fenced_code_block_start_backtick] = ACTIONS(2779), - [sym_minus_metadata] = ACTIONS(2779), - [sym__pipe_table_start] = ACTIONS(2779), - [sym__fenced_div_start] = ACTIONS(2779), - [sym__fenced_div_end] = ACTIONS(2779), - [sym_ref_id_specifier] = ACTIONS(2779), - [sym__code_span_start] = ACTIONS(2779), - [sym__html_comment] = ACTIONS(2779), - [sym__autolink] = ACTIONS(2779), - [sym__highlight_span_start] = ACTIONS(2779), - [sym__insert_span_start] = ACTIONS(2779), - [sym__delete_span_start] = ACTIONS(2779), - [sym__edit_comment_span_start] = ACTIONS(2779), - [sym__single_quote_span_open] = ACTIONS(2779), - [sym__double_quote_span_open] = ACTIONS(2779), - [sym__shortcode_open_escaped] = ACTIONS(2779), - [sym__shortcode_open] = ACTIONS(2779), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2779), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2779), - [sym__cite_author_in_text] = ACTIONS(2779), - [sym__cite_suppress_author] = ACTIONS(2779), - [sym__strikeout_open] = ACTIONS(2779), - [sym__subscript_open] = ACTIONS(2779), - [sym__superscript_open] = ACTIONS(2779), - [sym__inline_note_start_token] = ACTIONS(2779), - [sym__strong_emphasis_open_star] = ACTIONS(2779), - [sym__strong_emphasis_open_underscore] = ACTIONS(2779), - [sym__emphasis_open_star] = ACTIONS(2779), - [sym__emphasis_open_underscore] = ACTIONS(2779), - [sym_inline_note_reference] = ACTIONS(2779), - [sym_html_element] = ACTIONS(2779), + [STATE(265)] = { + [anon_sym_COLON] = ACTIONS(2769), + [sym_entity_reference] = ACTIONS(2769), + [sym_numeric_character_reference] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_BANG_LBRACK] = ACTIONS(2771), + [anon_sym_DOLLAR] = ACTIONS(2769), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2771), + [aux_sym_pandoc_str_token1] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2771), + [aux_sym__prose_punctuation_token1] = ACTIONS(2769), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2769), + [sym__line_ending] = ACTIONS(2771), + [sym__soft_line_ending] = ACTIONS(2771), + [sym__block_close] = ACTIONS(2771), + [sym_block_continuation] = ACTIONS(2773), + [sym__block_quote_start] = ACTIONS(2771), + [sym_atx_h1_marker] = ACTIONS(2771), + [sym_atx_h2_marker] = ACTIONS(2771), + [sym_atx_h3_marker] = ACTIONS(2771), + [sym_atx_h4_marker] = ACTIONS(2771), + [sym_atx_h5_marker] = ACTIONS(2771), + [sym_atx_h6_marker] = ACTIONS(2771), + [sym__thematic_break] = ACTIONS(2771), + [sym__list_marker_minus] = ACTIONS(2771), + [sym__list_marker_plus] = ACTIONS(2771), + [sym__list_marker_star] = ACTIONS(2771), + [sym__list_marker_parenthesis] = ACTIONS(2771), + [sym__list_marker_dot] = ACTIONS(2771), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_example] = ACTIONS(2771), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2771), + [sym__fenced_code_block_start_backtick] = ACTIONS(2771), + [sym_minus_metadata] = ACTIONS(2771), + [sym__pipe_table_start] = ACTIONS(2771), + [sym__fenced_div_start] = ACTIONS(2771), + [sym__fenced_div_end] = ACTIONS(2771), + [sym_ref_id_specifier] = ACTIONS(2771), + [sym__code_span_start] = ACTIONS(2771), + [sym__html_comment] = ACTIONS(2771), + [sym__autolink] = ACTIONS(2771), + [sym__highlight_span_start] = ACTIONS(2771), + [sym__insert_span_start] = ACTIONS(2771), + [sym__delete_span_start] = ACTIONS(2771), + [sym__edit_comment_span_start] = ACTIONS(2771), + [sym__single_quote_span_open] = ACTIONS(2771), + [sym__double_quote_span_open] = ACTIONS(2771), + [sym__shortcode_open_escaped] = ACTIONS(2771), + [sym__shortcode_open] = ACTIONS(2771), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2771), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2771), + [sym__cite_author_in_text] = ACTIONS(2771), + [sym__cite_suppress_author] = ACTIONS(2771), + [sym__strikeout_open] = ACTIONS(2771), + [sym__subscript_open] = ACTIONS(2771), + [sym__superscript_open] = ACTIONS(2771), + [sym__inline_note_start_token] = ACTIONS(2771), + [sym__strong_emphasis_open_star] = ACTIONS(2771), + [sym__strong_emphasis_open_underscore] = ACTIONS(2771), + [sym__emphasis_open_star] = ACTIONS(2771), + [sym__emphasis_open_underscore] = ACTIONS(2771), + [sym_inline_note_reference] = ACTIONS(2771), + [sym_html_element] = ACTIONS(2771), }, - [STATE(306)] = { - [ts_builtin_sym_end] = ACTIONS(2397), - [anon_sym_COLON] = ACTIONS(2395), - [sym_entity_reference] = ACTIONS(2395), - [sym_numeric_character_reference] = ACTIONS(2397), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_BANG_LBRACK] = ACTIONS(2397), - [anon_sym_DOLLAR] = ACTIONS(2395), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2397), - [sym_pandoc_str] = ACTIONS(2395), - [aux_sym__prose_punctuation_token1] = ACTIONS(2395), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2395), - [sym__line_ending] = ACTIONS(2397), - [sym__soft_line_ending] = ACTIONS(2397), - [sym_block_continuation] = ACTIONS(2781), - [sym__block_quote_start] = ACTIONS(2397), - [sym_atx_h1_marker] = ACTIONS(2397), - [sym_atx_h2_marker] = ACTIONS(2397), - [sym_atx_h3_marker] = ACTIONS(2397), - [sym_atx_h4_marker] = ACTIONS(2397), - [sym_atx_h5_marker] = ACTIONS(2397), - [sym_atx_h6_marker] = ACTIONS(2397), - [sym__thematic_break] = ACTIONS(2397), - [sym__list_marker_minus] = ACTIONS(2397), - [sym__list_marker_plus] = ACTIONS(2397), - [sym__list_marker_star] = ACTIONS(2397), - [sym__list_marker_parenthesis] = ACTIONS(2397), - [sym__list_marker_dot] = ACTIONS(2397), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_example] = ACTIONS(2397), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2397), - [sym__fenced_code_block_start_backtick] = ACTIONS(2397), - [sym_minus_metadata] = ACTIONS(2397), - [sym__pipe_table_start] = ACTIONS(2397), - [sym__fenced_div_start] = ACTIONS(2397), - [sym_ref_id_specifier] = ACTIONS(2397), - [sym__code_span_start] = ACTIONS(2397), - [sym__html_comment] = ACTIONS(2397), - [sym__autolink] = ACTIONS(2397), - [sym__highlight_span_start] = ACTIONS(2397), - [sym__insert_span_start] = ACTIONS(2397), - [sym__delete_span_start] = ACTIONS(2397), - [sym__edit_comment_span_start] = ACTIONS(2397), - [sym__single_quote_span_open] = ACTIONS(2397), - [sym__double_quote_span_open] = ACTIONS(2397), - [sym__shortcode_open_escaped] = ACTIONS(2397), - [sym__shortcode_open] = ACTIONS(2397), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2397), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2397), - [sym__cite_author_in_text] = ACTIONS(2397), - [sym__cite_suppress_author] = ACTIONS(2397), - [sym__strikeout_open] = ACTIONS(2397), - [sym__subscript_open] = ACTIONS(2397), - [sym__superscript_open] = ACTIONS(2397), - [sym__inline_note_start_token] = ACTIONS(2397), - [sym__strong_emphasis_open_star] = ACTIONS(2397), - [sym__strong_emphasis_open_underscore] = ACTIONS(2397), - [sym__emphasis_open_star] = ACTIONS(2397), - [sym__emphasis_open_underscore] = ACTIONS(2397), - [sym_inline_note_reference] = ACTIONS(2397), - [sym_html_element] = ACTIONS(2397), + [STATE(266)] = { + [anon_sym_COLON] = ACTIONS(2775), + [sym_entity_reference] = ACTIONS(2775), + [sym_numeric_character_reference] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_BANG_LBRACK] = ACTIONS(2777), + [anon_sym_DOLLAR] = ACTIONS(2775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2777), + [anon_sym_LBRACE] = ACTIONS(2777), + [aux_sym_pandoc_str_token1] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2777), + [aux_sym__prose_punctuation_token1] = ACTIONS(2775), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2775), + [sym__line_ending] = ACTIONS(2777), + [sym__soft_line_ending] = ACTIONS(2777), + [sym__block_close] = ACTIONS(2777), + [sym_block_continuation] = ACTIONS(2779), + [sym__block_quote_start] = ACTIONS(2777), + [sym_atx_h1_marker] = ACTIONS(2777), + [sym_atx_h2_marker] = ACTIONS(2777), + [sym_atx_h3_marker] = ACTIONS(2777), + [sym_atx_h4_marker] = ACTIONS(2777), + [sym_atx_h5_marker] = ACTIONS(2777), + [sym_atx_h6_marker] = ACTIONS(2777), + [sym__thematic_break] = ACTIONS(2777), + [sym__list_marker_minus] = ACTIONS(2777), + [sym__list_marker_plus] = ACTIONS(2777), + [sym__list_marker_star] = ACTIONS(2777), + [sym__list_marker_parenthesis] = ACTIONS(2777), + [sym__list_marker_dot] = ACTIONS(2777), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_example] = ACTIONS(2777), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2777), + [sym__fenced_code_block_start_backtick] = ACTIONS(2777), + [sym_minus_metadata] = ACTIONS(2777), + [sym__pipe_table_start] = ACTIONS(2777), + [sym__fenced_div_start] = ACTIONS(2777), + [sym__fenced_div_end] = ACTIONS(2777), + [sym_ref_id_specifier] = ACTIONS(2777), + [sym__code_span_start] = ACTIONS(2777), + [sym__html_comment] = ACTIONS(2777), + [sym__autolink] = ACTIONS(2777), + [sym__highlight_span_start] = ACTIONS(2777), + [sym__insert_span_start] = ACTIONS(2777), + [sym__delete_span_start] = ACTIONS(2777), + [sym__edit_comment_span_start] = ACTIONS(2777), + [sym__single_quote_span_open] = ACTIONS(2777), + [sym__double_quote_span_open] = ACTIONS(2777), + [sym__shortcode_open_escaped] = ACTIONS(2777), + [sym__shortcode_open] = ACTIONS(2777), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2777), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2777), + [sym__cite_author_in_text] = ACTIONS(2777), + [sym__cite_suppress_author] = ACTIONS(2777), + [sym__strikeout_open] = ACTIONS(2777), + [sym__subscript_open] = ACTIONS(2777), + [sym__superscript_open] = ACTIONS(2777), + [sym__inline_note_start_token] = ACTIONS(2777), + [sym__strong_emphasis_open_star] = ACTIONS(2777), + [sym__strong_emphasis_open_underscore] = ACTIONS(2777), + [sym__emphasis_open_star] = ACTIONS(2777), + [sym__emphasis_open_underscore] = ACTIONS(2777), + [sym_inline_note_reference] = ACTIONS(2777), + [sym_html_element] = ACTIONS(2777), }, - [STATE(307)] = { - [anon_sym_COLON] = ACTIONS(2783), - [sym_entity_reference] = ACTIONS(2783), - [sym_numeric_character_reference] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_BANG_LBRACK] = ACTIONS(2785), - [anon_sym_DOLLAR] = ACTIONS(2783), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2785), - [sym_pandoc_str] = ACTIONS(2783), - [aux_sym__prose_punctuation_token1] = ACTIONS(2783), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2783), - [sym__line_ending] = ACTIONS(2785), - [sym__soft_line_ending] = ACTIONS(2785), - [sym__block_close] = ACTIONS(2785), - [sym__block_quote_start] = ACTIONS(2785), - [sym_atx_h1_marker] = ACTIONS(2785), - [sym_atx_h2_marker] = ACTIONS(2785), - [sym_atx_h3_marker] = ACTIONS(2785), - [sym_atx_h4_marker] = ACTIONS(2785), - [sym_atx_h5_marker] = ACTIONS(2785), - [sym_atx_h6_marker] = ACTIONS(2785), - [sym__thematic_break] = ACTIONS(2785), - [sym__list_marker_minus] = ACTIONS(2785), - [sym__list_marker_plus] = ACTIONS(2785), - [sym__list_marker_star] = ACTIONS(2785), - [sym__list_marker_parenthesis] = ACTIONS(2785), - [sym__list_marker_dot] = ACTIONS(2785), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2785), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2785), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2785), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2785), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2785), - [sym__list_marker_example] = ACTIONS(2785), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2785), - [sym__fenced_code_block_start_backtick] = ACTIONS(2785), - [sym_minus_metadata] = ACTIONS(2785), - [sym__pipe_table_start] = ACTIONS(2785), - [sym__fenced_div_start] = ACTIONS(2785), - [sym__fenced_div_end] = ACTIONS(2785), - [sym_ref_id_specifier] = ACTIONS(2785), - [sym__code_span_start] = ACTIONS(2785), - [sym__html_comment] = ACTIONS(2785), - [sym__autolink] = ACTIONS(2785), - [sym__highlight_span_start] = ACTIONS(2785), - [sym__insert_span_start] = ACTIONS(2785), - [sym__delete_span_start] = ACTIONS(2785), - [sym__edit_comment_span_start] = ACTIONS(2785), - [sym__single_quote_span_open] = ACTIONS(2785), - [sym__double_quote_span_open] = ACTIONS(2785), - [sym__shortcode_open_escaped] = ACTIONS(2785), - [sym__shortcode_open] = ACTIONS(2785), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2785), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2785), - [sym__cite_author_in_text] = ACTIONS(2785), - [sym__cite_suppress_author] = ACTIONS(2785), - [sym__strikeout_open] = ACTIONS(2785), - [sym__subscript_open] = ACTIONS(2785), - [sym__superscript_open] = ACTIONS(2785), - [sym__inline_note_start_token] = ACTIONS(2785), - [sym__strong_emphasis_open_star] = ACTIONS(2785), - [sym__strong_emphasis_open_underscore] = ACTIONS(2785), - [sym__emphasis_open_star] = ACTIONS(2785), - [sym__emphasis_open_underscore] = ACTIONS(2785), - [sym_inline_note_reference] = ACTIONS(2785), - [sym_html_element] = ACTIONS(2785), + [STATE(267)] = { + [anon_sym_COLON] = ACTIONS(2781), + [sym_entity_reference] = ACTIONS(2781), + [sym_numeric_character_reference] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_BANG_LBRACK] = ACTIONS(2783), + [anon_sym_DOLLAR] = ACTIONS(2781), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2783), + [anon_sym_LBRACE] = ACTIONS(2783), + [aux_sym_pandoc_str_token1] = ACTIONS(2781), + [anon_sym_PIPE] = ACTIONS(2783), + [aux_sym__prose_punctuation_token1] = ACTIONS(2781), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2781), + [sym__line_ending] = ACTIONS(2783), + [sym__soft_line_ending] = ACTIONS(2783), + [sym__block_close] = ACTIONS(2783), + [sym_block_continuation] = ACTIONS(2785), + [sym__block_quote_start] = ACTIONS(2783), + [sym_atx_h1_marker] = ACTIONS(2783), + [sym_atx_h2_marker] = ACTIONS(2783), + [sym_atx_h3_marker] = ACTIONS(2783), + [sym_atx_h4_marker] = ACTIONS(2783), + [sym_atx_h5_marker] = ACTIONS(2783), + [sym_atx_h6_marker] = ACTIONS(2783), + [sym__thematic_break] = ACTIONS(2783), + [sym__list_marker_minus] = ACTIONS(2783), + [sym__list_marker_plus] = ACTIONS(2783), + [sym__list_marker_star] = ACTIONS(2783), + [sym__list_marker_parenthesis] = ACTIONS(2783), + [sym__list_marker_dot] = ACTIONS(2783), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_example] = ACTIONS(2783), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2783), + [sym__fenced_code_block_start_backtick] = ACTIONS(2783), + [sym_minus_metadata] = ACTIONS(2783), + [sym__pipe_table_start] = ACTIONS(2783), + [sym__fenced_div_start] = ACTIONS(2783), + [sym__fenced_div_end] = ACTIONS(2783), + [sym_ref_id_specifier] = ACTIONS(2783), + [sym__code_span_start] = ACTIONS(2783), + [sym__html_comment] = ACTIONS(2783), + [sym__autolink] = ACTIONS(2783), + [sym__highlight_span_start] = ACTIONS(2783), + [sym__insert_span_start] = ACTIONS(2783), + [sym__delete_span_start] = ACTIONS(2783), + [sym__edit_comment_span_start] = ACTIONS(2783), + [sym__single_quote_span_open] = ACTIONS(2783), + [sym__double_quote_span_open] = ACTIONS(2783), + [sym__shortcode_open_escaped] = ACTIONS(2783), + [sym__shortcode_open] = ACTIONS(2783), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2783), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2783), + [sym__cite_author_in_text] = ACTIONS(2783), + [sym__cite_suppress_author] = ACTIONS(2783), + [sym__strikeout_open] = ACTIONS(2783), + [sym__subscript_open] = ACTIONS(2783), + [sym__superscript_open] = ACTIONS(2783), + [sym__inline_note_start_token] = ACTIONS(2783), + [sym__strong_emphasis_open_star] = ACTIONS(2783), + [sym__strong_emphasis_open_underscore] = ACTIONS(2783), + [sym__emphasis_open_star] = ACTIONS(2783), + [sym__emphasis_open_underscore] = ACTIONS(2783), + [sym_inline_note_reference] = ACTIONS(2783), + [sym_html_element] = ACTIONS(2783), }, - [STATE(308)] = { + [STATE(268)] = { [anon_sym_COLON] = ACTIONS(2787), [sym_entity_reference] = ACTIONS(2787), [sym_numeric_character_reference] = ACTIONS(2789), @@ -72556,12 +70404,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2787), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2789), [anon_sym_LBRACE] = ACTIONS(2789), - [sym_pandoc_str] = ACTIONS(2787), + [aux_sym_pandoc_str_token1] = ACTIONS(2787), + [anon_sym_PIPE] = ACTIONS(2789), [aux_sym__prose_punctuation_token1] = ACTIONS(2787), [aux_sym_pandoc_line_break_token1] = ACTIONS(2787), [sym__line_ending] = ACTIONS(2789), [sym__soft_line_ending] = ACTIONS(2789), [sym__block_close] = ACTIONS(2789), + [sym_block_continuation] = ACTIONS(2791), [sym__block_quote_start] = ACTIONS(2789), [sym_atx_h1_marker] = ACTIONS(2789), [sym_atx_h2_marker] = ACTIONS(2789), @@ -72614,74 +70464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2789), [sym_html_element] = ACTIONS(2789), }, - [STATE(309)] = { - [ts_builtin_sym_end] = ACTIONS(2475), - [anon_sym_COLON] = ACTIONS(2473), - [sym_entity_reference] = ACTIONS(2473), - [sym_numeric_character_reference] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_BANG_LBRACK] = ACTIONS(2475), - [anon_sym_DOLLAR] = ACTIONS(2473), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2475), - [sym_pandoc_str] = ACTIONS(2473), - [aux_sym__prose_punctuation_token1] = ACTIONS(2473), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2473), - [sym__line_ending] = ACTIONS(2475), - [sym__soft_line_ending] = ACTIONS(2475), - [sym_block_continuation] = ACTIONS(2791), - [sym__block_quote_start] = ACTIONS(2475), - [sym_atx_h1_marker] = ACTIONS(2475), - [sym_atx_h2_marker] = ACTIONS(2475), - [sym_atx_h3_marker] = ACTIONS(2475), - [sym_atx_h4_marker] = ACTIONS(2475), - [sym_atx_h5_marker] = ACTIONS(2475), - [sym_atx_h6_marker] = ACTIONS(2475), - [sym__thematic_break] = ACTIONS(2475), - [sym__list_marker_minus] = ACTIONS(2475), - [sym__list_marker_plus] = ACTIONS(2475), - [sym__list_marker_star] = ACTIONS(2475), - [sym__list_marker_parenthesis] = ACTIONS(2475), - [sym__list_marker_dot] = ACTIONS(2475), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_example] = ACTIONS(2475), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2475), - [sym__fenced_code_block_start_backtick] = ACTIONS(2475), - [sym_minus_metadata] = ACTIONS(2475), - [sym__pipe_table_start] = ACTIONS(2475), - [sym__fenced_div_start] = ACTIONS(2475), - [sym_ref_id_specifier] = ACTIONS(2475), - [sym__code_span_start] = ACTIONS(2475), - [sym__html_comment] = ACTIONS(2475), - [sym__autolink] = ACTIONS(2475), - [sym__highlight_span_start] = ACTIONS(2475), - [sym__insert_span_start] = ACTIONS(2475), - [sym__delete_span_start] = ACTIONS(2475), - [sym__edit_comment_span_start] = ACTIONS(2475), - [sym__single_quote_span_open] = ACTIONS(2475), - [sym__double_quote_span_open] = ACTIONS(2475), - [sym__shortcode_open_escaped] = ACTIONS(2475), - [sym__shortcode_open] = ACTIONS(2475), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2475), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2475), - [sym__cite_author_in_text] = ACTIONS(2475), - [sym__cite_suppress_author] = ACTIONS(2475), - [sym__strikeout_open] = ACTIONS(2475), - [sym__subscript_open] = ACTIONS(2475), - [sym__superscript_open] = ACTIONS(2475), - [sym__inline_note_start_token] = ACTIONS(2475), - [sym__strong_emphasis_open_star] = ACTIONS(2475), - [sym__strong_emphasis_open_underscore] = ACTIONS(2475), - [sym__emphasis_open_star] = ACTIONS(2475), - [sym__emphasis_open_underscore] = ACTIONS(2475), - [sym_inline_note_reference] = ACTIONS(2475), - [sym_html_element] = ACTIONS(2475), - }, - [STATE(310)] = { + [STATE(269)] = { [anon_sym_COLON] = ACTIONS(2793), [sym_entity_reference] = ACTIONS(2793), [sym_numeric_character_reference] = ACTIONS(2795), @@ -72690,12 +70473,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2793), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2795), [anon_sym_LBRACE] = ACTIONS(2795), - [sym_pandoc_str] = ACTIONS(2793), + [aux_sym_pandoc_str_token1] = ACTIONS(2793), + [anon_sym_PIPE] = ACTIONS(2795), [aux_sym__prose_punctuation_token1] = ACTIONS(2793), [aux_sym_pandoc_line_break_token1] = ACTIONS(2793), [sym__line_ending] = ACTIONS(2795), [sym__soft_line_ending] = ACTIONS(2795), [sym__block_close] = ACTIONS(2795), + [sym_block_continuation] = ACTIONS(2797), [sym__block_quote_start] = ACTIONS(2795), [sym_atx_h1_marker] = ACTIONS(2795), [sym_atx_h2_marker] = ACTIONS(2795), @@ -72748,342 +70533,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2795), [sym_html_element] = ACTIONS(2795), }, - [STATE(311)] = { - [ts_builtin_sym_end] = ACTIONS(2611), - [anon_sym_COLON] = ACTIONS(2609), - [sym_entity_reference] = ACTIONS(2609), - [sym_numeric_character_reference] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2611), - [anon_sym_BANG_LBRACK] = ACTIONS(2611), - [anon_sym_DOLLAR] = ACTIONS(2609), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2611), - [sym_pandoc_str] = ACTIONS(2609), - [aux_sym__prose_punctuation_token1] = ACTIONS(2609), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2609), - [sym__line_ending] = ACTIONS(2611), - [sym__soft_line_ending] = ACTIONS(2611), - [sym_block_continuation] = ACTIONS(2797), - [sym__block_quote_start] = ACTIONS(2611), - [sym_atx_h1_marker] = ACTIONS(2611), - [sym_atx_h2_marker] = ACTIONS(2611), - [sym_atx_h3_marker] = ACTIONS(2611), - [sym_atx_h4_marker] = ACTIONS(2611), - [sym_atx_h5_marker] = ACTIONS(2611), - [sym_atx_h6_marker] = ACTIONS(2611), - [sym__thematic_break] = ACTIONS(2611), - [sym__list_marker_minus] = ACTIONS(2611), - [sym__list_marker_plus] = ACTIONS(2611), - [sym__list_marker_star] = ACTIONS(2611), - [sym__list_marker_parenthesis] = ACTIONS(2611), - [sym__list_marker_dot] = ACTIONS(2611), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_example] = ACTIONS(2611), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2611), - [sym__fenced_code_block_start_backtick] = ACTIONS(2611), - [sym_minus_metadata] = ACTIONS(2611), - [sym__pipe_table_start] = ACTIONS(2611), - [sym__fenced_div_start] = ACTIONS(2611), - [sym_ref_id_specifier] = ACTIONS(2611), - [sym__code_span_start] = ACTIONS(2611), - [sym__html_comment] = ACTIONS(2611), - [sym__autolink] = ACTIONS(2611), - [sym__highlight_span_start] = ACTIONS(2611), - [sym__insert_span_start] = ACTIONS(2611), - [sym__delete_span_start] = ACTIONS(2611), - [sym__edit_comment_span_start] = ACTIONS(2611), - [sym__single_quote_span_open] = ACTIONS(2611), - [sym__double_quote_span_open] = ACTIONS(2611), - [sym__shortcode_open_escaped] = ACTIONS(2611), - [sym__shortcode_open] = ACTIONS(2611), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2611), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2611), - [sym__cite_author_in_text] = ACTIONS(2611), - [sym__cite_suppress_author] = ACTIONS(2611), - [sym__strikeout_open] = ACTIONS(2611), - [sym__subscript_open] = ACTIONS(2611), - [sym__superscript_open] = ACTIONS(2611), - [sym__inline_note_start_token] = ACTIONS(2611), - [sym__strong_emphasis_open_star] = ACTIONS(2611), - [sym__strong_emphasis_open_underscore] = ACTIONS(2611), - [sym__emphasis_open_star] = ACTIONS(2611), - [sym__emphasis_open_underscore] = ACTIONS(2611), - [sym_inline_note_reference] = ACTIONS(2611), - [sym_html_element] = ACTIONS(2611), - }, - [STATE(312)] = { - [ts_builtin_sym_end] = ACTIONS(2631), - [anon_sym_COLON] = ACTIONS(2629), - [sym_entity_reference] = ACTIONS(2629), - [sym_numeric_character_reference] = ACTIONS(2631), - [anon_sym_LBRACK] = ACTIONS(2631), - [anon_sym_BANG_LBRACK] = ACTIONS(2631), - [anon_sym_DOLLAR] = ACTIONS(2629), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2631), - [anon_sym_LBRACE] = ACTIONS(2631), - [sym_pandoc_str] = ACTIONS(2629), - [aux_sym__prose_punctuation_token1] = ACTIONS(2629), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2629), - [sym__line_ending] = ACTIONS(2631), - [sym__soft_line_ending] = ACTIONS(2631), - [sym_block_continuation] = ACTIONS(2799), - [sym__block_quote_start] = ACTIONS(2631), - [sym_atx_h1_marker] = ACTIONS(2631), - [sym_atx_h2_marker] = ACTIONS(2631), - [sym_atx_h3_marker] = ACTIONS(2631), - [sym_atx_h4_marker] = ACTIONS(2631), - [sym_atx_h5_marker] = ACTIONS(2631), - [sym_atx_h6_marker] = ACTIONS(2631), - [sym__thematic_break] = ACTIONS(2631), - [sym__list_marker_minus] = ACTIONS(2631), - [sym__list_marker_plus] = ACTIONS(2631), - [sym__list_marker_star] = ACTIONS(2631), - [sym__list_marker_parenthesis] = ACTIONS(2631), - [sym__list_marker_dot] = ACTIONS(2631), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_example] = ACTIONS(2631), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2631), - [sym__fenced_code_block_start_backtick] = ACTIONS(2631), - [sym_minus_metadata] = ACTIONS(2631), - [sym__pipe_table_start] = ACTIONS(2631), - [sym__fenced_div_start] = ACTIONS(2631), - [sym_ref_id_specifier] = ACTIONS(2631), - [sym__code_span_start] = ACTIONS(2631), - [sym__html_comment] = ACTIONS(2631), - [sym__autolink] = ACTIONS(2631), - [sym__highlight_span_start] = ACTIONS(2631), - [sym__insert_span_start] = ACTIONS(2631), - [sym__delete_span_start] = ACTIONS(2631), - [sym__edit_comment_span_start] = ACTIONS(2631), - [sym__single_quote_span_open] = ACTIONS(2631), - [sym__double_quote_span_open] = ACTIONS(2631), - [sym__shortcode_open_escaped] = ACTIONS(2631), - [sym__shortcode_open] = ACTIONS(2631), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2631), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2631), - [sym__cite_author_in_text] = ACTIONS(2631), - [sym__cite_suppress_author] = ACTIONS(2631), - [sym__strikeout_open] = ACTIONS(2631), - [sym__subscript_open] = ACTIONS(2631), - [sym__superscript_open] = ACTIONS(2631), - [sym__inline_note_start_token] = ACTIONS(2631), - [sym__strong_emphasis_open_star] = ACTIONS(2631), - [sym__strong_emphasis_open_underscore] = ACTIONS(2631), - [sym__emphasis_open_star] = ACTIONS(2631), - [sym__emphasis_open_underscore] = ACTIONS(2631), - [sym_inline_note_reference] = ACTIONS(2631), - [sym_html_element] = ACTIONS(2631), - }, - [STATE(313)] = { - [sym_pipe_table_cell] = STATE(2553), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2171), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(314)] = { - [anon_sym_COLON] = ACTIONS(2667), - [sym_entity_reference] = ACTIONS(2667), - [sym_numeric_character_reference] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2669), - [anon_sym_BANG_LBRACK] = ACTIONS(2669), - [anon_sym_DOLLAR] = ACTIONS(2667), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2669), - [sym_pandoc_str] = ACTIONS(2667), - [aux_sym__prose_punctuation_token1] = ACTIONS(2667), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2667), - [sym__line_ending] = ACTIONS(2669), - [sym__soft_line_ending] = ACTIONS(2669), - [sym__block_close] = ACTIONS(2669), - [sym__block_quote_start] = ACTIONS(2669), - [sym_atx_h1_marker] = ACTIONS(2669), - [sym_atx_h2_marker] = ACTIONS(2669), - [sym_atx_h3_marker] = ACTIONS(2669), - [sym_atx_h4_marker] = ACTIONS(2669), - [sym_atx_h5_marker] = ACTIONS(2669), - [sym_atx_h6_marker] = ACTIONS(2669), - [sym__thematic_break] = ACTIONS(2669), - [sym__list_marker_minus] = ACTIONS(2669), - [sym__list_marker_plus] = ACTIONS(2669), - [sym__list_marker_star] = ACTIONS(2669), - [sym__list_marker_parenthesis] = ACTIONS(2669), - [sym__list_marker_dot] = ACTIONS(2669), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_example] = ACTIONS(2669), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2669), - [sym__fenced_code_block_start_backtick] = ACTIONS(2669), - [sym_minus_metadata] = ACTIONS(2669), - [sym__pipe_table_start] = ACTIONS(2669), - [sym__fenced_div_start] = ACTIONS(2669), - [sym__fenced_div_end] = ACTIONS(2669), - [sym_ref_id_specifier] = ACTIONS(2669), - [sym__code_span_start] = ACTIONS(2669), - [sym__html_comment] = ACTIONS(2669), - [sym__autolink] = ACTIONS(2669), - [sym__highlight_span_start] = ACTIONS(2669), - [sym__insert_span_start] = ACTIONS(2669), - [sym__delete_span_start] = ACTIONS(2669), - [sym__edit_comment_span_start] = ACTIONS(2669), - [sym__single_quote_span_open] = ACTIONS(2669), - [sym__double_quote_span_open] = ACTIONS(2669), - [sym__shortcode_open_escaped] = ACTIONS(2669), - [sym__shortcode_open] = ACTIONS(2669), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2669), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2669), - [sym__cite_author_in_text] = ACTIONS(2669), - [sym__cite_suppress_author] = ACTIONS(2669), - [sym__strikeout_open] = ACTIONS(2669), - [sym__subscript_open] = ACTIONS(2669), - [sym__superscript_open] = ACTIONS(2669), - [sym__inline_note_start_token] = ACTIONS(2669), - [sym__strong_emphasis_open_star] = ACTIONS(2669), - [sym__strong_emphasis_open_underscore] = ACTIONS(2669), - [sym__emphasis_open_star] = ACTIONS(2669), - [sym__emphasis_open_underscore] = ACTIONS(2669), - [sym_inline_note_reference] = ACTIONS(2669), - [sym_html_element] = ACTIONS(2669), - }, - [STATE(315)] = { - [anon_sym_COLON] = ACTIONS(2801), - [sym_entity_reference] = ACTIONS(2801), - [sym_numeric_character_reference] = ACTIONS(2803), - [anon_sym_LBRACK] = ACTIONS(2803), - [anon_sym_BANG_LBRACK] = ACTIONS(2803), - [anon_sym_DOLLAR] = ACTIONS(2801), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2803), - [anon_sym_LBRACE] = ACTIONS(2803), - [sym_pandoc_str] = ACTIONS(2801), - [aux_sym__prose_punctuation_token1] = ACTIONS(2801), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2801), - [sym__line_ending] = ACTIONS(2803), - [sym__soft_line_ending] = ACTIONS(2803), - [sym__block_close] = ACTIONS(2803), - [sym__block_quote_start] = ACTIONS(2803), - [sym_atx_h1_marker] = ACTIONS(2803), - [sym_atx_h2_marker] = ACTIONS(2803), - [sym_atx_h3_marker] = ACTIONS(2803), - [sym_atx_h4_marker] = ACTIONS(2803), - [sym_atx_h5_marker] = ACTIONS(2803), - [sym_atx_h6_marker] = ACTIONS(2803), - [sym__thematic_break] = ACTIONS(2803), - [sym__list_marker_minus] = ACTIONS(2803), - [sym__list_marker_plus] = ACTIONS(2803), - [sym__list_marker_star] = ACTIONS(2803), - [sym__list_marker_parenthesis] = ACTIONS(2803), - [sym__list_marker_dot] = ACTIONS(2803), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2803), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2803), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2803), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2803), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2803), - [sym__list_marker_example] = ACTIONS(2803), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2803), - [sym__fenced_code_block_start_backtick] = ACTIONS(2803), - [sym_minus_metadata] = ACTIONS(2803), - [sym__pipe_table_start] = ACTIONS(2803), - [sym__fenced_div_start] = ACTIONS(2803), - [sym__fenced_div_end] = ACTIONS(2803), - [sym_ref_id_specifier] = ACTIONS(2803), - [sym__code_span_start] = ACTIONS(2803), - [sym__html_comment] = ACTIONS(2803), - [sym__autolink] = ACTIONS(2803), - [sym__highlight_span_start] = ACTIONS(2803), - [sym__insert_span_start] = ACTIONS(2803), - [sym__delete_span_start] = ACTIONS(2803), - [sym__edit_comment_span_start] = ACTIONS(2803), - [sym__single_quote_span_open] = ACTIONS(2803), - [sym__double_quote_span_open] = ACTIONS(2803), - [sym__shortcode_open_escaped] = ACTIONS(2803), - [sym__shortcode_open] = ACTIONS(2803), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2803), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2803), - [sym__cite_author_in_text] = ACTIONS(2803), - [sym__cite_suppress_author] = ACTIONS(2803), - [sym__strikeout_open] = ACTIONS(2803), - [sym__subscript_open] = ACTIONS(2803), - [sym__superscript_open] = ACTIONS(2803), - [sym__inline_note_start_token] = ACTIONS(2803), - [sym__strong_emphasis_open_star] = ACTIONS(2803), - [sym__strong_emphasis_open_underscore] = ACTIONS(2803), - [sym__emphasis_open_star] = ACTIONS(2803), - [sym__emphasis_open_underscore] = ACTIONS(2803), - [sym_inline_note_reference] = ACTIONS(2803), - [sym_html_element] = ACTIONS(2803), + [STATE(270)] = { + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym__block_close] = ACTIONS(2801), + [sym_block_continuation] = ACTIONS(2803), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym__fenced_div_end] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), }, - [STATE(316)] = { + [STATE(271)] = { [anon_sym_COLON] = ACTIONS(2805), [sym_entity_reference] = ACTIONS(2805), [sym_numeric_character_reference] = ACTIONS(2807), @@ -73092,12 +70611,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2805), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), [anon_sym_LBRACE] = ACTIONS(2807), - [sym_pandoc_str] = ACTIONS(2805), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), [aux_sym__prose_punctuation_token1] = ACTIONS(2805), [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), [sym__line_ending] = ACTIONS(2807), [sym__soft_line_ending] = ACTIONS(2807), [sym__block_close] = ACTIONS(2807), + [sym_block_continuation] = ACTIONS(2809), [sym__block_quote_start] = ACTIONS(2807), [sym_atx_h1_marker] = ACTIONS(2807), [sym_atx_h2_marker] = ACTIONS(2807), @@ -73150,141 +70671,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2807), [sym_html_element] = ACTIONS(2807), }, - [STATE(317)] = { - [anon_sym_COLON] = ACTIONS(2809), - [sym_entity_reference] = ACTIONS(2809), - [sym_numeric_character_reference] = ACTIONS(2811), - [anon_sym_LBRACK] = ACTIONS(2811), - [anon_sym_BANG_LBRACK] = ACTIONS(2811), - [anon_sym_DOLLAR] = ACTIONS(2809), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2811), - [anon_sym_LBRACE] = ACTIONS(2811), - [sym_pandoc_str] = ACTIONS(2809), - [aux_sym__prose_punctuation_token1] = ACTIONS(2809), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2809), - [sym__line_ending] = ACTIONS(2811), - [sym__soft_line_ending] = ACTIONS(2811), - [sym__block_close] = ACTIONS(2811), - [sym__block_quote_start] = ACTIONS(2811), - [sym_atx_h1_marker] = ACTIONS(2811), - [sym_atx_h2_marker] = ACTIONS(2811), - [sym_atx_h3_marker] = ACTIONS(2811), - [sym_atx_h4_marker] = ACTIONS(2811), - [sym_atx_h5_marker] = ACTIONS(2811), - [sym_atx_h6_marker] = ACTIONS(2811), - [sym__thematic_break] = ACTIONS(2811), - [sym__list_marker_minus] = ACTIONS(2811), - [sym__list_marker_plus] = ACTIONS(2811), - [sym__list_marker_star] = ACTIONS(2811), - [sym__list_marker_parenthesis] = ACTIONS(2811), - [sym__list_marker_dot] = ACTIONS(2811), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2811), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2811), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2811), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2811), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2811), - [sym__list_marker_example] = ACTIONS(2811), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2811), - [sym__fenced_code_block_start_backtick] = ACTIONS(2811), - [sym_minus_metadata] = ACTIONS(2811), - [sym__pipe_table_start] = ACTIONS(2811), - [sym__fenced_div_start] = ACTIONS(2811), - [sym__fenced_div_end] = ACTIONS(2811), - [sym_ref_id_specifier] = ACTIONS(2811), - [sym__code_span_start] = ACTIONS(2811), - [sym__html_comment] = ACTIONS(2811), - [sym__autolink] = ACTIONS(2811), - [sym__highlight_span_start] = ACTIONS(2811), - [sym__insert_span_start] = ACTIONS(2811), - [sym__delete_span_start] = ACTIONS(2811), - [sym__edit_comment_span_start] = ACTIONS(2811), - [sym__single_quote_span_open] = ACTIONS(2811), - [sym__double_quote_span_open] = ACTIONS(2811), - [sym__shortcode_open_escaped] = ACTIONS(2811), - [sym__shortcode_open] = ACTIONS(2811), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2811), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2811), - [sym__cite_author_in_text] = ACTIONS(2811), - [sym__cite_suppress_author] = ACTIONS(2811), - [sym__strikeout_open] = ACTIONS(2811), - [sym__subscript_open] = ACTIONS(2811), - [sym__superscript_open] = ACTIONS(2811), - [sym__inline_note_start_token] = ACTIONS(2811), - [sym__strong_emphasis_open_star] = ACTIONS(2811), - [sym__strong_emphasis_open_underscore] = ACTIONS(2811), - [sym__emphasis_open_star] = ACTIONS(2811), - [sym__emphasis_open_underscore] = ACTIONS(2811), - [sym_inline_note_reference] = ACTIONS(2811), - [sym_html_element] = ACTIONS(2811), - }, - [STATE(318)] = { - [anon_sym_COLON] = ACTIONS(2813), - [sym_entity_reference] = ACTIONS(2813), - [sym_numeric_character_reference] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_BANG_LBRACK] = ACTIONS(2815), - [anon_sym_DOLLAR] = ACTIONS(2813), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2815), - [sym_pandoc_str] = ACTIONS(2813), - [aux_sym__prose_punctuation_token1] = ACTIONS(2813), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2813), - [sym__line_ending] = ACTIONS(2815), - [sym__soft_line_ending] = ACTIONS(2815), - [sym__block_close] = ACTIONS(2815), - [sym__block_quote_start] = ACTIONS(2815), - [sym_atx_h1_marker] = ACTIONS(2815), - [sym_atx_h2_marker] = ACTIONS(2815), - [sym_atx_h3_marker] = ACTIONS(2815), - [sym_atx_h4_marker] = ACTIONS(2815), - [sym_atx_h5_marker] = ACTIONS(2815), - [sym_atx_h6_marker] = ACTIONS(2815), - [sym__thematic_break] = ACTIONS(2815), - [sym__list_marker_minus] = ACTIONS(2815), - [sym__list_marker_plus] = ACTIONS(2815), - [sym__list_marker_star] = ACTIONS(2815), - [sym__list_marker_parenthesis] = ACTIONS(2815), - [sym__list_marker_dot] = ACTIONS(2815), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2815), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2815), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2815), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2815), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2815), - [sym__list_marker_example] = ACTIONS(2815), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2815), - [sym__fenced_code_block_start_backtick] = ACTIONS(2815), - [sym_minus_metadata] = ACTIONS(2815), - [sym__pipe_table_start] = ACTIONS(2815), - [sym__fenced_div_start] = ACTIONS(2815), - [sym__fenced_div_end] = ACTIONS(2815), - [sym_ref_id_specifier] = ACTIONS(2815), - [sym__code_span_start] = ACTIONS(2815), - [sym__html_comment] = ACTIONS(2815), - [sym__autolink] = ACTIONS(2815), - [sym__highlight_span_start] = ACTIONS(2815), - [sym__insert_span_start] = ACTIONS(2815), - [sym__delete_span_start] = ACTIONS(2815), - [sym__edit_comment_span_start] = ACTIONS(2815), - [sym__single_quote_span_open] = ACTIONS(2815), - [sym__double_quote_span_open] = ACTIONS(2815), - [sym__shortcode_open_escaped] = ACTIONS(2815), - [sym__shortcode_open] = ACTIONS(2815), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2815), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2815), - [sym__cite_author_in_text] = ACTIONS(2815), - [sym__cite_suppress_author] = ACTIONS(2815), - [sym__strikeout_open] = ACTIONS(2815), - [sym__subscript_open] = ACTIONS(2815), - [sym__superscript_open] = ACTIONS(2815), - [sym__inline_note_start_token] = ACTIONS(2815), - [sym__strong_emphasis_open_star] = ACTIONS(2815), - [sym__strong_emphasis_open_underscore] = ACTIONS(2815), - [sym__emphasis_open_star] = ACTIONS(2815), - [sym__emphasis_open_underscore] = ACTIONS(2815), - [sym_inline_note_reference] = ACTIONS(2815), - [sym_html_element] = ACTIONS(2815), + [STATE(272)] = { + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym__block_close] = ACTIONS(2813), + [sym_block_continuation] = ACTIONS(2815), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym__fenced_div_end] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), }, - [STATE(319)] = { + [STATE(273)] = { [anon_sym_COLON] = ACTIONS(2817), [sym_entity_reference] = ACTIONS(2817), [sym_numeric_character_reference] = ACTIONS(2819), @@ -73293,12 +70749,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2817), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), [anon_sym_LBRACE] = ACTIONS(2819), - [sym_pandoc_str] = ACTIONS(2817), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), [aux_sym__prose_punctuation_token1] = ACTIONS(2817), [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), [sym__line_ending] = ACTIONS(2819), [sym__soft_line_ending] = ACTIONS(2819), [sym__block_close] = ACTIONS(2819), + [sym_block_continuation] = ACTIONS(2821), [sym__block_quote_start] = ACTIONS(2819), [sym_atx_h1_marker] = ACTIONS(2819), [sym_atx_h2_marker] = ACTIONS(2819), @@ -73351,2152 +70809,3152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2819), [sym_html_element] = ACTIONS(2819), }, - [STATE(320)] = { - [anon_sym_COLON] = ACTIONS(2821), - [sym_entity_reference] = ACTIONS(2821), - [sym_numeric_character_reference] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_BANG_LBRACK] = ACTIONS(2823), - [anon_sym_DOLLAR] = ACTIONS(2821), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2823), - [sym_pandoc_str] = ACTIONS(2821), - [aux_sym__prose_punctuation_token1] = ACTIONS(2821), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2821), - [sym__line_ending] = ACTIONS(2823), - [sym__soft_line_ending] = ACTIONS(2823), - [sym__block_close] = ACTIONS(2823), - [sym__block_quote_start] = ACTIONS(2823), - [sym_atx_h1_marker] = ACTIONS(2823), - [sym_atx_h2_marker] = ACTIONS(2823), - [sym_atx_h3_marker] = ACTIONS(2823), - [sym_atx_h4_marker] = ACTIONS(2823), - [sym_atx_h5_marker] = ACTIONS(2823), - [sym_atx_h6_marker] = ACTIONS(2823), - [sym__thematic_break] = ACTIONS(2823), - [sym__list_marker_minus] = ACTIONS(2823), - [sym__list_marker_plus] = ACTIONS(2823), - [sym__list_marker_star] = ACTIONS(2823), - [sym__list_marker_parenthesis] = ACTIONS(2823), - [sym__list_marker_dot] = ACTIONS(2823), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2823), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2823), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2823), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2823), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2823), - [sym__list_marker_example] = ACTIONS(2823), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2823), - [sym__fenced_code_block_start_backtick] = ACTIONS(2823), - [sym_minus_metadata] = ACTIONS(2823), - [sym__pipe_table_start] = ACTIONS(2823), - [sym__fenced_div_start] = ACTIONS(2823), - [sym__fenced_div_end] = ACTIONS(2823), - [sym_ref_id_specifier] = ACTIONS(2823), - [sym__code_span_start] = ACTIONS(2823), - [sym__html_comment] = ACTIONS(2823), - [sym__autolink] = ACTIONS(2823), - [sym__highlight_span_start] = ACTIONS(2823), - [sym__insert_span_start] = ACTIONS(2823), - [sym__delete_span_start] = ACTIONS(2823), - [sym__edit_comment_span_start] = ACTIONS(2823), - [sym__single_quote_span_open] = ACTIONS(2823), - [sym__double_quote_span_open] = ACTIONS(2823), - [sym__shortcode_open_escaped] = ACTIONS(2823), - [sym__shortcode_open] = ACTIONS(2823), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2823), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2823), - [sym__cite_author_in_text] = ACTIONS(2823), - [sym__cite_suppress_author] = ACTIONS(2823), - [sym__strikeout_open] = ACTIONS(2823), - [sym__subscript_open] = ACTIONS(2823), - [sym__superscript_open] = ACTIONS(2823), - [sym__inline_note_start_token] = ACTIONS(2823), - [sym__strong_emphasis_open_star] = ACTIONS(2823), - [sym__strong_emphasis_open_underscore] = ACTIONS(2823), - [sym__emphasis_open_star] = ACTIONS(2823), - [sym__emphasis_open_underscore] = ACTIONS(2823), - [sym_inline_note_reference] = ACTIONS(2823), - [sym_html_element] = ACTIONS(2823), + [STATE(274)] = { + [sym_pipe_table_cell] = STATE(2429), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(321)] = { - [anon_sym_COLON] = ACTIONS(2825), - [sym_entity_reference] = ACTIONS(2825), - [sym_numeric_character_reference] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_BANG_LBRACK] = ACTIONS(2827), - [anon_sym_DOLLAR] = ACTIONS(2825), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2827), - [sym_pandoc_str] = ACTIONS(2825), - [aux_sym__prose_punctuation_token1] = ACTIONS(2825), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2825), - [sym__line_ending] = ACTIONS(2827), - [sym__soft_line_ending] = ACTIONS(2827), - [sym__block_close] = ACTIONS(2827), - [sym__block_quote_start] = ACTIONS(2827), - [sym_atx_h1_marker] = ACTIONS(2827), - [sym_atx_h2_marker] = ACTIONS(2827), - [sym_atx_h3_marker] = ACTIONS(2827), - [sym_atx_h4_marker] = ACTIONS(2827), - [sym_atx_h5_marker] = ACTIONS(2827), - [sym_atx_h6_marker] = ACTIONS(2827), - [sym__thematic_break] = ACTIONS(2827), - [sym__list_marker_minus] = ACTIONS(2827), - [sym__list_marker_plus] = ACTIONS(2827), - [sym__list_marker_star] = ACTIONS(2827), - [sym__list_marker_parenthesis] = ACTIONS(2827), - [sym__list_marker_dot] = ACTIONS(2827), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2827), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2827), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2827), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2827), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2827), - [sym__list_marker_example] = ACTIONS(2827), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2827), - [sym__fenced_code_block_start_backtick] = ACTIONS(2827), - [sym_minus_metadata] = ACTIONS(2827), - [sym__pipe_table_start] = ACTIONS(2827), - [sym__fenced_div_start] = ACTIONS(2827), - [sym__fenced_div_end] = ACTIONS(2827), - [sym_ref_id_specifier] = ACTIONS(2827), - [sym__code_span_start] = ACTIONS(2827), - [sym__html_comment] = ACTIONS(2827), - [sym__autolink] = ACTIONS(2827), - [sym__highlight_span_start] = ACTIONS(2827), - [sym__insert_span_start] = ACTIONS(2827), - [sym__delete_span_start] = ACTIONS(2827), - [sym__edit_comment_span_start] = ACTIONS(2827), - [sym__single_quote_span_open] = ACTIONS(2827), - [sym__double_quote_span_open] = ACTIONS(2827), - [sym__shortcode_open_escaped] = ACTIONS(2827), - [sym__shortcode_open] = ACTIONS(2827), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2827), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2827), - [sym__cite_author_in_text] = ACTIONS(2827), - [sym__cite_suppress_author] = ACTIONS(2827), - [sym__strikeout_open] = ACTIONS(2827), - [sym__subscript_open] = ACTIONS(2827), - [sym__superscript_open] = ACTIONS(2827), - [sym__inline_note_start_token] = ACTIONS(2827), - [sym__strong_emphasis_open_star] = ACTIONS(2827), - [sym__strong_emphasis_open_underscore] = ACTIONS(2827), - [sym__emphasis_open_star] = ACTIONS(2827), - [sym__emphasis_open_underscore] = ACTIONS(2827), - [sym_inline_note_reference] = ACTIONS(2827), - [sym_html_element] = ACTIONS(2827), + [STATE(275)] = { + [sym_pipe_table_cell] = STATE(2582), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2823), }, - [STATE(322)] = { - [sym_pandoc_span] = STATE(322), - [sym_pandoc_image] = STATE(322), - [sym_pandoc_math] = STATE(322), - [sym_pandoc_display_math] = STATE(322), - [sym_pandoc_code_span] = STATE(322), - [sym_pandoc_single_quote] = STATE(322), - [sym_pandoc_double_quote] = STATE(322), - [sym_insert] = STATE(322), - [sym_delete] = STATE(322), - [sym_edit_comment] = STATE(322), - [sym_highlight] = STATE(322), - [sym__pandoc_attr_specifier] = STATE(322), - [sym__inline_element] = STATE(322), - [sym_shortcode_escaped] = STATE(322), - [sym_shortcode] = STATE(322), - [sym_citation] = STATE(322), - [sym_inline_note] = STATE(322), - [sym_pandoc_superscript] = STATE(322), - [sym_pandoc_subscript] = STATE(322), - [sym_pandoc_strikeout] = STATE(322), - [sym_pandoc_emph] = STATE(322), - [sym_pandoc_strong] = STATE(322), - [sym__prose_punctuation] = STATE(322), - [sym_pandoc_line_break] = STATE(322), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(322), + [STATE(276)] = { + [sym_pipe_table_cell] = STATE(2533), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(283), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2825), + [sym__line_ending] = ACTIONS(2119), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + }, + [STATE(277)] = { + [anon_sym_COLON] = ACTIONS(2827), + [sym_entity_reference] = ACTIONS(2827), + [sym_numeric_character_reference] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_BANG_LBRACK] = ACTIONS(2829), + [anon_sym_DOLLAR] = ACTIONS(2827), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2829), + [aux_sym_pandoc_str_token1] = ACTIONS(2827), [anon_sym_PIPE] = ACTIONS(2829), - [sym_entity_reference] = ACTIONS(2831), - [sym_numeric_character_reference] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2837), - [anon_sym_BANG_LBRACK] = ACTIONS(2840), - [anon_sym_DOLLAR] = ACTIONS(2843), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2849), - [sym_pandoc_str] = ACTIONS(2831), - [aux_sym__prose_punctuation_token1] = ACTIONS(2831), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2852), - [sym__whitespace] = ACTIONS(2855), + [aux_sym__prose_punctuation_token1] = ACTIONS(2827), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2827), [sym__line_ending] = ACTIONS(2829), - [sym__eof] = ACTIONS(2829), - [sym__pipe_table_line_ending] = ACTIONS(2829), - [sym__code_span_start] = ACTIONS(2858), - [sym__html_comment] = ACTIONS(2834), - [sym__autolink] = ACTIONS(2834), - [sym__highlight_span_start] = ACTIONS(2861), - [sym__insert_span_start] = ACTIONS(2864), - [sym__delete_span_start] = ACTIONS(2867), - [sym__edit_comment_span_start] = ACTIONS(2870), - [sym__single_quote_span_open] = ACTIONS(2873), - [sym__double_quote_span_open] = ACTIONS(2876), - [sym__shortcode_open_escaped] = ACTIONS(2879), - [sym__shortcode_open] = ACTIONS(2882), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2885), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2888), - [sym__cite_author_in_text] = ACTIONS(2891), - [sym__cite_suppress_author] = ACTIONS(2894), - [sym__strikeout_open] = ACTIONS(2897), - [sym__subscript_open] = ACTIONS(2900), - [sym__superscript_open] = ACTIONS(2903), - [sym__inline_note_start_token] = ACTIONS(2906), - [sym__strong_emphasis_open_star] = ACTIONS(2909), - [sym__strong_emphasis_open_underscore] = ACTIONS(2912), - [sym__emphasis_open_star] = ACTIONS(2915), - [sym__emphasis_open_underscore] = ACTIONS(2918), - [sym_inline_note_reference] = ACTIONS(2834), - [sym_html_element] = ACTIONS(2834), + [sym__soft_line_ending] = ACTIONS(2829), + [sym__block_close] = ACTIONS(2829), + [sym_block_continuation] = ACTIONS(2831), + [sym__block_quote_start] = ACTIONS(2829), + [sym_atx_h1_marker] = ACTIONS(2829), + [sym_atx_h2_marker] = ACTIONS(2829), + [sym_atx_h3_marker] = ACTIONS(2829), + [sym_atx_h4_marker] = ACTIONS(2829), + [sym_atx_h5_marker] = ACTIONS(2829), + [sym_atx_h6_marker] = ACTIONS(2829), + [sym__thematic_break] = ACTIONS(2829), + [sym__list_marker_minus] = ACTIONS(2829), + [sym__list_marker_plus] = ACTIONS(2829), + [sym__list_marker_star] = ACTIONS(2829), + [sym__list_marker_parenthesis] = ACTIONS(2829), + [sym__list_marker_dot] = ACTIONS(2829), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_example] = ACTIONS(2829), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2829), + [sym__fenced_code_block_start_backtick] = ACTIONS(2829), + [sym_minus_metadata] = ACTIONS(2829), + [sym__pipe_table_start] = ACTIONS(2829), + [sym__fenced_div_start] = ACTIONS(2829), + [sym__fenced_div_end] = ACTIONS(2829), + [sym_ref_id_specifier] = ACTIONS(2829), + [sym__code_span_start] = ACTIONS(2829), + [sym__html_comment] = ACTIONS(2829), + [sym__autolink] = ACTIONS(2829), + [sym__highlight_span_start] = ACTIONS(2829), + [sym__insert_span_start] = ACTIONS(2829), + [sym__delete_span_start] = ACTIONS(2829), + [sym__edit_comment_span_start] = ACTIONS(2829), + [sym__single_quote_span_open] = ACTIONS(2829), + [sym__double_quote_span_open] = ACTIONS(2829), + [sym__shortcode_open_escaped] = ACTIONS(2829), + [sym__shortcode_open] = ACTIONS(2829), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2829), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2829), + [sym__cite_author_in_text] = ACTIONS(2829), + [sym__cite_suppress_author] = ACTIONS(2829), + [sym__strikeout_open] = ACTIONS(2829), + [sym__subscript_open] = ACTIONS(2829), + [sym__superscript_open] = ACTIONS(2829), + [sym__inline_note_start_token] = ACTIONS(2829), + [sym__strong_emphasis_open_star] = ACTIONS(2829), + [sym__strong_emphasis_open_underscore] = ACTIONS(2829), + [sym__emphasis_open_star] = ACTIONS(2829), + [sym__emphasis_open_underscore] = ACTIONS(2829), + [sym_inline_note_reference] = ACTIONS(2829), + [sym_html_element] = ACTIONS(2829), }, - [STATE(323)] = { - [anon_sym_COLON] = ACTIONS(2921), - [sym_entity_reference] = ACTIONS(2921), - [sym_numeric_character_reference] = ACTIONS(2923), - [anon_sym_LBRACK] = ACTIONS(2923), - [anon_sym_BANG_LBRACK] = ACTIONS(2923), - [anon_sym_DOLLAR] = ACTIONS(2921), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2923), - [anon_sym_LBRACE] = ACTIONS(2923), - [sym_pandoc_str] = ACTIONS(2921), - [aux_sym__prose_punctuation_token1] = ACTIONS(2921), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2921), - [sym__line_ending] = ACTIONS(2923), - [sym__soft_line_ending] = ACTIONS(2923), - [sym__block_close] = ACTIONS(2923), - [sym__block_quote_start] = ACTIONS(2923), - [sym_atx_h1_marker] = ACTIONS(2923), - [sym_atx_h2_marker] = ACTIONS(2923), - [sym_atx_h3_marker] = ACTIONS(2923), - [sym_atx_h4_marker] = ACTIONS(2923), - [sym_atx_h5_marker] = ACTIONS(2923), - [sym_atx_h6_marker] = ACTIONS(2923), - [sym__thematic_break] = ACTIONS(2923), - [sym__list_marker_minus] = ACTIONS(2923), - [sym__list_marker_plus] = ACTIONS(2923), - [sym__list_marker_star] = ACTIONS(2923), - [sym__list_marker_parenthesis] = ACTIONS(2923), - [sym__list_marker_dot] = ACTIONS(2923), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2923), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2923), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2923), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2923), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2923), - [sym__list_marker_example] = ACTIONS(2923), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2923), - [sym__fenced_code_block_start_backtick] = ACTIONS(2923), - [sym_minus_metadata] = ACTIONS(2923), - [sym__pipe_table_start] = ACTIONS(2923), - [sym__fenced_div_start] = ACTIONS(2923), - [sym__fenced_div_end] = ACTIONS(2923), - [sym_ref_id_specifier] = ACTIONS(2923), - [sym__code_span_start] = ACTIONS(2923), - [sym__html_comment] = ACTIONS(2923), - [sym__autolink] = ACTIONS(2923), - [sym__highlight_span_start] = ACTIONS(2923), - [sym__insert_span_start] = ACTIONS(2923), - [sym__delete_span_start] = ACTIONS(2923), - [sym__edit_comment_span_start] = ACTIONS(2923), - [sym__single_quote_span_open] = ACTIONS(2923), - [sym__double_quote_span_open] = ACTIONS(2923), - [sym__shortcode_open_escaped] = ACTIONS(2923), - [sym__shortcode_open] = ACTIONS(2923), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2923), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2923), - [sym__cite_author_in_text] = ACTIONS(2923), - [sym__cite_suppress_author] = ACTIONS(2923), - [sym__strikeout_open] = ACTIONS(2923), - [sym__subscript_open] = ACTIONS(2923), - [sym__superscript_open] = ACTIONS(2923), - [sym__inline_note_start_token] = ACTIONS(2923), - [sym__strong_emphasis_open_star] = ACTIONS(2923), - [sym__strong_emphasis_open_underscore] = ACTIONS(2923), - [sym__emphasis_open_star] = ACTIONS(2923), - [sym__emphasis_open_underscore] = ACTIONS(2923), - [sym_inline_note_reference] = ACTIONS(2923), - [sym_html_element] = ACTIONS(2923), + [STATE(278)] = { + [sym_pandoc_span] = STATE(262), + [sym_pandoc_image] = STATE(262), + [sym_pandoc_math] = STATE(262), + [sym_pandoc_display_math] = STATE(262), + [sym_pandoc_code_span] = STATE(262), + [sym_pandoc_single_quote] = STATE(262), + [sym_pandoc_double_quote] = STATE(262), + [sym_insert] = STATE(262), + [sym_delete] = STATE(262), + [sym_edit_comment] = STATE(262), + [sym_highlight] = STATE(262), + [sym__pandoc_attr_specifier] = STATE(262), + [sym__inline_element] = STATE(262), + [sym_shortcode_escaped] = STATE(262), + [sym_shortcode] = STATE(262), + [sym_citation] = STATE(262), + [sym_inline_note] = STATE(262), + [sym_pandoc_superscript] = STATE(262), + [sym_pandoc_subscript] = STATE(262), + [sym_pandoc_strikeout] = STATE(262), + [sym_pandoc_emph] = STATE(262), + [sym_pandoc_strong] = STATE(262), + [sym_pandoc_str] = STATE(262), + [sym__prose_punctuation] = STATE(262), + [sym_pandoc_line_break] = STATE(262), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(262), + [sym_entity_reference] = ACTIONS(2833), + [sym_numeric_character_reference] = ACTIONS(2835), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(2833), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(2045), + [sym__line_ending] = ACTIONS(2837), + [sym__eof] = ACTIONS(2837), + [sym__pipe_table_line_ending] = ACTIONS(2837), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(2835), + [sym__autolink] = ACTIONS(2835), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(2835), + [sym_html_element] = ACTIONS(2835), + [sym__pipe_table_delimiter] = ACTIONS(2837), }, - [STATE(324)] = { - [anon_sym_COLON] = ACTIONS(2359), - [sym_entity_reference] = ACTIONS(2359), - [sym_numeric_character_reference] = ACTIONS(2361), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_BANG_LBRACK] = ACTIONS(2361), - [anon_sym_DOLLAR] = ACTIONS(2359), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2361), - [anon_sym_LBRACE] = ACTIONS(2361), - [sym_pandoc_str] = ACTIONS(2359), - [aux_sym__prose_punctuation_token1] = ACTIONS(2359), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2359), - [sym__line_ending] = ACTIONS(2361), - [sym__soft_line_ending] = ACTIONS(2361), - [sym__block_close] = ACTIONS(2361), - [sym__block_quote_start] = ACTIONS(2361), - [sym_atx_h1_marker] = ACTIONS(2361), - [sym_atx_h2_marker] = ACTIONS(2361), - [sym_atx_h3_marker] = ACTIONS(2361), - [sym_atx_h4_marker] = ACTIONS(2361), - [sym_atx_h5_marker] = ACTIONS(2361), - [sym_atx_h6_marker] = ACTIONS(2361), - [sym__thematic_break] = ACTIONS(2361), - [sym__list_marker_minus] = ACTIONS(2361), - [sym__list_marker_plus] = ACTIONS(2361), - [sym__list_marker_star] = ACTIONS(2361), - [sym__list_marker_parenthesis] = ACTIONS(2361), - [sym__list_marker_dot] = ACTIONS(2361), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_example] = ACTIONS(2361), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2361), - [sym__fenced_code_block_start_backtick] = ACTIONS(2361), - [sym_minus_metadata] = ACTIONS(2361), - [sym__pipe_table_start] = ACTIONS(2361), - [sym__fenced_div_start] = ACTIONS(2361), - [sym__fenced_div_end] = ACTIONS(2361), - [sym_ref_id_specifier] = ACTIONS(2361), - [sym__code_span_start] = ACTIONS(2361), - [sym__html_comment] = ACTIONS(2361), - [sym__autolink] = ACTIONS(2361), - [sym__highlight_span_start] = ACTIONS(2361), - [sym__insert_span_start] = ACTIONS(2361), - [sym__delete_span_start] = ACTIONS(2361), - [sym__edit_comment_span_start] = ACTIONS(2361), - [sym__single_quote_span_open] = ACTIONS(2361), - [sym__double_quote_span_open] = ACTIONS(2361), - [sym__shortcode_open_escaped] = ACTIONS(2361), - [sym__shortcode_open] = ACTIONS(2361), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2361), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2361), - [sym__cite_author_in_text] = ACTIONS(2361), - [sym__cite_suppress_author] = ACTIONS(2361), - [sym__strikeout_open] = ACTIONS(2361), - [sym__subscript_open] = ACTIONS(2361), + [STATE(279)] = { + [sym_pipe_table_cell] = STATE(2597), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(283), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2839), + [sym__line_ending] = ACTIONS(2227), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), [sym__superscript_open] = ACTIONS(2361), - [sym__inline_note_start_token] = ACTIONS(2361), - [sym__strong_emphasis_open_star] = ACTIONS(2361), - [sym__strong_emphasis_open_underscore] = ACTIONS(2361), - [sym__emphasis_open_star] = ACTIONS(2361), - [sym__emphasis_open_underscore] = ACTIONS(2361), - [sym_inline_note_reference] = ACTIONS(2361), - [sym_html_element] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), }, - [STATE(325)] = { - [anon_sym_COLON] = ACTIONS(2925), - [sym_entity_reference] = ACTIONS(2925), - [sym_numeric_character_reference] = ACTIONS(2927), - [anon_sym_LBRACK] = ACTIONS(2927), - [anon_sym_BANG_LBRACK] = ACTIONS(2927), - [anon_sym_DOLLAR] = ACTIONS(2925), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2927), - [anon_sym_LBRACE] = ACTIONS(2927), - [sym_pandoc_str] = ACTIONS(2925), - [aux_sym__prose_punctuation_token1] = ACTIONS(2925), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2925), - [sym__line_ending] = ACTIONS(2927), - [sym__soft_line_ending] = ACTIONS(2927), - [sym__block_close] = ACTIONS(2927), - [sym__block_quote_start] = ACTIONS(2927), - [sym_atx_h1_marker] = ACTIONS(2927), - [sym_atx_h2_marker] = ACTIONS(2927), - [sym_atx_h3_marker] = ACTIONS(2927), - [sym_atx_h4_marker] = ACTIONS(2927), - [sym_atx_h5_marker] = ACTIONS(2927), - [sym_atx_h6_marker] = ACTIONS(2927), - [sym__thematic_break] = ACTIONS(2927), - [sym__list_marker_minus] = ACTIONS(2927), - [sym__list_marker_plus] = ACTIONS(2927), - [sym__list_marker_star] = ACTIONS(2927), - [sym__list_marker_parenthesis] = ACTIONS(2927), - [sym__list_marker_dot] = ACTIONS(2927), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2927), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2927), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2927), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2927), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2927), - [sym__list_marker_example] = ACTIONS(2927), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2927), - [sym__fenced_code_block_start_backtick] = ACTIONS(2927), - [sym_minus_metadata] = ACTIONS(2927), - [sym__pipe_table_start] = ACTIONS(2927), - [sym__fenced_div_start] = ACTIONS(2927), - [sym__fenced_div_end] = ACTIONS(2927), - [sym_ref_id_specifier] = ACTIONS(2927), - [sym__code_span_start] = ACTIONS(2927), - [sym__html_comment] = ACTIONS(2927), - [sym__autolink] = ACTIONS(2927), - [sym__highlight_span_start] = ACTIONS(2927), - [sym__insert_span_start] = ACTIONS(2927), - [sym__delete_span_start] = ACTIONS(2927), - [sym__edit_comment_span_start] = ACTIONS(2927), - [sym__single_quote_span_open] = ACTIONS(2927), - [sym__double_quote_span_open] = ACTIONS(2927), - [sym__shortcode_open_escaped] = ACTIONS(2927), - [sym__shortcode_open] = ACTIONS(2927), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2927), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2927), - [sym__cite_author_in_text] = ACTIONS(2927), - [sym__cite_suppress_author] = ACTIONS(2927), - [sym__strikeout_open] = ACTIONS(2927), - [sym__subscript_open] = ACTIONS(2927), - [sym__superscript_open] = ACTIONS(2927), - [sym__inline_note_start_token] = ACTIONS(2927), - [sym__strong_emphasis_open_star] = ACTIONS(2927), - [sym__strong_emphasis_open_underscore] = ACTIONS(2927), - [sym__emphasis_open_star] = ACTIONS(2927), - [sym__emphasis_open_underscore] = ACTIONS(2927), - [sym_inline_note_reference] = ACTIONS(2927), - [sym_html_element] = ACTIONS(2927), + [STATE(280)] = { + [sym_pipe_table_cell] = STATE(2442), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(283), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2841), + [sym__line_ending] = ACTIONS(2123), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), }, - [STATE(326)] = { - [anon_sym_COLON] = ACTIONS(2929), - [sym_entity_reference] = ACTIONS(2929), - [sym_numeric_character_reference] = ACTIONS(2931), - [anon_sym_LBRACK] = ACTIONS(2931), - [anon_sym_BANG_LBRACK] = ACTIONS(2931), - [anon_sym_DOLLAR] = ACTIONS(2929), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2931), - [anon_sym_LBRACE] = ACTIONS(2931), - [sym_pandoc_str] = ACTIONS(2929), - [aux_sym__prose_punctuation_token1] = ACTIONS(2929), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2929), - [sym__line_ending] = ACTIONS(2931), - [sym__soft_line_ending] = ACTIONS(2931), - [sym__block_close] = ACTIONS(2931), - [sym__block_quote_start] = ACTIONS(2931), - [sym_atx_h1_marker] = ACTIONS(2931), - [sym_atx_h2_marker] = ACTIONS(2931), - [sym_atx_h3_marker] = ACTIONS(2931), - [sym_atx_h4_marker] = ACTIONS(2931), - [sym_atx_h5_marker] = ACTIONS(2931), - [sym_atx_h6_marker] = ACTIONS(2931), - [sym__thematic_break] = ACTIONS(2931), - [sym__list_marker_minus] = ACTIONS(2931), - [sym__list_marker_plus] = ACTIONS(2931), - [sym__list_marker_star] = ACTIONS(2931), - [sym__list_marker_parenthesis] = ACTIONS(2931), - [sym__list_marker_dot] = ACTIONS(2931), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2931), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2931), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2931), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2931), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2931), - [sym__list_marker_example] = ACTIONS(2931), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2931), - [sym__fenced_code_block_start_backtick] = ACTIONS(2931), - [sym_minus_metadata] = ACTIONS(2931), - [sym__pipe_table_start] = ACTIONS(2931), - [sym__fenced_div_start] = ACTIONS(2931), - [sym__fenced_div_end] = ACTIONS(2931), - [sym_ref_id_specifier] = ACTIONS(2931), - [sym__code_span_start] = ACTIONS(2931), - [sym__html_comment] = ACTIONS(2931), - [sym__autolink] = ACTIONS(2931), - [sym__highlight_span_start] = ACTIONS(2931), - [sym__insert_span_start] = ACTIONS(2931), - [sym__delete_span_start] = ACTIONS(2931), - [sym__edit_comment_span_start] = ACTIONS(2931), - [sym__single_quote_span_open] = ACTIONS(2931), - [sym__double_quote_span_open] = ACTIONS(2931), - [sym__shortcode_open_escaped] = ACTIONS(2931), - [sym__shortcode_open] = ACTIONS(2931), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2931), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2931), - [sym__cite_author_in_text] = ACTIONS(2931), - [sym__cite_suppress_author] = ACTIONS(2931), - [sym__strikeout_open] = ACTIONS(2931), - [sym__subscript_open] = ACTIONS(2931), - [sym__superscript_open] = ACTIONS(2931), - [sym__inline_note_start_token] = ACTIONS(2931), - [sym__strong_emphasis_open_star] = ACTIONS(2931), - [sym__strong_emphasis_open_underscore] = ACTIONS(2931), - [sym__emphasis_open_star] = ACTIONS(2931), - [sym__emphasis_open_underscore] = ACTIONS(2931), - [sym_inline_note_reference] = ACTIONS(2931), - [sym_html_element] = ACTIONS(2931), + [STATE(281)] = { + [sym_pipe_table_cell] = STATE(2442), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(279), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2843), + [sym__line_ending] = ACTIONS(2127), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), }, - [STATE(327)] = { - [anon_sym_COLON] = ACTIONS(2383), - [sym_entity_reference] = ACTIONS(2383), - [sym_numeric_character_reference] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_BANG_LBRACK] = ACTIONS(2385), - [anon_sym_DOLLAR] = ACTIONS(2383), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2385), - [anon_sym_LBRACE] = ACTIONS(2385), - [sym_pandoc_str] = ACTIONS(2383), - [aux_sym__prose_punctuation_token1] = ACTIONS(2383), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2383), - [sym__line_ending] = ACTIONS(2385), - [sym__soft_line_ending] = ACTIONS(2385), - [sym__block_close] = ACTIONS(2385), - [sym__block_quote_start] = ACTIONS(2385), - [sym_atx_h1_marker] = ACTIONS(2385), - [sym_atx_h2_marker] = ACTIONS(2385), - [sym_atx_h3_marker] = ACTIONS(2385), - [sym_atx_h4_marker] = ACTIONS(2385), - [sym_atx_h5_marker] = ACTIONS(2385), - [sym_atx_h6_marker] = ACTIONS(2385), - [sym__thematic_break] = ACTIONS(2385), - [sym__list_marker_minus] = ACTIONS(2385), - [sym__list_marker_plus] = ACTIONS(2385), - [sym__list_marker_star] = ACTIONS(2385), - [sym__list_marker_parenthesis] = ACTIONS(2385), - [sym__list_marker_dot] = ACTIONS(2385), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_example] = ACTIONS(2385), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2385), - [sym__fenced_code_block_start_backtick] = ACTIONS(2385), - [sym_minus_metadata] = ACTIONS(2385), - [sym__pipe_table_start] = ACTIONS(2385), - [sym__fenced_div_start] = ACTIONS(2385), - [sym__fenced_div_end] = ACTIONS(2385), - [sym_ref_id_specifier] = ACTIONS(2385), - [sym__code_span_start] = ACTIONS(2385), - [sym__html_comment] = ACTIONS(2385), - [sym__autolink] = ACTIONS(2385), - [sym__highlight_span_start] = ACTIONS(2385), - [sym__insert_span_start] = ACTIONS(2385), - [sym__delete_span_start] = ACTIONS(2385), - [sym__edit_comment_span_start] = ACTIONS(2385), - [sym__single_quote_span_open] = ACTIONS(2385), - [sym__double_quote_span_open] = ACTIONS(2385), - [sym__shortcode_open_escaped] = ACTIONS(2385), - [sym__shortcode_open] = ACTIONS(2385), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2385), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2385), - [sym__cite_author_in_text] = ACTIONS(2385), - [sym__cite_suppress_author] = ACTIONS(2385), - [sym__strikeout_open] = ACTIONS(2385), - [sym__subscript_open] = ACTIONS(2385), - [sym__superscript_open] = ACTIONS(2385), - [sym__inline_note_start_token] = ACTIONS(2385), - [sym__strong_emphasis_open_star] = ACTIONS(2385), - [sym__strong_emphasis_open_underscore] = ACTIONS(2385), - [sym__emphasis_open_star] = ACTIONS(2385), - [sym__emphasis_open_underscore] = ACTIONS(2385), - [sym_inline_note_reference] = ACTIONS(2385), - [sym_html_element] = ACTIONS(2385), + [STATE(282)] = { + [sym_pipe_table_cell] = STATE(2429), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2123), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(328)] = { - [anon_sym_COLON] = ACTIONS(2389), - [sym_entity_reference] = ACTIONS(2389), - [sym_numeric_character_reference] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_BANG_LBRACK] = ACTIONS(2391), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2391), - [sym_pandoc_str] = ACTIONS(2389), - [aux_sym__prose_punctuation_token1] = ACTIONS(2389), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2389), - [sym__line_ending] = ACTIONS(2391), - [sym__soft_line_ending] = ACTIONS(2391), - [sym__block_close] = ACTIONS(2391), - [sym__block_quote_start] = ACTIONS(2391), - [sym_atx_h1_marker] = ACTIONS(2391), - [sym_atx_h2_marker] = ACTIONS(2391), - [sym_atx_h3_marker] = ACTIONS(2391), - [sym_atx_h4_marker] = ACTIONS(2391), - [sym_atx_h5_marker] = ACTIONS(2391), - [sym_atx_h6_marker] = ACTIONS(2391), - [sym__thematic_break] = ACTIONS(2391), - [sym__list_marker_minus] = ACTIONS(2391), - [sym__list_marker_plus] = ACTIONS(2391), - [sym__list_marker_star] = ACTIONS(2391), - [sym__list_marker_parenthesis] = ACTIONS(2391), - [sym__list_marker_dot] = ACTIONS(2391), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_example] = ACTIONS(2391), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2391), - [sym__fenced_code_block_start_backtick] = ACTIONS(2391), - [sym_minus_metadata] = ACTIONS(2391), - [sym__pipe_table_start] = ACTIONS(2391), - [sym__fenced_div_start] = ACTIONS(2391), - [sym__fenced_div_end] = ACTIONS(2391), - [sym_ref_id_specifier] = ACTIONS(2391), - [sym__code_span_start] = ACTIONS(2391), - [sym__html_comment] = ACTIONS(2391), - [sym__autolink] = ACTIONS(2391), - [sym__highlight_span_start] = ACTIONS(2391), - [sym__insert_span_start] = ACTIONS(2391), - [sym__delete_span_start] = ACTIONS(2391), - [sym__edit_comment_span_start] = ACTIONS(2391), - [sym__single_quote_span_open] = ACTIONS(2391), - [sym__double_quote_span_open] = ACTIONS(2391), - [sym__shortcode_open_escaped] = ACTIONS(2391), - [sym__shortcode_open] = ACTIONS(2391), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2391), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2391), - [sym__cite_author_in_text] = ACTIONS(2391), - [sym__cite_suppress_author] = ACTIONS(2391), - [sym__strikeout_open] = ACTIONS(2391), - [sym__subscript_open] = ACTIONS(2391), - [sym__superscript_open] = ACTIONS(2391), - [sym__inline_note_start_token] = ACTIONS(2391), - [sym__strong_emphasis_open_star] = ACTIONS(2391), - [sym__strong_emphasis_open_underscore] = ACTIONS(2391), - [sym__emphasis_open_star] = ACTIONS(2391), - [sym__emphasis_open_underscore] = ACTIONS(2391), - [sym_inline_note_reference] = ACTIONS(2391), - [sym_html_element] = ACTIONS(2391), + [STATE(283)] = { + [sym_pipe_table_cell] = STATE(2729), + [sym_pandoc_span] = STATE(607), + [sym_pandoc_image] = STATE(607), + [sym_pandoc_math] = STATE(607), + [sym_pandoc_display_math] = STATE(607), + [sym_pandoc_code_span] = STATE(607), + [sym_pandoc_single_quote] = STATE(607), + [sym_pandoc_double_quote] = STATE(607), + [sym_insert] = STATE(607), + [sym_delete] = STATE(607), + [sym_edit_comment] = STATE(607), + [sym_highlight] = STATE(607), + [sym__pandoc_attr_specifier] = STATE(607), + [sym__line_with_maybe_spaces] = STATE(2720), + [sym__inline_element] = STATE(607), + [sym_shortcode_escaped] = STATE(607), + [sym_shortcode] = STATE(607), + [sym_citation] = STATE(607), + [sym_inline_note] = STATE(607), + [sym_pandoc_superscript] = STATE(607), + [sym_pandoc_subscript] = STATE(607), + [sym_pandoc_strikeout] = STATE(607), + [sym_pandoc_emph] = STATE(607), + [sym_pandoc_strong] = STATE(607), + [sym_pandoc_str] = STATE(607), + [sym__prose_punctuation] = STATE(607), + [sym_pandoc_line_break] = STATE(607), + [aux_sym_pipe_table_row_repeat1] = STATE(283), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(607), + [sym_entity_reference] = ACTIONS(2129), + [sym_numeric_character_reference] = ACTIONS(2132), + [anon_sym_LBRACK] = ACTIONS(2135), + [anon_sym_BANG_LBRACK] = ACTIONS(2138), + [anon_sym_DOLLAR] = ACTIONS(2141), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2147), + [aux_sym_pandoc_str_token1] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2153), + [aux_sym__prose_punctuation_token1] = ACTIONS(2129), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2156), + [sym__whitespace] = ACTIONS(2845), + [sym__line_ending] = ACTIONS(2162), + [sym__code_span_start] = ACTIONS(2164), + [sym__html_comment] = ACTIONS(2132), + [sym__autolink] = ACTIONS(2132), + [sym__highlight_span_start] = ACTIONS(2167), + [sym__insert_span_start] = ACTIONS(2170), + [sym__delete_span_start] = ACTIONS(2173), + [sym__edit_comment_span_start] = ACTIONS(2176), + [sym__single_quote_span_open] = ACTIONS(2179), + [sym__double_quote_span_open] = ACTIONS(2182), + [sym__shortcode_open_escaped] = ACTIONS(2185), + [sym__shortcode_open] = ACTIONS(2188), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2191), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2194), + [sym__cite_author_in_text] = ACTIONS(2197), + [sym__cite_suppress_author] = ACTIONS(2200), + [sym__strikeout_open] = ACTIONS(2203), + [sym__subscript_open] = ACTIONS(2206), + [sym__superscript_open] = ACTIONS(2209), + [sym__inline_note_start_token] = ACTIONS(2212), + [sym__strong_emphasis_open_star] = ACTIONS(2215), + [sym__strong_emphasis_open_underscore] = ACTIONS(2218), + [sym__emphasis_open_star] = ACTIONS(2221), + [sym__emphasis_open_underscore] = ACTIONS(2224), + [sym_inline_note_reference] = ACTIONS(2132), + [sym_html_element] = ACTIONS(2132), }, - [STATE(329)] = { - [anon_sym_COLON] = ACTIONS(2395), - [sym_entity_reference] = ACTIONS(2395), - [sym_numeric_character_reference] = ACTIONS(2397), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_BANG_LBRACK] = ACTIONS(2397), - [anon_sym_DOLLAR] = ACTIONS(2395), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2397), - [sym_pandoc_str] = ACTIONS(2395), - [aux_sym__prose_punctuation_token1] = ACTIONS(2395), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2395), - [sym__line_ending] = ACTIONS(2397), - [sym__soft_line_ending] = ACTIONS(2397), - [sym__block_close] = ACTIONS(2397), - [sym__block_quote_start] = ACTIONS(2397), - [sym_atx_h1_marker] = ACTIONS(2397), - [sym_atx_h2_marker] = ACTIONS(2397), - [sym_atx_h3_marker] = ACTIONS(2397), - [sym_atx_h4_marker] = ACTIONS(2397), - [sym_atx_h5_marker] = ACTIONS(2397), - [sym_atx_h6_marker] = ACTIONS(2397), - [sym__thematic_break] = ACTIONS(2397), - [sym__list_marker_minus] = ACTIONS(2397), - [sym__list_marker_plus] = ACTIONS(2397), - [sym__list_marker_star] = ACTIONS(2397), - [sym__list_marker_parenthesis] = ACTIONS(2397), - [sym__list_marker_dot] = ACTIONS(2397), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_example] = ACTIONS(2397), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2397), - [sym__fenced_code_block_start_backtick] = ACTIONS(2397), - [sym_minus_metadata] = ACTIONS(2397), - [sym__pipe_table_start] = ACTIONS(2397), - [sym__fenced_div_start] = ACTIONS(2397), - [sym__fenced_div_end] = ACTIONS(2397), - [sym_ref_id_specifier] = ACTIONS(2397), - [sym__code_span_start] = ACTIONS(2397), - [sym__html_comment] = ACTIONS(2397), - [sym__autolink] = ACTIONS(2397), - [sym__highlight_span_start] = ACTIONS(2397), - [sym__insert_span_start] = ACTIONS(2397), - [sym__delete_span_start] = ACTIONS(2397), - [sym__edit_comment_span_start] = ACTIONS(2397), - [sym__single_quote_span_open] = ACTIONS(2397), - [sym__double_quote_span_open] = ACTIONS(2397), - [sym__shortcode_open_escaped] = ACTIONS(2397), - [sym__shortcode_open] = ACTIONS(2397), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2397), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2397), - [sym__cite_author_in_text] = ACTIONS(2397), - [sym__cite_suppress_author] = ACTIONS(2397), - [sym__strikeout_open] = ACTIONS(2397), - [sym__subscript_open] = ACTIONS(2397), - [sym__superscript_open] = ACTIONS(2397), - [sym__inline_note_start_token] = ACTIONS(2397), - [sym__strong_emphasis_open_star] = ACTIONS(2397), - [sym__strong_emphasis_open_underscore] = ACTIONS(2397), - [sym__emphasis_open_star] = ACTIONS(2397), - [sym__emphasis_open_underscore] = ACTIONS(2397), - [sym_inline_note_reference] = ACTIONS(2397), - [sym_html_element] = ACTIONS(2397), + [STATE(284)] = { + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym__block_close] = ACTIONS(2850), + [sym_block_continuation] = ACTIONS(2852), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym__fenced_div_end] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), }, - [STATE(330)] = { - [anon_sym_COLON] = ACTIONS(2473), - [sym_entity_reference] = ACTIONS(2473), - [sym_numeric_character_reference] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_BANG_LBRACK] = ACTIONS(2475), - [anon_sym_DOLLAR] = ACTIONS(2473), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2475), - [sym_pandoc_str] = ACTIONS(2473), - [aux_sym__prose_punctuation_token1] = ACTIONS(2473), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2473), - [sym__line_ending] = ACTIONS(2475), - [sym__soft_line_ending] = ACTIONS(2475), - [sym__block_close] = ACTIONS(2475), - [sym__block_quote_start] = ACTIONS(2475), - [sym_atx_h1_marker] = ACTIONS(2475), - [sym_atx_h2_marker] = ACTIONS(2475), - [sym_atx_h3_marker] = ACTIONS(2475), - [sym_atx_h4_marker] = ACTIONS(2475), - [sym_atx_h5_marker] = ACTIONS(2475), - [sym_atx_h6_marker] = ACTIONS(2475), - [sym__thematic_break] = ACTIONS(2475), - [sym__list_marker_minus] = ACTIONS(2475), - [sym__list_marker_plus] = ACTIONS(2475), - [sym__list_marker_star] = ACTIONS(2475), - [sym__list_marker_parenthesis] = ACTIONS(2475), - [sym__list_marker_dot] = ACTIONS(2475), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_example] = ACTIONS(2475), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2475), - [sym__fenced_code_block_start_backtick] = ACTIONS(2475), - [sym_minus_metadata] = ACTIONS(2475), - [sym__pipe_table_start] = ACTIONS(2475), - [sym__fenced_div_start] = ACTIONS(2475), - [sym__fenced_div_end] = ACTIONS(2475), - [sym_ref_id_specifier] = ACTIONS(2475), - [sym__code_span_start] = ACTIONS(2475), - [sym__html_comment] = ACTIONS(2475), - [sym__autolink] = ACTIONS(2475), - [sym__highlight_span_start] = ACTIONS(2475), - [sym__insert_span_start] = ACTIONS(2475), - [sym__delete_span_start] = ACTIONS(2475), - [sym__edit_comment_span_start] = ACTIONS(2475), - [sym__single_quote_span_open] = ACTIONS(2475), - [sym__double_quote_span_open] = ACTIONS(2475), - [sym__shortcode_open_escaped] = ACTIONS(2475), - [sym__shortcode_open] = ACTIONS(2475), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2475), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2475), - [sym__cite_author_in_text] = ACTIONS(2475), - [sym__cite_suppress_author] = ACTIONS(2475), - [sym__strikeout_open] = ACTIONS(2475), - [sym__subscript_open] = ACTIONS(2475), - [sym__superscript_open] = ACTIONS(2475), - [sym__inline_note_start_token] = ACTIONS(2475), - [sym__strong_emphasis_open_star] = ACTIONS(2475), - [sym__strong_emphasis_open_underscore] = ACTIONS(2475), - [sym__emphasis_open_star] = ACTIONS(2475), - [sym__emphasis_open_underscore] = ACTIONS(2475), - [sym_inline_note_reference] = ACTIONS(2475), - [sym_html_element] = ACTIONS(2475), + [STATE(285)] = { + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym__block_close] = ACTIONS(2856), + [sym_block_continuation] = ACTIONS(2858), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym__fenced_div_end] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), }, - [STATE(331)] = { - [anon_sym_COLON] = ACTIONS(2609), - [sym_entity_reference] = ACTIONS(2609), - [sym_numeric_character_reference] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2611), - [anon_sym_BANG_LBRACK] = ACTIONS(2611), - [anon_sym_DOLLAR] = ACTIONS(2609), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2611), - [sym_pandoc_str] = ACTIONS(2609), - [aux_sym__prose_punctuation_token1] = ACTIONS(2609), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2609), - [sym__line_ending] = ACTIONS(2611), - [sym__soft_line_ending] = ACTIONS(2611), - [sym__block_close] = ACTIONS(2611), - [sym__block_quote_start] = ACTIONS(2611), - [sym_atx_h1_marker] = ACTIONS(2611), - [sym_atx_h2_marker] = ACTIONS(2611), - [sym_atx_h3_marker] = ACTIONS(2611), - [sym_atx_h4_marker] = ACTIONS(2611), - [sym_atx_h5_marker] = ACTIONS(2611), - [sym_atx_h6_marker] = ACTIONS(2611), - [sym__thematic_break] = ACTIONS(2611), - [sym__list_marker_minus] = ACTIONS(2611), - [sym__list_marker_plus] = ACTIONS(2611), - [sym__list_marker_star] = ACTIONS(2611), - [sym__list_marker_parenthesis] = ACTIONS(2611), - [sym__list_marker_dot] = ACTIONS(2611), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_example] = ACTIONS(2611), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2611), - [sym__fenced_code_block_start_backtick] = ACTIONS(2611), - [sym_minus_metadata] = ACTIONS(2611), - [sym__pipe_table_start] = ACTIONS(2611), - [sym__fenced_div_start] = ACTIONS(2611), - [sym__fenced_div_end] = ACTIONS(2611), - [sym_ref_id_specifier] = ACTIONS(2611), - [sym__code_span_start] = ACTIONS(2611), - [sym__html_comment] = ACTIONS(2611), - [sym__autolink] = ACTIONS(2611), - [sym__highlight_span_start] = ACTIONS(2611), - [sym__insert_span_start] = ACTIONS(2611), - [sym__delete_span_start] = ACTIONS(2611), - [sym__edit_comment_span_start] = ACTIONS(2611), - [sym__single_quote_span_open] = ACTIONS(2611), - [sym__double_quote_span_open] = ACTIONS(2611), - [sym__shortcode_open_escaped] = ACTIONS(2611), - [sym__shortcode_open] = ACTIONS(2611), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2611), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2611), - [sym__cite_author_in_text] = ACTIONS(2611), - [sym__cite_suppress_author] = ACTIONS(2611), - [sym__strikeout_open] = ACTIONS(2611), - [sym__subscript_open] = ACTIONS(2611), - [sym__superscript_open] = ACTIONS(2611), - [sym__inline_note_start_token] = ACTIONS(2611), - [sym__strong_emphasis_open_star] = ACTIONS(2611), - [sym__strong_emphasis_open_underscore] = ACTIONS(2611), - [sym__emphasis_open_star] = ACTIONS(2611), - [sym__emphasis_open_underscore] = ACTIONS(2611), - [sym_inline_note_reference] = ACTIONS(2611), - [sym_html_element] = ACTIONS(2611), + [STATE(286)] = { + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym__block_close] = ACTIONS(2862), + [sym_block_continuation] = ACTIONS(2864), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym__fenced_div_end] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), }, - [STATE(332)] = { - [anon_sym_COLON] = ACTIONS(2629), - [sym_entity_reference] = ACTIONS(2629), - [sym_numeric_character_reference] = ACTIONS(2631), - [anon_sym_LBRACK] = ACTIONS(2631), - [anon_sym_BANG_LBRACK] = ACTIONS(2631), - [anon_sym_DOLLAR] = ACTIONS(2629), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2631), - [anon_sym_LBRACE] = ACTIONS(2631), - [sym_pandoc_str] = ACTIONS(2629), - [aux_sym__prose_punctuation_token1] = ACTIONS(2629), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2629), - [sym__line_ending] = ACTIONS(2631), - [sym__soft_line_ending] = ACTIONS(2631), - [sym__block_close] = ACTIONS(2631), - [sym__block_quote_start] = ACTIONS(2631), - [sym_atx_h1_marker] = ACTIONS(2631), - [sym_atx_h2_marker] = ACTIONS(2631), - [sym_atx_h3_marker] = ACTIONS(2631), - [sym_atx_h4_marker] = ACTIONS(2631), - [sym_atx_h5_marker] = ACTIONS(2631), - [sym_atx_h6_marker] = ACTIONS(2631), - [sym__thematic_break] = ACTIONS(2631), - [sym__list_marker_minus] = ACTIONS(2631), - [sym__list_marker_plus] = ACTIONS(2631), - [sym__list_marker_star] = ACTIONS(2631), - [sym__list_marker_parenthesis] = ACTIONS(2631), - [sym__list_marker_dot] = ACTIONS(2631), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2631), - [sym__list_marker_example] = ACTIONS(2631), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2631), - [sym__fenced_code_block_start_backtick] = ACTIONS(2631), - [sym_minus_metadata] = ACTIONS(2631), - [sym__pipe_table_start] = ACTIONS(2631), - [sym__fenced_div_start] = ACTIONS(2631), - [sym__fenced_div_end] = ACTIONS(2631), - [sym_ref_id_specifier] = ACTIONS(2631), - [sym__code_span_start] = ACTIONS(2631), - [sym__html_comment] = ACTIONS(2631), - [sym__autolink] = ACTIONS(2631), - [sym__highlight_span_start] = ACTIONS(2631), - [sym__insert_span_start] = ACTIONS(2631), - [sym__delete_span_start] = ACTIONS(2631), - [sym__edit_comment_span_start] = ACTIONS(2631), - [sym__single_quote_span_open] = ACTIONS(2631), - [sym__double_quote_span_open] = ACTIONS(2631), - [sym__shortcode_open_escaped] = ACTIONS(2631), - [sym__shortcode_open] = ACTIONS(2631), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2631), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2631), - [sym__cite_author_in_text] = ACTIONS(2631), - [sym__cite_suppress_author] = ACTIONS(2631), - [sym__strikeout_open] = ACTIONS(2631), - [sym__subscript_open] = ACTIONS(2631), - [sym__superscript_open] = ACTIONS(2631), - [sym__inline_note_start_token] = ACTIONS(2631), - [sym__strong_emphasis_open_star] = ACTIONS(2631), - [sym__strong_emphasis_open_underscore] = ACTIONS(2631), - [sym__emphasis_open_star] = ACTIONS(2631), - [sym__emphasis_open_underscore] = ACTIONS(2631), - [sym_inline_note_reference] = ACTIONS(2631), - [sym_html_element] = ACTIONS(2631), + [STATE(287)] = { + [sym_pipe_table_cell] = STATE(2509), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2047), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(333)] = { - [anon_sym_COLON] = ACTIONS(2933), - [sym_entity_reference] = ACTIONS(2933), - [sym_numeric_character_reference] = ACTIONS(2935), - [anon_sym_LBRACK] = ACTIONS(2935), - [anon_sym_BANG_LBRACK] = ACTIONS(2935), - [anon_sym_DOLLAR] = ACTIONS(2933), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2935), - [sym_pandoc_str] = ACTIONS(2933), - [aux_sym__prose_punctuation_token1] = ACTIONS(2933), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2933), - [sym__line_ending] = ACTIONS(2935), - [sym__soft_line_ending] = ACTIONS(2935), - [sym__block_close] = ACTIONS(2935), - [sym__block_quote_start] = ACTIONS(2935), - [sym_atx_h1_marker] = ACTIONS(2935), - [sym_atx_h2_marker] = ACTIONS(2935), - [sym_atx_h3_marker] = ACTIONS(2935), - [sym_atx_h4_marker] = ACTIONS(2935), - [sym_atx_h5_marker] = ACTIONS(2935), - [sym_atx_h6_marker] = ACTIONS(2935), - [sym__thematic_break] = ACTIONS(2935), - [sym__list_marker_minus] = ACTIONS(2935), - [sym__list_marker_plus] = ACTIONS(2935), - [sym__list_marker_star] = ACTIONS(2935), - [sym__list_marker_parenthesis] = ACTIONS(2935), - [sym__list_marker_dot] = ACTIONS(2935), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2935), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2935), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2935), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2935), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2935), - [sym__list_marker_example] = ACTIONS(2935), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2935), - [sym__fenced_code_block_start_backtick] = ACTIONS(2935), - [sym_minus_metadata] = ACTIONS(2935), - [sym__pipe_table_start] = ACTIONS(2935), - [sym__fenced_div_start] = ACTIONS(2935), - [sym__fenced_div_end] = ACTIONS(2935), - [sym_ref_id_specifier] = ACTIONS(2935), - [sym__code_span_start] = ACTIONS(2935), - [sym__html_comment] = ACTIONS(2935), - [sym__autolink] = ACTIONS(2935), - [sym__highlight_span_start] = ACTIONS(2935), - [sym__insert_span_start] = ACTIONS(2935), - [sym__delete_span_start] = ACTIONS(2935), - [sym__edit_comment_span_start] = ACTIONS(2935), - [sym__single_quote_span_open] = ACTIONS(2935), - [sym__double_quote_span_open] = ACTIONS(2935), - [sym__shortcode_open_escaped] = ACTIONS(2935), - [sym__shortcode_open] = ACTIONS(2935), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2935), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2935), - [sym__cite_author_in_text] = ACTIONS(2935), - [sym__cite_suppress_author] = ACTIONS(2935), - [sym__strikeout_open] = ACTIONS(2935), - [sym__subscript_open] = ACTIONS(2935), - [sym__superscript_open] = ACTIONS(2935), - [sym__inline_note_start_token] = ACTIONS(2935), - [sym__strong_emphasis_open_star] = ACTIONS(2935), - [sym__strong_emphasis_open_underscore] = ACTIONS(2935), - [sym__emphasis_open_star] = ACTIONS(2935), - [sym__emphasis_open_underscore] = ACTIONS(2935), - [sym_inline_note_reference] = ACTIONS(2935), - [sym_html_element] = ACTIONS(2935), + [STATE(288)] = { + [anon_sym_COLON] = ACTIONS(2866), + [sym_entity_reference] = ACTIONS(2866), + [sym_numeric_character_reference] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2868), + [anon_sym_BANG_LBRACK] = ACTIONS(2868), + [anon_sym_DOLLAR] = ACTIONS(2866), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2868), + [anon_sym_LBRACE] = ACTIONS(2868), + [aux_sym_pandoc_str_token1] = ACTIONS(2866), + [anon_sym_PIPE] = ACTIONS(2868), + [aux_sym__prose_punctuation_token1] = ACTIONS(2866), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2866), + [sym__line_ending] = ACTIONS(2868), + [sym__soft_line_ending] = ACTIONS(2868), + [sym__block_close] = ACTIONS(2868), + [sym_block_continuation] = ACTIONS(2870), + [sym__block_quote_start] = ACTIONS(2868), + [sym_atx_h1_marker] = ACTIONS(2868), + [sym_atx_h2_marker] = ACTIONS(2868), + [sym_atx_h3_marker] = ACTIONS(2868), + [sym_atx_h4_marker] = ACTIONS(2868), + [sym_atx_h5_marker] = ACTIONS(2868), + [sym_atx_h6_marker] = ACTIONS(2868), + [sym__thematic_break] = ACTIONS(2868), + [sym__list_marker_minus] = ACTIONS(2868), + [sym__list_marker_plus] = ACTIONS(2868), + [sym__list_marker_star] = ACTIONS(2868), + [sym__list_marker_parenthesis] = ACTIONS(2868), + [sym__list_marker_dot] = ACTIONS(2868), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_example] = ACTIONS(2868), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2868), + [sym__fenced_code_block_start_backtick] = ACTIONS(2868), + [sym_minus_metadata] = ACTIONS(2868), + [sym__pipe_table_start] = ACTIONS(2868), + [sym__fenced_div_start] = ACTIONS(2868), + [sym__fenced_div_end] = ACTIONS(2868), + [sym_ref_id_specifier] = ACTIONS(2868), + [sym__code_span_start] = ACTIONS(2868), + [sym__html_comment] = ACTIONS(2868), + [sym__autolink] = ACTIONS(2868), + [sym__highlight_span_start] = ACTIONS(2868), + [sym__insert_span_start] = ACTIONS(2868), + [sym__delete_span_start] = ACTIONS(2868), + [sym__edit_comment_span_start] = ACTIONS(2868), + [sym__single_quote_span_open] = ACTIONS(2868), + [sym__double_quote_span_open] = ACTIONS(2868), + [sym__shortcode_open_escaped] = ACTIONS(2868), + [sym__shortcode_open] = ACTIONS(2868), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2868), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2868), + [sym__cite_author_in_text] = ACTIONS(2868), + [sym__cite_suppress_author] = ACTIONS(2868), + [sym__strikeout_open] = ACTIONS(2868), + [sym__subscript_open] = ACTIONS(2868), + [sym__superscript_open] = ACTIONS(2868), + [sym__inline_note_start_token] = ACTIONS(2868), + [sym__strong_emphasis_open_star] = ACTIONS(2868), + [sym__strong_emphasis_open_underscore] = ACTIONS(2868), + [sym__emphasis_open_star] = ACTIONS(2868), + [sym__emphasis_open_underscore] = ACTIONS(2868), + [sym_inline_note_reference] = ACTIONS(2868), + [sym_html_element] = ACTIONS(2868), }, - [STATE(334)] = { - [anon_sym_COLON] = ACTIONS(2937), - [sym_entity_reference] = ACTIONS(2937), - [sym_numeric_character_reference] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_BANG_LBRACK] = ACTIONS(2939), - [anon_sym_DOLLAR] = ACTIONS(2937), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [sym_pandoc_str] = ACTIONS(2937), - [aux_sym__prose_punctuation_token1] = ACTIONS(2937), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2937), - [sym__line_ending] = ACTIONS(2939), - [sym__soft_line_ending] = ACTIONS(2939), - [sym__block_close] = ACTIONS(2939), - [sym__block_quote_start] = ACTIONS(2939), - [sym_atx_h1_marker] = ACTIONS(2939), - [sym_atx_h2_marker] = ACTIONS(2939), - [sym_atx_h3_marker] = ACTIONS(2939), - [sym_atx_h4_marker] = ACTIONS(2939), - [sym_atx_h5_marker] = ACTIONS(2939), - [sym_atx_h6_marker] = ACTIONS(2939), - [sym__thematic_break] = ACTIONS(2939), - [sym__list_marker_minus] = ACTIONS(2939), - [sym__list_marker_plus] = ACTIONS(2939), - [sym__list_marker_star] = ACTIONS(2939), - [sym__list_marker_parenthesis] = ACTIONS(2939), - [sym__list_marker_dot] = ACTIONS(2939), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2939), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2939), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2939), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2939), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2939), - [sym__list_marker_example] = ACTIONS(2939), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2939), - [sym__fenced_code_block_start_backtick] = ACTIONS(2939), - [sym_minus_metadata] = ACTIONS(2939), - [sym__pipe_table_start] = ACTIONS(2939), - [sym__fenced_div_start] = ACTIONS(2939), - [sym__fenced_div_end] = ACTIONS(2939), - [sym_ref_id_specifier] = ACTIONS(2939), - [sym__code_span_start] = ACTIONS(2939), - [sym__html_comment] = ACTIONS(2939), - [sym__autolink] = ACTIONS(2939), - [sym__highlight_span_start] = ACTIONS(2939), - [sym__insert_span_start] = ACTIONS(2939), - [sym__delete_span_start] = ACTIONS(2939), - [sym__edit_comment_span_start] = ACTIONS(2939), - [sym__single_quote_span_open] = ACTIONS(2939), - [sym__double_quote_span_open] = ACTIONS(2939), - [sym__shortcode_open_escaped] = ACTIONS(2939), - [sym__shortcode_open] = ACTIONS(2939), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2939), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2939), - [sym__cite_author_in_text] = ACTIONS(2939), - [sym__cite_suppress_author] = ACTIONS(2939), - [sym__strikeout_open] = ACTIONS(2939), - [sym__subscript_open] = ACTIONS(2939), - [sym__superscript_open] = ACTIONS(2939), - [sym__inline_note_start_token] = ACTIONS(2939), - [sym__strong_emphasis_open_star] = ACTIONS(2939), - [sym__strong_emphasis_open_underscore] = ACTIONS(2939), - [sym__emphasis_open_star] = ACTIONS(2939), - [sym__emphasis_open_underscore] = ACTIONS(2939), - [sym_inline_note_reference] = ACTIONS(2939), - [sym_html_element] = ACTIONS(2939), + [STATE(289)] = { + [sym_pipe_table_cell] = STATE(2591), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(335)] = { - [anon_sym_COLON] = ACTIONS(2941), - [sym_entity_reference] = ACTIONS(2941), - [sym_numeric_character_reference] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2943), - [anon_sym_BANG_LBRACK] = ACTIONS(2943), - [anon_sym_DOLLAR] = ACTIONS(2941), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [sym_pandoc_str] = ACTIONS(2941), - [aux_sym__prose_punctuation_token1] = ACTIONS(2941), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2941), - [sym__line_ending] = ACTIONS(2943), - [sym__soft_line_ending] = ACTIONS(2943), - [sym__block_close] = ACTIONS(2943), - [sym__block_quote_start] = ACTIONS(2943), - [sym_atx_h1_marker] = ACTIONS(2943), - [sym_atx_h2_marker] = ACTIONS(2943), - [sym_atx_h3_marker] = ACTIONS(2943), - [sym_atx_h4_marker] = ACTIONS(2943), - [sym_atx_h5_marker] = ACTIONS(2943), - [sym_atx_h6_marker] = ACTIONS(2943), - [sym__thematic_break] = ACTIONS(2943), - [sym__list_marker_minus] = ACTIONS(2943), - [sym__list_marker_plus] = ACTIONS(2943), - [sym__list_marker_star] = ACTIONS(2943), - [sym__list_marker_parenthesis] = ACTIONS(2943), - [sym__list_marker_dot] = ACTIONS(2943), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2943), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2943), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2943), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2943), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2943), - [sym__list_marker_example] = ACTIONS(2943), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2943), - [sym__fenced_code_block_start_backtick] = ACTIONS(2943), - [sym_minus_metadata] = ACTIONS(2943), - [sym__pipe_table_start] = ACTIONS(2943), - [sym__fenced_div_start] = ACTIONS(2943), - [sym__fenced_div_end] = ACTIONS(2943), - [sym_ref_id_specifier] = ACTIONS(2943), - [sym__code_span_start] = ACTIONS(2943), - [sym__html_comment] = ACTIONS(2943), - [sym__autolink] = ACTIONS(2943), - [sym__highlight_span_start] = ACTIONS(2943), - [sym__insert_span_start] = ACTIONS(2943), - [sym__delete_span_start] = ACTIONS(2943), - [sym__edit_comment_span_start] = ACTIONS(2943), - [sym__single_quote_span_open] = ACTIONS(2943), - [sym__double_quote_span_open] = ACTIONS(2943), - [sym__shortcode_open_escaped] = ACTIONS(2943), - [sym__shortcode_open] = ACTIONS(2943), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2943), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2943), - [sym__cite_author_in_text] = ACTIONS(2943), - [sym__cite_suppress_author] = ACTIONS(2943), - [sym__strikeout_open] = ACTIONS(2943), - [sym__subscript_open] = ACTIONS(2943), - [sym__superscript_open] = ACTIONS(2943), - [sym__inline_note_start_token] = ACTIONS(2943), - [sym__strong_emphasis_open_star] = ACTIONS(2943), - [sym__strong_emphasis_open_underscore] = ACTIONS(2943), - [sym__emphasis_open_star] = ACTIONS(2943), - [sym__emphasis_open_underscore] = ACTIONS(2943), - [sym_inline_note_reference] = ACTIONS(2943), - [sym_html_element] = ACTIONS(2943), + [STATE(290)] = { + [anon_sym_COLON] = ACTIONS(2872), + [sym_entity_reference] = ACTIONS(2872), + [sym_numeric_character_reference] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_BANG_LBRACK] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2872), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [aux_sym_pandoc_str_token1] = ACTIONS(2872), + [anon_sym_PIPE] = ACTIONS(2874), + [aux_sym__prose_punctuation_token1] = ACTIONS(2872), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2872), + [sym__line_ending] = ACTIONS(2874), + [sym__soft_line_ending] = ACTIONS(2874), + [sym__block_close] = ACTIONS(2874), + [sym_block_continuation] = ACTIONS(2876), + [sym__block_quote_start] = ACTIONS(2874), + [sym_atx_h1_marker] = ACTIONS(2874), + [sym_atx_h2_marker] = ACTIONS(2874), + [sym_atx_h3_marker] = ACTIONS(2874), + [sym_atx_h4_marker] = ACTIONS(2874), + [sym_atx_h5_marker] = ACTIONS(2874), + [sym_atx_h6_marker] = ACTIONS(2874), + [sym__thematic_break] = ACTIONS(2874), + [sym__list_marker_minus] = ACTIONS(2874), + [sym__list_marker_plus] = ACTIONS(2874), + [sym__list_marker_star] = ACTIONS(2874), + [sym__list_marker_parenthesis] = ACTIONS(2874), + [sym__list_marker_dot] = ACTIONS(2874), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_example] = ACTIONS(2874), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2874), + [sym__fenced_code_block_start_backtick] = ACTIONS(2874), + [sym_minus_metadata] = ACTIONS(2874), + [sym__pipe_table_start] = ACTIONS(2874), + [sym__fenced_div_start] = ACTIONS(2874), + [sym__fenced_div_end] = ACTIONS(2874), + [sym_ref_id_specifier] = ACTIONS(2874), + [sym__code_span_start] = ACTIONS(2874), + [sym__html_comment] = ACTIONS(2874), + [sym__autolink] = ACTIONS(2874), + [sym__highlight_span_start] = ACTIONS(2874), + [sym__insert_span_start] = ACTIONS(2874), + [sym__delete_span_start] = ACTIONS(2874), + [sym__edit_comment_span_start] = ACTIONS(2874), + [sym__single_quote_span_open] = ACTIONS(2874), + [sym__double_quote_span_open] = ACTIONS(2874), + [sym__shortcode_open_escaped] = ACTIONS(2874), + [sym__shortcode_open] = ACTIONS(2874), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2874), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2874), + [sym__cite_author_in_text] = ACTIONS(2874), + [sym__cite_suppress_author] = ACTIONS(2874), + [sym__strikeout_open] = ACTIONS(2874), + [sym__subscript_open] = ACTIONS(2874), + [sym__superscript_open] = ACTIONS(2874), + [sym__inline_note_start_token] = ACTIONS(2874), + [sym__strong_emphasis_open_star] = ACTIONS(2874), + [sym__strong_emphasis_open_underscore] = ACTIONS(2874), + [sym__emphasis_open_star] = ACTIONS(2874), + [sym__emphasis_open_underscore] = ACTIONS(2874), + [sym_inline_note_reference] = ACTIONS(2874), + [sym_html_element] = ACTIONS(2874), }, - [STATE(336)] = { - [anon_sym_COLON] = ACTIONS(2945), - [sym_entity_reference] = ACTIONS(2945), - [sym_numeric_character_reference] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_BANG_LBRACK] = ACTIONS(2947), - [anon_sym_DOLLAR] = ACTIONS(2945), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2947), - [sym_pandoc_str] = ACTIONS(2945), - [aux_sym__prose_punctuation_token1] = ACTIONS(2945), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2945), - [sym__line_ending] = ACTIONS(2947), - [sym__soft_line_ending] = ACTIONS(2947), - [sym__block_close] = ACTIONS(2947), - [sym__block_quote_start] = ACTIONS(2947), - [sym_atx_h1_marker] = ACTIONS(2947), - [sym_atx_h2_marker] = ACTIONS(2947), - [sym_atx_h3_marker] = ACTIONS(2947), - [sym_atx_h4_marker] = ACTIONS(2947), - [sym_atx_h5_marker] = ACTIONS(2947), - [sym_atx_h6_marker] = ACTIONS(2947), - [sym__thematic_break] = ACTIONS(2947), - [sym__list_marker_minus] = ACTIONS(2947), - [sym__list_marker_plus] = ACTIONS(2947), - [sym__list_marker_star] = ACTIONS(2947), - [sym__list_marker_parenthesis] = ACTIONS(2947), - [sym__list_marker_dot] = ACTIONS(2947), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2947), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2947), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2947), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2947), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2947), - [sym__list_marker_example] = ACTIONS(2947), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2947), - [sym__fenced_code_block_start_backtick] = ACTIONS(2947), - [sym_minus_metadata] = ACTIONS(2947), - [sym__pipe_table_start] = ACTIONS(2947), - [sym__fenced_div_start] = ACTIONS(2947), - [sym__fenced_div_end] = ACTIONS(2947), - [sym_ref_id_specifier] = ACTIONS(2947), - [sym__code_span_start] = ACTIONS(2947), - [sym__html_comment] = ACTIONS(2947), - [sym__autolink] = ACTIONS(2947), - [sym__highlight_span_start] = ACTIONS(2947), - [sym__insert_span_start] = ACTIONS(2947), - [sym__delete_span_start] = ACTIONS(2947), - [sym__edit_comment_span_start] = ACTIONS(2947), - [sym__single_quote_span_open] = ACTIONS(2947), - [sym__double_quote_span_open] = ACTIONS(2947), - [sym__shortcode_open_escaped] = ACTIONS(2947), - [sym__shortcode_open] = ACTIONS(2947), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2947), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2947), - [sym__cite_author_in_text] = ACTIONS(2947), - [sym__cite_suppress_author] = ACTIONS(2947), - [sym__strikeout_open] = ACTIONS(2947), - [sym__subscript_open] = ACTIONS(2947), - [sym__superscript_open] = ACTIONS(2947), - [sym__inline_note_start_token] = ACTIONS(2947), - [sym__strong_emphasis_open_star] = ACTIONS(2947), - [sym__strong_emphasis_open_underscore] = ACTIONS(2947), - [sym__emphasis_open_star] = ACTIONS(2947), - [sym__emphasis_open_underscore] = ACTIONS(2947), - [sym_inline_note_reference] = ACTIONS(2947), - [sym_html_element] = ACTIONS(2947), + [STATE(291)] = { + [anon_sym_COLON] = ACTIONS(2878), + [sym_entity_reference] = ACTIONS(2878), + [sym_numeric_character_reference] = ACTIONS(2880), + [anon_sym_LBRACK] = ACTIONS(2880), + [anon_sym_BANG_LBRACK] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2878), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2880), + [aux_sym_pandoc_str_token1] = ACTIONS(2878), + [anon_sym_PIPE] = ACTIONS(2880), + [aux_sym__prose_punctuation_token1] = ACTIONS(2878), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2878), + [sym__line_ending] = ACTIONS(2880), + [sym__soft_line_ending] = ACTIONS(2880), + [sym__block_close] = ACTIONS(2880), + [sym__block_quote_start] = ACTIONS(2880), + [sym_atx_h1_marker] = ACTIONS(2880), + [sym_atx_h2_marker] = ACTIONS(2880), + [sym_atx_h3_marker] = ACTIONS(2880), + [sym_atx_h4_marker] = ACTIONS(2880), + [sym_atx_h5_marker] = ACTIONS(2880), + [sym_atx_h6_marker] = ACTIONS(2880), + [sym__thematic_break] = ACTIONS(2880), + [sym__list_marker_minus] = ACTIONS(2880), + [sym__list_marker_plus] = ACTIONS(2880), + [sym__list_marker_star] = ACTIONS(2880), + [sym__list_marker_parenthesis] = ACTIONS(2880), + [sym__list_marker_dot] = ACTIONS(2880), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_example] = ACTIONS(2880), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2880), + [sym__fenced_code_block_start_backtick] = ACTIONS(2880), + [sym_minus_metadata] = ACTIONS(2880), + [sym__pipe_table_start] = ACTIONS(2880), + [sym__fenced_div_start] = ACTIONS(2880), + [sym__fenced_div_end] = ACTIONS(2880), + [sym_ref_id_specifier] = ACTIONS(2880), + [sym__code_span_start] = ACTIONS(2880), + [sym__html_comment] = ACTIONS(2880), + [sym__autolink] = ACTIONS(2880), + [sym__highlight_span_start] = ACTIONS(2880), + [sym__insert_span_start] = ACTIONS(2880), + [sym__delete_span_start] = ACTIONS(2880), + [sym__edit_comment_span_start] = ACTIONS(2880), + [sym__single_quote_span_open] = ACTIONS(2880), + [sym__double_quote_span_open] = ACTIONS(2880), + [sym__shortcode_open_escaped] = ACTIONS(2880), + [sym__shortcode_open] = ACTIONS(2880), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2880), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2880), + [sym__cite_author_in_text] = ACTIONS(2880), + [sym__cite_suppress_author] = ACTIONS(2880), + [sym__strikeout_open] = ACTIONS(2880), + [sym__subscript_open] = ACTIONS(2880), + [sym__superscript_open] = ACTIONS(2880), + [sym__inline_note_start_token] = ACTIONS(2880), + [sym__strong_emphasis_open_star] = ACTIONS(2880), + [sym__strong_emphasis_open_underscore] = ACTIONS(2880), + [sym__emphasis_open_star] = ACTIONS(2880), + [sym__emphasis_open_underscore] = ACTIONS(2880), + [sym_inline_note_reference] = ACTIONS(2880), + [sym_html_element] = ACTIONS(2880), }, - [STATE(337)] = { - [anon_sym_COLON] = ACTIONS(2949), - [sym_entity_reference] = ACTIONS(2949), - [sym_numeric_character_reference] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2951), - [anon_sym_BANG_LBRACK] = ACTIONS(2951), - [anon_sym_DOLLAR] = ACTIONS(2949), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2951), - [sym_pandoc_str] = ACTIONS(2949), - [aux_sym__prose_punctuation_token1] = ACTIONS(2949), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2949), - [sym__line_ending] = ACTIONS(2951), - [sym__soft_line_ending] = ACTIONS(2951), - [sym__block_close] = ACTIONS(2951), - [sym__block_quote_start] = ACTIONS(2951), - [sym_atx_h1_marker] = ACTIONS(2951), - [sym_atx_h2_marker] = ACTIONS(2951), - [sym_atx_h3_marker] = ACTIONS(2951), - [sym_atx_h4_marker] = ACTIONS(2951), - [sym_atx_h5_marker] = ACTIONS(2951), - [sym_atx_h6_marker] = ACTIONS(2951), - [sym__thematic_break] = ACTIONS(2951), - [sym__list_marker_minus] = ACTIONS(2951), - [sym__list_marker_plus] = ACTIONS(2951), - [sym__list_marker_star] = ACTIONS(2951), - [sym__list_marker_parenthesis] = ACTIONS(2951), - [sym__list_marker_dot] = ACTIONS(2951), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2951), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2951), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2951), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2951), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2951), - [sym__list_marker_example] = ACTIONS(2951), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2951), - [sym__fenced_code_block_start_backtick] = ACTIONS(2951), - [sym_minus_metadata] = ACTIONS(2951), - [sym__pipe_table_start] = ACTIONS(2951), - [sym__fenced_div_start] = ACTIONS(2951), - [sym__fenced_div_end] = ACTIONS(2951), - [sym_ref_id_specifier] = ACTIONS(2951), - [sym__code_span_start] = ACTIONS(2951), - [sym__html_comment] = ACTIONS(2951), - [sym__autolink] = ACTIONS(2951), - [sym__highlight_span_start] = ACTIONS(2951), - [sym__insert_span_start] = ACTIONS(2951), - [sym__delete_span_start] = ACTIONS(2951), - [sym__edit_comment_span_start] = ACTIONS(2951), - [sym__single_quote_span_open] = ACTIONS(2951), - [sym__double_quote_span_open] = ACTIONS(2951), - [sym__shortcode_open_escaped] = ACTIONS(2951), - [sym__shortcode_open] = ACTIONS(2951), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2951), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2951), - [sym__cite_author_in_text] = ACTIONS(2951), - [sym__cite_suppress_author] = ACTIONS(2951), - [sym__strikeout_open] = ACTIONS(2951), - [sym__subscript_open] = ACTIONS(2951), - [sym__superscript_open] = ACTIONS(2951), - [sym__inline_note_start_token] = ACTIONS(2951), - [sym__strong_emphasis_open_star] = ACTIONS(2951), - [sym__strong_emphasis_open_underscore] = ACTIONS(2951), - [sym__emphasis_open_star] = ACTIONS(2951), - [sym__emphasis_open_underscore] = ACTIONS(2951), - [sym_inline_note_reference] = ACTIONS(2951), - [sym_html_element] = ACTIONS(2951), + [STATE(292)] = { + [anon_sym_COLON] = ACTIONS(2882), + [sym_entity_reference] = ACTIONS(2882), + [sym_numeric_character_reference] = ACTIONS(2884), + [anon_sym_LBRACK] = ACTIONS(2884), + [anon_sym_BANG_LBRACK] = ACTIONS(2884), + [anon_sym_DOLLAR] = ACTIONS(2882), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2884), + [anon_sym_LBRACE] = ACTIONS(2884), + [aux_sym_pandoc_str_token1] = ACTIONS(2882), + [anon_sym_PIPE] = ACTIONS(2884), + [aux_sym__prose_punctuation_token1] = ACTIONS(2882), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2882), + [sym__line_ending] = ACTIONS(2884), + [sym__soft_line_ending] = ACTIONS(2884), + [sym_block_continuation] = ACTIONS(2884), + [sym__block_quote_start] = ACTIONS(2884), + [sym_atx_h1_marker] = ACTIONS(2884), + [sym_atx_h2_marker] = ACTIONS(2884), + [sym_atx_h3_marker] = ACTIONS(2884), + [sym_atx_h4_marker] = ACTIONS(2884), + [sym_atx_h5_marker] = ACTIONS(2884), + [sym_atx_h6_marker] = ACTIONS(2884), + [sym__thematic_break] = ACTIONS(2884), + [sym__list_marker_minus] = ACTIONS(2884), + [sym__list_marker_plus] = ACTIONS(2884), + [sym__list_marker_star] = ACTIONS(2884), + [sym__list_marker_parenthesis] = ACTIONS(2884), + [sym__list_marker_dot] = ACTIONS(2884), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2884), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2884), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2884), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2884), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2884), + [sym__list_marker_example] = ACTIONS(2884), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2884), + [sym__fenced_code_block_start_backtick] = ACTIONS(2884), + [sym__blank_line_start] = ACTIONS(2884), + [sym_minus_metadata] = ACTIONS(2884), + [sym__pipe_table_start] = ACTIONS(2884), + [sym__fenced_div_start] = ACTIONS(2884), + [sym_ref_id_specifier] = ACTIONS(2884), + [sym__code_span_start] = ACTIONS(2884), + [sym__html_comment] = ACTIONS(2884), + [sym__autolink] = ACTIONS(2884), + [sym__highlight_span_start] = ACTIONS(2884), + [sym__insert_span_start] = ACTIONS(2884), + [sym__delete_span_start] = ACTIONS(2884), + [sym__edit_comment_span_start] = ACTIONS(2884), + [sym__single_quote_span_open] = ACTIONS(2884), + [sym__double_quote_span_open] = ACTIONS(2884), + [sym__shortcode_open_escaped] = ACTIONS(2884), + [sym__shortcode_open] = ACTIONS(2884), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2884), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2884), + [sym__cite_author_in_text] = ACTIONS(2884), + [sym__cite_suppress_author] = ACTIONS(2884), + [sym__strikeout_open] = ACTIONS(2884), + [sym__subscript_open] = ACTIONS(2884), + [sym__superscript_open] = ACTIONS(2884), + [sym__inline_note_start_token] = ACTIONS(2884), + [sym__strong_emphasis_open_star] = ACTIONS(2884), + [sym__strong_emphasis_open_underscore] = ACTIONS(2884), + [sym__emphasis_open_star] = ACTIONS(2884), + [sym__emphasis_open_underscore] = ACTIONS(2884), + [sym_inline_note_reference] = ACTIONS(2884), + [sym_html_element] = ACTIONS(2884), }, - [STATE(338)] = { - [anon_sym_COLON] = ACTIONS(2609), - [sym_entity_reference] = ACTIONS(2609), - [sym_numeric_character_reference] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2611), - [anon_sym_BANG_LBRACK] = ACTIONS(2611), - [anon_sym_DOLLAR] = ACTIONS(2609), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2611), - [sym_pandoc_str] = ACTIONS(2609), - [aux_sym__prose_punctuation_token1] = ACTIONS(2609), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2609), - [sym__line_ending] = ACTIONS(2611), - [sym__soft_line_ending] = ACTIONS(2611), - [sym__block_close] = ACTIONS(2611), - [sym_block_continuation] = ACTIONS(2953), - [sym__block_quote_start] = ACTIONS(2611), - [sym_atx_h1_marker] = ACTIONS(2611), - [sym_atx_h2_marker] = ACTIONS(2611), - [sym_atx_h3_marker] = ACTIONS(2611), - [sym_atx_h4_marker] = ACTIONS(2611), - [sym_atx_h5_marker] = ACTIONS(2611), - [sym_atx_h6_marker] = ACTIONS(2611), - [sym__thematic_break] = ACTIONS(2611), - [sym__list_marker_minus] = ACTIONS(2611), - [sym__list_marker_plus] = ACTIONS(2611), - [sym__list_marker_star] = ACTIONS(2611), - [sym__list_marker_parenthesis] = ACTIONS(2611), - [sym__list_marker_dot] = ACTIONS(2611), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2611), - [sym__list_marker_example] = ACTIONS(2611), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2611), - [sym__fenced_code_block_start_backtick] = ACTIONS(2611), - [sym_minus_metadata] = ACTIONS(2611), - [sym__pipe_table_start] = ACTIONS(2611), - [sym__fenced_div_start] = ACTIONS(2611), - [sym_ref_id_specifier] = ACTIONS(2611), - [sym__code_span_start] = ACTIONS(2611), - [sym__html_comment] = ACTIONS(2611), - [sym__autolink] = ACTIONS(2611), - [sym__highlight_span_start] = ACTIONS(2611), - [sym__insert_span_start] = ACTIONS(2611), - [sym__delete_span_start] = ACTIONS(2611), - [sym__edit_comment_span_start] = ACTIONS(2611), - [sym__single_quote_span_open] = ACTIONS(2611), - [sym__double_quote_span_open] = ACTIONS(2611), - [sym__shortcode_open_escaped] = ACTIONS(2611), - [sym__shortcode_open] = ACTIONS(2611), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2611), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2611), - [sym__cite_author_in_text] = ACTIONS(2611), - [sym__cite_suppress_author] = ACTIONS(2611), - [sym__strikeout_open] = ACTIONS(2611), - [sym__subscript_open] = ACTIONS(2611), - [sym__superscript_open] = ACTIONS(2611), - [sym__inline_note_start_token] = ACTIONS(2611), - [sym__strong_emphasis_open_star] = ACTIONS(2611), - [sym__strong_emphasis_open_underscore] = ACTIONS(2611), - [sym__emphasis_open_star] = ACTIONS(2611), - [sym__emphasis_open_underscore] = ACTIONS(2611), - [sym_inline_note_reference] = ACTIONS(2611), - [sym_html_element] = ACTIONS(2611), + [STATE(293)] = { + [sym_pipe_table_cell] = STATE(2754), + [sym_pandoc_span] = STATE(607), + [sym_pandoc_image] = STATE(607), + [sym_pandoc_math] = STATE(607), + [sym_pandoc_display_math] = STATE(607), + [sym_pandoc_code_span] = STATE(607), + [sym_pandoc_single_quote] = STATE(607), + [sym_pandoc_double_quote] = STATE(607), + [sym_insert] = STATE(607), + [sym_delete] = STATE(607), + [sym_edit_comment] = STATE(607), + [sym_highlight] = STATE(607), + [sym__pandoc_attr_specifier] = STATE(607), + [sym__line_with_maybe_spaces] = STATE(2720), + [sym__inline_element] = STATE(607), + [sym_shortcode_escaped] = STATE(607), + [sym_shortcode] = STATE(607), + [sym_citation] = STATE(607), + [sym_inline_note] = STATE(607), + [sym_pandoc_superscript] = STATE(607), + [sym_pandoc_subscript] = STATE(607), + [sym_pandoc_strikeout] = STATE(607), + [sym_pandoc_emph] = STATE(607), + [sym_pandoc_strong] = STATE(607), + [sym_pandoc_str] = STATE(607), + [sym__prose_punctuation] = STATE(607), + [sym_pandoc_line_break] = STATE(607), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(607), + [sym_entity_reference] = ACTIONS(2886), + [sym_numeric_character_reference] = ACTIONS(2888), + [anon_sym_LBRACK] = ACTIONS(2890), + [anon_sym_BANG_LBRACK] = ACTIONS(2892), + [anon_sym_DOLLAR] = ACTIONS(2894), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2898), + [aux_sym_pandoc_str_token1] = ACTIONS(2900), + [anon_sym_PIPE] = ACTIONS(2902), + [aux_sym__prose_punctuation_token1] = ACTIONS(2886), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2904), + [sym__whitespace] = ACTIONS(2906), + [sym__code_span_start] = ACTIONS(2908), + [sym__html_comment] = ACTIONS(2888), + [sym__autolink] = ACTIONS(2888), + [sym__highlight_span_start] = ACTIONS(2910), + [sym__insert_span_start] = ACTIONS(2912), + [sym__delete_span_start] = ACTIONS(2914), + [sym__edit_comment_span_start] = ACTIONS(2916), + [sym__single_quote_span_open] = ACTIONS(2918), + [sym__double_quote_span_open] = ACTIONS(2920), + [sym__shortcode_open_escaped] = ACTIONS(2922), + [sym__shortcode_open] = ACTIONS(2924), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2926), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2928), + [sym__cite_author_in_text] = ACTIONS(2930), + [sym__cite_suppress_author] = ACTIONS(2932), + [sym__strikeout_open] = ACTIONS(2934), + [sym__subscript_open] = ACTIONS(2936), + [sym__superscript_open] = ACTIONS(2938), + [sym__inline_note_start_token] = ACTIONS(2940), + [sym__strong_emphasis_open_star] = ACTIONS(2942), + [sym__strong_emphasis_open_underscore] = ACTIONS(2944), + [sym__emphasis_open_star] = ACTIONS(2946), + [sym__emphasis_open_underscore] = ACTIONS(2948), + [sym_inline_note_reference] = ACTIONS(2888), + [sym_html_element] = ACTIONS(2888), + [sym__pipe_table_delimiter] = ACTIONS(2761), }, - [STATE(339)] = { - [anon_sym_COLON] = ACTIONS(2955), - [sym_entity_reference] = ACTIONS(2955), - [sym_numeric_character_reference] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_BANG_LBRACK] = ACTIONS(2957), - [anon_sym_DOLLAR] = ACTIONS(2955), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [sym_pandoc_str] = ACTIONS(2955), - [aux_sym__prose_punctuation_token1] = ACTIONS(2955), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2955), - [sym__line_ending] = ACTIONS(2957), - [sym__soft_line_ending] = ACTIONS(2957), - [sym__block_close] = ACTIONS(2957), - [sym__block_quote_start] = ACTIONS(2957), - [sym_atx_h1_marker] = ACTIONS(2957), - [sym_atx_h2_marker] = ACTIONS(2957), - [sym_atx_h3_marker] = ACTIONS(2957), - [sym_atx_h4_marker] = ACTIONS(2957), - [sym_atx_h5_marker] = ACTIONS(2957), - [sym_atx_h6_marker] = ACTIONS(2957), - [sym__thematic_break] = ACTIONS(2957), - [sym__list_marker_minus] = ACTIONS(2957), - [sym__list_marker_plus] = ACTIONS(2957), - [sym__list_marker_star] = ACTIONS(2957), - [sym__list_marker_parenthesis] = ACTIONS(2957), - [sym__list_marker_dot] = ACTIONS(2957), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2957), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2957), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2957), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2957), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2957), - [sym__list_marker_example] = ACTIONS(2957), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2957), - [sym__fenced_code_block_start_backtick] = ACTIONS(2957), - [sym_minus_metadata] = ACTIONS(2957), - [sym__pipe_table_start] = ACTIONS(2957), - [sym__fenced_div_start] = ACTIONS(2957), - [sym__fenced_div_end] = ACTIONS(2957), - [sym_ref_id_specifier] = ACTIONS(2957), - [sym__code_span_start] = ACTIONS(2957), - [sym__html_comment] = ACTIONS(2957), - [sym__autolink] = ACTIONS(2957), - [sym__highlight_span_start] = ACTIONS(2957), - [sym__insert_span_start] = ACTIONS(2957), - [sym__delete_span_start] = ACTIONS(2957), - [sym__edit_comment_span_start] = ACTIONS(2957), - [sym__single_quote_span_open] = ACTIONS(2957), - [sym__double_quote_span_open] = ACTIONS(2957), - [sym__shortcode_open_escaped] = ACTIONS(2957), - [sym__shortcode_open] = ACTIONS(2957), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2957), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2957), - [sym__cite_author_in_text] = ACTIONS(2957), - [sym__cite_suppress_author] = ACTIONS(2957), - [sym__strikeout_open] = ACTIONS(2957), - [sym__subscript_open] = ACTIONS(2957), - [sym__superscript_open] = ACTIONS(2957), - [sym__inline_note_start_token] = ACTIONS(2957), - [sym__strong_emphasis_open_star] = ACTIONS(2957), - [sym__strong_emphasis_open_underscore] = ACTIONS(2957), - [sym__emphasis_open_star] = ACTIONS(2957), - [sym__emphasis_open_underscore] = ACTIONS(2957), - [sym_inline_note_reference] = ACTIONS(2957), - [sym_html_element] = ACTIONS(2957), + [STATE(294)] = { + [anon_sym_COLON] = ACTIONS(2950), + [sym_entity_reference] = ACTIONS(2950), + [sym_numeric_character_reference] = ACTIONS(2952), + [anon_sym_LBRACK] = ACTIONS(2952), + [anon_sym_BANG_LBRACK] = ACTIONS(2952), + [anon_sym_DOLLAR] = ACTIONS(2950), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2952), + [anon_sym_LBRACE] = ACTIONS(2952), + [aux_sym_pandoc_str_token1] = ACTIONS(2950), + [anon_sym_PIPE] = ACTIONS(2952), + [aux_sym__prose_punctuation_token1] = ACTIONS(2950), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2950), + [sym__line_ending] = ACTIONS(2952), + [sym__soft_line_ending] = ACTIONS(2952), + [sym_block_continuation] = ACTIONS(2952), + [sym__block_quote_start] = ACTIONS(2952), + [sym_atx_h1_marker] = ACTIONS(2952), + [sym_atx_h2_marker] = ACTIONS(2952), + [sym_atx_h3_marker] = ACTIONS(2952), + [sym_atx_h4_marker] = ACTIONS(2952), + [sym_atx_h5_marker] = ACTIONS(2952), + [sym_atx_h6_marker] = ACTIONS(2952), + [sym__thematic_break] = ACTIONS(2952), + [sym__list_marker_minus] = ACTIONS(2952), + [sym__list_marker_plus] = ACTIONS(2952), + [sym__list_marker_star] = ACTIONS(2952), + [sym__list_marker_parenthesis] = ACTIONS(2952), + [sym__list_marker_dot] = ACTIONS(2952), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2952), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2952), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2952), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2952), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2952), + [sym__list_marker_example] = ACTIONS(2952), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2952), + [sym__fenced_code_block_start_backtick] = ACTIONS(2952), + [sym__blank_line_start] = ACTIONS(2952), + [sym_minus_metadata] = ACTIONS(2952), + [sym__pipe_table_start] = ACTIONS(2952), + [sym__fenced_div_start] = ACTIONS(2952), + [sym_ref_id_specifier] = ACTIONS(2952), + [sym__code_span_start] = ACTIONS(2952), + [sym__html_comment] = ACTIONS(2952), + [sym__autolink] = ACTIONS(2952), + [sym__highlight_span_start] = ACTIONS(2952), + [sym__insert_span_start] = ACTIONS(2952), + [sym__delete_span_start] = ACTIONS(2952), + [sym__edit_comment_span_start] = ACTIONS(2952), + [sym__single_quote_span_open] = ACTIONS(2952), + [sym__double_quote_span_open] = ACTIONS(2952), + [sym__shortcode_open_escaped] = ACTIONS(2952), + [sym__shortcode_open] = ACTIONS(2952), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2952), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2952), + [sym__cite_author_in_text] = ACTIONS(2952), + [sym__cite_suppress_author] = ACTIONS(2952), + [sym__strikeout_open] = ACTIONS(2952), + [sym__subscript_open] = ACTIONS(2952), + [sym__superscript_open] = ACTIONS(2952), + [sym__inline_note_start_token] = ACTIONS(2952), + [sym__strong_emphasis_open_star] = ACTIONS(2952), + [sym__strong_emphasis_open_underscore] = ACTIONS(2952), + [sym__emphasis_open_star] = ACTIONS(2952), + [sym__emphasis_open_underscore] = ACTIONS(2952), + [sym_inline_note_reference] = ACTIONS(2952), + [sym_html_element] = ACTIONS(2952), }, - [STATE(340)] = { - [anon_sym_COLON] = ACTIONS(2959), - [sym_entity_reference] = ACTIONS(2959), - [sym_numeric_character_reference] = ACTIONS(2961), - [anon_sym_LBRACK] = ACTIONS(2961), - [anon_sym_BANG_LBRACK] = ACTIONS(2961), - [anon_sym_DOLLAR] = ACTIONS(2959), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2961), - [anon_sym_LBRACE] = ACTIONS(2961), - [sym_pandoc_str] = ACTIONS(2959), - [aux_sym__prose_punctuation_token1] = ACTIONS(2959), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2959), - [sym__line_ending] = ACTIONS(2961), - [sym__soft_line_ending] = ACTIONS(2961), - [sym__block_close] = ACTIONS(2961), - [sym__block_quote_start] = ACTIONS(2961), - [sym_atx_h1_marker] = ACTIONS(2961), - [sym_atx_h2_marker] = ACTIONS(2961), - [sym_atx_h3_marker] = ACTIONS(2961), - [sym_atx_h4_marker] = ACTIONS(2961), - [sym_atx_h5_marker] = ACTIONS(2961), - [sym_atx_h6_marker] = ACTIONS(2961), - [sym__thematic_break] = ACTIONS(2961), - [sym__list_marker_minus] = ACTIONS(2961), - [sym__list_marker_plus] = ACTIONS(2961), - [sym__list_marker_star] = ACTIONS(2961), - [sym__list_marker_parenthesis] = ACTIONS(2961), - [sym__list_marker_dot] = ACTIONS(2961), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2961), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2961), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2961), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2961), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2961), - [sym__list_marker_example] = ACTIONS(2961), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2961), - [sym__fenced_code_block_start_backtick] = ACTIONS(2961), - [sym_minus_metadata] = ACTIONS(2961), - [sym__pipe_table_start] = ACTIONS(2961), - [sym__fenced_div_start] = ACTIONS(2961), - [sym__fenced_div_end] = ACTIONS(2961), - [sym_ref_id_specifier] = ACTIONS(2961), - [sym__code_span_start] = ACTIONS(2961), - [sym__html_comment] = ACTIONS(2961), - [sym__autolink] = ACTIONS(2961), - [sym__highlight_span_start] = ACTIONS(2961), - [sym__insert_span_start] = ACTIONS(2961), - [sym__delete_span_start] = ACTIONS(2961), - [sym__edit_comment_span_start] = ACTIONS(2961), - [sym__single_quote_span_open] = ACTIONS(2961), - [sym__double_quote_span_open] = ACTIONS(2961), - [sym__shortcode_open_escaped] = ACTIONS(2961), - [sym__shortcode_open] = ACTIONS(2961), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2961), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2961), - [sym__cite_author_in_text] = ACTIONS(2961), - [sym__cite_suppress_author] = ACTIONS(2961), - [sym__strikeout_open] = ACTIONS(2961), - [sym__subscript_open] = ACTIONS(2961), - [sym__superscript_open] = ACTIONS(2961), - [sym__inline_note_start_token] = ACTIONS(2961), - [sym__strong_emphasis_open_star] = ACTIONS(2961), - [sym__strong_emphasis_open_underscore] = ACTIONS(2961), - [sym__emphasis_open_star] = ACTIONS(2961), - [sym__emphasis_open_underscore] = ACTIONS(2961), - [sym_inline_note_reference] = ACTIONS(2961), - [sym_html_element] = ACTIONS(2961), + [STATE(295)] = { + [anon_sym_COLON] = ACTIONS(2954), + [sym_entity_reference] = ACTIONS(2954), + [sym_numeric_character_reference] = ACTIONS(2956), + [anon_sym_LBRACK] = ACTIONS(2956), + [anon_sym_BANG_LBRACK] = ACTIONS(2956), + [anon_sym_DOLLAR] = ACTIONS(2954), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2956), + [anon_sym_LBRACE] = ACTIONS(2956), + [aux_sym_pandoc_str_token1] = ACTIONS(2954), + [anon_sym_PIPE] = ACTIONS(2956), + [aux_sym__prose_punctuation_token1] = ACTIONS(2954), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2954), + [sym__line_ending] = ACTIONS(2956), + [sym__soft_line_ending] = ACTIONS(2956), + [sym__block_close] = ACTIONS(2956), + [sym__block_quote_start] = ACTIONS(2956), + [sym_atx_h1_marker] = ACTIONS(2956), + [sym_atx_h2_marker] = ACTIONS(2956), + [sym_atx_h3_marker] = ACTIONS(2956), + [sym_atx_h4_marker] = ACTIONS(2956), + [sym_atx_h5_marker] = ACTIONS(2956), + [sym_atx_h6_marker] = ACTIONS(2956), + [sym__thematic_break] = ACTIONS(2956), + [sym__list_marker_minus] = ACTIONS(2956), + [sym__list_marker_plus] = ACTIONS(2956), + [sym__list_marker_star] = ACTIONS(2956), + [sym__list_marker_parenthesis] = ACTIONS(2956), + [sym__list_marker_dot] = ACTIONS(2956), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_example] = ACTIONS(2956), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2956), + [sym__fenced_code_block_start_backtick] = ACTIONS(2956), + [sym_minus_metadata] = ACTIONS(2956), + [sym__pipe_table_start] = ACTIONS(2956), + [sym__fenced_div_start] = ACTIONS(2956), + [sym__fenced_div_end] = ACTIONS(2956), + [sym_ref_id_specifier] = ACTIONS(2956), + [sym__code_span_start] = ACTIONS(2956), + [sym__html_comment] = ACTIONS(2956), + [sym__autolink] = ACTIONS(2956), + [sym__highlight_span_start] = ACTIONS(2956), + [sym__insert_span_start] = ACTIONS(2956), + [sym__delete_span_start] = ACTIONS(2956), + [sym__edit_comment_span_start] = ACTIONS(2956), + [sym__single_quote_span_open] = ACTIONS(2956), + [sym__double_quote_span_open] = ACTIONS(2956), + [sym__shortcode_open_escaped] = ACTIONS(2956), + [sym__shortcode_open] = ACTIONS(2956), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2956), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2956), + [sym__cite_author_in_text] = ACTIONS(2956), + [sym__cite_suppress_author] = ACTIONS(2956), + [sym__strikeout_open] = ACTIONS(2956), + [sym__subscript_open] = ACTIONS(2956), + [sym__superscript_open] = ACTIONS(2956), + [sym__inline_note_start_token] = ACTIONS(2956), + [sym__strong_emphasis_open_star] = ACTIONS(2956), + [sym__strong_emphasis_open_underscore] = ACTIONS(2956), + [sym__emphasis_open_star] = ACTIONS(2956), + [sym__emphasis_open_underscore] = ACTIONS(2956), + [sym_inline_note_reference] = ACTIONS(2956), + [sym_html_element] = ACTIONS(2956), }, - [STATE(341)] = { - [anon_sym_COLON] = ACTIONS(2963), - [sym_entity_reference] = ACTIONS(2963), - [sym_numeric_character_reference] = ACTIONS(2965), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_BANG_LBRACK] = ACTIONS(2965), - [anon_sym_DOLLAR] = ACTIONS(2963), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2965), - [anon_sym_LBRACE] = ACTIONS(2965), - [sym_pandoc_str] = ACTIONS(2963), - [aux_sym__prose_punctuation_token1] = ACTIONS(2963), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2963), - [sym__line_ending] = ACTIONS(2965), - [sym__soft_line_ending] = ACTIONS(2965), - [sym__block_close] = ACTIONS(2965), - [sym__block_quote_start] = ACTIONS(2965), - [sym_atx_h1_marker] = ACTIONS(2965), - [sym_atx_h2_marker] = ACTIONS(2965), - [sym_atx_h3_marker] = ACTIONS(2965), - [sym_atx_h4_marker] = ACTIONS(2965), - [sym_atx_h5_marker] = ACTIONS(2965), - [sym_atx_h6_marker] = ACTIONS(2965), - [sym__thematic_break] = ACTIONS(2965), - [sym__list_marker_minus] = ACTIONS(2965), - [sym__list_marker_plus] = ACTIONS(2965), - [sym__list_marker_star] = ACTIONS(2965), - [sym__list_marker_parenthesis] = ACTIONS(2965), - [sym__list_marker_dot] = ACTIONS(2965), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2965), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2965), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2965), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2965), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2965), - [sym__list_marker_example] = ACTIONS(2965), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2965), - [sym__fenced_code_block_start_backtick] = ACTIONS(2965), - [sym_minus_metadata] = ACTIONS(2965), - [sym__pipe_table_start] = ACTIONS(2965), - [sym__fenced_div_start] = ACTIONS(2965), - [sym__fenced_div_end] = ACTIONS(2965), - [sym_ref_id_specifier] = ACTIONS(2965), - [sym__code_span_start] = ACTIONS(2965), - [sym__html_comment] = ACTIONS(2965), - [sym__autolink] = ACTIONS(2965), - [sym__highlight_span_start] = ACTIONS(2965), - [sym__insert_span_start] = ACTIONS(2965), - [sym__delete_span_start] = ACTIONS(2965), - [sym__edit_comment_span_start] = ACTIONS(2965), - [sym__single_quote_span_open] = ACTIONS(2965), - [sym__double_quote_span_open] = ACTIONS(2965), - [sym__shortcode_open_escaped] = ACTIONS(2965), - [sym__shortcode_open] = ACTIONS(2965), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2965), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2965), - [sym__cite_author_in_text] = ACTIONS(2965), - [sym__cite_suppress_author] = ACTIONS(2965), - [sym__strikeout_open] = ACTIONS(2965), - [sym__subscript_open] = ACTIONS(2965), - [sym__superscript_open] = ACTIONS(2965), - [sym__inline_note_start_token] = ACTIONS(2965), - [sym__strong_emphasis_open_star] = ACTIONS(2965), - [sym__strong_emphasis_open_underscore] = ACTIONS(2965), - [sym__emphasis_open_star] = ACTIONS(2965), - [sym__emphasis_open_underscore] = ACTIONS(2965), - [sym_inline_note_reference] = ACTIONS(2965), - [sym_html_element] = ACTIONS(2965), + [STATE(296)] = { + [anon_sym_COLON] = ACTIONS(2958), + [sym_entity_reference] = ACTIONS(2958), + [sym_numeric_character_reference] = ACTIONS(2960), + [anon_sym_LBRACK] = ACTIONS(2960), + [anon_sym_BANG_LBRACK] = ACTIONS(2960), + [anon_sym_DOLLAR] = ACTIONS(2958), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2960), + [anon_sym_LBRACE] = ACTIONS(2960), + [aux_sym_pandoc_str_token1] = ACTIONS(2958), + [anon_sym_PIPE] = ACTIONS(2960), + [aux_sym__prose_punctuation_token1] = ACTIONS(2958), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2958), + [sym__line_ending] = ACTIONS(2960), + [sym__soft_line_ending] = ACTIONS(2960), + [sym__block_close] = ACTIONS(2960), + [sym__block_quote_start] = ACTIONS(2960), + [sym_atx_h1_marker] = ACTIONS(2960), + [sym_atx_h2_marker] = ACTIONS(2960), + [sym_atx_h3_marker] = ACTIONS(2960), + [sym_atx_h4_marker] = ACTIONS(2960), + [sym_atx_h5_marker] = ACTIONS(2960), + [sym_atx_h6_marker] = ACTIONS(2960), + [sym__thematic_break] = ACTIONS(2960), + [sym__list_marker_minus] = ACTIONS(2960), + [sym__list_marker_plus] = ACTIONS(2960), + [sym__list_marker_star] = ACTIONS(2960), + [sym__list_marker_parenthesis] = ACTIONS(2960), + [sym__list_marker_dot] = ACTIONS(2960), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_example] = ACTIONS(2960), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2960), + [sym__fenced_code_block_start_backtick] = ACTIONS(2960), + [sym_minus_metadata] = ACTIONS(2960), + [sym__pipe_table_start] = ACTIONS(2960), + [sym__fenced_div_start] = ACTIONS(2960), + [sym__fenced_div_end] = ACTIONS(2960), + [sym_ref_id_specifier] = ACTIONS(2960), + [sym__code_span_start] = ACTIONS(2960), + [sym__html_comment] = ACTIONS(2960), + [sym__autolink] = ACTIONS(2960), + [sym__highlight_span_start] = ACTIONS(2960), + [sym__insert_span_start] = ACTIONS(2960), + [sym__delete_span_start] = ACTIONS(2960), + [sym__edit_comment_span_start] = ACTIONS(2960), + [sym__single_quote_span_open] = ACTIONS(2960), + [sym__double_quote_span_open] = ACTIONS(2960), + [sym__shortcode_open_escaped] = ACTIONS(2960), + [sym__shortcode_open] = ACTIONS(2960), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2960), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2960), + [sym__cite_author_in_text] = ACTIONS(2960), + [sym__cite_suppress_author] = ACTIONS(2960), + [sym__strikeout_open] = ACTIONS(2960), + [sym__subscript_open] = ACTIONS(2960), + [sym__superscript_open] = ACTIONS(2960), + [sym__inline_note_start_token] = ACTIONS(2960), + [sym__strong_emphasis_open_star] = ACTIONS(2960), + [sym__strong_emphasis_open_underscore] = ACTIONS(2960), + [sym__emphasis_open_star] = ACTIONS(2960), + [sym__emphasis_open_underscore] = ACTIONS(2960), + [sym_inline_note_reference] = ACTIONS(2960), + [sym_html_element] = ACTIONS(2960), }, - [STATE(342)] = { - [anon_sym_COLON] = ACTIONS(2967), - [sym_entity_reference] = ACTIONS(2967), - [sym_numeric_character_reference] = ACTIONS(2969), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_BANG_LBRACK] = ACTIONS(2969), - [anon_sym_DOLLAR] = ACTIONS(2967), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2969), - [anon_sym_LBRACE] = ACTIONS(2969), - [sym_pandoc_str] = ACTIONS(2967), - [aux_sym__prose_punctuation_token1] = ACTIONS(2967), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2967), - [sym__line_ending] = ACTIONS(2969), - [sym__soft_line_ending] = ACTIONS(2969), - [sym__block_close] = ACTIONS(2969), - [sym__block_quote_start] = ACTIONS(2969), - [sym_atx_h1_marker] = ACTIONS(2969), - [sym_atx_h2_marker] = ACTIONS(2969), - [sym_atx_h3_marker] = ACTIONS(2969), - [sym_atx_h4_marker] = ACTIONS(2969), - [sym_atx_h5_marker] = ACTIONS(2969), - [sym_atx_h6_marker] = ACTIONS(2969), - [sym__thematic_break] = ACTIONS(2969), - [sym__list_marker_minus] = ACTIONS(2969), - [sym__list_marker_plus] = ACTIONS(2969), - [sym__list_marker_star] = ACTIONS(2969), - [sym__list_marker_parenthesis] = ACTIONS(2969), - [sym__list_marker_dot] = ACTIONS(2969), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2969), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2969), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2969), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2969), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2969), - [sym__list_marker_example] = ACTIONS(2969), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2969), - [sym__fenced_code_block_start_backtick] = ACTIONS(2969), - [sym_minus_metadata] = ACTIONS(2969), - [sym__pipe_table_start] = ACTIONS(2969), - [sym__fenced_div_start] = ACTIONS(2969), - [sym__fenced_div_end] = ACTIONS(2969), - [sym_ref_id_specifier] = ACTIONS(2969), - [sym__code_span_start] = ACTIONS(2969), - [sym__html_comment] = ACTIONS(2969), - [sym__autolink] = ACTIONS(2969), - [sym__highlight_span_start] = ACTIONS(2969), - [sym__insert_span_start] = ACTIONS(2969), - [sym__delete_span_start] = ACTIONS(2969), - [sym__edit_comment_span_start] = ACTIONS(2969), - [sym__single_quote_span_open] = ACTIONS(2969), - [sym__double_quote_span_open] = ACTIONS(2969), - [sym__shortcode_open_escaped] = ACTIONS(2969), - [sym__shortcode_open] = ACTIONS(2969), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2969), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2969), - [sym__cite_author_in_text] = ACTIONS(2969), - [sym__cite_suppress_author] = ACTIONS(2969), - [sym__strikeout_open] = ACTIONS(2969), - [sym__subscript_open] = ACTIONS(2969), - [sym__superscript_open] = ACTIONS(2969), - [sym__inline_note_start_token] = ACTIONS(2969), - [sym__strong_emphasis_open_star] = ACTIONS(2969), - [sym__strong_emphasis_open_underscore] = ACTIONS(2969), - [sym__emphasis_open_star] = ACTIONS(2969), - [sym__emphasis_open_underscore] = ACTIONS(2969), - [sym_inline_note_reference] = ACTIONS(2969), - [sym_html_element] = ACTIONS(2969), + [STATE(297)] = { + [ts_builtin_sym_end] = ACTIONS(2807), + [anon_sym_COLON] = ACTIONS(2805), + [sym_entity_reference] = ACTIONS(2805), + [sym_numeric_character_reference] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_BANG_LBRACK] = ACTIONS(2807), + [anon_sym_DOLLAR] = ACTIONS(2805), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [aux_sym__prose_punctuation_token1] = ACTIONS(2805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), + [sym__line_ending] = ACTIONS(2807), + [sym__soft_line_ending] = ACTIONS(2807), + [sym_block_continuation] = ACTIONS(2962), + [sym__block_quote_start] = ACTIONS(2807), + [sym_atx_h1_marker] = ACTIONS(2807), + [sym_atx_h2_marker] = ACTIONS(2807), + [sym_atx_h3_marker] = ACTIONS(2807), + [sym_atx_h4_marker] = ACTIONS(2807), + [sym_atx_h5_marker] = ACTIONS(2807), + [sym_atx_h6_marker] = ACTIONS(2807), + [sym__thematic_break] = ACTIONS(2807), + [sym__list_marker_minus] = ACTIONS(2807), + [sym__list_marker_plus] = ACTIONS(2807), + [sym__list_marker_star] = ACTIONS(2807), + [sym__list_marker_parenthesis] = ACTIONS(2807), + [sym__list_marker_dot] = ACTIONS(2807), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_example] = ACTIONS(2807), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2807), + [sym__fenced_code_block_start_backtick] = ACTIONS(2807), + [sym_minus_metadata] = ACTIONS(2807), + [sym__pipe_table_start] = ACTIONS(2807), + [sym__fenced_div_start] = ACTIONS(2807), + [sym_ref_id_specifier] = ACTIONS(2807), + [sym__code_span_start] = ACTIONS(2807), + [sym__html_comment] = ACTIONS(2807), + [sym__autolink] = ACTIONS(2807), + [sym__highlight_span_start] = ACTIONS(2807), + [sym__insert_span_start] = ACTIONS(2807), + [sym__delete_span_start] = ACTIONS(2807), + [sym__edit_comment_span_start] = ACTIONS(2807), + [sym__single_quote_span_open] = ACTIONS(2807), + [sym__double_quote_span_open] = ACTIONS(2807), + [sym__shortcode_open_escaped] = ACTIONS(2807), + [sym__shortcode_open] = ACTIONS(2807), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2807), + [sym__cite_author_in_text] = ACTIONS(2807), + [sym__cite_suppress_author] = ACTIONS(2807), + [sym__strikeout_open] = ACTIONS(2807), + [sym__subscript_open] = ACTIONS(2807), + [sym__superscript_open] = ACTIONS(2807), + [sym__inline_note_start_token] = ACTIONS(2807), + [sym__strong_emphasis_open_star] = ACTIONS(2807), + [sym__strong_emphasis_open_underscore] = ACTIONS(2807), + [sym__emphasis_open_star] = ACTIONS(2807), + [sym__emphasis_open_underscore] = ACTIONS(2807), + [sym_inline_note_reference] = ACTIONS(2807), + [sym_html_element] = ACTIONS(2807), }, - [STATE(343)] = { - [anon_sym_COLON] = ACTIONS(2971), - [sym_entity_reference] = ACTIONS(2971), - [sym_numeric_character_reference] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_BANG_LBRACK] = ACTIONS(2973), - [anon_sym_DOLLAR] = ACTIONS(2971), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [sym_pandoc_str] = ACTIONS(2971), - [aux_sym__prose_punctuation_token1] = ACTIONS(2971), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2971), - [sym__line_ending] = ACTIONS(2973), - [sym__soft_line_ending] = ACTIONS(2973), - [sym__block_close] = ACTIONS(2973), - [sym__block_quote_start] = ACTIONS(2973), - [sym_atx_h1_marker] = ACTIONS(2973), - [sym_atx_h2_marker] = ACTIONS(2973), - [sym_atx_h3_marker] = ACTIONS(2973), - [sym_atx_h4_marker] = ACTIONS(2973), - [sym_atx_h5_marker] = ACTIONS(2973), - [sym_atx_h6_marker] = ACTIONS(2973), - [sym__thematic_break] = ACTIONS(2973), - [sym__list_marker_minus] = ACTIONS(2973), - [sym__list_marker_plus] = ACTIONS(2973), - [sym__list_marker_star] = ACTIONS(2973), - [sym__list_marker_parenthesis] = ACTIONS(2973), - [sym__list_marker_dot] = ACTIONS(2973), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2973), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2973), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2973), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2973), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2973), - [sym__list_marker_example] = ACTIONS(2973), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2973), - [sym__fenced_code_block_start_backtick] = ACTIONS(2973), - [sym_minus_metadata] = ACTIONS(2973), - [sym__pipe_table_start] = ACTIONS(2973), - [sym__fenced_div_start] = ACTIONS(2973), - [sym__fenced_div_end] = ACTIONS(2973), - [sym_ref_id_specifier] = ACTIONS(2973), - [sym__code_span_start] = ACTIONS(2973), - [sym__html_comment] = ACTIONS(2973), - [sym__autolink] = ACTIONS(2973), - [sym__highlight_span_start] = ACTIONS(2973), - [sym__insert_span_start] = ACTIONS(2973), - [sym__delete_span_start] = ACTIONS(2973), - [sym__edit_comment_span_start] = ACTIONS(2973), - [sym__single_quote_span_open] = ACTIONS(2973), - [sym__double_quote_span_open] = ACTIONS(2973), - [sym__shortcode_open_escaped] = ACTIONS(2973), - [sym__shortcode_open] = ACTIONS(2973), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2973), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2973), - [sym__cite_author_in_text] = ACTIONS(2973), - [sym__cite_suppress_author] = ACTIONS(2973), - [sym__strikeout_open] = ACTIONS(2973), - [sym__subscript_open] = ACTIONS(2973), - [sym__superscript_open] = ACTIONS(2973), - [sym__inline_note_start_token] = ACTIONS(2973), - [sym__strong_emphasis_open_star] = ACTIONS(2973), - [sym__strong_emphasis_open_underscore] = ACTIONS(2973), - [sym__emphasis_open_star] = ACTIONS(2973), - [sym__emphasis_open_underscore] = ACTIONS(2973), - [sym_inline_note_reference] = ACTIONS(2973), - [sym_html_element] = ACTIONS(2973), + [STATE(298)] = { + [ts_builtin_sym_end] = ACTIONS(2813), + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym_block_continuation] = ACTIONS(2964), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), }, - [STATE(344)] = { - [anon_sym_COLON] = ACTIONS(2975), - [sym_entity_reference] = ACTIONS(2975), - [sym_numeric_character_reference] = ACTIONS(2977), - [anon_sym_LBRACK] = ACTIONS(2977), - [anon_sym_BANG_LBRACK] = ACTIONS(2977), - [anon_sym_DOLLAR] = ACTIONS(2975), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2977), - [sym_pandoc_str] = ACTIONS(2975), - [aux_sym__prose_punctuation_token1] = ACTIONS(2975), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2975), - [sym__line_ending] = ACTIONS(2977), - [sym__soft_line_ending] = ACTIONS(2977), - [sym__block_close] = ACTIONS(2977), - [sym__block_quote_start] = ACTIONS(2977), - [sym_atx_h1_marker] = ACTIONS(2977), - [sym_atx_h2_marker] = ACTIONS(2977), - [sym_atx_h3_marker] = ACTIONS(2977), - [sym_atx_h4_marker] = ACTIONS(2977), - [sym_atx_h5_marker] = ACTIONS(2977), - [sym_atx_h6_marker] = ACTIONS(2977), - [sym__thematic_break] = ACTIONS(2977), - [sym__list_marker_minus] = ACTIONS(2977), - [sym__list_marker_plus] = ACTIONS(2977), - [sym__list_marker_star] = ACTIONS(2977), - [sym__list_marker_parenthesis] = ACTIONS(2977), - [sym__list_marker_dot] = ACTIONS(2977), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2977), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2977), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2977), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2977), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2977), - [sym__list_marker_example] = ACTIONS(2977), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2977), - [sym__fenced_code_block_start_backtick] = ACTIONS(2977), - [sym_minus_metadata] = ACTIONS(2977), - [sym__pipe_table_start] = ACTIONS(2977), - [sym__fenced_div_start] = ACTIONS(2977), - [sym__fenced_div_end] = ACTIONS(2977), - [sym_ref_id_specifier] = ACTIONS(2977), - [sym__code_span_start] = ACTIONS(2977), - [sym__html_comment] = ACTIONS(2977), - [sym__autolink] = ACTIONS(2977), - [sym__highlight_span_start] = ACTIONS(2977), - [sym__insert_span_start] = ACTIONS(2977), - [sym__delete_span_start] = ACTIONS(2977), - [sym__edit_comment_span_start] = ACTIONS(2977), - [sym__single_quote_span_open] = ACTIONS(2977), - [sym__double_quote_span_open] = ACTIONS(2977), - [sym__shortcode_open_escaped] = ACTIONS(2977), - [sym__shortcode_open] = ACTIONS(2977), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2977), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2977), - [sym__cite_author_in_text] = ACTIONS(2977), - [sym__cite_suppress_author] = ACTIONS(2977), - [sym__strikeout_open] = ACTIONS(2977), - [sym__subscript_open] = ACTIONS(2977), - [sym__superscript_open] = ACTIONS(2977), - [sym__inline_note_start_token] = ACTIONS(2977), - [sym__strong_emphasis_open_star] = ACTIONS(2977), - [sym__strong_emphasis_open_underscore] = ACTIONS(2977), - [sym__emphasis_open_star] = ACTIONS(2977), - [sym__emphasis_open_underscore] = ACTIONS(2977), - [sym_inline_note_reference] = ACTIONS(2977), - [sym_html_element] = ACTIONS(2977), + [STATE(299)] = { + [ts_builtin_sym_end] = ACTIONS(2819), + [anon_sym_COLON] = ACTIONS(2817), + [sym_entity_reference] = ACTIONS(2817), + [sym_numeric_character_reference] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_BANG_LBRACK] = ACTIONS(2819), + [anon_sym_DOLLAR] = ACTIONS(2817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [aux_sym__prose_punctuation_token1] = ACTIONS(2817), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), + [sym__line_ending] = ACTIONS(2819), + [sym__soft_line_ending] = ACTIONS(2819), + [sym_block_continuation] = ACTIONS(2966), + [sym__block_quote_start] = ACTIONS(2819), + [sym_atx_h1_marker] = ACTIONS(2819), + [sym_atx_h2_marker] = ACTIONS(2819), + [sym_atx_h3_marker] = ACTIONS(2819), + [sym_atx_h4_marker] = ACTIONS(2819), + [sym_atx_h5_marker] = ACTIONS(2819), + [sym_atx_h6_marker] = ACTIONS(2819), + [sym__thematic_break] = ACTIONS(2819), + [sym__list_marker_minus] = ACTIONS(2819), + [sym__list_marker_plus] = ACTIONS(2819), + [sym__list_marker_star] = ACTIONS(2819), + [sym__list_marker_parenthesis] = ACTIONS(2819), + [sym__list_marker_dot] = ACTIONS(2819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_example] = ACTIONS(2819), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2819), + [sym__fenced_code_block_start_backtick] = ACTIONS(2819), + [sym_minus_metadata] = ACTIONS(2819), + [sym__pipe_table_start] = ACTIONS(2819), + [sym__fenced_div_start] = ACTIONS(2819), + [sym_ref_id_specifier] = ACTIONS(2819), + [sym__code_span_start] = ACTIONS(2819), + [sym__html_comment] = ACTIONS(2819), + [sym__autolink] = ACTIONS(2819), + [sym__highlight_span_start] = ACTIONS(2819), + [sym__insert_span_start] = ACTIONS(2819), + [sym__delete_span_start] = ACTIONS(2819), + [sym__edit_comment_span_start] = ACTIONS(2819), + [sym__single_quote_span_open] = ACTIONS(2819), + [sym__double_quote_span_open] = ACTIONS(2819), + [sym__shortcode_open_escaped] = ACTIONS(2819), + [sym__shortcode_open] = ACTIONS(2819), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2819), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2819), + [sym__cite_author_in_text] = ACTIONS(2819), + [sym__cite_suppress_author] = ACTIONS(2819), + [sym__strikeout_open] = ACTIONS(2819), + [sym__subscript_open] = ACTIONS(2819), + [sym__superscript_open] = ACTIONS(2819), + [sym__inline_note_start_token] = ACTIONS(2819), + [sym__strong_emphasis_open_star] = ACTIONS(2819), + [sym__strong_emphasis_open_underscore] = ACTIONS(2819), + [sym__emphasis_open_star] = ACTIONS(2819), + [sym__emphasis_open_underscore] = ACTIONS(2819), + [sym_inline_note_reference] = ACTIONS(2819), + [sym_html_element] = ACTIONS(2819), }, - [STATE(345)] = { - [anon_sym_COLON] = ACTIONS(2979), - [sym_entity_reference] = ACTIONS(2979), - [sym_numeric_character_reference] = ACTIONS(2981), - [anon_sym_LBRACK] = ACTIONS(2981), - [anon_sym_BANG_LBRACK] = ACTIONS(2981), - [anon_sym_DOLLAR] = ACTIONS(2979), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2981), - [sym_pandoc_str] = ACTIONS(2979), - [aux_sym__prose_punctuation_token1] = ACTIONS(2979), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2979), - [sym__line_ending] = ACTIONS(2981), - [sym__soft_line_ending] = ACTIONS(2981), - [sym__block_close] = ACTIONS(2981), - [sym__block_quote_start] = ACTIONS(2981), - [sym_atx_h1_marker] = ACTIONS(2981), - [sym_atx_h2_marker] = ACTIONS(2981), - [sym_atx_h3_marker] = ACTIONS(2981), - [sym_atx_h4_marker] = ACTIONS(2981), - [sym_atx_h5_marker] = ACTIONS(2981), - [sym_atx_h6_marker] = ACTIONS(2981), - [sym__thematic_break] = ACTIONS(2981), - [sym__list_marker_minus] = ACTIONS(2981), - [sym__list_marker_plus] = ACTIONS(2981), - [sym__list_marker_star] = ACTIONS(2981), - [sym__list_marker_parenthesis] = ACTIONS(2981), - [sym__list_marker_dot] = ACTIONS(2981), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2981), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2981), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2981), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2981), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2981), - [sym__list_marker_example] = ACTIONS(2981), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2981), - [sym__fenced_code_block_start_backtick] = ACTIONS(2981), - [sym_minus_metadata] = ACTIONS(2981), - [sym__pipe_table_start] = ACTIONS(2981), - [sym__fenced_div_start] = ACTIONS(2981), - [sym__fenced_div_end] = ACTIONS(2981), - [sym_ref_id_specifier] = ACTIONS(2981), - [sym__code_span_start] = ACTIONS(2981), - [sym__html_comment] = ACTIONS(2981), - [sym__autolink] = ACTIONS(2981), - [sym__highlight_span_start] = ACTIONS(2981), - [sym__insert_span_start] = ACTIONS(2981), - [sym__delete_span_start] = ACTIONS(2981), - [sym__edit_comment_span_start] = ACTIONS(2981), - [sym__single_quote_span_open] = ACTIONS(2981), - [sym__double_quote_span_open] = ACTIONS(2981), - [sym__shortcode_open_escaped] = ACTIONS(2981), - [sym__shortcode_open] = ACTIONS(2981), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2981), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2981), - [sym__cite_author_in_text] = ACTIONS(2981), - [sym__cite_suppress_author] = ACTIONS(2981), - [sym__strikeout_open] = ACTIONS(2981), - [sym__subscript_open] = ACTIONS(2981), - [sym__superscript_open] = ACTIONS(2981), - [sym__inline_note_start_token] = ACTIONS(2981), - [sym__strong_emphasis_open_star] = ACTIONS(2981), - [sym__strong_emphasis_open_underscore] = ACTIONS(2981), - [sym__emphasis_open_star] = ACTIONS(2981), - [sym__emphasis_open_underscore] = ACTIONS(2981), - [sym_inline_note_reference] = ACTIONS(2981), - [sym_html_element] = ACTIONS(2981), + [STATE(300)] = { + [anon_sym_COLON] = ACTIONS(2968), + [sym_entity_reference] = ACTIONS(2968), + [sym_numeric_character_reference] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_BANG_LBRACK] = ACTIONS(2970), + [anon_sym_DOLLAR] = ACTIONS(2968), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2970), + [aux_sym_pandoc_str_token1] = ACTIONS(2968), + [anon_sym_PIPE] = ACTIONS(2970), + [aux_sym__prose_punctuation_token1] = ACTIONS(2968), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2968), + [sym__line_ending] = ACTIONS(2970), + [sym__soft_line_ending] = ACTIONS(2970), + [sym__block_close] = ACTIONS(2970), + [sym__block_quote_start] = ACTIONS(2970), + [sym_atx_h1_marker] = ACTIONS(2970), + [sym_atx_h2_marker] = ACTIONS(2970), + [sym_atx_h3_marker] = ACTIONS(2970), + [sym_atx_h4_marker] = ACTIONS(2970), + [sym_atx_h5_marker] = ACTIONS(2970), + [sym_atx_h6_marker] = ACTIONS(2970), + [sym__thematic_break] = ACTIONS(2970), + [sym__list_marker_minus] = ACTIONS(2970), + [sym__list_marker_plus] = ACTIONS(2970), + [sym__list_marker_star] = ACTIONS(2970), + [sym__list_marker_parenthesis] = ACTIONS(2970), + [sym__list_marker_dot] = ACTIONS(2970), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_example] = ACTIONS(2970), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2970), + [sym__fenced_code_block_start_backtick] = ACTIONS(2970), + [sym_minus_metadata] = ACTIONS(2970), + [sym__pipe_table_start] = ACTIONS(2970), + [sym__fenced_div_start] = ACTIONS(2970), + [sym__fenced_div_end] = ACTIONS(2970), + [sym_ref_id_specifier] = ACTIONS(2970), + [sym__code_span_start] = ACTIONS(2970), + [sym__html_comment] = ACTIONS(2970), + [sym__autolink] = ACTIONS(2970), + [sym__highlight_span_start] = ACTIONS(2970), + [sym__insert_span_start] = ACTIONS(2970), + [sym__delete_span_start] = ACTIONS(2970), + [sym__edit_comment_span_start] = ACTIONS(2970), + [sym__single_quote_span_open] = ACTIONS(2970), + [sym__double_quote_span_open] = ACTIONS(2970), + [sym__shortcode_open_escaped] = ACTIONS(2970), + [sym__shortcode_open] = ACTIONS(2970), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2970), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2970), + [sym__cite_author_in_text] = ACTIONS(2970), + [sym__cite_suppress_author] = ACTIONS(2970), + [sym__strikeout_open] = ACTIONS(2970), + [sym__subscript_open] = ACTIONS(2970), + [sym__superscript_open] = ACTIONS(2970), + [sym__inline_note_start_token] = ACTIONS(2970), + [sym__strong_emphasis_open_star] = ACTIONS(2970), + [sym__strong_emphasis_open_underscore] = ACTIONS(2970), + [sym__emphasis_open_star] = ACTIONS(2970), + [sym__emphasis_open_underscore] = ACTIONS(2970), + [sym_inline_note_reference] = ACTIONS(2970), + [sym_html_element] = ACTIONS(2970), }, - [STATE(346)] = { - [anon_sym_COLON] = ACTIONS(2983), - [sym_entity_reference] = ACTIONS(2983), - [sym_numeric_character_reference] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(2985), - [anon_sym_BANG_LBRACK] = ACTIONS(2985), - [anon_sym_DOLLAR] = ACTIONS(2983), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2985), - [sym_pandoc_str] = ACTIONS(2983), - [aux_sym__prose_punctuation_token1] = ACTIONS(2983), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2983), - [sym__line_ending] = ACTIONS(2985), - [sym__soft_line_ending] = ACTIONS(2985), - [sym__block_close] = ACTIONS(2985), - [sym__block_quote_start] = ACTIONS(2985), - [sym_atx_h1_marker] = ACTIONS(2985), - [sym_atx_h2_marker] = ACTIONS(2985), - [sym_atx_h3_marker] = ACTIONS(2985), - [sym_atx_h4_marker] = ACTIONS(2985), - [sym_atx_h5_marker] = ACTIONS(2985), - [sym_atx_h6_marker] = ACTIONS(2985), - [sym__thematic_break] = ACTIONS(2985), - [sym__list_marker_minus] = ACTIONS(2985), - [sym__list_marker_plus] = ACTIONS(2985), - [sym__list_marker_star] = ACTIONS(2985), - [sym__list_marker_parenthesis] = ACTIONS(2985), - [sym__list_marker_dot] = ACTIONS(2985), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2985), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2985), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2985), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2985), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2985), - [sym__list_marker_example] = ACTIONS(2985), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2985), - [sym__fenced_code_block_start_backtick] = ACTIONS(2985), - [sym_minus_metadata] = ACTIONS(2985), - [sym__pipe_table_start] = ACTIONS(2985), - [sym__fenced_div_start] = ACTIONS(2985), - [sym__fenced_div_end] = ACTIONS(2985), - [sym_ref_id_specifier] = ACTIONS(2985), - [sym__code_span_start] = ACTIONS(2985), - [sym__html_comment] = ACTIONS(2985), - [sym__autolink] = ACTIONS(2985), - [sym__highlight_span_start] = ACTIONS(2985), - [sym__insert_span_start] = ACTIONS(2985), - [sym__delete_span_start] = ACTIONS(2985), - [sym__edit_comment_span_start] = ACTIONS(2985), - [sym__single_quote_span_open] = ACTIONS(2985), - [sym__double_quote_span_open] = ACTIONS(2985), - [sym__shortcode_open_escaped] = ACTIONS(2985), - [sym__shortcode_open] = ACTIONS(2985), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2985), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2985), - [sym__cite_author_in_text] = ACTIONS(2985), - [sym__cite_suppress_author] = ACTIONS(2985), - [sym__strikeout_open] = ACTIONS(2985), - [sym__subscript_open] = ACTIONS(2985), - [sym__superscript_open] = ACTIONS(2985), - [sym__inline_note_start_token] = ACTIONS(2985), - [sym__strong_emphasis_open_star] = ACTIONS(2985), - [sym__strong_emphasis_open_underscore] = ACTIONS(2985), - [sym__emphasis_open_star] = ACTIONS(2985), - [sym__emphasis_open_underscore] = ACTIONS(2985), - [sym_inline_note_reference] = ACTIONS(2985), - [sym_html_element] = ACTIONS(2985), + [STATE(301)] = { + [ts_builtin_sym_end] = ACTIONS(2850), + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym_block_continuation] = ACTIONS(2972), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), }, - [STATE(347)] = { - [anon_sym_COLON] = ACTIONS(2987), - [sym_entity_reference] = ACTIONS(2987), - [sym_numeric_character_reference] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2989), - [anon_sym_BANG_LBRACK] = ACTIONS(2989), - [anon_sym_DOLLAR] = ACTIONS(2987), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [sym_pandoc_str] = ACTIONS(2987), - [aux_sym__prose_punctuation_token1] = ACTIONS(2987), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2987), - [sym__line_ending] = ACTIONS(2989), - [sym__soft_line_ending] = ACTIONS(2989), - [sym__block_close] = ACTIONS(2989), - [sym__block_quote_start] = ACTIONS(2989), - [sym_atx_h1_marker] = ACTIONS(2989), - [sym_atx_h2_marker] = ACTIONS(2989), - [sym_atx_h3_marker] = ACTIONS(2989), - [sym_atx_h4_marker] = ACTIONS(2989), - [sym_atx_h5_marker] = ACTIONS(2989), - [sym_atx_h6_marker] = ACTIONS(2989), - [sym__thematic_break] = ACTIONS(2989), - [sym__list_marker_minus] = ACTIONS(2989), - [sym__list_marker_plus] = ACTIONS(2989), - [sym__list_marker_star] = ACTIONS(2989), - [sym__list_marker_parenthesis] = ACTIONS(2989), - [sym__list_marker_dot] = ACTIONS(2989), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2989), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2989), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2989), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2989), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2989), - [sym__list_marker_example] = ACTIONS(2989), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2989), - [sym__fenced_code_block_start_backtick] = ACTIONS(2989), - [sym_minus_metadata] = ACTIONS(2989), - [sym__pipe_table_start] = ACTIONS(2989), - [sym__fenced_div_start] = ACTIONS(2989), - [sym__fenced_div_end] = ACTIONS(2989), - [sym_ref_id_specifier] = ACTIONS(2989), - [sym__code_span_start] = ACTIONS(2989), - [sym__html_comment] = ACTIONS(2989), - [sym__autolink] = ACTIONS(2989), - [sym__highlight_span_start] = ACTIONS(2989), - [sym__insert_span_start] = ACTIONS(2989), - [sym__delete_span_start] = ACTIONS(2989), - [sym__edit_comment_span_start] = ACTIONS(2989), - [sym__single_quote_span_open] = ACTIONS(2989), - [sym__double_quote_span_open] = ACTIONS(2989), - [sym__shortcode_open_escaped] = ACTIONS(2989), - [sym__shortcode_open] = ACTIONS(2989), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2989), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2989), - [sym__cite_author_in_text] = ACTIONS(2989), - [sym__cite_suppress_author] = ACTIONS(2989), - [sym__strikeout_open] = ACTIONS(2989), - [sym__subscript_open] = ACTIONS(2989), - [sym__superscript_open] = ACTIONS(2989), - [sym__inline_note_start_token] = ACTIONS(2989), - [sym__strong_emphasis_open_star] = ACTIONS(2989), - [sym__strong_emphasis_open_underscore] = ACTIONS(2989), - [sym__emphasis_open_star] = ACTIONS(2989), - [sym__emphasis_open_underscore] = ACTIONS(2989), - [sym_inline_note_reference] = ACTIONS(2989), - [sym_html_element] = ACTIONS(2989), + [STATE(302)] = { + [ts_builtin_sym_end] = ACTIONS(2856), + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym_block_continuation] = ACTIONS(2974), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), }, - [STATE(348)] = { - [anon_sym_COLON] = ACTIONS(2991), - [sym_entity_reference] = ACTIONS(2991), - [sym_numeric_character_reference] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2993), - [anon_sym_BANG_LBRACK] = ACTIONS(2993), - [anon_sym_DOLLAR] = ACTIONS(2991), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [sym_pandoc_str] = ACTIONS(2991), - [aux_sym__prose_punctuation_token1] = ACTIONS(2991), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(2993), - [sym__soft_line_ending] = ACTIONS(2993), - [sym__block_close] = ACTIONS(2993), - [sym__block_quote_start] = ACTIONS(2993), - [sym_atx_h1_marker] = ACTIONS(2993), - [sym_atx_h2_marker] = ACTIONS(2993), - [sym_atx_h3_marker] = ACTIONS(2993), - [sym_atx_h4_marker] = ACTIONS(2993), - [sym_atx_h5_marker] = ACTIONS(2993), - [sym_atx_h6_marker] = ACTIONS(2993), - [sym__thematic_break] = ACTIONS(2993), - [sym__list_marker_minus] = ACTIONS(2993), - [sym__list_marker_plus] = ACTIONS(2993), - [sym__list_marker_star] = ACTIONS(2993), - [sym__list_marker_parenthesis] = ACTIONS(2993), - [sym__list_marker_dot] = ACTIONS(2993), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2993), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2993), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2993), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2993), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2993), - [sym__list_marker_example] = ACTIONS(2993), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2993), - [sym__fenced_code_block_start_backtick] = ACTIONS(2993), - [sym_minus_metadata] = ACTIONS(2993), - [sym__pipe_table_start] = ACTIONS(2993), - [sym__fenced_div_start] = ACTIONS(2993), - [sym__fenced_div_end] = ACTIONS(2993), - [sym_ref_id_specifier] = ACTIONS(2993), - [sym__code_span_start] = ACTIONS(2993), - [sym__html_comment] = ACTIONS(2993), - [sym__autolink] = ACTIONS(2993), - [sym__highlight_span_start] = ACTIONS(2993), - [sym__insert_span_start] = ACTIONS(2993), - [sym__delete_span_start] = ACTIONS(2993), - [sym__edit_comment_span_start] = ACTIONS(2993), - [sym__single_quote_span_open] = ACTIONS(2993), - [sym__double_quote_span_open] = ACTIONS(2993), - [sym__shortcode_open_escaped] = ACTIONS(2993), - [sym__shortcode_open] = ACTIONS(2993), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2993), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2993), - [sym__cite_author_in_text] = ACTIONS(2993), - [sym__cite_suppress_author] = ACTIONS(2993), - [sym__strikeout_open] = ACTIONS(2993), - [sym__subscript_open] = ACTIONS(2993), - [sym__superscript_open] = ACTIONS(2993), - [sym__inline_note_start_token] = ACTIONS(2993), - [sym__strong_emphasis_open_star] = ACTIONS(2993), - [sym__strong_emphasis_open_underscore] = ACTIONS(2993), - [sym__emphasis_open_star] = ACTIONS(2993), - [sym__emphasis_open_underscore] = ACTIONS(2993), - [sym_inline_note_reference] = ACTIONS(2993), - [sym_html_element] = ACTIONS(2993), + [STATE(303)] = { + [ts_builtin_sym_end] = ACTIONS(2862), + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym_block_continuation] = ACTIONS(2976), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), }, - [STATE(349)] = { - [anon_sym_COLON] = ACTIONS(2995), - [sym_entity_reference] = ACTIONS(2995), - [sym_numeric_character_reference] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2997), - [anon_sym_BANG_LBRACK] = ACTIONS(2997), - [anon_sym_DOLLAR] = ACTIONS(2995), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2997), - [anon_sym_LBRACE] = ACTIONS(2997), - [sym_pandoc_str] = ACTIONS(2995), - [aux_sym__prose_punctuation_token1] = ACTIONS(2995), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2995), - [sym__line_ending] = ACTIONS(2997), - [sym__soft_line_ending] = ACTIONS(2997), - [sym__block_close] = ACTIONS(2997), - [sym__block_quote_start] = ACTIONS(2997), - [sym_atx_h1_marker] = ACTIONS(2997), - [sym_atx_h2_marker] = ACTIONS(2997), - [sym_atx_h3_marker] = ACTIONS(2997), - [sym_atx_h4_marker] = ACTIONS(2997), - [sym_atx_h5_marker] = ACTIONS(2997), - [sym_atx_h6_marker] = ACTIONS(2997), - [sym__thematic_break] = ACTIONS(2997), - [sym__list_marker_minus] = ACTIONS(2997), - [sym__list_marker_plus] = ACTIONS(2997), - [sym__list_marker_star] = ACTIONS(2997), - [sym__list_marker_parenthesis] = ACTIONS(2997), - [sym__list_marker_dot] = ACTIONS(2997), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2997), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2997), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2997), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2997), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2997), - [sym__list_marker_example] = ACTIONS(2997), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2997), - [sym__fenced_code_block_start_backtick] = ACTIONS(2997), - [sym_minus_metadata] = ACTIONS(2997), - [sym__pipe_table_start] = ACTIONS(2997), - [sym__fenced_div_start] = ACTIONS(2997), - [sym__fenced_div_end] = ACTIONS(2997), - [sym_ref_id_specifier] = ACTIONS(2997), - [sym__code_span_start] = ACTIONS(2997), - [sym__html_comment] = ACTIONS(2997), - [sym__autolink] = ACTIONS(2997), - [sym__highlight_span_start] = ACTIONS(2997), - [sym__insert_span_start] = ACTIONS(2997), - [sym__delete_span_start] = ACTIONS(2997), - [sym__edit_comment_span_start] = ACTIONS(2997), - [sym__single_quote_span_open] = ACTIONS(2997), - [sym__double_quote_span_open] = ACTIONS(2997), - [sym__shortcode_open_escaped] = ACTIONS(2997), - [sym__shortcode_open] = ACTIONS(2997), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2997), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2997), - [sym__cite_author_in_text] = ACTIONS(2997), - [sym__cite_suppress_author] = ACTIONS(2997), - [sym__strikeout_open] = ACTIONS(2997), - [sym__subscript_open] = ACTIONS(2997), - [sym__superscript_open] = ACTIONS(2997), - [sym__inline_note_start_token] = ACTIONS(2997), - [sym__strong_emphasis_open_star] = ACTIONS(2997), - [sym__strong_emphasis_open_underscore] = ACTIONS(2997), - [sym__emphasis_open_star] = ACTIONS(2997), - [sym__emphasis_open_underscore] = ACTIONS(2997), - [sym_inline_note_reference] = ACTIONS(2997), - [sym_html_element] = ACTIONS(2997), + [STATE(304)] = { + [anon_sym_COLON] = ACTIONS(2978), + [sym_entity_reference] = ACTIONS(2978), + [sym_numeric_character_reference] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_BANG_LBRACK] = ACTIONS(2980), + [anon_sym_DOLLAR] = ACTIONS(2978), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2980), + [aux_sym_pandoc_str_token1] = ACTIONS(2978), + [anon_sym_PIPE] = ACTIONS(2980), + [aux_sym__prose_punctuation_token1] = ACTIONS(2978), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2978), + [sym__line_ending] = ACTIONS(2980), + [sym__soft_line_ending] = ACTIONS(2980), + [sym__block_close] = ACTIONS(2980), + [sym__block_quote_start] = ACTIONS(2980), + [sym_atx_h1_marker] = ACTIONS(2980), + [sym_atx_h2_marker] = ACTIONS(2980), + [sym_atx_h3_marker] = ACTIONS(2980), + [sym_atx_h4_marker] = ACTIONS(2980), + [sym_atx_h5_marker] = ACTIONS(2980), + [sym_atx_h6_marker] = ACTIONS(2980), + [sym__thematic_break] = ACTIONS(2980), + [sym__list_marker_minus] = ACTIONS(2980), + [sym__list_marker_plus] = ACTIONS(2980), + [sym__list_marker_star] = ACTIONS(2980), + [sym__list_marker_parenthesis] = ACTIONS(2980), + [sym__list_marker_dot] = ACTIONS(2980), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_example] = ACTIONS(2980), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2980), + [sym__fenced_code_block_start_backtick] = ACTIONS(2980), + [sym_minus_metadata] = ACTIONS(2980), + [sym__pipe_table_start] = ACTIONS(2980), + [sym__fenced_div_start] = ACTIONS(2980), + [sym__fenced_div_end] = ACTIONS(2980), + [sym_ref_id_specifier] = ACTIONS(2980), + [sym__code_span_start] = ACTIONS(2980), + [sym__html_comment] = ACTIONS(2980), + [sym__autolink] = ACTIONS(2980), + [sym__highlight_span_start] = ACTIONS(2980), + [sym__insert_span_start] = ACTIONS(2980), + [sym__delete_span_start] = ACTIONS(2980), + [sym__edit_comment_span_start] = ACTIONS(2980), + [sym__single_quote_span_open] = ACTIONS(2980), + [sym__double_quote_span_open] = ACTIONS(2980), + [sym__shortcode_open_escaped] = ACTIONS(2980), + [sym__shortcode_open] = ACTIONS(2980), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2980), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2980), + [sym__cite_author_in_text] = ACTIONS(2980), + [sym__cite_suppress_author] = ACTIONS(2980), + [sym__strikeout_open] = ACTIONS(2980), + [sym__subscript_open] = ACTIONS(2980), + [sym__superscript_open] = ACTIONS(2980), + [sym__inline_note_start_token] = ACTIONS(2980), + [sym__strong_emphasis_open_star] = ACTIONS(2980), + [sym__strong_emphasis_open_underscore] = ACTIONS(2980), + [sym__emphasis_open_star] = ACTIONS(2980), + [sym__emphasis_open_underscore] = ACTIONS(2980), + [sym_inline_note_reference] = ACTIONS(2980), + [sym_html_element] = ACTIONS(2980), }, - [STATE(350)] = { - [anon_sym_COLON] = ACTIONS(2999), - [sym_entity_reference] = ACTIONS(2999), - [sym_numeric_character_reference] = ACTIONS(3001), - [anon_sym_LBRACK] = ACTIONS(3001), - [anon_sym_BANG_LBRACK] = ACTIONS(3001), - [anon_sym_DOLLAR] = ACTIONS(2999), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3001), - [anon_sym_LBRACE] = ACTIONS(3001), - [sym_pandoc_str] = ACTIONS(2999), - [aux_sym__prose_punctuation_token1] = ACTIONS(2999), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2999), - [sym__line_ending] = ACTIONS(3001), - [sym__soft_line_ending] = ACTIONS(3001), - [sym__block_close] = ACTIONS(3001), - [sym__block_quote_start] = ACTIONS(3001), - [sym_atx_h1_marker] = ACTIONS(3001), - [sym_atx_h2_marker] = ACTIONS(3001), - [sym_atx_h3_marker] = ACTIONS(3001), - [sym_atx_h4_marker] = ACTIONS(3001), - [sym_atx_h5_marker] = ACTIONS(3001), - [sym_atx_h6_marker] = ACTIONS(3001), - [sym__thematic_break] = ACTIONS(3001), - [sym__list_marker_minus] = ACTIONS(3001), - [sym__list_marker_plus] = ACTIONS(3001), - [sym__list_marker_star] = ACTIONS(3001), - [sym__list_marker_parenthesis] = ACTIONS(3001), - [sym__list_marker_dot] = ACTIONS(3001), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3001), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3001), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3001), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3001), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3001), - [sym__list_marker_example] = ACTIONS(3001), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3001), - [sym__fenced_code_block_start_backtick] = ACTIONS(3001), - [sym_minus_metadata] = ACTIONS(3001), - [sym__pipe_table_start] = ACTIONS(3001), - [sym__fenced_div_start] = ACTIONS(3001), - [sym__fenced_div_end] = ACTIONS(3001), - [sym_ref_id_specifier] = ACTIONS(3001), - [sym__code_span_start] = ACTIONS(3001), - [sym__html_comment] = ACTIONS(3001), - [sym__autolink] = ACTIONS(3001), - [sym__highlight_span_start] = ACTIONS(3001), - [sym__insert_span_start] = ACTIONS(3001), - [sym__delete_span_start] = ACTIONS(3001), - [sym__edit_comment_span_start] = ACTIONS(3001), - [sym__single_quote_span_open] = ACTIONS(3001), - [sym__double_quote_span_open] = ACTIONS(3001), - [sym__shortcode_open_escaped] = ACTIONS(3001), - [sym__shortcode_open] = ACTIONS(3001), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3001), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3001), - [sym__cite_author_in_text] = ACTIONS(3001), - [sym__cite_suppress_author] = ACTIONS(3001), - [sym__strikeout_open] = ACTIONS(3001), - [sym__subscript_open] = ACTIONS(3001), - [sym__superscript_open] = ACTIONS(3001), - [sym__inline_note_start_token] = ACTIONS(3001), - [sym__strong_emphasis_open_star] = ACTIONS(3001), - [sym__strong_emphasis_open_underscore] = ACTIONS(3001), - [sym__emphasis_open_star] = ACTIONS(3001), - [sym__emphasis_open_underscore] = ACTIONS(3001), - [sym_inline_note_reference] = ACTIONS(3001), - [sym_html_element] = ACTIONS(3001), + [STATE(305)] = { + [anon_sym_COLON] = ACTIONS(2982), + [sym_entity_reference] = ACTIONS(2982), + [sym_numeric_character_reference] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_BANG_LBRACK] = ACTIONS(2984), + [anon_sym_DOLLAR] = ACTIONS(2982), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2984), + [aux_sym_pandoc_str_token1] = ACTIONS(2982), + [anon_sym_PIPE] = ACTIONS(2984), + [aux_sym__prose_punctuation_token1] = ACTIONS(2982), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2982), + [sym__line_ending] = ACTIONS(2984), + [sym__soft_line_ending] = ACTIONS(2984), + [sym__block_close] = ACTIONS(2984), + [sym__block_quote_start] = ACTIONS(2984), + [sym_atx_h1_marker] = ACTIONS(2984), + [sym_atx_h2_marker] = ACTIONS(2984), + [sym_atx_h3_marker] = ACTIONS(2984), + [sym_atx_h4_marker] = ACTIONS(2984), + [sym_atx_h5_marker] = ACTIONS(2984), + [sym_atx_h6_marker] = ACTIONS(2984), + [sym__thematic_break] = ACTIONS(2984), + [sym__list_marker_minus] = ACTIONS(2984), + [sym__list_marker_plus] = ACTIONS(2984), + [sym__list_marker_star] = ACTIONS(2984), + [sym__list_marker_parenthesis] = ACTIONS(2984), + [sym__list_marker_dot] = ACTIONS(2984), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_example] = ACTIONS(2984), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2984), + [sym__fenced_code_block_start_backtick] = ACTIONS(2984), + [sym_minus_metadata] = ACTIONS(2984), + [sym__pipe_table_start] = ACTIONS(2984), + [sym__fenced_div_start] = ACTIONS(2984), + [sym__fenced_div_end] = ACTIONS(2984), + [sym_ref_id_specifier] = ACTIONS(2984), + [sym__code_span_start] = ACTIONS(2984), + [sym__html_comment] = ACTIONS(2984), + [sym__autolink] = ACTIONS(2984), + [sym__highlight_span_start] = ACTIONS(2984), + [sym__insert_span_start] = ACTIONS(2984), + [sym__delete_span_start] = ACTIONS(2984), + [sym__edit_comment_span_start] = ACTIONS(2984), + [sym__single_quote_span_open] = ACTIONS(2984), + [sym__double_quote_span_open] = ACTIONS(2984), + [sym__shortcode_open_escaped] = ACTIONS(2984), + [sym__shortcode_open] = ACTIONS(2984), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2984), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2984), + [sym__cite_author_in_text] = ACTIONS(2984), + [sym__cite_suppress_author] = ACTIONS(2984), + [sym__strikeout_open] = ACTIONS(2984), + [sym__subscript_open] = ACTIONS(2984), + [sym__superscript_open] = ACTIONS(2984), + [sym__inline_note_start_token] = ACTIONS(2984), + [sym__strong_emphasis_open_star] = ACTIONS(2984), + [sym__strong_emphasis_open_underscore] = ACTIONS(2984), + [sym__emphasis_open_star] = ACTIONS(2984), + [sym__emphasis_open_underscore] = ACTIONS(2984), + [sym_inline_note_reference] = ACTIONS(2984), + [sym_html_element] = ACTIONS(2984), }, - [STATE(351)] = { - [anon_sym_COLON] = ACTIONS(3003), - [sym_entity_reference] = ACTIONS(3003), - [sym_numeric_character_reference] = ACTIONS(3005), - [anon_sym_LBRACK] = ACTIONS(3005), - [anon_sym_BANG_LBRACK] = ACTIONS(3005), - [anon_sym_DOLLAR] = ACTIONS(3003), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3005), - [sym_pandoc_str] = ACTIONS(3003), - [aux_sym__prose_punctuation_token1] = ACTIONS(3003), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3003), - [sym__line_ending] = ACTIONS(3005), - [sym__soft_line_ending] = ACTIONS(3005), - [sym__block_close] = ACTIONS(3005), - [sym__block_quote_start] = ACTIONS(3005), - [sym_atx_h1_marker] = ACTIONS(3005), - [sym_atx_h2_marker] = ACTIONS(3005), - [sym_atx_h3_marker] = ACTIONS(3005), - [sym_atx_h4_marker] = ACTIONS(3005), - [sym_atx_h5_marker] = ACTIONS(3005), - [sym_atx_h6_marker] = ACTIONS(3005), - [sym__thematic_break] = ACTIONS(3005), - [sym__list_marker_minus] = ACTIONS(3005), - [sym__list_marker_plus] = ACTIONS(3005), - [sym__list_marker_star] = ACTIONS(3005), - [sym__list_marker_parenthesis] = ACTIONS(3005), - [sym__list_marker_dot] = ACTIONS(3005), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3005), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3005), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3005), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3005), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3005), - [sym__list_marker_example] = ACTIONS(3005), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3005), - [sym__fenced_code_block_start_backtick] = ACTIONS(3005), - [sym_minus_metadata] = ACTIONS(3005), - [sym__pipe_table_start] = ACTIONS(3005), - [sym__fenced_div_start] = ACTIONS(3005), - [sym__fenced_div_end] = ACTIONS(3005), - [sym_ref_id_specifier] = ACTIONS(3005), - [sym__code_span_start] = ACTIONS(3005), - [sym__html_comment] = ACTIONS(3005), - [sym__autolink] = ACTIONS(3005), - [sym__highlight_span_start] = ACTIONS(3005), - [sym__insert_span_start] = ACTIONS(3005), - [sym__delete_span_start] = ACTIONS(3005), - [sym__edit_comment_span_start] = ACTIONS(3005), - [sym__single_quote_span_open] = ACTIONS(3005), - [sym__double_quote_span_open] = ACTIONS(3005), - [sym__shortcode_open_escaped] = ACTIONS(3005), - [sym__shortcode_open] = ACTIONS(3005), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3005), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3005), - [sym__cite_author_in_text] = ACTIONS(3005), - [sym__cite_suppress_author] = ACTIONS(3005), - [sym__strikeout_open] = ACTIONS(3005), - [sym__subscript_open] = ACTIONS(3005), - [sym__superscript_open] = ACTIONS(3005), - [sym__inline_note_start_token] = ACTIONS(3005), - [sym__strong_emphasis_open_star] = ACTIONS(3005), - [sym__strong_emphasis_open_underscore] = ACTIONS(3005), - [sym__emphasis_open_star] = ACTIONS(3005), - [sym__emphasis_open_underscore] = ACTIONS(3005), - [sym_inline_note_reference] = ACTIONS(3005), - [sym_html_element] = ACTIONS(3005), + [STATE(306)] = { + [anon_sym_COLON] = ACTIONS(2986), + [sym_entity_reference] = ACTIONS(2986), + [sym_numeric_character_reference] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_BANG_LBRACK] = ACTIONS(2988), + [anon_sym_DOLLAR] = ACTIONS(2986), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2988), + [aux_sym_pandoc_str_token1] = ACTIONS(2986), + [anon_sym_PIPE] = ACTIONS(2988), + [aux_sym__prose_punctuation_token1] = ACTIONS(2986), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2986), + [sym__line_ending] = ACTIONS(2988), + [sym__soft_line_ending] = ACTIONS(2988), + [sym__block_close] = ACTIONS(2988), + [sym__block_quote_start] = ACTIONS(2988), + [sym_atx_h1_marker] = ACTIONS(2988), + [sym_atx_h2_marker] = ACTIONS(2988), + [sym_atx_h3_marker] = ACTIONS(2988), + [sym_atx_h4_marker] = ACTIONS(2988), + [sym_atx_h5_marker] = ACTIONS(2988), + [sym_atx_h6_marker] = ACTIONS(2988), + [sym__thematic_break] = ACTIONS(2988), + [sym__list_marker_minus] = ACTIONS(2988), + [sym__list_marker_plus] = ACTIONS(2988), + [sym__list_marker_star] = ACTIONS(2988), + [sym__list_marker_parenthesis] = ACTIONS(2988), + [sym__list_marker_dot] = ACTIONS(2988), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_example] = ACTIONS(2988), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2988), + [sym__fenced_code_block_start_backtick] = ACTIONS(2988), + [sym_minus_metadata] = ACTIONS(2988), + [sym__pipe_table_start] = ACTIONS(2988), + [sym__fenced_div_start] = ACTIONS(2988), + [sym__fenced_div_end] = ACTIONS(2988), + [sym_ref_id_specifier] = ACTIONS(2988), + [sym__code_span_start] = ACTIONS(2988), + [sym__html_comment] = ACTIONS(2988), + [sym__autolink] = ACTIONS(2988), + [sym__highlight_span_start] = ACTIONS(2988), + [sym__insert_span_start] = ACTIONS(2988), + [sym__delete_span_start] = ACTIONS(2988), + [sym__edit_comment_span_start] = ACTIONS(2988), + [sym__single_quote_span_open] = ACTIONS(2988), + [sym__double_quote_span_open] = ACTIONS(2988), + [sym__shortcode_open_escaped] = ACTIONS(2988), + [sym__shortcode_open] = ACTIONS(2988), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2988), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2988), + [sym__cite_author_in_text] = ACTIONS(2988), + [sym__cite_suppress_author] = ACTIONS(2988), + [sym__strikeout_open] = ACTIONS(2988), + [sym__subscript_open] = ACTIONS(2988), + [sym__superscript_open] = ACTIONS(2988), + [sym__inline_note_start_token] = ACTIONS(2988), + [sym__strong_emphasis_open_star] = ACTIONS(2988), + [sym__strong_emphasis_open_underscore] = ACTIONS(2988), + [sym__emphasis_open_star] = ACTIONS(2988), + [sym__emphasis_open_underscore] = ACTIONS(2988), + [sym_inline_note_reference] = ACTIONS(2988), + [sym_html_element] = ACTIONS(2988), }, - [STATE(352)] = { - [ts_builtin_sym_end] = ACTIONS(2657), + [STATE(307)] = { + [anon_sym_COLON] = ACTIONS(2990), + [sym_entity_reference] = ACTIONS(2990), + [sym_numeric_character_reference] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_BANG_LBRACK] = ACTIONS(2992), + [anon_sym_DOLLAR] = ACTIONS(2990), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2992), + [aux_sym_pandoc_str_token1] = ACTIONS(2990), + [anon_sym_PIPE] = ACTIONS(2992), + [aux_sym__prose_punctuation_token1] = ACTIONS(2990), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2990), + [sym__line_ending] = ACTIONS(2992), + [sym__soft_line_ending] = ACTIONS(2992), + [sym__block_close] = ACTIONS(2992), + [sym__block_quote_start] = ACTIONS(2992), + [sym_atx_h1_marker] = ACTIONS(2992), + [sym_atx_h2_marker] = ACTIONS(2992), + [sym_atx_h3_marker] = ACTIONS(2992), + [sym_atx_h4_marker] = ACTIONS(2992), + [sym_atx_h5_marker] = ACTIONS(2992), + [sym_atx_h6_marker] = ACTIONS(2992), + [sym__thematic_break] = ACTIONS(2992), + [sym__list_marker_minus] = ACTIONS(2992), + [sym__list_marker_plus] = ACTIONS(2992), + [sym__list_marker_star] = ACTIONS(2992), + [sym__list_marker_parenthesis] = ACTIONS(2992), + [sym__list_marker_dot] = ACTIONS(2992), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_example] = ACTIONS(2992), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2992), + [sym__fenced_code_block_start_backtick] = ACTIONS(2992), + [sym_minus_metadata] = ACTIONS(2992), + [sym__pipe_table_start] = ACTIONS(2992), + [sym__fenced_div_start] = ACTIONS(2992), + [sym__fenced_div_end] = ACTIONS(2992), + [sym_ref_id_specifier] = ACTIONS(2992), + [sym__code_span_start] = ACTIONS(2992), + [sym__html_comment] = ACTIONS(2992), + [sym__autolink] = ACTIONS(2992), + [sym__highlight_span_start] = ACTIONS(2992), + [sym__insert_span_start] = ACTIONS(2992), + [sym__delete_span_start] = ACTIONS(2992), + [sym__edit_comment_span_start] = ACTIONS(2992), + [sym__single_quote_span_open] = ACTIONS(2992), + [sym__double_quote_span_open] = ACTIONS(2992), + [sym__shortcode_open_escaped] = ACTIONS(2992), + [sym__shortcode_open] = ACTIONS(2992), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2992), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2992), + [sym__cite_author_in_text] = ACTIONS(2992), + [sym__cite_suppress_author] = ACTIONS(2992), + [sym__strikeout_open] = ACTIONS(2992), + [sym__subscript_open] = ACTIONS(2992), + [sym__superscript_open] = ACTIONS(2992), + [sym__inline_note_start_token] = ACTIONS(2992), + [sym__strong_emphasis_open_star] = ACTIONS(2992), + [sym__strong_emphasis_open_underscore] = ACTIONS(2992), + [sym__emphasis_open_star] = ACTIONS(2992), + [sym__emphasis_open_underscore] = ACTIONS(2992), + [sym_inline_note_reference] = ACTIONS(2992), + [sym_html_element] = ACTIONS(2992), + }, + [STATE(308)] = { + [anon_sym_COLON] = ACTIONS(2994), + [sym_entity_reference] = ACTIONS(2994), + [sym_numeric_character_reference] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_BANG_LBRACK] = ACTIONS(2996), + [anon_sym_DOLLAR] = ACTIONS(2994), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2996), + [aux_sym_pandoc_str_token1] = ACTIONS(2994), + [anon_sym_PIPE] = ACTIONS(2996), + [aux_sym__prose_punctuation_token1] = ACTIONS(2994), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2994), + [sym__line_ending] = ACTIONS(2996), + [sym__soft_line_ending] = ACTIONS(2996), + [sym__block_close] = ACTIONS(2996), + [sym__block_quote_start] = ACTIONS(2996), + [sym_atx_h1_marker] = ACTIONS(2996), + [sym_atx_h2_marker] = ACTIONS(2996), + [sym_atx_h3_marker] = ACTIONS(2996), + [sym_atx_h4_marker] = ACTIONS(2996), + [sym_atx_h5_marker] = ACTIONS(2996), + [sym_atx_h6_marker] = ACTIONS(2996), + [sym__thematic_break] = ACTIONS(2996), + [sym__list_marker_minus] = ACTIONS(2996), + [sym__list_marker_plus] = ACTIONS(2996), + [sym__list_marker_star] = ACTIONS(2996), + [sym__list_marker_parenthesis] = ACTIONS(2996), + [sym__list_marker_dot] = ACTIONS(2996), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_example] = ACTIONS(2996), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2996), + [sym__fenced_code_block_start_backtick] = ACTIONS(2996), + [sym_minus_metadata] = ACTIONS(2996), + [sym__pipe_table_start] = ACTIONS(2996), + [sym__fenced_div_start] = ACTIONS(2996), + [sym__fenced_div_end] = ACTIONS(2996), + [sym_ref_id_specifier] = ACTIONS(2996), + [sym__code_span_start] = ACTIONS(2996), + [sym__html_comment] = ACTIONS(2996), + [sym__autolink] = ACTIONS(2996), + [sym__highlight_span_start] = ACTIONS(2996), + [sym__insert_span_start] = ACTIONS(2996), + [sym__delete_span_start] = ACTIONS(2996), + [sym__edit_comment_span_start] = ACTIONS(2996), + [sym__single_quote_span_open] = ACTIONS(2996), + [sym__double_quote_span_open] = ACTIONS(2996), + [sym__shortcode_open_escaped] = ACTIONS(2996), + [sym__shortcode_open] = ACTIONS(2996), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2996), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2996), + [sym__cite_author_in_text] = ACTIONS(2996), + [sym__cite_suppress_author] = ACTIONS(2996), + [sym__strikeout_open] = ACTIONS(2996), + [sym__subscript_open] = ACTIONS(2996), + [sym__superscript_open] = ACTIONS(2996), + [sym__inline_note_start_token] = ACTIONS(2996), + [sym__strong_emphasis_open_star] = ACTIONS(2996), + [sym__strong_emphasis_open_underscore] = ACTIONS(2996), + [sym__emphasis_open_star] = ACTIONS(2996), + [sym__emphasis_open_underscore] = ACTIONS(2996), + [sym_inline_note_reference] = ACTIONS(2996), + [sym_html_element] = ACTIONS(2996), + }, + [STATE(309)] = { + [anon_sym_COLON] = ACTIONS(2998), + [sym_entity_reference] = ACTIONS(2998), + [sym_numeric_character_reference] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_BANG_LBRACK] = ACTIONS(3000), + [anon_sym_DOLLAR] = ACTIONS(2998), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3000), + [aux_sym_pandoc_str_token1] = ACTIONS(2998), + [anon_sym_PIPE] = ACTIONS(3000), + [aux_sym__prose_punctuation_token1] = ACTIONS(2998), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2998), + [sym__line_ending] = ACTIONS(3000), + [sym__soft_line_ending] = ACTIONS(3000), + [sym__block_close] = ACTIONS(3000), + [sym__block_quote_start] = ACTIONS(3000), + [sym_atx_h1_marker] = ACTIONS(3000), + [sym_atx_h2_marker] = ACTIONS(3000), + [sym_atx_h3_marker] = ACTIONS(3000), + [sym_atx_h4_marker] = ACTIONS(3000), + [sym_atx_h5_marker] = ACTIONS(3000), + [sym_atx_h6_marker] = ACTIONS(3000), + [sym__thematic_break] = ACTIONS(3000), + [sym__list_marker_minus] = ACTIONS(3000), + [sym__list_marker_plus] = ACTIONS(3000), + [sym__list_marker_star] = ACTIONS(3000), + [sym__list_marker_parenthesis] = ACTIONS(3000), + [sym__list_marker_dot] = ACTIONS(3000), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_example] = ACTIONS(3000), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3000), + [sym__fenced_code_block_start_backtick] = ACTIONS(3000), + [sym_minus_metadata] = ACTIONS(3000), + [sym__pipe_table_start] = ACTIONS(3000), + [sym__fenced_div_start] = ACTIONS(3000), + [sym__fenced_div_end] = ACTIONS(3000), + [sym_ref_id_specifier] = ACTIONS(3000), + [sym__code_span_start] = ACTIONS(3000), + [sym__html_comment] = ACTIONS(3000), + [sym__autolink] = ACTIONS(3000), + [sym__highlight_span_start] = ACTIONS(3000), + [sym__insert_span_start] = ACTIONS(3000), + [sym__delete_span_start] = ACTIONS(3000), + [sym__edit_comment_span_start] = ACTIONS(3000), + [sym__single_quote_span_open] = ACTIONS(3000), + [sym__double_quote_span_open] = ACTIONS(3000), + [sym__shortcode_open_escaped] = ACTIONS(3000), + [sym__shortcode_open] = ACTIONS(3000), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3000), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3000), + [sym__cite_author_in_text] = ACTIONS(3000), + [sym__cite_suppress_author] = ACTIONS(3000), + [sym__strikeout_open] = ACTIONS(3000), + [sym__subscript_open] = ACTIONS(3000), + [sym__superscript_open] = ACTIONS(3000), + [sym__inline_note_start_token] = ACTIONS(3000), + [sym__strong_emphasis_open_star] = ACTIONS(3000), + [sym__strong_emphasis_open_underscore] = ACTIONS(3000), + [sym__emphasis_open_star] = ACTIONS(3000), + [sym__emphasis_open_underscore] = ACTIONS(3000), + [sym_inline_note_reference] = ACTIONS(3000), + [sym_html_element] = ACTIONS(3000), + }, + [STATE(310)] = { + [anon_sym_COLON] = ACTIONS(3002), + [sym_entity_reference] = ACTIONS(3002), + [sym_numeric_character_reference] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_BANG_LBRACK] = ACTIONS(3004), + [anon_sym_DOLLAR] = ACTIONS(3002), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3004), + [aux_sym_pandoc_str_token1] = ACTIONS(3002), + [anon_sym_PIPE] = ACTIONS(3004), + [aux_sym__prose_punctuation_token1] = ACTIONS(3002), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3002), + [sym__line_ending] = ACTIONS(3004), + [sym__soft_line_ending] = ACTIONS(3004), + [sym__block_close] = ACTIONS(3004), + [sym__block_quote_start] = ACTIONS(3004), + [sym_atx_h1_marker] = ACTIONS(3004), + [sym_atx_h2_marker] = ACTIONS(3004), + [sym_atx_h3_marker] = ACTIONS(3004), + [sym_atx_h4_marker] = ACTIONS(3004), + [sym_atx_h5_marker] = ACTIONS(3004), + [sym_atx_h6_marker] = ACTIONS(3004), + [sym__thematic_break] = ACTIONS(3004), + [sym__list_marker_minus] = ACTIONS(3004), + [sym__list_marker_plus] = ACTIONS(3004), + [sym__list_marker_star] = ACTIONS(3004), + [sym__list_marker_parenthesis] = ACTIONS(3004), + [sym__list_marker_dot] = ACTIONS(3004), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_example] = ACTIONS(3004), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3004), + [sym__fenced_code_block_start_backtick] = ACTIONS(3004), + [sym_minus_metadata] = ACTIONS(3004), + [sym__pipe_table_start] = ACTIONS(3004), + [sym__fenced_div_start] = ACTIONS(3004), + [sym__fenced_div_end] = ACTIONS(3004), + [sym_ref_id_specifier] = ACTIONS(3004), + [sym__code_span_start] = ACTIONS(3004), + [sym__html_comment] = ACTIONS(3004), + [sym__autolink] = ACTIONS(3004), + [sym__highlight_span_start] = ACTIONS(3004), + [sym__insert_span_start] = ACTIONS(3004), + [sym__delete_span_start] = ACTIONS(3004), + [sym__edit_comment_span_start] = ACTIONS(3004), + [sym__single_quote_span_open] = ACTIONS(3004), + [sym__double_quote_span_open] = ACTIONS(3004), + [sym__shortcode_open_escaped] = ACTIONS(3004), + [sym__shortcode_open] = ACTIONS(3004), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3004), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3004), + [sym__cite_author_in_text] = ACTIONS(3004), + [sym__cite_suppress_author] = ACTIONS(3004), + [sym__strikeout_open] = ACTIONS(3004), + [sym__subscript_open] = ACTIONS(3004), + [sym__superscript_open] = ACTIONS(3004), + [sym__inline_note_start_token] = ACTIONS(3004), + [sym__strong_emphasis_open_star] = ACTIONS(3004), + [sym__strong_emphasis_open_underscore] = ACTIONS(3004), + [sym__emphasis_open_star] = ACTIONS(3004), + [sym__emphasis_open_underscore] = ACTIONS(3004), + [sym_inline_note_reference] = ACTIONS(3004), + [sym_html_element] = ACTIONS(3004), + }, + [STATE(311)] = { + [anon_sym_COLON] = ACTIONS(3006), + [sym_entity_reference] = ACTIONS(3006), + [sym_numeric_character_reference] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_BANG_LBRACK] = ACTIONS(3008), + [anon_sym_DOLLAR] = ACTIONS(3006), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3008), + [aux_sym_pandoc_str_token1] = ACTIONS(3006), + [anon_sym_PIPE] = ACTIONS(3008), + [aux_sym__prose_punctuation_token1] = ACTIONS(3006), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3006), + [sym__line_ending] = ACTIONS(3008), + [sym__soft_line_ending] = ACTIONS(3008), + [sym__block_close] = ACTIONS(3008), + [sym__block_quote_start] = ACTIONS(3008), + [sym_atx_h1_marker] = ACTIONS(3008), + [sym_atx_h2_marker] = ACTIONS(3008), + [sym_atx_h3_marker] = ACTIONS(3008), + [sym_atx_h4_marker] = ACTIONS(3008), + [sym_atx_h5_marker] = ACTIONS(3008), + [sym_atx_h6_marker] = ACTIONS(3008), + [sym__thematic_break] = ACTIONS(3008), + [sym__list_marker_minus] = ACTIONS(3008), + [sym__list_marker_plus] = ACTIONS(3008), + [sym__list_marker_star] = ACTIONS(3008), + [sym__list_marker_parenthesis] = ACTIONS(3008), + [sym__list_marker_dot] = ACTIONS(3008), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_example] = ACTIONS(3008), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3008), + [sym__fenced_code_block_start_backtick] = ACTIONS(3008), + [sym_minus_metadata] = ACTIONS(3008), + [sym__pipe_table_start] = ACTIONS(3008), + [sym__fenced_div_start] = ACTIONS(3008), + [sym__fenced_div_end] = ACTIONS(3008), + [sym_ref_id_specifier] = ACTIONS(3008), + [sym__code_span_start] = ACTIONS(3008), + [sym__html_comment] = ACTIONS(3008), + [sym__autolink] = ACTIONS(3008), + [sym__highlight_span_start] = ACTIONS(3008), + [sym__insert_span_start] = ACTIONS(3008), + [sym__delete_span_start] = ACTIONS(3008), + [sym__edit_comment_span_start] = ACTIONS(3008), + [sym__single_quote_span_open] = ACTIONS(3008), + [sym__double_quote_span_open] = ACTIONS(3008), + [sym__shortcode_open_escaped] = ACTIONS(3008), + [sym__shortcode_open] = ACTIONS(3008), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3008), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3008), + [sym__cite_author_in_text] = ACTIONS(3008), + [sym__cite_suppress_author] = ACTIONS(3008), + [sym__strikeout_open] = ACTIONS(3008), + [sym__subscript_open] = ACTIONS(3008), + [sym__superscript_open] = ACTIONS(3008), + [sym__inline_note_start_token] = ACTIONS(3008), + [sym__strong_emphasis_open_star] = ACTIONS(3008), + [sym__strong_emphasis_open_underscore] = ACTIONS(3008), + [sym__emphasis_open_star] = ACTIONS(3008), + [sym__emphasis_open_underscore] = ACTIONS(3008), + [sym_inline_note_reference] = ACTIONS(3008), + [sym_html_element] = ACTIONS(3008), + }, + [STATE(312)] = { + [anon_sym_COLON] = ACTIONS(3010), + [sym_entity_reference] = ACTIONS(3010), + [sym_numeric_character_reference] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_BANG_LBRACK] = ACTIONS(3012), + [anon_sym_DOLLAR] = ACTIONS(3010), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3012), + [anon_sym_LBRACE] = ACTIONS(3012), + [aux_sym_pandoc_str_token1] = ACTIONS(3010), + [anon_sym_PIPE] = ACTIONS(3012), + [aux_sym__prose_punctuation_token1] = ACTIONS(3010), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3010), + [sym__line_ending] = ACTIONS(3012), + [sym__soft_line_ending] = ACTIONS(3012), + [sym_block_continuation] = ACTIONS(3012), + [sym__block_quote_start] = ACTIONS(3012), + [sym_atx_h1_marker] = ACTIONS(3012), + [sym_atx_h2_marker] = ACTIONS(3012), + [sym_atx_h3_marker] = ACTIONS(3012), + [sym_atx_h4_marker] = ACTIONS(3012), + [sym_atx_h5_marker] = ACTIONS(3012), + [sym_atx_h6_marker] = ACTIONS(3012), + [sym__thematic_break] = ACTIONS(3012), + [sym__list_marker_minus] = ACTIONS(3012), + [sym__list_marker_plus] = ACTIONS(3012), + [sym__list_marker_star] = ACTIONS(3012), + [sym__list_marker_parenthesis] = ACTIONS(3012), + [sym__list_marker_dot] = ACTIONS(3012), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3012), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3012), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3012), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3012), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3012), + [sym__list_marker_example] = ACTIONS(3012), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3012), + [sym__fenced_code_block_start_backtick] = ACTIONS(3012), + [sym__blank_line_start] = ACTIONS(3012), + [sym_minus_metadata] = ACTIONS(3012), + [sym__pipe_table_start] = ACTIONS(3012), + [sym__fenced_div_start] = ACTIONS(3012), + [sym_ref_id_specifier] = ACTIONS(3012), + [sym__code_span_start] = ACTIONS(3012), + [sym__html_comment] = ACTIONS(3012), + [sym__autolink] = ACTIONS(3012), + [sym__highlight_span_start] = ACTIONS(3012), + [sym__insert_span_start] = ACTIONS(3012), + [sym__delete_span_start] = ACTIONS(3012), + [sym__edit_comment_span_start] = ACTIONS(3012), + [sym__single_quote_span_open] = ACTIONS(3012), + [sym__double_quote_span_open] = ACTIONS(3012), + [sym__shortcode_open_escaped] = ACTIONS(3012), + [sym__shortcode_open] = ACTIONS(3012), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3012), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3012), + [sym__cite_author_in_text] = ACTIONS(3012), + [sym__cite_suppress_author] = ACTIONS(3012), + [sym__strikeout_open] = ACTIONS(3012), + [sym__subscript_open] = ACTIONS(3012), + [sym__superscript_open] = ACTIONS(3012), + [sym__inline_note_start_token] = ACTIONS(3012), + [sym__strong_emphasis_open_star] = ACTIONS(3012), + [sym__strong_emphasis_open_underscore] = ACTIONS(3012), + [sym__emphasis_open_star] = ACTIONS(3012), + [sym__emphasis_open_underscore] = ACTIONS(3012), + [sym_inline_note_reference] = ACTIONS(3012), + [sym_html_element] = ACTIONS(3012), + }, + [STATE(313)] = { + [anon_sym_COLON] = ACTIONS(3014), + [sym_entity_reference] = ACTIONS(3014), + [sym_numeric_character_reference] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_BANG_LBRACK] = ACTIONS(3016), + [anon_sym_DOLLAR] = ACTIONS(3014), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3016), + [aux_sym_pandoc_str_token1] = ACTIONS(3014), + [anon_sym_PIPE] = ACTIONS(3016), + [aux_sym__prose_punctuation_token1] = ACTIONS(3014), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3014), + [sym__line_ending] = ACTIONS(3016), + [sym__soft_line_ending] = ACTIONS(3016), + [sym__block_close] = ACTIONS(3016), + [sym__block_quote_start] = ACTIONS(3016), + [sym_atx_h1_marker] = ACTIONS(3016), + [sym_atx_h2_marker] = ACTIONS(3016), + [sym_atx_h3_marker] = ACTIONS(3016), + [sym_atx_h4_marker] = ACTIONS(3016), + [sym_atx_h5_marker] = ACTIONS(3016), + [sym_atx_h6_marker] = ACTIONS(3016), + [sym__thematic_break] = ACTIONS(3016), + [sym__list_marker_minus] = ACTIONS(3016), + [sym__list_marker_plus] = ACTIONS(3016), + [sym__list_marker_star] = ACTIONS(3016), + [sym__list_marker_parenthesis] = ACTIONS(3016), + [sym__list_marker_dot] = ACTIONS(3016), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_example] = ACTIONS(3016), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3016), + [sym__fenced_code_block_start_backtick] = ACTIONS(3016), + [sym_minus_metadata] = ACTIONS(3016), + [sym__pipe_table_start] = ACTIONS(3016), + [sym__fenced_div_start] = ACTIONS(3016), + [sym__fenced_div_end] = ACTIONS(3016), + [sym_ref_id_specifier] = ACTIONS(3016), + [sym__code_span_start] = ACTIONS(3016), + [sym__html_comment] = ACTIONS(3016), + [sym__autolink] = ACTIONS(3016), + [sym__highlight_span_start] = ACTIONS(3016), + [sym__insert_span_start] = ACTIONS(3016), + [sym__delete_span_start] = ACTIONS(3016), + [sym__edit_comment_span_start] = ACTIONS(3016), + [sym__single_quote_span_open] = ACTIONS(3016), + [sym__double_quote_span_open] = ACTIONS(3016), + [sym__shortcode_open_escaped] = ACTIONS(3016), + [sym__shortcode_open] = ACTIONS(3016), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3016), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3016), + [sym__cite_author_in_text] = ACTIONS(3016), + [sym__cite_suppress_author] = ACTIONS(3016), + [sym__strikeout_open] = ACTIONS(3016), + [sym__subscript_open] = ACTIONS(3016), + [sym__superscript_open] = ACTIONS(3016), + [sym__inline_note_start_token] = ACTIONS(3016), + [sym__strong_emphasis_open_star] = ACTIONS(3016), + [sym__strong_emphasis_open_underscore] = ACTIONS(3016), + [sym__emphasis_open_star] = ACTIONS(3016), + [sym__emphasis_open_underscore] = ACTIONS(3016), + [sym_inline_note_reference] = ACTIONS(3016), + [sym_html_element] = ACTIONS(3016), + }, + [STATE(314)] = { + [anon_sym_COLON] = ACTIONS(3018), + [sym_entity_reference] = ACTIONS(3018), + [sym_numeric_character_reference] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_BANG_LBRACK] = ACTIONS(3020), + [anon_sym_DOLLAR] = ACTIONS(3018), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3020), + [aux_sym_pandoc_str_token1] = ACTIONS(3018), + [anon_sym_PIPE] = ACTIONS(3020), + [aux_sym__prose_punctuation_token1] = ACTIONS(3018), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3018), + [sym__line_ending] = ACTIONS(3020), + [sym__soft_line_ending] = ACTIONS(3020), + [sym__block_close] = ACTIONS(3020), + [sym__block_quote_start] = ACTIONS(3020), + [sym_atx_h1_marker] = ACTIONS(3020), + [sym_atx_h2_marker] = ACTIONS(3020), + [sym_atx_h3_marker] = ACTIONS(3020), + [sym_atx_h4_marker] = ACTIONS(3020), + [sym_atx_h5_marker] = ACTIONS(3020), + [sym_atx_h6_marker] = ACTIONS(3020), + [sym__thematic_break] = ACTIONS(3020), + [sym__list_marker_minus] = ACTIONS(3020), + [sym__list_marker_plus] = ACTIONS(3020), + [sym__list_marker_star] = ACTIONS(3020), + [sym__list_marker_parenthesis] = ACTIONS(3020), + [sym__list_marker_dot] = ACTIONS(3020), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_example] = ACTIONS(3020), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3020), + [sym__fenced_code_block_start_backtick] = ACTIONS(3020), + [sym_minus_metadata] = ACTIONS(3020), + [sym__pipe_table_start] = ACTIONS(3020), + [sym__fenced_div_start] = ACTIONS(3020), + [sym__fenced_div_end] = ACTIONS(3020), + [sym_ref_id_specifier] = ACTIONS(3020), + [sym__code_span_start] = ACTIONS(3020), + [sym__html_comment] = ACTIONS(3020), + [sym__autolink] = ACTIONS(3020), + [sym__highlight_span_start] = ACTIONS(3020), + [sym__insert_span_start] = ACTIONS(3020), + [sym__delete_span_start] = ACTIONS(3020), + [sym__edit_comment_span_start] = ACTIONS(3020), + [sym__single_quote_span_open] = ACTIONS(3020), + [sym__double_quote_span_open] = ACTIONS(3020), + [sym__shortcode_open_escaped] = ACTIONS(3020), + [sym__shortcode_open] = ACTIONS(3020), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3020), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3020), + [sym__cite_author_in_text] = ACTIONS(3020), + [sym__cite_suppress_author] = ACTIONS(3020), + [sym__strikeout_open] = ACTIONS(3020), + [sym__subscript_open] = ACTIONS(3020), + [sym__superscript_open] = ACTIONS(3020), + [sym__inline_note_start_token] = ACTIONS(3020), + [sym__strong_emphasis_open_star] = ACTIONS(3020), + [sym__strong_emphasis_open_underscore] = ACTIONS(3020), + [sym__emphasis_open_star] = ACTIONS(3020), + [sym__emphasis_open_underscore] = ACTIONS(3020), + [sym_inline_note_reference] = ACTIONS(3020), + [sym_html_element] = ACTIONS(3020), + }, + [STATE(315)] = { + [anon_sym_COLON] = ACTIONS(3022), + [sym_entity_reference] = ACTIONS(3022), + [sym_numeric_character_reference] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_BANG_LBRACK] = ACTIONS(3024), + [anon_sym_DOLLAR] = ACTIONS(3022), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3024), + [aux_sym_pandoc_str_token1] = ACTIONS(3022), + [anon_sym_PIPE] = ACTIONS(3024), + [aux_sym__prose_punctuation_token1] = ACTIONS(3022), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3022), + [sym__line_ending] = ACTIONS(3024), + [sym__soft_line_ending] = ACTIONS(3024), + [sym__block_close] = ACTIONS(3024), + [sym__block_quote_start] = ACTIONS(3024), + [sym_atx_h1_marker] = ACTIONS(3024), + [sym_atx_h2_marker] = ACTIONS(3024), + [sym_atx_h3_marker] = ACTIONS(3024), + [sym_atx_h4_marker] = ACTIONS(3024), + [sym_atx_h5_marker] = ACTIONS(3024), + [sym_atx_h6_marker] = ACTIONS(3024), + [sym__thematic_break] = ACTIONS(3024), + [sym__list_marker_minus] = ACTIONS(3024), + [sym__list_marker_plus] = ACTIONS(3024), + [sym__list_marker_star] = ACTIONS(3024), + [sym__list_marker_parenthesis] = ACTIONS(3024), + [sym__list_marker_dot] = ACTIONS(3024), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_example] = ACTIONS(3024), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3024), + [sym__fenced_code_block_start_backtick] = ACTIONS(3024), + [sym_minus_metadata] = ACTIONS(3024), + [sym__pipe_table_start] = ACTIONS(3024), + [sym__fenced_div_start] = ACTIONS(3024), + [sym__fenced_div_end] = ACTIONS(3024), + [sym_ref_id_specifier] = ACTIONS(3024), + [sym__code_span_start] = ACTIONS(3024), + [sym__html_comment] = ACTIONS(3024), + [sym__autolink] = ACTIONS(3024), + [sym__highlight_span_start] = ACTIONS(3024), + [sym__insert_span_start] = ACTIONS(3024), + [sym__delete_span_start] = ACTIONS(3024), + [sym__edit_comment_span_start] = ACTIONS(3024), + [sym__single_quote_span_open] = ACTIONS(3024), + [sym__double_quote_span_open] = ACTIONS(3024), + [sym__shortcode_open_escaped] = ACTIONS(3024), + [sym__shortcode_open] = ACTIONS(3024), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3024), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3024), + [sym__cite_author_in_text] = ACTIONS(3024), + [sym__cite_suppress_author] = ACTIONS(3024), + [sym__strikeout_open] = ACTIONS(3024), + [sym__subscript_open] = ACTIONS(3024), + [sym__superscript_open] = ACTIONS(3024), + [sym__inline_note_start_token] = ACTIONS(3024), + [sym__strong_emphasis_open_star] = ACTIONS(3024), + [sym__strong_emphasis_open_underscore] = ACTIONS(3024), + [sym__emphasis_open_star] = ACTIONS(3024), + [sym__emphasis_open_underscore] = ACTIONS(3024), + [sym_inline_note_reference] = ACTIONS(3024), + [sym_html_element] = ACTIONS(3024), + }, + [STATE(316)] = { + [anon_sym_COLON] = ACTIONS(3026), + [sym_entity_reference] = ACTIONS(3026), + [sym_numeric_character_reference] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_BANG_LBRACK] = ACTIONS(3028), + [anon_sym_DOLLAR] = ACTIONS(3026), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3028), + [aux_sym_pandoc_str_token1] = ACTIONS(3026), + [anon_sym_PIPE] = ACTIONS(3028), + [aux_sym__prose_punctuation_token1] = ACTIONS(3026), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3026), + [sym__line_ending] = ACTIONS(3028), + [sym__soft_line_ending] = ACTIONS(3028), + [sym__block_close] = ACTIONS(3028), + [sym__block_quote_start] = ACTIONS(3028), + [sym_atx_h1_marker] = ACTIONS(3028), + [sym_atx_h2_marker] = ACTIONS(3028), + [sym_atx_h3_marker] = ACTIONS(3028), + [sym_atx_h4_marker] = ACTIONS(3028), + [sym_atx_h5_marker] = ACTIONS(3028), + [sym_atx_h6_marker] = ACTIONS(3028), + [sym__thematic_break] = ACTIONS(3028), + [sym__list_marker_minus] = ACTIONS(3028), + [sym__list_marker_plus] = ACTIONS(3028), + [sym__list_marker_star] = ACTIONS(3028), + [sym__list_marker_parenthesis] = ACTIONS(3028), + [sym__list_marker_dot] = ACTIONS(3028), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_example] = ACTIONS(3028), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3028), + [sym__fenced_code_block_start_backtick] = ACTIONS(3028), + [sym_minus_metadata] = ACTIONS(3028), + [sym__pipe_table_start] = ACTIONS(3028), + [sym__fenced_div_start] = ACTIONS(3028), + [sym__fenced_div_end] = ACTIONS(3028), + [sym_ref_id_specifier] = ACTIONS(3028), + [sym__code_span_start] = ACTIONS(3028), + [sym__html_comment] = ACTIONS(3028), + [sym__autolink] = ACTIONS(3028), + [sym__highlight_span_start] = ACTIONS(3028), + [sym__insert_span_start] = ACTIONS(3028), + [sym__delete_span_start] = ACTIONS(3028), + [sym__edit_comment_span_start] = ACTIONS(3028), + [sym__single_quote_span_open] = ACTIONS(3028), + [sym__double_quote_span_open] = ACTIONS(3028), + [sym__shortcode_open_escaped] = ACTIONS(3028), + [sym__shortcode_open] = ACTIONS(3028), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3028), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3028), + [sym__cite_author_in_text] = ACTIONS(3028), + [sym__cite_suppress_author] = ACTIONS(3028), + [sym__strikeout_open] = ACTIONS(3028), + [sym__subscript_open] = ACTIONS(3028), + [sym__superscript_open] = ACTIONS(3028), + [sym__inline_note_start_token] = ACTIONS(3028), + [sym__strong_emphasis_open_star] = ACTIONS(3028), + [sym__strong_emphasis_open_underscore] = ACTIONS(3028), + [sym__emphasis_open_star] = ACTIONS(3028), + [sym__emphasis_open_underscore] = ACTIONS(3028), + [sym_inline_note_reference] = ACTIONS(3028), + [sym_html_element] = ACTIONS(3028), + }, + [STATE(317)] = { + [anon_sym_COLON] = ACTIONS(3030), + [sym_entity_reference] = ACTIONS(3030), + [sym_numeric_character_reference] = ACTIONS(3032), + [anon_sym_LBRACK] = ACTIONS(3032), + [anon_sym_BANG_LBRACK] = ACTIONS(3032), + [anon_sym_DOLLAR] = ACTIONS(3030), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3032), + [anon_sym_LBRACE] = ACTIONS(3032), + [aux_sym_pandoc_str_token1] = ACTIONS(3030), + [anon_sym_PIPE] = ACTIONS(3032), + [aux_sym__prose_punctuation_token1] = ACTIONS(3030), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3030), + [sym__line_ending] = ACTIONS(3032), + [sym__soft_line_ending] = ACTIONS(3032), + [sym_block_continuation] = ACTIONS(3032), + [sym__block_quote_start] = ACTIONS(3032), + [sym_atx_h1_marker] = ACTIONS(3032), + [sym_atx_h2_marker] = ACTIONS(3032), + [sym_atx_h3_marker] = ACTIONS(3032), + [sym_atx_h4_marker] = ACTIONS(3032), + [sym_atx_h5_marker] = ACTIONS(3032), + [sym_atx_h6_marker] = ACTIONS(3032), + [sym__thematic_break] = ACTIONS(3032), + [sym__list_marker_minus] = ACTIONS(3032), + [sym__list_marker_plus] = ACTIONS(3032), + [sym__list_marker_star] = ACTIONS(3032), + [sym__list_marker_parenthesis] = ACTIONS(3032), + [sym__list_marker_dot] = ACTIONS(3032), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3032), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3032), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3032), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3032), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3032), + [sym__list_marker_example] = ACTIONS(3032), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3032), + [sym__fenced_code_block_start_backtick] = ACTIONS(3032), + [sym__blank_line_start] = ACTIONS(3032), + [sym_minus_metadata] = ACTIONS(3032), + [sym__pipe_table_start] = ACTIONS(3032), + [sym__fenced_div_start] = ACTIONS(3032), + [sym_ref_id_specifier] = ACTIONS(3032), + [sym__code_span_start] = ACTIONS(3032), + [sym__html_comment] = ACTIONS(3032), + [sym__autolink] = ACTIONS(3032), + [sym__highlight_span_start] = ACTIONS(3032), + [sym__insert_span_start] = ACTIONS(3032), + [sym__delete_span_start] = ACTIONS(3032), + [sym__edit_comment_span_start] = ACTIONS(3032), + [sym__single_quote_span_open] = ACTIONS(3032), + [sym__double_quote_span_open] = ACTIONS(3032), + [sym__shortcode_open_escaped] = ACTIONS(3032), + [sym__shortcode_open] = ACTIONS(3032), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3032), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3032), + [sym__cite_author_in_text] = ACTIONS(3032), + [sym__cite_suppress_author] = ACTIONS(3032), + [sym__strikeout_open] = ACTIONS(3032), + [sym__subscript_open] = ACTIONS(3032), + [sym__superscript_open] = ACTIONS(3032), + [sym__inline_note_start_token] = ACTIONS(3032), + [sym__strong_emphasis_open_star] = ACTIONS(3032), + [sym__strong_emphasis_open_underscore] = ACTIONS(3032), + [sym__emphasis_open_star] = ACTIONS(3032), + [sym__emphasis_open_underscore] = ACTIONS(3032), + [sym_inline_note_reference] = ACTIONS(3032), + [sym_html_element] = ACTIONS(3032), + }, + [STATE(318)] = { + [anon_sym_COLON] = ACTIONS(3034), + [sym_entity_reference] = ACTIONS(3034), + [sym_numeric_character_reference] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_BANG_LBRACK] = ACTIONS(3036), + [anon_sym_DOLLAR] = ACTIONS(3034), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3036), + [aux_sym_pandoc_str_token1] = ACTIONS(3034), + [anon_sym_PIPE] = ACTIONS(3036), + [aux_sym__prose_punctuation_token1] = ACTIONS(3034), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3034), + [sym__line_ending] = ACTIONS(3036), + [sym__soft_line_ending] = ACTIONS(3036), + [sym__block_close] = ACTIONS(3036), + [sym__block_quote_start] = ACTIONS(3036), + [sym_atx_h1_marker] = ACTIONS(3036), + [sym_atx_h2_marker] = ACTIONS(3036), + [sym_atx_h3_marker] = ACTIONS(3036), + [sym_atx_h4_marker] = ACTIONS(3036), + [sym_atx_h5_marker] = ACTIONS(3036), + [sym_atx_h6_marker] = ACTIONS(3036), + [sym__thematic_break] = ACTIONS(3036), + [sym__list_marker_minus] = ACTIONS(3036), + [sym__list_marker_plus] = ACTIONS(3036), + [sym__list_marker_star] = ACTIONS(3036), + [sym__list_marker_parenthesis] = ACTIONS(3036), + [sym__list_marker_dot] = ACTIONS(3036), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_example] = ACTIONS(3036), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3036), + [sym__fenced_code_block_start_backtick] = ACTIONS(3036), + [sym_minus_metadata] = ACTIONS(3036), + [sym__pipe_table_start] = ACTIONS(3036), + [sym__fenced_div_start] = ACTIONS(3036), + [sym__fenced_div_end] = ACTIONS(3036), + [sym_ref_id_specifier] = ACTIONS(3036), + [sym__code_span_start] = ACTIONS(3036), + [sym__html_comment] = ACTIONS(3036), + [sym__autolink] = ACTIONS(3036), + [sym__highlight_span_start] = ACTIONS(3036), + [sym__insert_span_start] = ACTIONS(3036), + [sym__delete_span_start] = ACTIONS(3036), + [sym__edit_comment_span_start] = ACTIONS(3036), + [sym__single_quote_span_open] = ACTIONS(3036), + [sym__double_quote_span_open] = ACTIONS(3036), + [sym__shortcode_open_escaped] = ACTIONS(3036), + [sym__shortcode_open] = ACTIONS(3036), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3036), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3036), + [sym__cite_author_in_text] = ACTIONS(3036), + [sym__cite_suppress_author] = ACTIONS(3036), + [sym__strikeout_open] = ACTIONS(3036), + [sym__subscript_open] = ACTIONS(3036), + [sym__superscript_open] = ACTIONS(3036), + [sym__inline_note_start_token] = ACTIONS(3036), + [sym__strong_emphasis_open_star] = ACTIONS(3036), + [sym__strong_emphasis_open_underscore] = ACTIONS(3036), + [sym__emphasis_open_star] = ACTIONS(3036), + [sym__emphasis_open_underscore] = ACTIONS(3036), + [sym_inline_note_reference] = ACTIONS(3036), + [sym_html_element] = ACTIONS(3036), + }, + [STATE(319)] = { + [anon_sym_COLON] = ACTIONS(3038), + [sym_entity_reference] = ACTIONS(3038), + [sym_numeric_character_reference] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_BANG_LBRACK] = ACTIONS(3040), + [anon_sym_DOLLAR] = ACTIONS(3038), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(3040), + [aux_sym_pandoc_str_token1] = ACTIONS(3038), + [anon_sym_PIPE] = ACTIONS(3040), + [aux_sym__prose_punctuation_token1] = ACTIONS(3038), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3038), + [sym__line_ending] = ACTIONS(3040), + [sym__soft_line_ending] = ACTIONS(3040), + [sym_block_continuation] = ACTIONS(3040), + [sym__block_quote_start] = ACTIONS(3040), + [sym_atx_h1_marker] = ACTIONS(3040), + [sym_atx_h2_marker] = ACTIONS(3040), + [sym_atx_h3_marker] = ACTIONS(3040), + [sym_atx_h4_marker] = ACTIONS(3040), + [sym_atx_h5_marker] = ACTIONS(3040), + [sym_atx_h6_marker] = ACTIONS(3040), + [sym__thematic_break] = ACTIONS(3040), + [sym__list_marker_minus] = ACTIONS(3040), + [sym__list_marker_plus] = ACTIONS(3040), + [sym__list_marker_star] = ACTIONS(3040), + [sym__list_marker_parenthesis] = ACTIONS(3040), + [sym__list_marker_dot] = ACTIONS(3040), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3040), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3040), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3040), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3040), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3040), + [sym__list_marker_example] = ACTIONS(3040), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3040), + [sym__fenced_code_block_start_backtick] = ACTIONS(3040), + [sym__blank_line_start] = ACTIONS(3040), + [sym_minus_metadata] = ACTIONS(3040), + [sym__pipe_table_start] = ACTIONS(3040), + [sym__fenced_div_start] = ACTIONS(3040), + [sym_ref_id_specifier] = ACTIONS(3040), + [sym__code_span_start] = ACTIONS(3040), + [sym__html_comment] = ACTIONS(3040), + [sym__autolink] = ACTIONS(3040), + [sym__highlight_span_start] = ACTIONS(3040), + [sym__insert_span_start] = ACTIONS(3040), + [sym__delete_span_start] = ACTIONS(3040), + [sym__edit_comment_span_start] = ACTIONS(3040), + [sym__single_quote_span_open] = ACTIONS(3040), + [sym__double_quote_span_open] = ACTIONS(3040), + [sym__shortcode_open_escaped] = ACTIONS(3040), + [sym__shortcode_open] = ACTIONS(3040), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3040), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3040), + [sym__cite_author_in_text] = ACTIONS(3040), + [sym__cite_suppress_author] = ACTIONS(3040), + [sym__strikeout_open] = ACTIONS(3040), + [sym__subscript_open] = ACTIONS(3040), + [sym__superscript_open] = ACTIONS(3040), + [sym__inline_note_start_token] = ACTIONS(3040), + [sym__strong_emphasis_open_star] = ACTIONS(3040), + [sym__strong_emphasis_open_underscore] = ACTIONS(3040), + [sym__emphasis_open_star] = ACTIONS(3040), + [sym__emphasis_open_underscore] = ACTIONS(3040), + [sym_inline_note_reference] = ACTIONS(3040), + [sym_html_element] = ACTIONS(3040), + }, + [STATE(320)] = { [anon_sym_COLON] = ACTIONS(2655), [sym_entity_reference] = ACTIONS(2655), [sym_numeric_character_reference] = ACTIONS(2657), @@ -75505,12 +73963,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(2655), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), [anon_sym_LBRACE] = ACTIONS(2657), - [sym_pandoc_str] = ACTIONS(2655), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), [aux_sym__prose_punctuation_token1] = ACTIONS(2655), [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), [sym__line_ending] = ACTIONS(2657), [sym__soft_line_ending] = ACTIONS(2657), - [sym_block_continuation] = ACTIONS(3007), + [sym__block_close] = ACTIONS(2657), [sym__block_quote_start] = ACTIONS(2657), [sym_atx_h1_marker] = ACTIONS(2657), [sym_atx_h2_marker] = ACTIONS(2657), @@ -75535,6 +73994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_minus_metadata] = ACTIONS(2657), [sym__pipe_table_start] = ACTIONS(2657), [sym__fenced_div_start] = ACTIONS(2657), + [sym__fenced_div_end] = ACTIONS(2657), [sym_ref_id_specifier] = ACTIONS(2657), [sym__code_span_start] = ACTIONS(2657), [sym__html_comment] = ACTIONS(2657), @@ -75562,424 +74022,3695 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2657), [sym_html_element] = ACTIONS(2657), }, - [STATE(353)] = { - [anon_sym_COLON] = ACTIONS(3009), - [sym_entity_reference] = ACTIONS(3009), - [sym_numeric_character_reference] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_BANG_LBRACK] = ACTIONS(3011), - [anon_sym_DOLLAR] = ACTIONS(3009), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(3011), - [sym_pandoc_str] = ACTIONS(3009), - [aux_sym__prose_punctuation_token1] = ACTIONS(3009), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3009), - [sym__line_ending] = ACTIONS(3011), - [sym__soft_line_ending] = ACTIONS(3011), - [sym__block_close] = ACTIONS(3011), - [sym__block_quote_start] = ACTIONS(3011), - [sym_atx_h1_marker] = ACTIONS(3011), - [sym_atx_h2_marker] = ACTIONS(3011), - [sym_atx_h3_marker] = ACTIONS(3011), - [sym_atx_h4_marker] = ACTIONS(3011), - [sym_atx_h5_marker] = ACTIONS(3011), - [sym_atx_h6_marker] = ACTIONS(3011), - [sym__thematic_break] = ACTIONS(3011), - [sym__list_marker_minus] = ACTIONS(3011), - [sym__list_marker_plus] = ACTIONS(3011), - [sym__list_marker_star] = ACTIONS(3011), - [sym__list_marker_parenthesis] = ACTIONS(3011), - [sym__list_marker_dot] = ACTIONS(3011), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3011), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3011), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3011), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3011), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3011), - [sym__list_marker_example] = ACTIONS(3011), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3011), - [sym__fenced_code_block_start_backtick] = ACTIONS(3011), - [sym_minus_metadata] = ACTIONS(3011), - [sym__pipe_table_start] = ACTIONS(3011), - [sym__fenced_div_start] = ACTIONS(3011), - [sym__fenced_div_end] = ACTIONS(3011), - [sym_ref_id_specifier] = ACTIONS(3011), - [sym__code_span_start] = ACTIONS(3011), - [sym__html_comment] = ACTIONS(3011), - [sym__autolink] = ACTIONS(3011), - [sym__highlight_span_start] = ACTIONS(3011), - [sym__insert_span_start] = ACTIONS(3011), - [sym__delete_span_start] = ACTIONS(3011), - [sym__edit_comment_span_start] = ACTIONS(3011), - [sym__single_quote_span_open] = ACTIONS(3011), - [sym__double_quote_span_open] = ACTIONS(3011), - [sym__shortcode_open_escaped] = ACTIONS(3011), - [sym__shortcode_open] = ACTIONS(3011), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3011), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3011), - [sym__cite_author_in_text] = ACTIONS(3011), - [sym__cite_suppress_author] = ACTIONS(3011), - [sym__strikeout_open] = ACTIONS(3011), - [sym__subscript_open] = ACTIONS(3011), - [sym__superscript_open] = ACTIONS(3011), - [sym__inline_note_start_token] = ACTIONS(3011), - [sym__strong_emphasis_open_star] = ACTIONS(3011), - [sym__strong_emphasis_open_underscore] = ACTIONS(3011), - [sym__emphasis_open_star] = ACTIONS(3011), - [sym__emphasis_open_underscore] = ACTIONS(3011), - [sym_inline_note_reference] = ACTIONS(3011), - [sym_html_element] = ACTIONS(3011), + [STATE(321)] = { + [anon_sym_COLON] = ACTIONS(3042), + [sym_entity_reference] = ACTIONS(3042), + [sym_numeric_character_reference] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_BANG_LBRACK] = ACTIONS(3044), + [anon_sym_DOLLAR] = ACTIONS(3042), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3044), + [aux_sym_pandoc_str_token1] = ACTIONS(3042), + [anon_sym_PIPE] = ACTIONS(3044), + [aux_sym__prose_punctuation_token1] = ACTIONS(3042), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3042), + [sym__line_ending] = ACTIONS(3044), + [sym__soft_line_ending] = ACTIONS(3044), + [sym__block_close] = ACTIONS(3044), + [sym__block_quote_start] = ACTIONS(3044), + [sym_atx_h1_marker] = ACTIONS(3044), + [sym_atx_h2_marker] = ACTIONS(3044), + [sym_atx_h3_marker] = ACTIONS(3044), + [sym_atx_h4_marker] = ACTIONS(3044), + [sym_atx_h5_marker] = ACTIONS(3044), + [sym_atx_h6_marker] = ACTIONS(3044), + [sym__thematic_break] = ACTIONS(3044), + [sym__list_marker_minus] = ACTIONS(3044), + [sym__list_marker_plus] = ACTIONS(3044), + [sym__list_marker_star] = ACTIONS(3044), + [sym__list_marker_parenthesis] = ACTIONS(3044), + [sym__list_marker_dot] = ACTIONS(3044), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_example] = ACTIONS(3044), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3044), + [sym__fenced_code_block_start_backtick] = ACTIONS(3044), + [sym_minus_metadata] = ACTIONS(3044), + [sym__pipe_table_start] = ACTIONS(3044), + [sym__fenced_div_start] = ACTIONS(3044), + [sym__fenced_div_end] = ACTIONS(3044), + [sym_ref_id_specifier] = ACTIONS(3044), + [sym__code_span_start] = ACTIONS(3044), + [sym__html_comment] = ACTIONS(3044), + [sym__autolink] = ACTIONS(3044), + [sym__highlight_span_start] = ACTIONS(3044), + [sym__insert_span_start] = ACTIONS(3044), + [sym__delete_span_start] = ACTIONS(3044), + [sym__edit_comment_span_start] = ACTIONS(3044), + [sym__single_quote_span_open] = ACTIONS(3044), + [sym__double_quote_span_open] = ACTIONS(3044), + [sym__shortcode_open_escaped] = ACTIONS(3044), + [sym__shortcode_open] = ACTIONS(3044), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3044), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3044), + [sym__cite_author_in_text] = ACTIONS(3044), + [sym__cite_suppress_author] = ACTIONS(3044), + [sym__strikeout_open] = ACTIONS(3044), + [sym__subscript_open] = ACTIONS(3044), + [sym__superscript_open] = ACTIONS(3044), + [sym__inline_note_start_token] = ACTIONS(3044), + [sym__strong_emphasis_open_star] = ACTIONS(3044), + [sym__strong_emphasis_open_underscore] = ACTIONS(3044), + [sym__emphasis_open_star] = ACTIONS(3044), + [sym__emphasis_open_underscore] = ACTIONS(3044), + [sym_inline_note_reference] = ACTIONS(3044), + [sym_html_element] = ACTIONS(3044), }, - [STATE(354)] = { - [anon_sym_COLON] = ACTIONS(3013), - [sym_entity_reference] = ACTIONS(3013), - [sym_numeric_character_reference] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_BANG_LBRACK] = ACTIONS(3015), - [anon_sym_DOLLAR] = ACTIONS(3013), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(3015), - [sym_pandoc_str] = ACTIONS(3013), - [aux_sym__prose_punctuation_token1] = ACTIONS(3013), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3013), - [sym__line_ending] = ACTIONS(3015), - [sym__soft_line_ending] = ACTIONS(3015), - [sym__block_close] = ACTIONS(3015), - [sym__block_quote_start] = ACTIONS(3015), - [sym_atx_h1_marker] = ACTIONS(3015), - [sym_atx_h2_marker] = ACTIONS(3015), - [sym_atx_h3_marker] = ACTIONS(3015), - [sym_atx_h4_marker] = ACTIONS(3015), - [sym_atx_h5_marker] = ACTIONS(3015), - [sym_atx_h6_marker] = ACTIONS(3015), - [sym__thematic_break] = ACTIONS(3015), - [sym__list_marker_minus] = ACTIONS(3015), - [sym__list_marker_plus] = ACTIONS(3015), - [sym__list_marker_star] = ACTIONS(3015), - [sym__list_marker_parenthesis] = ACTIONS(3015), - [sym__list_marker_dot] = ACTIONS(3015), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3015), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3015), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3015), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3015), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3015), - [sym__list_marker_example] = ACTIONS(3015), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3015), - [sym__fenced_code_block_start_backtick] = ACTIONS(3015), - [sym_minus_metadata] = ACTIONS(3015), - [sym__pipe_table_start] = ACTIONS(3015), - [sym__fenced_div_start] = ACTIONS(3015), - [sym__fenced_div_end] = ACTIONS(3015), - [sym_ref_id_specifier] = ACTIONS(3015), - [sym__code_span_start] = ACTIONS(3015), - [sym__html_comment] = ACTIONS(3015), - [sym__autolink] = ACTIONS(3015), - [sym__highlight_span_start] = ACTIONS(3015), - [sym__insert_span_start] = ACTIONS(3015), - [sym__delete_span_start] = ACTIONS(3015), - [sym__edit_comment_span_start] = ACTIONS(3015), - [sym__single_quote_span_open] = ACTIONS(3015), - [sym__double_quote_span_open] = ACTIONS(3015), - [sym__shortcode_open_escaped] = ACTIONS(3015), - [sym__shortcode_open] = ACTIONS(3015), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3015), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3015), - [sym__cite_author_in_text] = ACTIONS(3015), - [sym__cite_suppress_author] = ACTIONS(3015), - [sym__strikeout_open] = ACTIONS(3015), - [sym__subscript_open] = ACTIONS(3015), - [sym__superscript_open] = ACTIONS(3015), - [sym__inline_note_start_token] = ACTIONS(3015), - [sym__strong_emphasis_open_star] = ACTIONS(3015), - [sym__strong_emphasis_open_underscore] = ACTIONS(3015), - [sym__emphasis_open_star] = ACTIONS(3015), - [sym__emphasis_open_underscore] = ACTIONS(3015), - [sym_inline_note_reference] = ACTIONS(3015), - [sym_html_element] = ACTIONS(3015), + [STATE(322)] = { + [anon_sym_COLON] = ACTIONS(3046), + [sym_entity_reference] = ACTIONS(3046), + [sym_numeric_character_reference] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_BANG_LBRACK] = ACTIONS(3048), + [anon_sym_DOLLAR] = ACTIONS(3046), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3048), + [aux_sym_pandoc_str_token1] = ACTIONS(3046), + [anon_sym_PIPE] = ACTIONS(3048), + [aux_sym__prose_punctuation_token1] = ACTIONS(3046), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3046), + [sym__line_ending] = ACTIONS(3048), + [sym__soft_line_ending] = ACTIONS(3048), + [sym__block_close] = ACTIONS(3048), + [sym__block_quote_start] = ACTIONS(3048), + [sym_atx_h1_marker] = ACTIONS(3048), + [sym_atx_h2_marker] = ACTIONS(3048), + [sym_atx_h3_marker] = ACTIONS(3048), + [sym_atx_h4_marker] = ACTIONS(3048), + [sym_atx_h5_marker] = ACTIONS(3048), + [sym_atx_h6_marker] = ACTIONS(3048), + [sym__thematic_break] = ACTIONS(3048), + [sym__list_marker_minus] = ACTIONS(3048), + [sym__list_marker_plus] = ACTIONS(3048), + [sym__list_marker_star] = ACTIONS(3048), + [sym__list_marker_parenthesis] = ACTIONS(3048), + [sym__list_marker_dot] = ACTIONS(3048), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_example] = ACTIONS(3048), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3048), + [sym__fenced_code_block_start_backtick] = ACTIONS(3048), + [sym_minus_metadata] = ACTIONS(3048), + [sym__pipe_table_start] = ACTIONS(3048), + [sym__fenced_div_start] = ACTIONS(3048), + [sym__fenced_div_end] = ACTIONS(3048), + [sym_ref_id_specifier] = ACTIONS(3048), + [sym__code_span_start] = ACTIONS(3048), + [sym__html_comment] = ACTIONS(3048), + [sym__autolink] = ACTIONS(3048), + [sym__highlight_span_start] = ACTIONS(3048), + [sym__insert_span_start] = ACTIONS(3048), + [sym__delete_span_start] = ACTIONS(3048), + [sym__edit_comment_span_start] = ACTIONS(3048), + [sym__single_quote_span_open] = ACTIONS(3048), + [sym__double_quote_span_open] = ACTIONS(3048), + [sym__shortcode_open_escaped] = ACTIONS(3048), + [sym__shortcode_open] = ACTIONS(3048), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3048), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3048), + [sym__cite_author_in_text] = ACTIONS(3048), + [sym__cite_suppress_author] = ACTIONS(3048), + [sym__strikeout_open] = ACTIONS(3048), + [sym__subscript_open] = ACTIONS(3048), + [sym__superscript_open] = ACTIONS(3048), + [sym__inline_note_start_token] = ACTIONS(3048), + [sym__strong_emphasis_open_star] = ACTIONS(3048), + [sym__strong_emphasis_open_underscore] = ACTIONS(3048), + [sym__emphasis_open_star] = ACTIONS(3048), + [sym__emphasis_open_underscore] = ACTIONS(3048), + [sym_inline_note_reference] = ACTIONS(3048), + [sym_html_element] = ACTIONS(3048), }, - [STATE(355)] = { - [anon_sym_COLON] = ACTIONS(3017), - [sym_entity_reference] = ACTIONS(3017), - [sym_numeric_character_reference] = ACTIONS(3019), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_BANG_LBRACK] = ACTIONS(3019), - [anon_sym_DOLLAR] = ACTIONS(3017), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(3019), - [sym_pandoc_str] = ACTIONS(3017), - [aux_sym__prose_punctuation_token1] = ACTIONS(3017), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3017), - [sym__line_ending] = ACTIONS(3019), - [sym__soft_line_ending] = ACTIONS(3019), - [sym__block_close] = ACTIONS(3019), - [sym__block_quote_start] = ACTIONS(3019), - [sym_atx_h1_marker] = ACTIONS(3019), - [sym_atx_h2_marker] = ACTIONS(3019), - [sym_atx_h3_marker] = ACTIONS(3019), - [sym_atx_h4_marker] = ACTIONS(3019), - [sym_atx_h5_marker] = ACTIONS(3019), - [sym_atx_h6_marker] = ACTIONS(3019), - [sym__thematic_break] = ACTIONS(3019), - [sym__list_marker_minus] = ACTIONS(3019), - [sym__list_marker_plus] = ACTIONS(3019), - [sym__list_marker_star] = ACTIONS(3019), - [sym__list_marker_parenthesis] = ACTIONS(3019), - [sym__list_marker_dot] = ACTIONS(3019), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3019), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3019), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3019), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3019), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3019), - [sym__list_marker_example] = ACTIONS(3019), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3019), - [sym__fenced_code_block_start_backtick] = ACTIONS(3019), - [sym_minus_metadata] = ACTIONS(3019), - [sym__pipe_table_start] = ACTIONS(3019), - [sym__fenced_div_start] = ACTIONS(3019), - [sym__fenced_div_end] = ACTIONS(3019), - [sym_ref_id_specifier] = ACTIONS(3019), - [sym__code_span_start] = ACTIONS(3019), - [sym__html_comment] = ACTIONS(3019), - [sym__autolink] = ACTIONS(3019), - [sym__highlight_span_start] = ACTIONS(3019), - [sym__insert_span_start] = ACTIONS(3019), - [sym__delete_span_start] = ACTIONS(3019), - [sym__edit_comment_span_start] = ACTIONS(3019), - [sym__single_quote_span_open] = ACTIONS(3019), - [sym__double_quote_span_open] = ACTIONS(3019), - [sym__shortcode_open_escaped] = ACTIONS(3019), - [sym__shortcode_open] = ACTIONS(3019), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3019), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3019), - [sym__cite_author_in_text] = ACTIONS(3019), - [sym__cite_suppress_author] = ACTIONS(3019), - [sym__strikeout_open] = ACTIONS(3019), - [sym__subscript_open] = ACTIONS(3019), - [sym__superscript_open] = ACTIONS(3019), - [sym__inline_note_start_token] = ACTIONS(3019), - [sym__strong_emphasis_open_star] = ACTIONS(3019), - [sym__strong_emphasis_open_underscore] = ACTIONS(3019), - [sym__emphasis_open_star] = ACTIONS(3019), - [sym__emphasis_open_underscore] = ACTIONS(3019), - [sym_inline_note_reference] = ACTIONS(3019), - [sym_html_element] = ACTIONS(3019), + [STATE(323)] = { + [anon_sym_COLON] = ACTIONS(3050), + [sym_entity_reference] = ACTIONS(3050), + [sym_numeric_character_reference] = ACTIONS(3052), + [anon_sym_LBRACK] = ACTIONS(3052), + [anon_sym_BANG_LBRACK] = ACTIONS(3052), + [anon_sym_DOLLAR] = ACTIONS(3050), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(3052), + [aux_sym_pandoc_str_token1] = ACTIONS(3050), + [anon_sym_PIPE] = ACTIONS(3052), + [aux_sym__prose_punctuation_token1] = ACTIONS(3050), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3050), + [sym__line_ending] = ACTIONS(3052), + [sym__soft_line_ending] = ACTIONS(3052), + [sym__block_close] = ACTIONS(3052), + [sym__block_quote_start] = ACTIONS(3052), + [sym_atx_h1_marker] = ACTIONS(3052), + [sym_atx_h2_marker] = ACTIONS(3052), + [sym_atx_h3_marker] = ACTIONS(3052), + [sym_atx_h4_marker] = ACTIONS(3052), + [sym_atx_h5_marker] = ACTIONS(3052), + [sym_atx_h6_marker] = ACTIONS(3052), + [sym__thematic_break] = ACTIONS(3052), + [sym__list_marker_minus] = ACTIONS(3052), + [sym__list_marker_plus] = ACTIONS(3052), + [sym__list_marker_star] = ACTIONS(3052), + [sym__list_marker_parenthesis] = ACTIONS(3052), + [sym__list_marker_dot] = ACTIONS(3052), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_example] = ACTIONS(3052), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3052), + [sym__fenced_code_block_start_backtick] = ACTIONS(3052), + [sym_minus_metadata] = ACTIONS(3052), + [sym__pipe_table_start] = ACTIONS(3052), + [sym__fenced_div_start] = ACTIONS(3052), + [sym__fenced_div_end] = ACTIONS(3052), + [sym_ref_id_specifier] = ACTIONS(3052), + [sym__code_span_start] = ACTIONS(3052), + [sym__html_comment] = ACTIONS(3052), + [sym__autolink] = ACTIONS(3052), + [sym__highlight_span_start] = ACTIONS(3052), + [sym__insert_span_start] = ACTIONS(3052), + [sym__delete_span_start] = ACTIONS(3052), + [sym__edit_comment_span_start] = ACTIONS(3052), + [sym__single_quote_span_open] = ACTIONS(3052), + [sym__double_quote_span_open] = ACTIONS(3052), + [sym__shortcode_open_escaped] = ACTIONS(3052), + [sym__shortcode_open] = ACTIONS(3052), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3052), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3052), + [sym__cite_author_in_text] = ACTIONS(3052), + [sym__cite_suppress_author] = ACTIONS(3052), + [sym__strikeout_open] = ACTIONS(3052), + [sym__subscript_open] = ACTIONS(3052), + [sym__superscript_open] = ACTIONS(3052), + [sym__inline_note_start_token] = ACTIONS(3052), + [sym__strong_emphasis_open_star] = ACTIONS(3052), + [sym__strong_emphasis_open_underscore] = ACTIONS(3052), + [sym__emphasis_open_star] = ACTIONS(3052), + [sym__emphasis_open_underscore] = ACTIONS(3052), + [sym_inline_note_reference] = ACTIONS(3052), + [sym_html_element] = ACTIONS(3052), }, - [STATE(356)] = { - [anon_sym_COLON] = ACTIONS(3021), - [sym_entity_reference] = ACTIONS(3021), - [sym_numeric_character_reference] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_BANG_LBRACK] = ACTIONS(3023), - [anon_sym_DOLLAR] = ACTIONS(3021), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3023), - [sym_pandoc_str] = ACTIONS(3021), - [aux_sym__prose_punctuation_token1] = ACTIONS(3021), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3021), - [sym__line_ending] = ACTIONS(3023), - [sym__soft_line_ending] = ACTIONS(3023), - [sym__block_close] = ACTIONS(3023), - [sym__block_quote_start] = ACTIONS(3023), - [sym_atx_h1_marker] = ACTIONS(3023), - [sym_atx_h2_marker] = ACTIONS(3023), - [sym_atx_h3_marker] = ACTIONS(3023), - [sym_atx_h4_marker] = ACTIONS(3023), - [sym_atx_h5_marker] = ACTIONS(3023), - [sym_atx_h6_marker] = ACTIONS(3023), - [sym__thematic_break] = ACTIONS(3023), - [sym__list_marker_minus] = ACTIONS(3023), - [sym__list_marker_plus] = ACTIONS(3023), - [sym__list_marker_star] = ACTIONS(3023), - [sym__list_marker_parenthesis] = ACTIONS(3023), - [sym__list_marker_dot] = ACTIONS(3023), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3023), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3023), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3023), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3023), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3023), - [sym__list_marker_example] = ACTIONS(3023), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3023), - [sym__fenced_code_block_start_backtick] = ACTIONS(3023), - [sym_minus_metadata] = ACTIONS(3023), - [sym__pipe_table_start] = ACTIONS(3023), - [sym__fenced_div_start] = ACTIONS(3023), - [sym__fenced_div_end] = ACTIONS(3023), - [sym_ref_id_specifier] = ACTIONS(3023), - [sym__code_span_start] = ACTIONS(3023), - [sym__html_comment] = ACTIONS(3023), - [sym__autolink] = ACTIONS(3023), - [sym__highlight_span_start] = ACTIONS(3023), - [sym__insert_span_start] = ACTIONS(3023), - [sym__delete_span_start] = ACTIONS(3023), - [sym__edit_comment_span_start] = ACTIONS(3023), - [sym__single_quote_span_open] = ACTIONS(3023), - [sym__double_quote_span_open] = ACTIONS(3023), - [sym__shortcode_open_escaped] = ACTIONS(3023), - [sym__shortcode_open] = ACTIONS(3023), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3023), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3023), - [sym__cite_author_in_text] = ACTIONS(3023), - [sym__cite_suppress_author] = ACTIONS(3023), - [sym__strikeout_open] = ACTIONS(3023), - [sym__subscript_open] = ACTIONS(3023), - [sym__superscript_open] = ACTIONS(3023), - [sym__inline_note_start_token] = ACTIONS(3023), - [sym__strong_emphasis_open_star] = ACTIONS(3023), - [sym__strong_emphasis_open_underscore] = ACTIONS(3023), - [sym__emphasis_open_star] = ACTIONS(3023), - [sym__emphasis_open_underscore] = ACTIONS(3023), - [sym_inline_note_reference] = ACTIONS(3023), - [sym_html_element] = ACTIONS(3023), + [STATE(324)] = { + [anon_sym_COLON] = ACTIONS(3054), + [sym_entity_reference] = ACTIONS(3054), + [sym_numeric_character_reference] = ACTIONS(3056), + [anon_sym_LBRACK] = ACTIONS(3056), + [anon_sym_BANG_LBRACK] = ACTIONS(3056), + [anon_sym_DOLLAR] = ACTIONS(3054), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3056), + [anon_sym_LBRACE] = ACTIONS(3056), + [aux_sym_pandoc_str_token1] = ACTIONS(3054), + [anon_sym_PIPE] = ACTIONS(3056), + [aux_sym__prose_punctuation_token1] = ACTIONS(3054), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3054), + [sym__line_ending] = ACTIONS(3056), + [sym__soft_line_ending] = ACTIONS(3056), + [sym__block_close] = ACTIONS(3056), + [sym__block_quote_start] = ACTIONS(3056), + [sym_atx_h1_marker] = ACTIONS(3056), + [sym_atx_h2_marker] = ACTIONS(3056), + [sym_atx_h3_marker] = ACTIONS(3056), + [sym_atx_h4_marker] = ACTIONS(3056), + [sym_atx_h5_marker] = ACTIONS(3056), + [sym_atx_h6_marker] = ACTIONS(3056), + [sym__thematic_break] = ACTIONS(3056), + [sym__list_marker_minus] = ACTIONS(3056), + [sym__list_marker_plus] = ACTIONS(3056), + [sym__list_marker_star] = ACTIONS(3056), + [sym__list_marker_parenthesis] = ACTIONS(3056), + [sym__list_marker_dot] = ACTIONS(3056), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_example] = ACTIONS(3056), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3056), + [sym__fenced_code_block_start_backtick] = ACTIONS(3056), + [sym_minus_metadata] = ACTIONS(3056), + [sym__pipe_table_start] = ACTIONS(3056), + [sym__fenced_div_start] = ACTIONS(3056), + [sym__fenced_div_end] = ACTIONS(3056), + [sym_ref_id_specifier] = ACTIONS(3056), + [sym__code_span_start] = ACTIONS(3056), + [sym__html_comment] = ACTIONS(3056), + [sym__autolink] = ACTIONS(3056), + [sym__highlight_span_start] = ACTIONS(3056), + [sym__insert_span_start] = ACTIONS(3056), + [sym__delete_span_start] = ACTIONS(3056), + [sym__edit_comment_span_start] = ACTIONS(3056), + [sym__single_quote_span_open] = ACTIONS(3056), + [sym__double_quote_span_open] = ACTIONS(3056), + [sym__shortcode_open_escaped] = ACTIONS(3056), + [sym__shortcode_open] = ACTIONS(3056), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3056), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3056), + [sym__cite_author_in_text] = ACTIONS(3056), + [sym__cite_suppress_author] = ACTIONS(3056), + [sym__strikeout_open] = ACTIONS(3056), + [sym__subscript_open] = ACTIONS(3056), + [sym__superscript_open] = ACTIONS(3056), + [sym__inline_note_start_token] = ACTIONS(3056), + [sym__strong_emphasis_open_star] = ACTIONS(3056), + [sym__strong_emphasis_open_underscore] = ACTIONS(3056), + [sym__emphasis_open_star] = ACTIONS(3056), + [sym__emphasis_open_underscore] = ACTIONS(3056), + [sym_inline_note_reference] = ACTIONS(3056), + [sym_html_element] = ACTIONS(3056), }, - [STATE(357)] = { - [anon_sym_COLON] = ACTIONS(3025), - [sym_entity_reference] = ACTIONS(3025), - [sym_numeric_character_reference] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_BANG_LBRACK] = ACTIONS(3027), - [anon_sym_DOLLAR] = ACTIONS(3025), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3027), - [sym_pandoc_str] = ACTIONS(3025), - [aux_sym__prose_punctuation_token1] = ACTIONS(3025), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3025), - [sym__line_ending] = ACTIONS(3027), - [sym__soft_line_ending] = ACTIONS(3027), - [sym__block_close] = ACTIONS(3027), - [sym__block_quote_start] = ACTIONS(3027), - [sym_atx_h1_marker] = ACTIONS(3027), - [sym_atx_h2_marker] = ACTIONS(3027), - [sym_atx_h3_marker] = ACTIONS(3027), - [sym_atx_h4_marker] = ACTIONS(3027), - [sym_atx_h5_marker] = ACTIONS(3027), - [sym_atx_h6_marker] = ACTIONS(3027), - [sym__thematic_break] = ACTIONS(3027), - [sym__list_marker_minus] = ACTIONS(3027), - [sym__list_marker_plus] = ACTIONS(3027), - [sym__list_marker_star] = ACTIONS(3027), - [sym__list_marker_parenthesis] = ACTIONS(3027), - [sym__list_marker_dot] = ACTIONS(3027), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3027), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3027), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3027), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3027), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3027), - [sym__list_marker_example] = ACTIONS(3027), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3027), - [sym__fenced_code_block_start_backtick] = ACTIONS(3027), - [sym_minus_metadata] = ACTIONS(3027), - [sym__pipe_table_start] = ACTIONS(3027), - [sym__fenced_div_start] = ACTIONS(3027), - [sym__fenced_div_end] = ACTIONS(3027), - [sym_ref_id_specifier] = ACTIONS(3027), - [sym__code_span_start] = ACTIONS(3027), - [sym__html_comment] = ACTIONS(3027), - [sym__autolink] = ACTIONS(3027), - [sym__highlight_span_start] = ACTIONS(3027), - [sym__insert_span_start] = ACTIONS(3027), - [sym__delete_span_start] = ACTIONS(3027), - [sym__edit_comment_span_start] = ACTIONS(3027), - [sym__single_quote_span_open] = ACTIONS(3027), - [sym__double_quote_span_open] = ACTIONS(3027), - [sym__shortcode_open_escaped] = ACTIONS(3027), - [sym__shortcode_open] = ACTIONS(3027), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3027), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3027), - [sym__cite_author_in_text] = ACTIONS(3027), - [sym__cite_suppress_author] = ACTIONS(3027), - [sym__strikeout_open] = ACTIONS(3027), - [sym__subscript_open] = ACTIONS(3027), - [sym__superscript_open] = ACTIONS(3027), - [sym__inline_note_start_token] = ACTIONS(3027), - [sym__strong_emphasis_open_star] = ACTIONS(3027), - [sym__strong_emphasis_open_underscore] = ACTIONS(3027), - [sym__emphasis_open_star] = ACTIONS(3027), - [sym__emphasis_open_underscore] = ACTIONS(3027), - [sym_inline_note_reference] = ACTIONS(3027), - [sym_html_element] = ACTIONS(3027), + [STATE(325)] = { + [anon_sym_COLON] = ACTIONS(3058), + [sym_entity_reference] = ACTIONS(3058), + [sym_numeric_character_reference] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_BANG_LBRACK] = ACTIONS(3060), + [anon_sym_DOLLAR] = ACTIONS(3058), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3060), + [aux_sym_pandoc_str_token1] = ACTIONS(3058), + [anon_sym_PIPE] = ACTIONS(3060), + [aux_sym__prose_punctuation_token1] = ACTIONS(3058), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3058), + [sym__line_ending] = ACTIONS(3060), + [sym__soft_line_ending] = ACTIONS(3060), + [sym__block_close] = ACTIONS(3060), + [sym__block_quote_start] = ACTIONS(3060), + [sym_atx_h1_marker] = ACTIONS(3060), + [sym_atx_h2_marker] = ACTIONS(3060), + [sym_atx_h3_marker] = ACTIONS(3060), + [sym_atx_h4_marker] = ACTIONS(3060), + [sym_atx_h5_marker] = ACTIONS(3060), + [sym_atx_h6_marker] = ACTIONS(3060), + [sym__thematic_break] = ACTIONS(3060), + [sym__list_marker_minus] = ACTIONS(3060), + [sym__list_marker_plus] = ACTIONS(3060), + [sym__list_marker_star] = ACTIONS(3060), + [sym__list_marker_parenthesis] = ACTIONS(3060), + [sym__list_marker_dot] = ACTIONS(3060), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_example] = ACTIONS(3060), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3060), + [sym__fenced_code_block_start_backtick] = ACTIONS(3060), + [sym_minus_metadata] = ACTIONS(3060), + [sym__pipe_table_start] = ACTIONS(3060), + [sym__fenced_div_start] = ACTIONS(3060), + [sym__fenced_div_end] = ACTIONS(3060), + [sym_ref_id_specifier] = ACTIONS(3060), + [sym__code_span_start] = ACTIONS(3060), + [sym__html_comment] = ACTIONS(3060), + [sym__autolink] = ACTIONS(3060), + [sym__highlight_span_start] = ACTIONS(3060), + [sym__insert_span_start] = ACTIONS(3060), + [sym__delete_span_start] = ACTIONS(3060), + [sym__edit_comment_span_start] = ACTIONS(3060), + [sym__single_quote_span_open] = ACTIONS(3060), + [sym__double_quote_span_open] = ACTIONS(3060), + [sym__shortcode_open_escaped] = ACTIONS(3060), + [sym__shortcode_open] = ACTIONS(3060), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3060), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3060), + [sym__cite_author_in_text] = ACTIONS(3060), + [sym__cite_suppress_author] = ACTIONS(3060), + [sym__strikeout_open] = ACTIONS(3060), + [sym__subscript_open] = ACTIONS(3060), + [sym__superscript_open] = ACTIONS(3060), + [sym__inline_note_start_token] = ACTIONS(3060), + [sym__strong_emphasis_open_star] = ACTIONS(3060), + [sym__strong_emphasis_open_underscore] = ACTIONS(3060), + [sym__emphasis_open_star] = ACTIONS(3060), + [sym__emphasis_open_underscore] = ACTIONS(3060), + [sym_inline_note_reference] = ACTIONS(3060), + [sym_html_element] = ACTIONS(3060), }, - [STATE(358)] = { - [anon_sym_COLON] = ACTIONS(3029), - [sym_entity_reference] = ACTIONS(3029), - [sym_numeric_character_reference] = ACTIONS(3031), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_BANG_LBRACK] = ACTIONS(3031), - [anon_sym_DOLLAR] = ACTIONS(3029), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3031), - [anon_sym_LBRACE] = ACTIONS(3031), - [sym_pandoc_str] = ACTIONS(3029), - [aux_sym__prose_punctuation_token1] = ACTIONS(3029), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3029), - [sym__line_ending] = ACTIONS(3031), - [sym__soft_line_ending] = ACTIONS(3031), - [sym__block_close] = ACTIONS(3031), - [sym__block_quote_start] = ACTIONS(3031), - [sym_atx_h1_marker] = ACTIONS(3031), - [sym_atx_h2_marker] = ACTIONS(3031), - [sym_atx_h3_marker] = ACTIONS(3031), - [sym_atx_h4_marker] = ACTIONS(3031), - [sym_atx_h5_marker] = ACTIONS(3031), - [sym_atx_h6_marker] = ACTIONS(3031), - [sym__thematic_break] = ACTIONS(3031), - [sym__list_marker_minus] = ACTIONS(3031), - [sym__list_marker_plus] = ACTIONS(3031), - [sym__list_marker_star] = ACTIONS(3031), - [sym__list_marker_parenthesis] = ACTIONS(3031), - [sym__list_marker_dot] = ACTIONS(3031), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3031), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3031), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3031), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3031), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3031), - [sym__list_marker_example] = ACTIONS(3031), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3031), - [sym__fenced_code_block_start_backtick] = ACTIONS(3031), - [sym_minus_metadata] = ACTIONS(3031), - [sym__pipe_table_start] = ACTIONS(3031), - [sym__fenced_div_start] = ACTIONS(3031), - [sym__fenced_div_end] = ACTIONS(3031), - [sym_ref_id_specifier] = ACTIONS(3031), - [sym__code_span_start] = ACTIONS(3031), - [sym__html_comment] = ACTIONS(3031), - [sym__autolink] = ACTIONS(3031), - [sym__highlight_span_start] = ACTIONS(3031), - [sym__insert_span_start] = ACTIONS(3031), - [sym__delete_span_start] = ACTIONS(3031), - [sym__edit_comment_span_start] = ACTIONS(3031), - [sym__single_quote_span_open] = ACTIONS(3031), - [sym__double_quote_span_open] = ACTIONS(3031), - [sym__shortcode_open_escaped] = ACTIONS(3031), - [sym__shortcode_open] = ACTIONS(3031), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3031), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3031), - [sym__cite_author_in_text] = ACTIONS(3031), - [sym__cite_suppress_author] = ACTIONS(3031), - [sym__strikeout_open] = ACTIONS(3031), - [sym__subscript_open] = ACTIONS(3031), - [sym__superscript_open] = ACTIONS(3031), - [sym__inline_note_start_token] = ACTIONS(3031), - [sym__strong_emphasis_open_star] = ACTIONS(3031), - [sym__strong_emphasis_open_underscore] = ACTIONS(3031), - [sym__emphasis_open_star] = ACTIONS(3031), - [sym__emphasis_open_underscore] = ACTIONS(3031), - [sym_inline_note_reference] = ACTIONS(3031), - [sym_html_element] = ACTIONS(3031), + [STATE(326)] = { + [anon_sym_COLON] = ACTIONS(3062), + [sym_entity_reference] = ACTIONS(3062), + [sym_numeric_character_reference] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_BANG_LBRACK] = ACTIONS(3064), + [anon_sym_DOLLAR] = ACTIONS(3062), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3064), + [aux_sym_pandoc_str_token1] = ACTIONS(3062), + [anon_sym_PIPE] = ACTIONS(3064), + [aux_sym__prose_punctuation_token1] = ACTIONS(3062), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3062), + [sym__line_ending] = ACTIONS(3064), + [sym__soft_line_ending] = ACTIONS(3064), + [sym__block_close] = ACTIONS(3064), + [sym__block_quote_start] = ACTIONS(3064), + [sym_atx_h1_marker] = ACTIONS(3064), + [sym_atx_h2_marker] = ACTIONS(3064), + [sym_atx_h3_marker] = ACTIONS(3064), + [sym_atx_h4_marker] = ACTIONS(3064), + [sym_atx_h5_marker] = ACTIONS(3064), + [sym_atx_h6_marker] = ACTIONS(3064), + [sym__thematic_break] = ACTIONS(3064), + [sym__list_marker_minus] = ACTIONS(3064), + [sym__list_marker_plus] = ACTIONS(3064), + [sym__list_marker_star] = ACTIONS(3064), + [sym__list_marker_parenthesis] = ACTIONS(3064), + [sym__list_marker_dot] = ACTIONS(3064), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_example] = ACTIONS(3064), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3064), + [sym__fenced_code_block_start_backtick] = ACTIONS(3064), + [sym_minus_metadata] = ACTIONS(3064), + [sym__pipe_table_start] = ACTIONS(3064), + [sym__fenced_div_start] = ACTIONS(3064), + [sym__fenced_div_end] = ACTIONS(3064), + [sym_ref_id_specifier] = ACTIONS(3064), + [sym__code_span_start] = ACTIONS(3064), + [sym__html_comment] = ACTIONS(3064), + [sym__autolink] = ACTIONS(3064), + [sym__highlight_span_start] = ACTIONS(3064), + [sym__insert_span_start] = ACTIONS(3064), + [sym__delete_span_start] = ACTIONS(3064), + [sym__edit_comment_span_start] = ACTIONS(3064), + [sym__single_quote_span_open] = ACTIONS(3064), + [sym__double_quote_span_open] = ACTIONS(3064), + [sym__shortcode_open_escaped] = ACTIONS(3064), + [sym__shortcode_open] = ACTIONS(3064), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3064), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3064), + [sym__cite_author_in_text] = ACTIONS(3064), + [sym__cite_suppress_author] = ACTIONS(3064), + [sym__strikeout_open] = ACTIONS(3064), + [sym__subscript_open] = ACTIONS(3064), + [sym__superscript_open] = ACTIONS(3064), + [sym__inline_note_start_token] = ACTIONS(3064), + [sym__strong_emphasis_open_star] = ACTIONS(3064), + [sym__strong_emphasis_open_underscore] = ACTIONS(3064), + [sym__emphasis_open_star] = ACTIONS(3064), + [sym__emphasis_open_underscore] = ACTIONS(3064), + [sym_inline_note_reference] = ACTIONS(3064), + [sym_html_element] = ACTIONS(3064), }, - [STATE(359)] = { - [anon_sym_COLON] = ACTIONS(2655), - [sym_entity_reference] = ACTIONS(2655), - [sym_numeric_character_reference] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_BANG_LBRACK] = ACTIONS(2657), - [anon_sym_DOLLAR] = ACTIONS(2655), + [STATE(327)] = { + [anon_sym_COLON] = ACTIONS(3066), + [sym_entity_reference] = ACTIONS(3066), + [sym_numeric_character_reference] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_BANG_LBRACK] = ACTIONS(3068), + [anon_sym_DOLLAR] = ACTIONS(3066), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3068), + [anon_sym_LBRACE] = ACTIONS(3068), + [aux_sym_pandoc_str_token1] = ACTIONS(3066), + [anon_sym_PIPE] = ACTIONS(3068), + [aux_sym__prose_punctuation_token1] = ACTIONS(3066), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3066), + [sym__line_ending] = ACTIONS(3068), + [sym__soft_line_ending] = ACTIONS(3068), + [sym__block_close] = ACTIONS(3068), + [sym__block_quote_start] = ACTIONS(3068), + [sym_atx_h1_marker] = ACTIONS(3068), + [sym_atx_h2_marker] = ACTIONS(3068), + [sym_atx_h3_marker] = ACTIONS(3068), + [sym_atx_h4_marker] = ACTIONS(3068), + [sym_atx_h5_marker] = ACTIONS(3068), + [sym_atx_h6_marker] = ACTIONS(3068), + [sym__thematic_break] = ACTIONS(3068), + [sym__list_marker_minus] = ACTIONS(3068), + [sym__list_marker_plus] = ACTIONS(3068), + [sym__list_marker_star] = ACTIONS(3068), + [sym__list_marker_parenthesis] = ACTIONS(3068), + [sym__list_marker_dot] = ACTIONS(3068), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_example] = ACTIONS(3068), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3068), + [sym__fenced_code_block_start_backtick] = ACTIONS(3068), + [sym_minus_metadata] = ACTIONS(3068), + [sym__pipe_table_start] = ACTIONS(3068), + [sym__fenced_div_start] = ACTIONS(3068), + [sym__fenced_div_end] = ACTIONS(3068), + [sym_ref_id_specifier] = ACTIONS(3068), + [sym__code_span_start] = ACTIONS(3068), + [sym__html_comment] = ACTIONS(3068), + [sym__autolink] = ACTIONS(3068), + [sym__highlight_span_start] = ACTIONS(3068), + [sym__insert_span_start] = ACTIONS(3068), + [sym__delete_span_start] = ACTIONS(3068), + [sym__edit_comment_span_start] = ACTIONS(3068), + [sym__single_quote_span_open] = ACTIONS(3068), + [sym__double_quote_span_open] = ACTIONS(3068), + [sym__shortcode_open_escaped] = ACTIONS(3068), + [sym__shortcode_open] = ACTIONS(3068), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3068), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3068), + [sym__cite_author_in_text] = ACTIONS(3068), + [sym__cite_suppress_author] = ACTIONS(3068), + [sym__strikeout_open] = ACTIONS(3068), + [sym__subscript_open] = ACTIONS(3068), + [sym__superscript_open] = ACTIONS(3068), + [sym__inline_note_start_token] = ACTIONS(3068), + [sym__strong_emphasis_open_star] = ACTIONS(3068), + [sym__strong_emphasis_open_underscore] = ACTIONS(3068), + [sym__emphasis_open_star] = ACTIONS(3068), + [sym__emphasis_open_underscore] = ACTIONS(3068), + [sym_inline_note_reference] = ACTIONS(3068), + [sym_html_element] = ACTIONS(3068), + }, + [STATE(328)] = { + [anon_sym_COLON] = ACTIONS(3070), + [sym_entity_reference] = ACTIONS(3070), + [sym_numeric_character_reference] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3072), + [anon_sym_BANG_LBRACK] = ACTIONS(3072), + [anon_sym_DOLLAR] = ACTIONS(3070), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3072), + [anon_sym_LBRACE] = ACTIONS(3072), + [aux_sym_pandoc_str_token1] = ACTIONS(3070), + [anon_sym_PIPE] = ACTIONS(3072), + [aux_sym__prose_punctuation_token1] = ACTIONS(3070), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3070), + [sym__line_ending] = ACTIONS(3072), + [sym__soft_line_ending] = ACTIONS(3072), + [sym__block_close] = ACTIONS(3072), + [sym__block_quote_start] = ACTIONS(3072), + [sym_atx_h1_marker] = ACTIONS(3072), + [sym_atx_h2_marker] = ACTIONS(3072), + [sym_atx_h3_marker] = ACTIONS(3072), + [sym_atx_h4_marker] = ACTIONS(3072), + [sym_atx_h5_marker] = ACTIONS(3072), + [sym_atx_h6_marker] = ACTIONS(3072), + [sym__thematic_break] = ACTIONS(3072), + [sym__list_marker_minus] = ACTIONS(3072), + [sym__list_marker_plus] = ACTIONS(3072), + [sym__list_marker_star] = ACTIONS(3072), + [sym__list_marker_parenthesis] = ACTIONS(3072), + [sym__list_marker_dot] = ACTIONS(3072), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_example] = ACTIONS(3072), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3072), + [sym__fenced_code_block_start_backtick] = ACTIONS(3072), + [sym_minus_metadata] = ACTIONS(3072), + [sym__pipe_table_start] = ACTIONS(3072), + [sym__fenced_div_start] = ACTIONS(3072), + [sym__fenced_div_end] = ACTIONS(3072), + [sym_ref_id_specifier] = ACTIONS(3072), + [sym__code_span_start] = ACTIONS(3072), + [sym__html_comment] = ACTIONS(3072), + [sym__autolink] = ACTIONS(3072), + [sym__highlight_span_start] = ACTIONS(3072), + [sym__insert_span_start] = ACTIONS(3072), + [sym__delete_span_start] = ACTIONS(3072), + [sym__edit_comment_span_start] = ACTIONS(3072), + [sym__single_quote_span_open] = ACTIONS(3072), + [sym__double_quote_span_open] = ACTIONS(3072), + [sym__shortcode_open_escaped] = ACTIONS(3072), + [sym__shortcode_open] = ACTIONS(3072), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3072), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3072), + [sym__cite_author_in_text] = ACTIONS(3072), + [sym__cite_suppress_author] = ACTIONS(3072), + [sym__strikeout_open] = ACTIONS(3072), + [sym__subscript_open] = ACTIONS(3072), + [sym__superscript_open] = ACTIONS(3072), + [sym__inline_note_start_token] = ACTIONS(3072), + [sym__strong_emphasis_open_star] = ACTIONS(3072), + [sym__strong_emphasis_open_underscore] = ACTIONS(3072), + [sym__emphasis_open_star] = ACTIONS(3072), + [sym__emphasis_open_underscore] = ACTIONS(3072), + [sym_inline_note_reference] = ACTIONS(3072), + [sym_html_element] = ACTIONS(3072), + }, + [STATE(329)] = { + [sym_pandoc_span] = STATE(401), + [sym_pandoc_image] = STATE(401), + [sym_pandoc_math] = STATE(401), + [sym_pandoc_display_math] = STATE(401), + [sym_pandoc_code_span] = STATE(401), + [sym_pandoc_single_quote] = STATE(401), + [sym_pandoc_double_quote] = STATE(401), + [sym_insert] = STATE(401), + [sym_delete] = STATE(401), + [sym_edit_comment] = STATE(401), + [sym_highlight] = STATE(401), + [sym__pandoc_attr_specifier] = STATE(401), + [sym__inline_element] = STATE(401), + [sym_shortcode_escaped] = STATE(401), + [sym_shortcode] = STATE(401), + [sym_citation] = STATE(401), + [sym_inline_note] = STATE(401), + [sym_pandoc_superscript] = STATE(401), + [sym_pandoc_subscript] = STATE(401), + [sym_pandoc_strikeout] = STATE(401), + [sym_pandoc_emph] = STATE(401), + [sym_pandoc_strong] = STATE(401), + [sym_pandoc_str] = STATE(401), + [sym__prose_punctuation] = STATE(401), + [sym_pandoc_line_break] = STATE(401), + [aux_sym__line_repeat1] = STATE(401), + [sym_entity_reference] = ACTIONS(3074), + [sym_numeric_character_reference] = ACTIONS(3076), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(3074), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(3078), + [sym__line_ending] = ACTIONS(3080), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__eof] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(3076), + [sym__autolink] = ACTIONS(3076), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(3076), + [sym_html_element] = ACTIONS(3076), + }, + [STATE(330)] = { + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym__block_close] = ACTIONS(2801), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym__fenced_div_end] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), + }, + [STATE(331)] = { + [anon_sym_COLON] = ACTIONS(3082), + [sym_entity_reference] = ACTIONS(3082), + [sym_numeric_character_reference] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_BANG_LBRACK] = ACTIONS(3084), + [anon_sym_DOLLAR] = ACTIONS(3082), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3084), + [aux_sym_pandoc_str_token1] = ACTIONS(3082), + [anon_sym_PIPE] = ACTIONS(3084), + [aux_sym__prose_punctuation_token1] = ACTIONS(3082), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3082), + [sym__line_ending] = ACTIONS(3084), + [sym__soft_line_ending] = ACTIONS(3084), + [sym__block_close] = ACTIONS(3084), + [sym__block_quote_start] = ACTIONS(3084), + [sym_atx_h1_marker] = ACTIONS(3084), + [sym_atx_h2_marker] = ACTIONS(3084), + [sym_atx_h3_marker] = ACTIONS(3084), + [sym_atx_h4_marker] = ACTIONS(3084), + [sym_atx_h5_marker] = ACTIONS(3084), + [sym_atx_h6_marker] = ACTIONS(3084), + [sym__thematic_break] = ACTIONS(3084), + [sym__list_marker_minus] = ACTIONS(3084), + [sym__list_marker_plus] = ACTIONS(3084), + [sym__list_marker_star] = ACTIONS(3084), + [sym__list_marker_parenthesis] = ACTIONS(3084), + [sym__list_marker_dot] = ACTIONS(3084), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_example] = ACTIONS(3084), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3084), + [sym__fenced_code_block_start_backtick] = ACTIONS(3084), + [sym_minus_metadata] = ACTIONS(3084), + [sym__pipe_table_start] = ACTIONS(3084), + [sym__fenced_div_start] = ACTIONS(3084), + [sym__fenced_div_end] = ACTIONS(3084), + [sym_ref_id_specifier] = ACTIONS(3084), + [sym__code_span_start] = ACTIONS(3084), + [sym__html_comment] = ACTIONS(3084), + [sym__autolink] = ACTIONS(3084), + [sym__highlight_span_start] = ACTIONS(3084), + [sym__insert_span_start] = ACTIONS(3084), + [sym__delete_span_start] = ACTIONS(3084), + [sym__edit_comment_span_start] = ACTIONS(3084), + [sym__single_quote_span_open] = ACTIONS(3084), + [sym__double_quote_span_open] = ACTIONS(3084), + [sym__shortcode_open_escaped] = ACTIONS(3084), + [sym__shortcode_open] = ACTIONS(3084), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3084), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3084), + [sym__cite_author_in_text] = ACTIONS(3084), + [sym__cite_suppress_author] = ACTIONS(3084), + [sym__strikeout_open] = ACTIONS(3084), + [sym__subscript_open] = ACTIONS(3084), + [sym__superscript_open] = ACTIONS(3084), + [sym__inline_note_start_token] = ACTIONS(3084), + [sym__strong_emphasis_open_star] = ACTIONS(3084), + [sym__strong_emphasis_open_underscore] = ACTIONS(3084), + [sym__emphasis_open_star] = ACTIONS(3084), + [sym__emphasis_open_underscore] = ACTIONS(3084), + [sym_inline_note_reference] = ACTIONS(3084), + [sym_html_element] = ACTIONS(3084), + }, + [STATE(332)] = { + [anon_sym_COLON] = ACTIONS(3086), + [sym_entity_reference] = ACTIONS(3086), + [sym_numeric_character_reference] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_BANG_LBRACK] = ACTIONS(3088), + [anon_sym_DOLLAR] = ACTIONS(3086), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [aux_sym_pandoc_str_token1] = ACTIONS(3086), + [anon_sym_PIPE] = ACTIONS(3088), + [aux_sym__prose_punctuation_token1] = ACTIONS(3086), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3086), + [sym__line_ending] = ACTIONS(3088), + [sym__soft_line_ending] = ACTIONS(3088), + [sym__block_close] = ACTIONS(3088), + [sym__block_quote_start] = ACTIONS(3088), + [sym_atx_h1_marker] = ACTIONS(3088), + [sym_atx_h2_marker] = ACTIONS(3088), + [sym_atx_h3_marker] = ACTIONS(3088), + [sym_atx_h4_marker] = ACTIONS(3088), + [sym_atx_h5_marker] = ACTIONS(3088), + [sym_atx_h6_marker] = ACTIONS(3088), + [sym__thematic_break] = ACTIONS(3088), + [sym__list_marker_minus] = ACTIONS(3088), + [sym__list_marker_plus] = ACTIONS(3088), + [sym__list_marker_star] = ACTIONS(3088), + [sym__list_marker_parenthesis] = ACTIONS(3088), + [sym__list_marker_dot] = ACTIONS(3088), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_example] = ACTIONS(3088), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3088), + [sym__fenced_code_block_start_backtick] = ACTIONS(3088), + [sym_minus_metadata] = ACTIONS(3088), + [sym__pipe_table_start] = ACTIONS(3088), + [sym__fenced_div_start] = ACTIONS(3088), + [sym__fenced_div_end] = ACTIONS(3088), + [sym_ref_id_specifier] = ACTIONS(3088), + [sym__code_span_start] = ACTIONS(3088), + [sym__html_comment] = ACTIONS(3088), + [sym__autolink] = ACTIONS(3088), + [sym__highlight_span_start] = ACTIONS(3088), + [sym__insert_span_start] = ACTIONS(3088), + [sym__delete_span_start] = ACTIONS(3088), + [sym__edit_comment_span_start] = ACTIONS(3088), + [sym__single_quote_span_open] = ACTIONS(3088), + [sym__double_quote_span_open] = ACTIONS(3088), + [sym__shortcode_open_escaped] = ACTIONS(3088), + [sym__shortcode_open] = ACTIONS(3088), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3088), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3088), + [sym__cite_author_in_text] = ACTIONS(3088), + [sym__cite_suppress_author] = ACTIONS(3088), + [sym__strikeout_open] = ACTIONS(3088), + [sym__subscript_open] = ACTIONS(3088), + [sym__superscript_open] = ACTIONS(3088), + [sym__inline_note_start_token] = ACTIONS(3088), + [sym__strong_emphasis_open_star] = ACTIONS(3088), + [sym__strong_emphasis_open_underscore] = ACTIONS(3088), + [sym__emphasis_open_star] = ACTIONS(3088), + [sym__emphasis_open_underscore] = ACTIONS(3088), + [sym_inline_note_reference] = ACTIONS(3088), + [sym_html_element] = ACTIONS(3088), + }, + [STATE(333)] = { + [anon_sym_COLON] = ACTIONS(2805), + [sym_entity_reference] = ACTIONS(2805), + [sym_numeric_character_reference] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_BANG_LBRACK] = ACTIONS(2807), + [anon_sym_DOLLAR] = ACTIONS(2805), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [aux_sym__prose_punctuation_token1] = ACTIONS(2805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), + [sym__line_ending] = ACTIONS(2807), + [sym__soft_line_ending] = ACTIONS(2807), + [sym__block_close] = ACTIONS(2807), + [sym__block_quote_start] = ACTIONS(2807), + [sym_atx_h1_marker] = ACTIONS(2807), + [sym_atx_h2_marker] = ACTIONS(2807), + [sym_atx_h3_marker] = ACTIONS(2807), + [sym_atx_h4_marker] = ACTIONS(2807), + [sym_atx_h5_marker] = ACTIONS(2807), + [sym_atx_h6_marker] = ACTIONS(2807), + [sym__thematic_break] = ACTIONS(2807), + [sym__list_marker_minus] = ACTIONS(2807), + [sym__list_marker_plus] = ACTIONS(2807), + [sym__list_marker_star] = ACTIONS(2807), + [sym__list_marker_parenthesis] = ACTIONS(2807), + [sym__list_marker_dot] = ACTIONS(2807), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_example] = ACTIONS(2807), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2807), + [sym__fenced_code_block_start_backtick] = ACTIONS(2807), + [sym_minus_metadata] = ACTIONS(2807), + [sym__pipe_table_start] = ACTIONS(2807), + [sym__fenced_div_start] = ACTIONS(2807), + [sym__fenced_div_end] = ACTIONS(2807), + [sym_ref_id_specifier] = ACTIONS(2807), + [sym__code_span_start] = ACTIONS(2807), + [sym__html_comment] = ACTIONS(2807), + [sym__autolink] = ACTIONS(2807), + [sym__highlight_span_start] = ACTIONS(2807), + [sym__insert_span_start] = ACTIONS(2807), + [sym__delete_span_start] = ACTIONS(2807), + [sym__edit_comment_span_start] = ACTIONS(2807), + [sym__single_quote_span_open] = ACTIONS(2807), + [sym__double_quote_span_open] = ACTIONS(2807), + [sym__shortcode_open_escaped] = ACTIONS(2807), + [sym__shortcode_open] = ACTIONS(2807), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2807), + [sym__cite_author_in_text] = ACTIONS(2807), + [sym__cite_suppress_author] = ACTIONS(2807), + [sym__strikeout_open] = ACTIONS(2807), + [sym__subscript_open] = ACTIONS(2807), + [sym__superscript_open] = ACTIONS(2807), + [sym__inline_note_start_token] = ACTIONS(2807), + [sym__strong_emphasis_open_star] = ACTIONS(2807), + [sym__strong_emphasis_open_underscore] = ACTIONS(2807), + [sym__emphasis_open_star] = ACTIONS(2807), + [sym__emphasis_open_underscore] = ACTIONS(2807), + [sym_inline_note_reference] = ACTIONS(2807), + [sym_html_element] = ACTIONS(2807), + }, + [STATE(334)] = { + [anon_sym_COLON] = ACTIONS(2872), + [sym_entity_reference] = ACTIONS(2872), + [sym_numeric_character_reference] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_BANG_LBRACK] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2872), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [aux_sym_pandoc_str_token1] = ACTIONS(2872), + [anon_sym_PIPE] = ACTIONS(2874), + [aux_sym__prose_punctuation_token1] = ACTIONS(2872), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2872), + [sym__line_ending] = ACTIONS(2874), + [sym__soft_line_ending] = ACTIONS(2874), + [sym__block_close] = ACTIONS(2874), + [sym_block_continuation] = ACTIONS(3090), + [sym__block_quote_start] = ACTIONS(2874), + [sym_atx_h1_marker] = ACTIONS(2874), + [sym_atx_h2_marker] = ACTIONS(2874), + [sym_atx_h3_marker] = ACTIONS(2874), + [sym_atx_h4_marker] = ACTIONS(2874), + [sym_atx_h5_marker] = ACTIONS(2874), + [sym_atx_h6_marker] = ACTIONS(2874), + [sym__thematic_break] = ACTIONS(2874), + [sym__list_marker_minus] = ACTIONS(2874), + [sym__list_marker_plus] = ACTIONS(2874), + [sym__list_marker_star] = ACTIONS(2874), + [sym__list_marker_parenthesis] = ACTIONS(2874), + [sym__list_marker_dot] = ACTIONS(2874), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_example] = ACTIONS(2874), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2874), + [sym__fenced_code_block_start_backtick] = ACTIONS(2874), + [sym_minus_metadata] = ACTIONS(2874), + [sym__pipe_table_start] = ACTIONS(2874), + [sym__fenced_div_start] = ACTIONS(2874), + [sym_ref_id_specifier] = ACTIONS(2874), + [sym__code_span_start] = ACTIONS(2874), + [sym__html_comment] = ACTIONS(2874), + [sym__autolink] = ACTIONS(2874), + [sym__highlight_span_start] = ACTIONS(2874), + [sym__insert_span_start] = ACTIONS(2874), + [sym__delete_span_start] = ACTIONS(2874), + [sym__edit_comment_span_start] = ACTIONS(2874), + [sym__single_quote_span_open] = ACTIONS(2874), + [sym__double_quote_span_open] = ACTIONS(2874), + [sym__shortcode_open_escaped] = ACTIONS(2874), + [sym__shortcode_open] = ACTIONS(2874), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2874), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2874), + [sym__cite_author_in_text] = ACTIONS(2874), + [sym__cite_suppress_author] = ACTIONS(2874), + [sym__strikeout_open] = ACTIONS(2874), + [sym__subscript_open] = ACTIONS(2874), + [sym__superscript_open] = ACTIONS(2874), + [sym__inline_note_start_token] = ACTIONS(2874), + [sym__strong_emphasis_open_star] = ACTIONS(2874), + [sym__strong_emphasis_open_underscore] = ACTIONS(2874), + [sym__emphasis_open_star] = ACTIONS(2874), + [sym__emphasis_open_underscore] = ACTIONS(2874), + [sym_inline_note_reference] = ACTIONS(2874), + [sym_html_element] = ACTIONS(2874), + }, + [STATE(335)] = { + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym__block_close] = ACTIONS(2813), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym__fenced_div_end] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), + }, + [STATE(336)] = { + [anon_sym_COLON] = ACTIONS(2866), + [sym_entity_reference] = ACTIONS(2866), + [sym_numeric_character_reference] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2868), + [anon_sym_BANG_LBRACK] = ACTIONS(2868), + [anon_sym_DOLLAR] = ACTIONS(2866), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2868), + [anon_sym_LBRACE] = ACTIONS(2868), + [aux_sym_pandoc_str_token1] = ACTIONS(2866), + [anon_sym_PIPE] = ACTIONS(2868), + [aux_sym__prose_punctuation_token1] = ACTIONS(2866), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2866), + [sym__line_ending] = ACTIONS(2868), + [sym__soft_line_ending] = ACTIONS(2868), + [sym__block_close] = ACTIONS(2868), + [sym_block_continuation] = ACTIONS(3092), + [sym__block_quote_start] = ACTIONS(2868), + [sym_atx_h1_marker] = ACTIONS(2868), + [sym_atx_h2_marker] = ACTIONS(2868), + [sym_atx_h3_marker] = ACTIONS(2868), + [sym_atx_h4_marker] = ACTIONS(2868), + [sym_atx_h5_marker] = ACTIONS(2868), + [sym_atx_h6_marker] = ACTIONS(2868), + [sym__thematic_break] = ACTIONS(2868), + [sym__list_marker_minus] = ACTIONS(2868), + [sym__list_marker_plus] = ACTIONS(2868), + [sym__list_marker_star] = ACTIONS(2868), + [sym__list_marker_parenthesis] = ACTIONS(2868), + [sym__list_marker_dot] = ACTIONS(2868), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_example] = ACTIONS(2868), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2868), + [sym__fenced_code_block_start_backtick] = ACTIONS(2868), + [sym_minus_metadata] = ACTIONS(2868), + [sym__pipe_table_start] = ACTIONS(2868), + [sym__fenced_div_start] = ACTIONS(2868), + [sym_ref_id_specifier] = ACTIONS(2868), + [sym__code_span_start] = ACTIONS(2868), + [sym__html_comment] = ACTIONS(2868), + [sym__autolink] = ACTIONS(2868), + [sym__highlight_span_start] = ACTIONS(2868), + [sym__insert_span_start] = ACTIONS(2868), + [sym__delete_span_start] = ACTIONS(2868), + [sym__edit_comment_span_start] = ACTIONS(2868), + [sym__single_quote_span_open] = ACTIONS(2868), + [sym__double_quote_span_open] = ACTIONS(2868), + [sym__shortcode_open_escaped] = ACTIONS(2868), + [sym__shortcode_open] = ACTIONS(2868), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2868), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2868), + [sym__cite_author_in_text] = ACTIONS(2868), + [sym__cite_suppress_author] = ACTIONS(2868), + [sym__strikeout_open] = ACTIONS(2868), + [sym__subscript_open] = ACTIONS(2868), + [sym__superscript_open] = ACTIONS(2868), + [sym__inline_note_start_token] = ACTIONS(2868), + [sym__strong_emphasis_open_star] = ACTIONS(2868), + [sym__strong_emphasis_open_underscore] = ACTIONS(2868), + [sym__emphasis_open_star] = ACTIONS(2868), + [sym__emphasis_open_underscore] = ACTIONS(2868), + [sym_inline_note_reference] = ACTIONS(2868), + [sym_html_element] = ACTIONS(2868), + }, + [STATE(337)] = { + [anon_sym_COLON] = ACTIONS(2817), + [sym_entity_reference] = ACTIONS(2817), + [sym_numeric_character_reference] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_BANG_LBRACK] = ACTIONS(2819), + [anon_sym_DOLLAR] = ACTIONS(2817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [aux_sym__prose_punctuation_token1] = ACTIONS(2817), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), + [sym__line_ending] = ACTIONS(2819), + [sym__soft_line_ending] = ACTIONS(2819), + [sym__block_close] = ACTIONS(2819), + [sym__block_quote_start] = ACTIONS(2819), + [sym_atx_h1_marker] = ACTIONS(2819), + [sym_atx_h2_marker] = ACTIONS(2819), + [sym_atx_h3_marker] = ACTIONS(2819), + [sym_atx_h4_marker] = ACTIONS(2819), + [sym_atx_h5_marker] = ACTIONS(2819), + [sym_atx_h6_marker] = ACTIONS(2819), + [sym__thematic_break] = ACTIONS(2819), + [sym__list_marker_minus] = ACTIONS(2819), + [sym__list_marker_plus] = ACTIONS(2819), + [sym__list_marker_star] = ACTIONS(2819), + [sym__list_marker_parenthesis] = ACTIONS(2819), + [sym__list_marker_dot] = ACTIONS(2819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_example] = ACTIONS(2819), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2819), + [sym__fenced_code_block_start_backtick] = ACTIONS(2819), + [sym_minus_metadata] = ACTIONS(2819), + [sym__pipe_table_start] = ACTIONS(2819), + [sym__fenced_div_start] = ACTIONS(2819), + [sym__fenced_div_end] = ACTIONS(2819), + [sym_ref_id_specifier] = ACTIONS(2819), + [sym__code_span_start] = ACTIONS(2819), + [sym__html_comment] = ACTIONS(2819), + [sym__autolink] = ACTIONS(2819), + [sym__highlight_span_start] = ACTIONS(2819), + [sym__insert_span_start] = ACTIONS(2819), + [sym__delete_span_start] = ACTIONS(2819), + [sym__edit_comment_span_start] = ACTIONS(2819), + [sym__single_quote_span_open] = ACTIONS(2819), + [sym__double_quote_span_open] = ACTIONS(2819), + [sym__shortcode_open_escaped] = ACTIONS(2819), + [sym__shortcode_open] = ACTIONS(2819), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2819), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2819), + [sym__cite_author_in_text] = ACTIONS(2819), + [sym__cite_suppress_author] = ACTIONS(2819), + [sym__strikeout_open] = ACTIONS(2819), + [sym__subscript_open] = ACTIONS(2819), + [sym__superscript_open] = ACTIONS(2819), + [sym__inline_note_start_token] = ACTIONS(2819), + [sym__strong_emphasis_open_star] = ACTIONS(2819), + [sym__strong_emphasis_open_underscore] = ACTIONS(2819), + [sym__emphasis_open_star] = ACTIONS(2819), + [sym__emphasis_open_underscore] = ACTIONS(2819), + [sym_inline_note_reference] = ACTIONS(2819), + [sym_html_element] = ACTIONS(2819), + }, + [STATE(338)] = { + [sym_pandoc_span] = STATE(329), + [sym_pandoc_image] = STATE(329), + [sym_pandoc_math] = STATE(329), + [sym_pandoc_display_math] = STATE(329), + [sym_pandoc_code_span] = STATE(329), + [sym_pandoc_single_quote] = STATE(329), + [sym_pandoc_double_quote] = STATE(329), + [sym_insert] = STATE(329), + [sym_delete] = STATE(329), + [sym_edit_comment] = STATE(329), + [sym_highlight] = STATE(329), + [sym__pandoc_attr_specifier] = STATE(329), + [sym__inline_element] = STATE(329), + [sym_shortcode_escaped] = STATE(329), + [sym_shortcode] = STATE(329), + [sym_citation] = STATE(329), + [sym_inline_note] = STATE(329), + [sym_pandoc_superscript] = STATE(329), + [sym_pandoc_subscript] = STATE(329), + [sym_pandoc_strikeout] = STATE(329), + [sym_pandoc_emph] = STATE(329), + [sym_pandoc_strong] = STATE(329), + [sym_pandoc_str] = STATE(329), + [sym__prose_punctuation] = STATE(329), + [sym_pandoc_line_break] = STATE(329), + [aux_sym__line_repeat1] = STATE(329), + [sym_entity_reference] = ACTIONS(3094), + [sym_numeric_character_reference] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(11), + [anon_sym_BANG_LBRACK] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(15), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [aux_sym_pandoc_str_token1] = ACTIONS(21), + [anon_sym_PIPE] = ACTIONS(23), + [aux_sym__prose_punctuation_token1] = ACTIONS(3094), + [aux_sym_pandoc_line_break_token1] = ACTIONS(25), + [sym__whitespace] = ACTIONS(3078), + [sym__line_ending] = ACTIONS(3098), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__eof] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(69), + [sym__html_comment] = ACTIONS(3096), + [sym__autolink] = ACTIONS(3096), + [sym__highlight_span_start] = ACTIONS(71), + [sym__insert_span_start] = ACTIONS(73), + [sym__delete_span_start] = ACTIONS(75), + [sym__edit_comment_span_start] = ACTIONS(77), + [sym__single_quote_span_open] = ACTIONS(79), + [sym__double_quote_span_open] = ACTIONS(81), + [sym__shortcode_open_escaped] = ACTIONS(83), + [sym__shortcode_open] = ACTIONS(85), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(87), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(89), + [sym__cite_author_in_text] = ACTIONS(91), + [sym__cite_suppress_author] = ACTIONS(93), + [sym__strikeout_open] = ACTIONS(95), + [sym__subscript_open] = ACTIONS(97), + [sym__superscript_open] = ACTIONS(99), + [sym__inline_note_start_token] = ACTIONS(101), + [sym__strong_emphasis_open_star] = ACTIONS(103), + [sym__strong_emphasis_open_underscore] = ACTIONS(105), + [sym__emphasis_open_star] = ACTIONS(107), + [sym__emphasis_open_underscore] = ACTIONS(109), + [sym_inline_note_reference] = ACTIONS(3096), + [sym_html_element] = ACTIONS(3096), + }, + [STATE(339)] = { + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym__block_close] = ACTIONS(2850), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym__fenced_div_end] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), + }, + [STATE(340)] = { + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym__block_close] = ACTIONS(2856), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym__fenced_div_end] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), + }, + [STATE(341)] = { + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym__block_close] = ACTIONS(2862), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym__fenced_div_end] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), + }, + [STATE(342)] = { + [anon_sym_COLON] = ACTIONS(3100), + [sym_entity_reference] = ACTIONS(3100), + [sym_numeric_character_reference] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_BANG_LBRACK] = ACTIONS(3102), + [anon_sym_DOLLAR] = ACTIONS(3100), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3102), + [anon_sym_LBRACE] = ACTIONS(3102), + [aux_sym_pandoc_str_token1] = ACTIONS(3100), + [anon_sym_PIPE] = ACTIONS(3102), + [aux_sym__prose_punctuation_token1] = ACTIONS(3100), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3100), + [sym__line_ending] = ACTIONS(3102), + [sym__soft_line_ending] = ACTIONS(3102), + [sym__block_close] = ACTIONS(3102), + [sym__block_quote_start] = ACTIONS(3102), + [sym_atx_h1_marker] = ACTIONS(3102), + [sym_atx_h2_marker] = ACTIONS(3102), + [sym_atx_h3_marker] = ACTIONS(3102), + [sym_atx_h4_marker] = ACTIONS(3102), + [sym_atx_h5_marker] = ACTIONS(3102), + [sym_atx_h6_marker] = ACTIONS(3102), + [sym__thematic_break] = ACTIONS(3102), + [sym__list_marker_minus] = ACTIONS(3102), + [sym__list_marker_plus] = ACTIONS(3102), + [sym__list_marker_star] = ACTIONS(3102), + [sym__list_marker_parenthesis] = ACTIONS(3102), + [sym__list_marker_dot] = ACTIONS(3102), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_example] = ACTIONS(3102), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3102), + [sym__fenced_code_block_start_backtick] = ACTIONS(3102), + [sym_minus_metadata] = ACTIONS(3102), + [sym__pipe_table_start] = ACTIONS(3102), + [sym__fenced_div_start] = ACTIONS(3102), + [sym__fenced_div_end] = ACTIONS(3102), + [sym_ref_id_specifier] = ACTIONS(3102), + [sym__code_span_start] = ACTIONS(3102), + [sym__html_comment] = ACTIONS(3102), + [sym__autolink] = ACTIONS(3102), + [sym__highlight_span_start] = ACTIONS(3102), + [sym__insert_span_start] = ACTIONS(3102), + [sym__delete_span_start] = ACTIONS(3102), + [sym__edit_comment_span_start] = ACTIONS(3102), + [sym__single_quote_span_open] = ACTIONS(3102), + [sym__double_quote_span_open] = ACTIONS(3102), + [sym__shortcode_open_escaped] = ACTIONS(3102), + [sym__shortcode_open] = ACTIONS(3102), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3102), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3102), + [sym__cite_author_in_text] = ACTIONS(3102), + [sym__cite_suppress_author] = ACTIONS(3102), + [sym__strikeout_open] = ACTIONS(3102), + [sym__subscript_open] = ACTIONS(3102), + [sym__superscript_open] = ACTIONS(3102), + [sym__inline_note_start_token] = ACTIONS(3102), + [sym__strong_emphasis_open_star] = ACTIONS(3102), + [sym__strong_emphasis_open_underscore] = ACTIONS(3102), + [sym__emphasis_open_star] = ACTIONS(3102), + [sym__emphasis_open_underscore] = ACTIONS(3102), + [sym_inline_note_reference] = ACTIONS(3102), + [sym_html_element] = ACTIONS(3102), + }, + [STATE(343)] = { + [anon_sym_COLON] = ACTIONS(3104), + [sym_entity_reference] = ACTIONS(3104), + [sym_numeric_character_reference] = ACTIONS(3106), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_BANG_LBRACK] = ACTIONS(3106), + [anon_sym_DOLLAR] = ACTIONS(3104), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3106), + [anon_sym_LBRACE] = ACTIONS(3106), + [aux_sym_pandoc_str_token1] = ACTIONS(3104), + [anon_sym_PIPE] = ACTIONS(3106), + [aux_sym__prose_punctuation_token1] = ACTIONS(3104), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3104), + [sym__line_ending] = ACTIONS(3106), + [sym__soft_line_ending] = ACTIONS(3106), + [sym__block_close] = ACTIONS(3106), + [sym__block_quote_start] = ACTIONS(3106), + [sym_atx_h1_marker] = ACTIONS(3106), + [sym_atx_h2_marker] = ACTIONS(3106), + [sym_atx_h3_marker] = ACTIONS(3106), + [sym_atx_h4_marker] = ACTIONS(3106), + [sym_atx_h5_marker] = ACTIONS(3106), + [sym_atx_h6_marker] = ACTIONS(3106), + [sym__thematic_break] = ACTIONS(3106), + [sym__list_marker_minus] = ACTIONS(3106), + [sym__list_marker_plus] = ACTIONS(3106), + [sym__list_marker_star] = ACTIONS(3106), + [sym__list_marker_parenthesis] = ACTIONS(3106), + [sym__list_marker_dot] = ACTIONS(3106), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_example] = ACTIONS(3106), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3106), + [sym__fenced_code_block_start_backtick] = ACTIONS(3106), + [sym_minus_metadata] = ACTIONS(3106), + [sym__pipe_table_start] = ACTIONS(3106), + [sym__fenced_div_start] = ACTIONS(3106), + [sym__fenced_div_end] = ACTIONS(3106), + [sym_ref_id_specifier] = ACTIONS(3106), + [sym__code_span_start] = ACTIONS(3106), + [sym__html_comment] = ACTIONS(3106), + [sym__autolink] = ACTIONS(3106), + [sym__highlight_span_start] = ACTIONS(3106), + [sym__insert_span_start] = ACTIONS(3106), + [sym__delete_span_start] = ACTIONS(3106), + [sym__edit_comment_span_start] = ACTIONS(3106), + [sym__single_quote_span_open] = ACTIONS(3106), + [sym__double_quote_span_open] = ACTIONS(3106), + [sym__shortcode_open_escaped] = ACTIONS(3106), + [sym__shortcode_open] = ACTIONS(3106), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3106), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3106), + [sym__cite_author_in_text] = ACTIONS(3106), + [sym__cite_suppress_author] = ACTIONS(3106), + [sym__strikeout_open] = ACTIONS(3106), + [sym__subscript_open] = ACTIONS(3106), + [sym__superscript_open] = ACTIONS(3106), + [sym__inline_note_start_token] = ACTIONS(3106), + [sym__strong_emphasis_open_star] = ACTIONS(3106), + [sym__strong_emphasis_open_underscore] = ACTIONS(3106), + [sym__emphasis_open_star] = ACTIONS(3106), + [sym__emphasis_open_underscore] = ACTIONS(3106), + [sym_inline_note_reference] = ACTIONS(3106), + [sym_html_element] = ACTIONS(3106), + }, + [STATE(344)] = { + [anon_sym_COLON] = ACTIONS(3108), + [sym_entity_reference] = ACTIONS(3108), + [sym_numeric_character_reference] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3110), + [anon_sym_BANG_LBRACK] = ACTIONS(3110), + [anon_sym_DOLLAR] = ACTIONS(3108), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3110), + [aux_sym_pandoc_str_token1] = ACTIONS(3108), + [anon_sym_PIPE] = ACTIONS(3110), + [aux_sym__prose_punctuation_token1] = ACTIONS(3108), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3108), + [sym__line_ending] = ACTIONS(3110), + [sym__soft_line_ending] = ACTIONS(3110), + [sym__block_close] = ACTIONS(3110), + [sym__block_quote_start] = ACTIONS(3110), + [sym_atx_h1_marker] = ACTIONS(3110), + [sym_atx_h2_marker] = ACTIONS(3110), + [sym_atx_h3_marker] = ACTIONS(3110), + [sym_atx_h4_marker] = ACTIONS(3110), + [sym_atx_h5_marker] = ACTIONS(3110), + [sym_atx_h6_marker] = ACTIONS(3110), + [sym__thematic_break] = ACTIONS(3110), + [sym__list_marker_minus] = ACTIONS(3110), + [sym__list_marker_plus] = ACTIONS(3110), + [sym__list_marker_star] = ACTIONS(3110), + [sym__list_marker_parenthesis] = ACTIONS(3110), + [sym__list_marker_dot] = ACTIONS(3110), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_example] = ACTIONS(3110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3110), + [sym__fenced_code_block_start_backtick] = ACTIONS(3110), + [sym_minus_metadata] = ACTIONS(3110), + [sym__pipe_table_start] = ACTIONS(3110), + [sym__fenced_div_start] = ACTIONS(3110), + [sym__fenced_div_end] = ACTIONS(3110), + [sym_ref_id_specifier] = ACTIONS(3110), + [sym__code_span_start] = ACTIONS(3110), + [sym__html_comment] = ACTIONS(3110), + [sym__autolink] = ACTIONS(3110), + [sym__highlight_span_start] = ACTIONS(3110), + [sym__insert_span_start] = ACTIONS(3110), + [sym__delete_span_start] = ACTIONS(3110), + [sym__edit_comment_span_start] = ACTIONS(3110), + [sym__single_quote_span_open] = ACTIONS(3110), + [sym__double_quote_span_open] = ACTIONS(3110), + [sym__shortcode_open_escaped] = ACTIONS(3110), + [sym__shortcode_open] = ACTIONS(3110), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3110), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3110), + [sym__cite_author_in_text] = ACTIONS(3110), + [sym__cite_suppress_author] = ACTIONS(3110), + [sym__strikeout_open] = ACTIONS(3110), + [sym__subscript_open] = ACTIONS(3110), + [sym__superscript_open] = ACTIONS(3110), + [sym__inline_note_start_token] = ACTIONS(3110), + [sym__strong_emphasis_open_star] = ACTIONS(3110), + [sym__strong_emphasis_open_underscore] = ACTIONS(3110), + [sym__emphasis_open_star] = ACTIONS(3110), + [sym__emphasis_open_underscore] = ACTIONS(3110), + [sym_inline_note_reference] = ACTIONS(3110), + [sym_html_element] = ACTIONS(3110), + }, + [STATE(345)] = { + [anon_sym_COLON] = ACTIONS(3112), + [sym_entity_reference] = ACTIONS(3112), + [sym_numeric_character_reference] = ACTIONS(3114), + [anon_sym_LBRACK] = ACTIONS(3114), + [anon_sym_BANG_LBRACK] = ACTIONS(3114), + [anon_sym_DOLLAR] = ACTIONS(3112), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3114), + [anon_sym_LBRACE] = ACTIONS(3114), + [aux_sym_pandoc_str_token1] = ACTIONS(3112), + [anon_sym_PIPE] = ACTIONS(3114), + [aux_sym__prose_punctuation_token1] = ACTIONS(3112), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3112), + [sym__line_ending] = ACTIONS(3114), + [sym__soft_line_ending] = ACTIONS(3114), + [sym__block_close] = ACTIONS(3114), + [sym__block_quote_start] = ACTIONS(3114), + [sym_atx_h1_marker] = ACTIONS(3114), + [sym_atx_h2_marker] = ACTIONS(3114), + [sym_atx_h3_marker] = ACTIONS(3114), + [sym_atx_h4_marker] = ACTIONS(3114), + [sym_atx_h5_marker] = ACTIONS(3114), + [sym_atx_h6_marker] = ACTIONS(3114), + [sym__thematic_break] = ACTIONS(3114), + [sym__list_marker_minus] = ACTIONS(3114), + [sym__list_marker_plus] = ACTIONS(3114), + [sym__list_marker_star] = ACTIONS(3114), + [sym__list_marker_parenthesis] = ACTIONS(3114), + [sym__list_marker_dot] = ACTIONS(3114), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_example] = ACTIONS(3114), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3114), + [sym__fenced_code_block_start_backtick] = ACTIONS(3114), + [sym_minus_metadata] = ACTIONS(3114), + [sym__pipe_table_start] = ACTIONS(3114), + [sym__fenced_div_start] = ACTIONS(3114), + [sym__fenced_div_end] = ACTIONS(3114), + [sym_ref_id_specifier] = ACTIONS(3114), + [sym__code_span_start] = ACTIONS(3114), + [sym__html_comment] = ACTIONS(3114), + [sym__autolink] = ACTIONS(3114), + [sym__highlight_span_start] = ACTIONS(3114), + [sym__insert_span_start] = ACTIONS(3114), + [sym__delete_span_start] = ACTIONS(3114), + [sym__edit_comment_span_start] = ACTIONS(3114), + [sym__single_quote_span_open] = ACTIONS(3114), + [sym__double_quote_span_open] = ACTIONS(3114), + [sym__shortcode_open_escaped] = ACTIONS(3114), + [sym__shortcode_open] = ACTIONS(3114), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3114), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3114), + [sym__cite_author_in_text] = ACTIONS(3114), + [sym__cite_suppress_author] = ACTIONS(3114), + [sym__strikeout_open] = ACTIONS(3114), + [sym__subscript_open] = ACTIONS(3114), + [sym__superscript_open] = ACTIONS(3114), + [sym__inline_note_start_token] = ACTIONS(3114), + [sym__strong_emphasis_open_star] = ACTIONS(3114), + [sym__strong_emphasis_open_underscore] = ACTIONS(3114), + [sym__emphasis_open_star] = ACTIONS(3114), + [sym__emphasis_open_underscore] = ACTIONS(3114), + [sym_inline_note_reference] = ACTIONS(3114), + [sym_html_element] = ACTIONS(3114), + }, + [STATE(346)] = { + [anon_sym_COLON] = ACTIONS(3116), + [sym_entity_reference] = ACTIONS(3116), + [sym_numeric_character_reference] = ACTIONS(3118), + [anon_sym_LBRACK] = ACTIONS(3118), + [anon_sym_BANG_LBRACK] = ACTIONS(3118), + [anon_sym_DOLLAR] = ACTIONS(3116), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3118), + [anon_sym_LBRACE] = ACTIONS(3118), + [aux_sym_pandoc_str_token1] = ACTIONS(3116), + [anon_sym_PIPE] = ACTIONS(3118), + [aux_sym__prose_punctuation_token1] = ACTIONS(3116), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3116), + [sym__line_ending] = ACTIONS(3118), + [sym__soft_line_ending] = ACTIONS(3118), + [sym__block_close] = ACTIONS(3118), + [sym__block_quote_start] = ACTIONS(3118), + [sym_atx_h1_marker] = ACTIONS(3118), + [sym_atx_h2_marker] = ACTIONS(3118), + [sym_atx_h3_marker] = ACTIONS(3118), + [sym_atx_h4_marker] = ACTIONS(3118), + [sym_atx_h5_marker] = ACTIONS(3118), + [sym_atx_h6_marker] = ACTIONS(3118), + [sym__thematic_break] = ACTIONS(3118), + [sym__list_marker_minus] = ACTIONS(3118), + [sym__list_marker_plus] = ACTIONS(3118), + [sym__list_marker_star] = ACTIONS(3118), + [sym__list_marker_parenthesis] = ACTIONS(3118), + [sym__list_marker_dot] = ACTIONS(3118), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_example] = ACTIONS(3118), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3118), + [sym__fenced_code_block_start_backtick] = ACTIONS(3118), + [sym_minus_metadata] = ACTIONS(3118), + [sym__pipe_table_start] = ACTIONS(3118), + [sym__fenced_div_start] = ACTIONS(3118), + [sym__fenced_div_end] = ACTIONS(3118), + [sym_ref_id_specifier] = ACTIONS(3118), + [sym__code_span_start] = ACTIONS(3118), + [sym__html_comment] = ACTIONS(3118), + [sym__autolink] = ACTIONS(3118), + [sym__highlight_span_start] = ACTIONS(3118), + [sym__insert_span_start] = ACTIONS(3118), + [sym__delete_span_start] = ACTIONS(3118), + [sym__edit_comment_span_start] = ACTIONS(3118), + [sym__single_quote_span_open] = ACTIONS(3118), + [sym__double_quote_span_open] = ACTIONS(3118), + [sym__shortcode_open_escaped] = ACTIONS(3118), + [sym__shortcode_open] = ACTIONS(3118), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3118), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3118), + [sym__cite_author_in_text] = ACTIONS(3118), + [sym__cite_suppress_author] = ACTIONS(3118), + [sym__strikeout_open] = ACTIONS(3118), + [sym__subscript_open] = ACTIONS(3118), + [sym__superscript_open] = ACTIONS(3118), + [sym__inline_note_start_token] = ACTIONS(3118), + [sym__strong_emphasis_open_star] = ACTIONS(3118), + [sym__strong_emphasis_open_underscore] = ACTIONS(3118), + [sym__emphasis_open_star] = ACTIONS(3118), + [sym__emphasis_open_underscore] = ACTIONS(3118), + [sym_inline_note_reference] = ACTIONS(3118), + [sym_html_element] = ACTIONS(3118), + }, + [STATE(347)] = { + [anon_sym_COLON] = ACTIONS(3120), + [sym_entity_reference] = ACTIONS(3120), + [sym_numeric_character_reference] = ACTIONS(3122), + [anon_sym_LBRACK] = ACTIONS(3122), + [anon_sym_BANG_LBRACK] = ACTIONS(3122), + [anon_sym_DOLLAR] = ACTIONS(3120), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3122), + [anon_sym_LBRACE] = ACTIONS(3122), + [aux_sym_pandoc_str_token1] = ACTIONS(3120), + [anon_sym_PIPE] = ACTIONS(3122), + [aux_sym__prose_punctuation_token1] = ACTIONS(3120), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3120), + [sym__line_ending] = ACTIONS(3122), + [sym__soft_line_ending] = ACTIONS(3122), + [sym__block_close] = ACTIONS(3122), + [sym__block_quote_start] = ACTIONS(3122), + [sym_atx_h1_marker] = ACTIONS(3122), + [sym_atx_h2_marker] = ACTIONS(3122), + [sym_atx_h3_marker] = ACTIONS(3122), + [sym_atx_h4_marker] = ACTIONS(3122), + [sym_atx_h5_marker] = ACTIONS(3122), + [sym_atx_h6_marker] = ACTIONS(3122), + [sym__thematic_break] = ACTIONS(3122), + [sym__list_marker_minus] = ACTIONS(3122), + [sym__list_marker_plus] = ACTIONS(3122), + [sym__list_marker_star] = ACTIONS(3122), + [sym__list_marker_parenthesis] = ACTIONS(3122), + [sym__list_marker_dot] = ACTIONS(3122), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_example] = ACTIONS(3122), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3122), + [sym__fenced_code_block_start_backtick] = ACTIONS(3122), + [sym_minus_metadata] = ACTIONS(3122), + [sym__pipe_table_start] = ACTIONS(3122), + [sym__fenced_div_start] = ACTIONS(3122), + [sym__fenced_div_end] = ACTIONS(3122), + [sym_ref_id_specifier] = ACTIONS(3122), + [sym__code_span_start] = ACTIONS(3122), + [sym__html_comment] = ACTIONS(3122), + [sym__autolink] = ACTIONS(3122), + [sym__highlight_span_start] = ACTIONS(3122), + [sym__insert_span_start] = ACTIONS(3122), + [sym__delete_span_start] = ACTIONS(3122), + [sym__edit_comment_span_start] = ACTIONS(3122), + [sym__single_quote_span_open] = ACTIONS(3122), + [sym__double_quote_span_open] = ACTIONS(3122), + [sym__shortcode_open_escaped] = ACTIONS(3122), + [sym__shortcode_open] = ACTIONS(3122), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3122), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3122), + [sym__cite_author_in_text] = ACTIONS(3122), + [sym__cite_suppress_author] = ACTIONS(3122), + [sym__strikeout_open] = ACTIONS(3122), + [sym__subscript_open] = ACTIONS(3122), + [sym__superscript_open] = ACTIONS(3122), + [sym__inline_note_start_token] = ACTIONS(3122), + [sym__strong_emphasis_open_star] = ACTIONS(3122), + [sym__strong_emphasis_open_underscore] = ACTIONS(3122), + [sym__emphasis_open_star] = ACTIONS(3122), + [sym__emphasis_open_underscore] = ACTIONS(3122), + [sym_inline_note_reference] = ACTIONS(3122), + [sym_html_element] = ACTIONS(3122), + }, + [STATE(348)] = { + [anon_sym_COLON] = ACTIONS(3124), + [sym_entity_reference] = ACTIONS(3124), + [sym_numeric_character_reference] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3126), + [anon_sym_BANG_LBRACK] = ACTIONS(3126), + [anon_sym_DOLLAR] = ACTIONS(3124), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3126), + [anon_sym_LBRACE] = ACTIONS(3126), + [aux_sym_pandoc_str_token1] = ACTIONS(3124), + [anon_sym_PIPE] = ACTIONS(3126), + [aux_sym__prose_punctuation_token1] = ACTIONS(3124), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3124), + [sym__line_ending] = ACTIONS(3126), + [sym__soft_line_ending] = ACTIONS(3126), + [sym__block_close] = ACTIONS(3126), + [sym__block_quote_start] = ACTIONS(3126), + [sym_atx_h1_marker] = ACTIONS(3126), + [sym_atx_h2_marker] = ACTIONS(3126), + [sym_atx_h3_marker] = ACTIONS(3126), + [sym_atx_h4_marker] = ACTIONS(3126), + [sym_atx_h5_marker] = ACTIONS(3126), + [sym_atx_h6_marker] = ACTIONS(3126), + [sym__thematic_break] = ACTIONS(3126), + [sym__list_marker_minus] = ACTIONS(3126), + [sym__list_marker_plus] = ACTIONS(3126), + [sym__list_marker_star] = ACTIONS(3126), + [sym__list_marker_parenthesis] = ACTIONS(3126), + [sym__list_marker_dot] = ACTIONS(3126), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_example] = ACTIONS(3126), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3126), + [sym__fenced_code_block_start_backtick] = ACTIONS(3126), + [sym_minus_metadata] = ACTIONS(3126), + [sym__pipe_table_start] = ACTIONS(3126), + [sym__fenced_div_start] = ACTIONS(3126), + [sym__fenced_div_end] = ACTIONS(3126), + [sym_ref_id_specifier] = ACTIONS(3126), + [sym__code_span_start] = ACTIONS(3126), + [sym__html_comment] = ACTIONS(3126), + [sym__autolink] = ACTIONS(3126), + [sym__highlight_span_start] = ACTIONS(3126), + [sym__insert_span_start] = ACTIONS(3126), + [sym__delete_span_start] = ACTIONS(3126), + [sym__edit_comment_span_start] = ACTIONS(3126), + [sym__single_quote_span_open] = ACTIONS(3126), + [sym__double_quote_span_open] = ACTIONS(3126), + [sym__shortcode_open_escaped] = ACTIONS(3126), + [sym__shortcode_open] = ACTIONS(3126), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3126), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3126), + [sym__cite_author_in_text] = ACTIONS(3126), + [sym__cite_suppress_author] = ACTIONS(3126), + [sym__strikeout_open] = ACTIONS(3126), + [sym__subscript_open] = ACTIONS(3126), + [sym__superscript_open] = ACTIONS(3126), + [sym__inline_note_start_token] = ACTIONS(3126), + [sym__strong_emphasis_open_star] = ACTIONS(3126), + [sym__strong_emphasis_open_underscore] = ACTIONS(3126), + [sym__emphasis_open_star] = ACTIONS(3126), + [sym__emphasis_open_underscore] = ACTIONS(3126), + [sym_inline_note_reference] = ACTIONS(3126), + [sym_html_element] = ACTIONS(3126), + }, + [STATE(349)] = { + [anon_sym_COLON] = ACTIONS(3128), + [sym_entity_reference] = ACTIONS(3128), + [sym_numeric_character_reference] = ACTIONS(3130), + [anon_sym_LBRACK] = ACTIONS(3130), + [anon_sym_BANG_LBRACK] = ACTIONS(3130), + [anon_sym_DOLLAR] = ACTIONS(3128), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3130), + [anon_sym_LBRACE] = ACTIONS(3130), + [aux_sym_pandoc_str_token1] = ACTIONS(3128), + [anon_sym_PIPE] = ACTIONS(3130), + [aux_sym__prose_punctuation_token1] = ACTIONS(3128), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3128), + [sym__line_ending] = ACTIONS(3130), + [sym__soft_line_ending] = ACTIONS(3130), + [sym__block_close] = ACTIONS(3130), + [sym__block_quote_start] = ACTIONS(3130), + [sym_atx_h1_marker] = ACTIONS(3130), + [sym_atx_h2_marker] = ACTIONS(3130), + [sym_atx_h3_marker] = ACTIONS(3130), + [sym_atx_h4_marker] = ACTIONS(3130), + [sym_atx_h5_marker] = ACTIONS(3130), + [sym_atx_h6_marker] = ACTIONS(3130), + [sym__thematic_break] = ACTIONS(3130), + [sym__list_marker_minus] = ACTIONS(3130), + [sym__list_marker_plus] = ACTIONS(3130), + [sym__list_marker_star] = ACTIONS(3130), + [sym__list_marker_parenthesis] = ACTIONS(3130), + [sym__list_marker_dot] = ACTIONS(3130), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_example] = ACTIONS(3130), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3130), + [sym__fenced_code_block_start_backtick] = ACTIONS(3130), + [sym_minus_metadata] = ACTIONS(3130), + [sym__pipe_table_start] = ACTIONS(3130), + [sym__fenced_div_start] = ACTIONS(3130), + [sym__fenced_div_end] = ACTIONS(3130), + [sym_ref_id_specifier] = ACTIONS(3130), + [sym__code_span_start] = ACTIONS(3130), + [sym__html_comment] = ACTIONS(3130), + [sym__autolink] = ACTIONS(3130), + [sym__highlight_span_start] = ACTIONS(3130), + [sym__insert_span_start] = ACTIONS(3130), + [sym__delete_span_start] = ACTIONS(3130), + [sym__edit_comment_span_start] = ACTIONS(3130), + [sym__single_quote_span_open] = ACTIONS(3130), + [sym__double_quote_span_open] = ACTIONS(3130), + [sym__shortcode_open_escaped] = ACTIONS(3130), + [sym__shortcode_open] = ACTIONS(3130), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3130), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3130), + [sym__cite_author_in_text] = ACTIONS(3130), + [sym__cite_suppress_author] = ACTIONS(3130), + [sym__strikeout_open] = ACTIONS(3130), + [sym__subscript_open] = ACTIONS(3130), + [sym__superscript_open] = ACTIONS(3130), + [sym__inline_note_start_token] = ACTIONS(3130), + [sym__strong_emphasis_open_star] = ACTIONS(3130), + [sym__strong_emphasis_open_underscore] = ACTIONS(3130), + [sym__emphasis_open_star] = ACTIONS(3130), + [sym__emphasis_open_underscore] = ACTIONS(3130), + [sym_inline_note_reference] = ACTIONS(3130), + [sym_html_element] = ACTIONS(3130), + }, + [STATE(350)] = { + [anon_sym_COLON] = ACTIONS(3132), + [sym_entity_reference] = ACTIONS(3132), + [sym_numeric_character_reference] = ACTIONS(3134), + [anon_sym_LBRACK] = ACTIONS(3134), + [anon_sym_BANG_LBRACK] = ACTIONS(3134), + [anon_sym_DOLLAR] = ACTIONS(3132), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3134), + [anon_sym_LBRACE] = ACTIONS(3134), + [aux_sym_pandoc_str_token1] = ACTIONS(3132), + [anon_sym_PIPE] = ACTIONS(3134), + [aux_sym__prose_punctuation_token1] = ACTIONS(3132), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3132), + [sym__line_ending] = ACTIONS(3134), + [sym__soft_line_ending] = ACTIONS(3134), + [sym__block_close] = ACTIONS(3134), + [sym__block_quote_start] = ACTIONS(3134), + [sym_atx_h1_marker] = ACTIONS(3134), + [sym_atx_h2_marker] = ACTIONS(3134), + [sym_atx_h3_marker] = ACTIONS(3134), + [sym_atx_h4_marker] = ACTIONS(3134), + [sym_atx_h5_marker] = ACTIONS(3134), + [sym_atx_h6_marker] = ACTIONS(3134), + [sym__thematic_break] = ACTIONS(3134), + [sym__list_marker_minus] = ACTIONS(3134), + [sym__list_marker_plus] = ACTIONS(3134), + [sym__list_marker_star] = ACTIONS(3134), + [sym__list_marker_parenthesis] = ACTIONS(3134), + [sym__list_marker_dot] = ACTIONS(3134), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_example] = ACTIONS(3134), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3134), + [sym__fenced_code_block_start_backtick] = ACTIONS(3134), + [sym_minus_metadata] = ACTIONS(3134), + [sym__pipe_table_start] = ACTIONS(3134), + [sym__fenced_div_start] = ACTIONS(3134), + [sym__fenced_div_end] = ACTIONS(3134), + [sym_ref_id_specifier] = ACTIONS(3134), + [sym__code_span_start] = ACTIONS(3134), + [sym__html_comment] = ACTIONS(3134), + [sym__autolink] = ACTIONS(3134), + [sym__highlight_span_start] = ACTIONS(3134), + [sym__insert_span_start] = ACTIONS(3134), + [sym__delete_span_start] = ACTIONS(3134), + [sym__edit_comment_span_start] = ACTIONS(3134), + [sym__single_quote_span_open] = ACTIONS(3134), + [sym__double_quote_span_open] = ACTIONS(3134), + [sym__shortcode_open_escaped] = ACTIONS(3134), + [sym__shortcode_open] = ACTIONS(3134), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3134), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3134), + [sym__cite_author_in_text] = ACTIONS(3134), + [sym__cite_suppress_author] = ACTIONS(3134), + [sym__strikeout_open] = ACTIONS(3134), + [sym__subscript_open] = ACTIONS(3134), + [sym__superscript_open] = ACTIONS(3134), + [sym__inline_note_start_token] = ACTIONS(3134), + [sym__strong_emphasis_open_star] = ACTIONS(3134), + [sym__strong_emphasis_open_underscore] = ACTIONS(3134), + [sym__emphasis_open_star] = ACTIONS(3134), + [sym__emphasis_open_underscore] = ACTIONS(3134), + [sym_inline_note_reference] = ACTIONS(3134), + [sym_html_element] = ACTIONS(3134), + }, + [STATE(351)] = { + [anon_sym_COLON] = ACTIONS(3136), + [sym_entity_reference] = ACTIONS(3136), + [sym_numeric_character_reference] = ACTIONS(3138), + [anon_sym_LBRACK] = ACTIONS(3138), + [anon_sym_BANG_LBRACK] = ACTIONS(3138), + [anon_sym_DOLLAR] = ACTIONS(3136), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3138), + [anon_sym_LBRACE] = ACTIONS(3138), + [aux_sym_pandoc_str_token1] = ACTIONS(3136), + [anon_sym_PIPE] = ACTIONS(3138), + [aux_sym__prose_punctuation_token1] = ACTIONS(3136), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3136), + [sym__line_ending] = ACTIONS(3138), + [sym__soft_line_ending] = ACTIONS(3138), + [sym__block_close] = ACTIONS(3138), + [sym__block_quote_start] = ACTIONS(3138), + [sym_atx_h1_marker] = ACTIONS(3138), + [sym_atx_h2_marker] = ACTIONS(3138), + [sym_atx_h3_marker] = ACTIONS(3138), + [sym_atx_h4_marker] = ACTIONS(3138), + [sym_atx_h5_marker] = ACTIONS(3138), + [sym_atx_h6_marker] = ACTIONS(3138), + [sym__thematic_break] = ACTIONS(3138), + [sym__list_marker_minus] = ACTIONS(3138), + [sym__list_marker_plus] = ACTIONS(3138), + [sym__list_marker_star] = ACTIONS(3138), + [sym__list_marker_parenthesis] = ACTIONS(3138), + [sym__list_marker_dot] = ACTIONS(3138), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_example] = ACTIONS(3138), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3138), + [sym__fenced_code_block_start_backtick] = ACTIONS(3138), + [sym_minus_metadata] = ACTIONS(3138), + [sym__pipe_table_start] = ACTIONS(3138), + [sym__fenced_div_start] = ACTIONS(3138), + [sym__fenced_div_end] = ACTIONS(3138), + [sym_ref_id_specifier] = ACTIONS(3138), + [sym__code_span_start] = ACTIONS(3138), + [sym__html_comment] = ACTIONS(3138), + [sym__autolink] = ACTIONS(3138), + [sym__highlight_span_start] = ACTIONS(3138), + [sym__insert_span_start] = ACTIONS(3138), + [sym__delete_span_start] = ACTIONS(3138), + [sym__edit_comment_span_start] = ACTIONS(3138), + [sym__single_quote_span_open] = ACTIONS(3138), + [sym__double_quote_span_open] = ACTIONS(3138), + [sym__shortcode_open_escaped] = ACTIONS(3138), + [sym__shortcode_open] = ACTIONS(3138), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3138), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3138), + [sym__cite_author_in_text] = ACTIONS(3138), + [sym__cite_suppress_author] = ACTIONS(3138), + [sym__strikeout_open] = ACTIONS(3138), + [sym__subscript_open] = ACTIONS(3138), + [sym__superscript_open] = ACTIONS(3138), + [sym__inline_note_start_token] = ACTIONS(3138), + [sym__strong_emphasis_open_star] = ACTIONS(3138), + [sym__strong_emphasis_open_underscore] = ACTIONS(3138), + [sym__emphasis_open_star] = ACTIONS(3138), + [sym__emphasis_open_underscore] = ACTIONS(3138), + [sym_inline_note_reference] = ACTIONS(3138), + [sym_html_element] = ACTIONS(3138), + }, + [STATE(352)] = { + [anon_sym_COLON] = ACTIONS(3140), + [sym_entity_reference] = ACTIONS(3140), + [sym_numeric_character_reference] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3142), + [anon_sym_BANG_LBRACK] = ACTIONS(3142), + [anon_sym_DOLLAR] = ACTIONS(3140), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(3142), + [aux_sym_pandoc_str_token1] = ACTIONS(3140), + [anon_sym_PIPE] = ACTIONS(3142), + [aux_sym__prose_punctuation_token1] = ACTIONS(3140), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3140), + [sym__line_ending] = ACTIONS(3142), + [sym__soft_line_ending] = ACTIONS(3142), + [sym__block_close] = ACTIONS(3142), + [sym__block_quote_start] = ACTIONS(3142), + [sym_atx_h1_marker] = ACTIONS(3142), + [sym_atx_h2_marker] = ACTIONS(3142), + [sym_atx_h3_marker] = ACTIONS(3142), + [sym_atx_h4_marker] = ACTIONS(3142), + [sym_atx_h5_marker] = ACTIONS(3142), + [sym_atx_h6_marker] = ACTIONS(3142), + [sym__thematic_break] = ACTIONS(3142), + [sym__list_marker_minus] = ACTIONS(3142), + [sym__list_marker_plus] = ACTIONS(3142), + [sym__list_marker_star] = ACTIONS(3142), + [sym__list_marker_parenthesis] = ACTIONS(3142), + [sym__list_marker_dot] = ACTIONS(3142), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_example] = ACTIONS(3142), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3142), + [sym__fenced_code_block_start_backtick] = ACTIONS(3142), + [sym_minus_metadata] = ACTIONS(3142), + [sym__pipe_table_start] = ACTIONS(3142), + [sym__fenced_div_start] = ACTIONS(3142), + [sym__fenced_div_end] = ACTIONS(3142), + [sym_ref_id_specifier] = ACTIONS(3142), + [sym__code_span_start] = ACTIONS(3142), + [sym__html_comment] = ACTIONS(3142), + [sym__autolink] = ACTIONS(3142), + [sym__highlight_span_start] = ACTIONS(3142), + [sym__insert_span_start] = ACTIONS(3142), + [sym__delete_span_start] = ACTIONS(3142), + [sym__edit_comment_span_start] = ACTIONS(3142), + [sym__single_quote_span_open] = ACTIONS(3142), + [sym__double_quote_span_open] = ACTIONS(3142), + [sym__shortcode_open_escaped] = ACTIONS(3142), + [sym__shortcode_open] = ACTIONS(3142), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3142), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3142), + [sym__cite_author_in_text] = ACTIONS(3142), + [sym__cite_suppress_author] = ACTIONS(3142), + [sym__strikeout_open] = ACTIONS(3142), + [sym__subscript_open] = ACTIONS(3142), + [sym__superscript_open] = ACTIONS(3142), + [sym__inline_note_start_token] = ACTIONS(3142), + [sym__strong_emphasis_open_star] = ACTIONS(3142), + [sym__strong_emphasis_open_underscore] = ACTIONS(3142), + [sym__emphasis_open_star] = ACTIONS(3142), + [sym__emphasis_open_underscore] = ACTIONS(3142), + [sym_inline_note_reference] = ACTIONS(3142), + [sym_html_element] = ACTIONS(3142), + }, + [STATE(353)] = { + [anon_sym_COLON] = ACTIONS(3144), + [sym_entity_reference] = ACTIONS(3144), + [sym_numeric_character_reference] = ACTIONS(3146), + [anon_sym_LBRACK] = ACTIONS(3146), + [anon_sym_BANG_LBRACK] = ACTIONS(3146), + [anon_sym_DOLLAR] = ACTIONS(3144), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(3146), + [aux_sym_pandoc_str_token1] = ACTIONS(3144), + [anon_sym_PIPE] = ACTIONS(3146), + [aux_sym__prose_punctuation_token1] = ACTIONS(3144), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3144), + [sym__line_ending] = ACTIONS(3146), + [sym__soft_line_ending] = ACTIONS(3146), + [sym__block_close] = ACTIONS(3146), + [sym__block_quote_start] = ACTIONS(3146), + [sym_atx_h1_marker] = ACTIONS(3146), + [sym_atx_h2_marker] = ACTIONS(3146), + [sym_atx_h3_marker] = ACTIONS(3146), + [sym_atx_h4_marker] = ACTIONS(3146), + [sym_atx_h5_marker] = ACTIONS(3146), + [sym_atx_h6_marker] = ACTIONS(3146), + [sym__thematic_break] = ACTIONS(3146), + [sym__list_marker_minus] = ACTIONS(3146), + [sym__list_marker_plus] = ACTIONS(3146), + [sym__list_marker_star] = ACTIONS(3146), + [sym__list_marker_parenthesis] = ACTIONS(3146), + [sym__list_marker_dot] = ACTIONS(3146), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_example] = ACTIONS(3146), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3146), + [sym__fenced_code_block_start_backtick] = ACTIONS(3146), + [sym_minus_metadata] = ACTIONS(3146), + [sym__pipe_table_start] = ACTIONS(3146), + [sym__fenced_div_start] = ACTIONS(3146), + [sym__fenced_div_end] = ACTIONS(3146), + [sym_ref_id_specifier] = ACTIONS(3146), + [sym__code_span_start] = ACTIONS(3146), + [sym__html_comment] = ACTIONS(3146), + [sym__autolink] = ACTIONS(3146), + [sym__highlight_span_start] = ACTIONS(3146), + [sym__insert_span_start] = ACTIONS(3146), + [sym__delete_span_start] = ACTIONS(3146), + [sym__edit_comment_span_start] = ACTIONS(3146), + [sym__single_quote_span_open] = ACTIONS(3146), + [sym__double_quote_span_open] = ACTIONS(3146), + [sym__shortcode_open_escaped] = ACTIONS(3146), + [sym__shortcode_open] = ACTIONS(3146), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3146), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3146), + [sym__cite_author_in_text] = ACTIONS(3146), + [sym__cite_suppress_author] = ACTIONS(3146), + [sym__strikeout_open] = ACTIONS(3146), + [sym__subscript_open] = ACTIONS(3146), + [sym__superscript_open] = ACTIONS(3146), + [sym__inline_note_start_token] = ACTIONS(3146), + [sym__strong_emphasis_open_star] = ACTIONS(3146), + [sym__strong_emphasis_open_underscore] = ACTIONS(3146), + [sym__emphasis_open_star] = ACTIONS(3146), + [sym__emphasis_open_underscore] = ACTIONS(3146), + [sym_inline_note_reference] = ACTIONS(3146), + [sym_html_element] = ACTIONS(3146), + }, + [STATE(354)] = { + [anon_sym_COLON] = ACTIONS(3148), + [sym_entity_reference] = ACTIONS(3148), + [sym_numeric_character_reference] = ACTIONS(3150), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_BANG_LBRACK] = ACTIONS(3150), + [anon_sym_DOLLAR] = ACTIONS(3148), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(3150), + [aux_sym_pandoc_str_token1] = ACTIONS(3148), + [anon_sym_PIPE] = ACTIONS(3150), + [aux_sym__prose_punctuation_token1] = ACTIONS(3148), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3148), + [sym__line_ending] = ACTIONS(3150), + [sym__soft_line_ending] = ACTIONS(3150), + [sym__block_close] = ACTIONS(3150), + [sym__block_quote_start] = ACTIONS(3150), + [sym_atx_h1_marker] = ACTIONS(3150), + [sym_atx_h2_marker] = ACTIONS(3150), + [sym_atx_h3_marker] = ACTIONS(3150), + [sym_atx_h4_marker] = ACTIONS(3150), + [sym_atx_h5_marker] = ACTIONS(3150), + [sym_atx_h6_marker] = ACTIONS(3150), + [sym__thematic_break] = ACTIONS(3150), + [sym__list_marker_minus] = ACTIONS(3150), + [sym__list_marker_plus] = ACTIONS(3150), + [sym__list_marker_star] = ACTIONS(3150), + [sym__list_marker_parenthesis] = ACTIONS(3150), + [sym__list_marker_dot] = ACTIONS(3150), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_example] = ACTIONS(3150), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3150), + [sym__fenced_code_block_start_backtick] = ACTIONS(3150), + [sym_minus_metadata] = ACTIONS(3150), + [sym__pipe_table_start] = ACTIONS(3150), + [sym__fenced_div_start] = ACTIONS(3150), + [sym__fenced_div_end] = ACTIONS(3150), + [sym_ref_id_specifier] = ACTIONS(3150), + [sym__code_span_start] = ACTIONS(3150), + [sym__html_comment] = ACTIONS(3150), + [sym__autolink] = ACTIONS(3150), + [sym__highlight_span_start] = ACTIONS(3150), + [sym__insert_span_start] = ACTIONS(3150), + [sym__delete_span_start] = ACTIONS(3150), + [sym__edit_comment_span_start] = ACTIONS(3150), + [sym__single_quote_span_open] = ACTIONS(3150), + [sym__double_quote_span_open] = ACTIONS(3150), + [sym__shortcode_open_escaped] = ACTIONS(3150), + [sym__shortcode_open] = ACTIONS(3150), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3150), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3150), + [sym__cite_author_in_text] = ACTIONS(3150), + [sym__cite_suppress_author] = ACTIONS(3150), + [sym__strikeout_open] = ACTIONS(3150), + [sym__subscript_open] = ACTIONS(3150), + [sym__superscript_open] = ACTIONS(3150), + [sym__inline_note_start_token] = ACTIONS(3150), + [sym__strong_emphasis_open_star] = ACTIONS(3150), + [sym__strong_emphasis_open_underscore] = ACTIONS(3150), + [sym__emphasis_open_star] = ACTIONS(3150), + [sym__emphasis_open_underscore] = ACTIONS(3150), + [sym_inline_note_reference] = ACTIONS(3150), + [sym_html_element] = ACTIONS(3150), + }, + [STATE(355)] = { + [anon_sym_COLON] = ACTIONS(3152), + [sym_entity_reference] = ACTIONS(3152), + [sym_numeric_character_reference] = ACTIONS(3154), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_BANG_LBRACK] = ACTIONS(3154), + [anon_sym_DOLLAR] = ACTIONS(3152), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3154), + [aux_sym_pandoc_str_token1] = ACTIONS(3152), + [anon_sym_PIPE] = ACTIONS(3154), + [aux_sym__prose_punctuation_token1] = ACTIONS(3152), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3152), + [sym__line_ending] = ACTIONS(3154), + [sym__soft_line_ending] = ACTIONS(3154), + [sym__block_close] = ACTIONS(3154), + [sym__block_quote_start] = ACTIONS(3154), + [sym_atx_h1_marker] = ACTIONS(3154), + [sym_atx_h2_marker] = ACTIONS(3154), + [sym_atx_h3_marker] = ACTIONS(3154), + [sym_atx_h4_marker] = ACTIONS(3154), + [sym_atx_h5_marker] = ACTIONS(3154), + [sym_atx_h6_marker] = ACTIONS(3154), + [sym__thematic_break] = ACTIONS(3154), + [sym__list_marker_minus] = ACTIONS(3154), + [sym__list_marker_plus] = ACTIONS(3154), + [sym__list_marker_star] = ACTIONS(3154), + [sym__list_marker_parenthesis] = ACTIONS(3154), + [sym__list_marker_dot] = ACTIONS(3154), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_example] = ACTIONS(3154), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3154), + [sym__fenced_code_block_start_backtick] = ACTIONS(3154), + [sym_minus_metadata] = ACTIONS(3154), + [sym__pipe_table_start] = ACTIONS(3154), + [sym__fenced_div_start] = ACTIONS(3154), + [sym__fenced_div_end] = ACTIONS(3154), + [sym_ref_id_specifier] = ACTIONS(3154), + [sym__code_span_start] = ACTIONS(3154), + [sym__html_comment] = ACTIONS(3154), + [sym__autolink] = ACTIONS(3154), + [sym__highlight_span_start] = ACTIONS(3154), + [sym__insert_span_start] = ACTIONS(3154), + [sym__delete_span_start] = ACTIONS(3154), + [sym__edit_comment_span_start] = ACTIONS(3154), + [sym__single_quote_span_open] = ACTIONS(3154), + [sym__double_quote_span_open] = ACTIONS(3154), + [sym__shortcode_open_escaped] = ACTIONS(3154), + [sym__shortcode_open] = ACTIONS(3154), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3154), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3154), + [sym__cite_author_in_text] = ACTIONS(3154), + [sym__cite_suppress_author] = ACTIONS(3154), + [sym__strikeout_open] = ACTIONS(3154), + [sym__subscript_open] = ACTIONS(3154), + [sym__superscript_open] = ACTIONS(3154), + [sym__inline_note_start_token] = ACTIONS(3154), + [sym__strong_emphasis_open_star] = ACTIONS(3154), + [sym__strong_emphasis_open_underscore] = ACTIONS(3154), + [sym__emphasis_open_star] = ACTIONS(3154), + [sym__emphasis_open_underscore] = ACTIONS(3154), + [sym_inline_note_reference] = ACTIONS(3154), + [sym_html_element] = ACTIONS(3154), + }, + [STATE(356)] = { + [anon_sym_COLON] = ACTIONS(3156), + [sym_entity_reference] = ACTIONS(3156), + [sym_numeric_character_reference] = ACTIONS(3158), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_BANG_LBRACK] = ACTIONS(3158), + [anon_sym_DOLLAR] = ACTIONS(3156), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3158), + [aux_sym_pandoc_str_token1] = ACTIONS(3156), + [anon_sym_PIPE] = ACTIONS(3158), + [aux_sym__prose_punctuation_token1] = ACTIONS(3156), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3156), + [sym__line_ending] = ACTIONS(3158), + [sym__soft_line_ending] = ACTIONS(3158), + [sym__block_close] = ACTIONS(3158), + [sym__block_quote_start] = ACTIONS(3158), + [sym_atx_h1_marker] = ACTIONS(3158), + [sym_atx_h2_marker] = ACTIONS(3158), + [sym_atx_h3_marker] = ACTIONS(3158), + [sym_atx_h4_marker] = ACTIONS(3158), + [sym_atx_h5_marker] = ACTIONS(3158), + [sym_atx_h6_marker] = ACTIONS(3158), + [sym__thematic_break] = ACTIONS(3158), + [sym__list_marker_minus] = ACTIONS(3158), + [sym__list_marker_plus] = ACTIONS(3158), + [sym__list_marker_star] = ACTIONS(3158), + [sym__list_marker_parenthesis] = ACTIONS(3158), + [sym__list_marker_dot] = ACTIONS(3158), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_example] = ACTIONS(3158), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3158), + [sym__fenced_code_block_start_backtick] = ACTIONS(3158), + [sym_minus_metadata] = ACTIONS(3158), + [sym__pipe_table_start] = ACTIONS(3158), + [sym__fenced_div_start] = ACTIONS(3158), + [sym__fenced_div_end] = ACTIONS(3158), + [sym_ref_id_specifier] = ACTIONS(3158), + [sym__code_span_start] = ACTIONS(3158), + [sym__html_comment] = ACTIONS(3158), + [sym__autolink] = ACTIONS(3158), + [sym__highlight_span_start] = ACTIONS(3158), + [sym__insert_span_start] = ACTIONS(3158), + [sym__delete_span_start] = ACTIONS(3158), + [sym__edit_comment_span_start] = ACTIONS(3158), + [sym__single_quote_span_open] = ACTIONS(3158), + [sym__double_quote_span_open] = ACTIONS(3158), + [sym__shortcode_open_escaped] = ACTIONS(3158), + [sym__shortcode_open] = ACTIONS(3158), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3158), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3158), + [sym__cite_author_in_text] = ACTIONS(3158), + [sym__cite_suppress_author] = ACTIONS(3158), + [sym__strikeout_open] = ACTIONS(3158), + [sym__subscript_open] = ACTIONS(3158), + [sym__superscript_open] = ACTIONS(3158), + [sym__inline_note_start_token] = ACTIONS(3158), + [sym__strong_emphasis_open_star] = ACTIONS(3158), + [sym__strong_emphasis_open_underscore] = ACTIONS(3158), + [sym__emphasis_open_star] = ACTIONS(3158), + [sym__emphasis_open_underscore] = ACTIONS(3158), + [sym_inline_note_reference] = ACTIONS(3158), + [sym_html_element] = ACTIONS(3158), + }, + [STATE(357)] = { + [anon_sym_COLON] = ACTIONS(3160), + [sym_entity_reference] = ACTIONS(3160), + [sym_numeric_character_reference] = ACTIONS(3162), + [anon_sym_LBRACK] = ACTIONS(3162), + [anon_sym_BANG_LBRACK] = ACTIONS(3162), + [anon_sym_DOLLAR] = ACTIONS(3160), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(3162), + [aux_sym_pandoc_str_token1] = ACTIONS(3160), + [anon_sym_PIPE] = ACTIONS(3162), + [aux_sym__prose_punctuation_token1] = ACTIONS(3160), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3160), + [sym__line_ending] = ACTIONS(3162), + [sym__soft_line_ending] = ACTIONS(3162), + [sym__block_close] = ACTIONS(3162), + [sym__block_quote_start] = ACTIONS(3162), + [sym_atx_h1_marker] = ACTIONS(3162), + [sym_atx_h2_marker] = ACTIONS(3162), + [sym_atx_h3_marker] = ACTIONS(3162), + [sym_atx_h4_marker] = ACTIONS(3162), + [sym_atx_h5_marker] = ACTIONS(3162), + [sym_atx_h6_marker] = ACTIONS(3162), + [sym__thematic_break] = ACTIONS(3162), + [sym__list_marker_minus] = ACTIONS(3162), + [sym__list_marker_plus] = ACTIONS(3162), + [sym__list_marker_star] = ACTIONS(3162), + [sym__list_marker_parenthesis] = ACTIONS(3162), + [sym__list_marker_dot] = ACTIONS(3162), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_example] = ACTIONS(3162), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3162), + [sym__fenced_code_block_start_backtick] = ACTIONS(3162), + [sym_minus_metadata] = ACTIONS(3162), + [sym__pipe_table_start] = ACTIONS(3162), + [sym__fenced_div_start] = ACTIONS(3162), + [sym__fenced_div_end] = ACTIONS(3162), + [sym_ref_id_specifier] = ACTIONS(3162), + [sym__code_span_start] = ACTIONS(3162), + [sym__html_comment] = ACTIONS(3162), + [sym__autolink] = ACTIONS(3162), + [sym__highlight_span_start] = ACTIONS(3162), + [sym__insert_span_start] = ACTIONS(3162), + [sym__delete_span_start] = ACTIONS(3162), + [sym__edit_comment_span_start] = ACTIONS(3162), + [sym__single_quote_span_open] = ACTIONS(3162), + [sym__double_quote_span_open] = ACTIONS(3162), + [sym__shortcode_open_escaped] = ACTIONS(3162), + [sym__shortcode_open] = ACTIONS(3162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3162), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3162), + [sym__cite_author_in_text] = ACTIONS(3162), + [sym__cite_suppress_author] = ACTIONS(3162), + [sym__strikeout_open] = ACTIONS(3162), + [sym__subscript_open] = ACTIONS(3162), + [sym__superscript_open] = ACTIONS(3162), + [sym__inline_note_start_token] = ACTIONS(3162), + [sym__strong_emphasis_open_star] = ACTIONS(3162), + [sym__strong_emphasis_open_underscore] = ACTIONS(3162), + [sym__emphasis_open_star] = ACTIONS(3162), + [sym__emphasis_open_underscore] = ACTIONS(3162), + [sym_inline_note_reference] = ACTIONS(3162), + [sym_html_element] = ACTIONS(3162), + }, + [STATE(358)] = { + [anon_sym_COLON] = ACTIONS(3164), + [sym_entity_reference] = ACTIONS(3164), + [sym_numeric_character_reference] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(3166), + [anon_sym_BANG_LBRACK] = ACTIONS(3166), + [anon_sym_DOLLAR] = ACTIONS(3164), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(3166), + [aux_sym_pandoc_str_token1] = ACTIONS(3164), + [anon_sym_PIPE] = ACTIONS(3166), + [aux_sym__prose_punctuation_token1] = ACTIONS(3164), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3164), + [sym__line_ending] = ACTIONS(3166), + [sym__soft_line_ending] = ACTIONS(3166), + [sym__block_close] = ACTIONS(3166), + [sym__block_quote_start] = ACTIONS(3166), + [sym_atx_h1_marker] = ACTIONS(3166), + [sym_atx_h2_marker] = ACTIONS(3166), + [sym_atx_h3_marker] = ACTIONS(3166), + [sym_atx_h4_marker] = ACTIONS(3166), + [sym_atx_h5_marker] = ACTIONS(3166), + [sym_atx_h6_marker] = ACTIONS(3166), + [sym__thematic_break] = ACTIONS(3166), + [sym__list_marker_minus] = ACTIONS(3166), + [sym__list_marker_plus] = ACTIONS(3166), + [sym__list_marker_star] = ACTIONS(3166), + [sym__list_marker_parenthesis] = ACTIONS(3166), + [sym__list_marker_dot] = ACTIONS(3166), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_example] = ACTIONS(3166), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3166), + [sym__fenced_code_block_start_backtick] = ACTIONS(3166), + [sym_minus_metadata] = ACTIONS(3166), + [sym__pipe_table_start] = ACTIONS(3166), + [sym__fenced_div_start] = ACTIONS(3166), + [sym__fenced_div_end] = ACTIONS(3166), + [sym_ref_id_specifier] = ACTIONS(3166), + [sym__code_span_start] = ACTIONS(3166), + [sym__html_comment] = ACTIONS(3166), + [sym__autolink] = ACTIONS(3166), + [sym__highlight_span_start] = ACTIONS(3166), + [sym__insert_span_start] = ACTIONS(3166), + [sym__delete_span_start] = ACTIONS(3166), + [sym__edit_comment_span_start] = ACTIONS(3166), + [sym__single_quote_span_open] = ACTIONS(3166), + [sym__double_quote_span_open] = ACTIONS(3166), + [sym__shortcode_open_escaped] = ACTIONS(3166), + [sym__shortcode_open] = ACTIONS(3166), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3166), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3166), + [sym__cite_author_in_text] = ACTIONS(3166), + [sym__cite_suppress_author] = ACTIONS(3166), + [sym__strikeout_open] = ACTIONS(3166), + [sym__subscript_open] = ACTIONS(3166), + [sym__superscript_open] = ACTIONS(3166), + [sym__inline_note_start_token] = ACTIONS(3166), + [sym__strong_emphasis_open_star] = ACTIONS(3166), + [sym__strong_emphasis_open_underscore] = ACTIONS(3166), + [sym__emphasis_open_star] = ACTIONS(3166), + [sym__emphasis_open_underscore] = ACTIONS(3166), + [sym_inline_note_reference] = ACTIONS(3166), + [sym_html_element] = ACTIONS(3166), + }, + [STATE(359)] = { + [anon_sym_COLON] = ACTIONS(3168), + [sym_entity_reference] = ACTIONS(3168), + [sym_numeric_character_reference] = ACTIONS(3170), + [anon_sym_LBRACK] = ACTIONS(3170), + [anon_sym_BANG_LBRACK] = ACTIONS(3170), + [anon_sym_DOLLAR] = ACTIONS(3168), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3170), + [anon_sym_LBRACE] = ACTIONS(3170), + [aux_sym_pandoc_str_token1] = ACTIONS(3168), + [anon_sym_PIPE] = ACTIONS(3170), + [aux_sym__prose_punctuation_token1] = ACTIONS(3168), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3168), + [sym__line_ending] = ACTIONS(3170), + [sym__soft_line_ending] = ACTIONS(3170), + [sym__block_close] = ACTIONS(3170), + [sym__block_quote_start] = ACTIONS(3170), + [sym_atx_h1_marker] = ACTIONS(3170), + [sym_atx_h2_marker] = ACTIONS(3170), + [sym_atx_h3_marker] = ACTIONS(3170), + [sym_atx_h4_marker] = ACTIONS(3170), + [sym_atx_h5_marker] = ACTIONS(3170), + [sym_atx_h6_marker] = ACTIONS(3170), + [sym__thematic_break] = ACTIONS(3170), + [sym__list_marker_minus] = ACTIONS(3170), + [sym__list_marker_plus] = ACTIONS(3170), + [sym__list_marker_star] = ACTIONS(3170), + [sym__list_marker_parenthesis] = ACTIONS(3170), + [sym__list_marker_dot] = ACTIONS(3170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_example] = ACTIONS(3170), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3170), + [sym__fenced_code_block_start_backtick] = ACTIONS(3170), + [sym_minus_metadata] = ACTIONS(3170), + [sym__pipe_table_start] = ACTIONS(3170), + [sym__fenced_div_start] = ACTIONS(3170), + [sym__fenced_div_end] = ACTIONS(3170), + [sym_ref_id_specifier] = ACTIONS(3170), + [sym__code_span_start] = ACTIONS(3170), + [sym__html_comment] = ACTIONS(3170), + [sym__autolink] = ACTIONS(3170), + [sym__highlight_span_start] = ACTIONS(3170), + [sym__insert_span_start] = ACTIONS(3170), + [sym__delete_span_start] = ACTIONS(3170), + [sym__edit_comment_span_start] = ACTIONS(3170), + [sym__single_quote_span_open] = ACTIONS(3170), + [sym__double_quote_span_open] = ACTIONS(3170), + [sym__shortcode_open_escaped] = ACTIONS(3170), + [sym__shortcode_open] = ACTIONS(3170), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3170), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3170), + [sym__cite_author_in_text] = ACTIONS(3170), + [sym__cite_suppress_author] = ACTIONS(3170), + [sym__strikeout_open] = ACTIONS(3170), + [sym__subscript_open] = ACTIONS(3170), + [sym__superscript_open] = ACTIONS(3170), + [sym__inline_note_start_token] = ACTIONS(3170), + [sym__strong_emphasis_open_star] = ACTIONS(3170), + [sym__strong_emphasis_open_underscore] = ACTIONS(3170), + [sym__emphasis_open_star] = ACTIONS(3170), + [sym__emphasis_open_underscore] = ACTIONS(3170), + [sym_inline_note_reference] = ACTIONS(3170), + [sym_html_element] = ACTIONS(3170), + }, + [STATE(360)] = { + [anon_sym_COLON] = ACTIONS(3172), + [sym_entity_reference] = ACTIONS(3172), + [sym_numeric_character_reference] = ACTIONS(3174), + [anon_sym_LBRACK] = ACTIONS(3174), + [anon_sym_BANG_LBRACK] = ACTIONS(3174), + [anon_sym_DOLLAR] = ACTIONS(3172), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(3174), + [aux_sym_pandoc_str_token1] = ACTIONS(3172), + [anon_sym_PIPE] = ACTIONS(3174), + [aux_sym__prose_punctuation_token1] = ACTIONS(3172), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3172), + [sym__line_ending] = ACTIONS(3174), + [sym__soft_line_ending] = ACTIONS(3174), + [sym__block_close] = ACTIONS(3174), + [sym__block_quote_start] = ACTIONS(3174), + [sym_atx_h1_marker] = ACTIONS(3174), + [sym_atx_h2_marker] = ACTIONS(3174), + [sym_atx_h3_marker] = ACTIONS(3174), + [sym_atx_h4_marker] = ACTIONS(3174), + [sym_atx_h5_marker] = ACTIONS(3174), + [sym_atx_h6_marker] = ACTIONS(3174), + [sym__thematic_break] = ACTIONS(3174), + [sym__list_marker_minus] = ACTIONS(3174), + [sym__list_marker_plus] = ACTIONS(3174), + [sym__list_marker_star] = ACTIONS(3174), + [sym__list_marker_parenthesis] = ACTIONS(3174), + [sym__list_marker_dot] = ACTIONS(3174), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_example] = ACTIONS(3174), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3174), + [sym__fenced_code_block_start_backtick] = ACTIONS(3174), + [sym_minus_metadata] = ACTIONS(3174), + [sym__pipe_table_start] = ACTIONS(3174), + [sym__fenced_div_start] = ACTIONS(3174), + [sym__fenced_div_end] = ACTIONS(3174), + [sym_ref_id_specifier] = ACTIONS(3174), + [sym__code_span_start] = ACTIONS(3174), + [sym__html_comment] = ACTIONS(3174), + [sym__autolink] = ACTIONS(3174), + [sym__highlight_span_start] = ACTIONS(3174), + [sym__insert_span_start] = ACTIONS(3174), + [sym__delete_span_start] = ACTIONS(3174), + [sym__edit_comment_span_start] = ACTIONS(3174), + [sym__single_quote_span_open] = ACTIONS(3174), + [sym__double_quote_span_open] = ACTIONS(3174), + [sym__shortcode_open_escaped] = ACTIONS(3174), + [sym__shortcode_open] = ACTIONS(3174), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3174), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3174), + [sym__cite_author_in_text] = ACTIONS(3174), + [sym__cite_suppress_author] = ACTIONS(3174), + [sym__strikeout_open] = ACTIONS(3174), + [sym__subscript_open] = ACTIONS(3174), + [sym__superscript_open] = ACTIONS(3174), + [sym__inline_note_start_token] = ACTIONS(3174), + [sym__strong_emphasis_open_star] = ACTIONS(3174), + [sym__strong_emphasis_open_underscore] = ACTIONS(3174), + [sym__emphasis_open_star] = ACTIONS(3174), + [sym__emphasis_open_underscore] = ACTIONS(3174), + [sym_inline_note_reference] = ACTIONS(3174), + [sym_html_element] = ACTIONS(3174), + }, + [STATE(361)] = { + [ts_builtin_sym_end] = ACTIONS(2874), + [anon_sym_COLON] = ACTIONS(2872), + [sym_entity_reference] = ACTIONS(2872), + [sym_numeric_character_reference] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_BANG_LBRACK] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2872), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [aux_sym_pandoc_str_token1] = ACTIONS(2872), + [anon_sym_PIPE] = ACTIONS(2874), + [aux_sym__prose_punctuation_token1] = ACTIONS(2872), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2872), + [sym__line_ending] = ACTIONS(2874), + [sym__soft_line_ending] = ACTIONS(2874), + [sym_block_continuation] = ACTIONS(3176), + [sym__block_quote_start] = ACTIONS(2874), + [sym_atx_h1_marker] = ACTIONS(2874), + [sym_atx_h2_marker] = ACTIONS(2874), + [sym_atx_h3_marker] = ACTIONS(2874), + [sym_atx_h4_marker] = ACTIONS(2874), + [sym_atx_h5_marker] = ACTIONS(2874), + [sym_atx_h6_marker] = ACTIONS(2874), + [sym__thematic_break] = ACTIONS(2874), + [sym__list_marker_minus] = ACTIONS(2874), + [sym__list_marker_plus] = ACTIONS(2874), + [sym__list_marker_star] = ACTIONS(2874), + [sym__list_marker_parenthesis] = ACTIONS(2874), + [sym__list_marker_dot] = ACTIONS(2874), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2874), + [sym__list_marker_example] = ACTIONS(2874), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2874), + [sym__fenced_code_block_start_backtick] = ACTIONS(2874), + [sym_minus_metadata] = ACTIONS(2874), + [sym__pipe_table_start] = ACTIONS(2874), + [sym__fenced_div_start] = ACTIONS(2874), + [sym_ref_id_specifier] = ACTIONS(2874), + [sym__code_span_start] = ACTIONS(2874), + [sym__html_comment] = ACTIONS(2874), + [sym__autolink] = ACTIONS(2874), + [sym__highlight_span_start] = ACTIONS(2874), + [sym__insert_span_start] = ACTIONS(2874), + [sym__delete_span_start] = ACTIONS(2874), + [sym__edit_comment_span_start] = ACTIONS(2874), + [sym__single_quote_span_open] = ACTIONS(2874), + [sym__double_quote_span_open] = ACTIONS(2874), + [sym__shortcode_open_escaped] = ACTIONS(2874), + [sym__shortcode_open] = ACTIONS(2874), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2874), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2874), + [sym__cite_author_in_text] = ACTIONS(2874), + [sym__cite_suppress_author] = ACTIONS(2874), + [sym__strikeout_open] = ACTIONS(2874), + [sym__subscript_open] = ACTIONS(2874), + [sym__superscript_open] = ACTIONS(2874), + [sym__inline_note_start_token] = ACTIONS(2874), + [sym__strong_emphasis_open_star] = ACTIONS(2874), + [sym__strong_emphasis_open_underscore] = ACTIONS(2874), + [sym__emphasis_open_star] = ACTIONS(2874), + [sym__emphasis_open_underscore] = ACTIONS(2874), + [sym_inline_note_reference] = ACTIONS(2874), + [sym_html_element] = ACTIONS(2874), + }, + [STATE(362)] = { + [anon_sym_COLON] = ACTIONS(3178), + [sym_entity_reference] = ACTIONS(3178), + [sym_numeric_character_reference] = ACTIONS(3180), + [anon_sym_LBRACK] = ACTIONS(3180), + [anon_sym_BANG_LBRACK] = ACTIONS(3180), + [anon_sym_DOLLAR] = ACTIONS(3178), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3180), + [anon_sym_LBRACE] = ACTIONS(3180), + [aux_sym_pandoc_str_token1] = ACTIONS(3178), + [anon_sym_PIPE] = ACTIONS(3180), + [aux_sym__prose_punctuation_token1] = ACTIONS(3178), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3178), + [sym__line_ending] = ACTIONS(3180), + [sym__soft_line_ending] = ACTIONS(3180), + [sym__block_close] = ACTIONS(3180), + [sym__block_quote_start] = ACTIONS(3180), + [sym_atx_h1_marker] = ACTIONS(3180), + [sym_atx_h2_marker] = ACTIONS(3180), + [sym_atx_h3_marker] = ACTIONS(3180), + [sym_atx_h4_marker] = ACTIONS(3180), + [sym_atx_h5_marker] = ACTIONS(3180), + [sym_atx_h6_marker] = ACTIONS(3180), + [sym__thematic_break] = ACTIONS(3180), + [sym__list_marker_minus] = ACTIONS(3180), + [sym__list_marker_plus] = ACTIONS(3180), + [sym__list_marker_star] = ACTIONS(3180), + [sym__list_marker_parenthesis] = ACTIONS(3180), + [sym__list_marker_dot] = ACTIONS(3180), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_example] = ACTIONS(3180), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3180), + [sym__fenced_code_block_start_backtick] = ACTIONS(3180), + [sym_minus_metadata] = ACTIONS(3180), + [sym__pipe_table_start] = ACTIONS(3180), + [sym__fenced_div_start] = ACTIONS(3180), + [sym__fenced_div_end] = ACTIONS(3180), + [sym_ref_id_specifier] = ACTIONS(3180), + [sym__code_span_start] = ACTIONS(3180), + [sym__html_comment] = ACTIONS(3180), + [sym__autolink] = ACTIONS(3180), + [sym__highlight_span_start] = ACTIONS(3180), + [sym__insert_span_start] = ACTIONS(3180), + [sym__delete_span_start] = ACTIONS(3180), + [sym__edit_comment_span_start] = ACTIONS(3180), + [sym__single_quote_span_open] = ACTIONS(3180), + [sym__double_quote_span_open] = ACTIONS(3180), + [sym__shortcode_open_escaped] = ACTIONS(3180), + [sym__shortcode_open] = ACTIONS(3180), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3180), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3180), + [sym__cite_author_in_text] = ACTIONS(3180), + [sym__cite_suppress_author] = ACTIONS(3180), + [sym__strikeout_open] = ACTIONS(3180), + [sym__subscript_open] = ACTIONS(3180), + [sym__superscript_open] = ACTIONS(3180), + [sym__inline_note_start_token] = ACTIONS(3180), + [sym__strong_emphasis_open_star] = ACTIONS(3180), + [sym__strong_emphasis_open_underscore] = ACTIONS(3180), + [sym__emphasis_open_star] = ACTIONS(3180), + [sym__emphasis_open_underscore] = ACTIONS(3180), + [sym_inline_note_reference] = ACTIONS(3180), + [sym_html_element] = ACTIONS(3180), + }, + [STATE(363)] = { + [anon_sym_COLON] = ACTIONS(3182), + [sym_entity_reference] = ACTIONS(3182), + [sym_numeric_character_reference] = ACTIONS(3184), + [anon_sym_LBRACK] = ACTIONS(3184), + [anon_sym_BANG_LBRACK] = ACTIONS(3184), + [anon_sym_DOLLAR] = ACTIONS(3182), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3184), + [anon_sym_LBRACE] = ACTIONS(3184), + [aux_sym_pandoc_str_token1] = ACTIONS(3182), + [anon_sym_PIPE] = ACTIONS(3184), + [aux_sym__prose_punctuation_token1] = ACTIONS(3182), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3182), + [sym__line_ending] = ACTIONS(3184), + [sym__soft_line_ending] = ACTIONS(3184), + [sym__block_close] = ACTIONS(3184), + [sym__block_quote_start] = ACTIONS(3184), + [sym_atx_h1_marker] = ACTIONS(3184), + [sym_atx_h2_marker] = ACTIONS(3184), + [sym_atx_h3_marker] = ACTIONS(3184), + [sym_atx_h4_marker] = ACTIONS(3184), + [sym_atx_h5_marker] = ACTIONS(3184), + [sym_atx_h6_marker] = ACTIONS(3184), + [sym__thematic_break] = ACTIONS(3184), + [sym__list_marker_minus] = ACTIONS(3184), + [sym__list_marker_plus] = ACTIONS(3184), + [sym__list_marker_star] = ACTIONS(3184), + [sym__list_marker_parenthesis] = ACTIONS(3184), + [sym__list_marker_dot] = ACTIONS(3184), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_example] = ACTIONS(3184), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3184), + [sym__fenced_code_block_start_backtick] = ACTIONS(3184), + [sym_minus_metadata] = ACTIONS(3184), + [sym__pipe_table_start] = ACTIONS(3184), + [sym__fenced_div_start] = ACTIONS(3184), + [sym__fenced_div_end] = ACTIONS(3184), + [sym_ref_id_specifier] = ACTIONS(3184), + [sym__code_span_start] = ACTIONS(3184), + [sym__html_comment] = ACTIONS(3184), + [sym__autolink] = ACTIONS(3184), + [sym__highlight_span_start] = ACTIONS(3184), + [sym__insert_span_start] = ACTIONS(3184), + [sym__delete_span_start] = ACTIONS(3184), + [sym__edit_comment_span_start] = ACTIONS(3184), + [sym__single_quote_span_open] = ACTIONS(3184), + [sym__double_quote_span_open] = ACTIONS(3184), + [sym__shortcode_open_escaped] = ACTIONS(3184), + [sym__shortcode_open] = ACTIONS(3184), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3184), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3184), + [sym__cite_author_in_text] = ACTIONS(3184), + [sym__cite_suppress_author] = ACTIONS(3184), + [sym__strikeout_open] = ACTIONS(3184), + [sym__subscript_open] = ACTIONS(3184), + [sym__superscript_open] = ACTIONS(3184), + [sym__inline_note_start_token] = ACTIONS(3184), + [sym__strong_emphasis_open_star] = ACTIONS(3184), + [sym__strong_emphasis_open_underscore] = ACTIONS(3184), + [sym__emphasis_open_star] = ACTIONS(3184), + [sym__emphasis_open_underscore] = ACTIONS(3184), + [sym_inline_note_reference] = ACTIONS(3184), + [sym_html_element] = ACTIONS(3184), + }, + [STATE(364)] = { + [anon_sym_COLON] = ACTIONS(3186), + [sym_entity_reference] = ACTIONS(3186), + [sym_numeric_character_reference] = ACTIONS(3188), + [anon_sym_LBRACK] = ACTIONS(3188), + [anon_sym_BANG_LBRACK] = ACTIONS(3188), + [anon_sym_DOLLAR] = ACTIONS(3186), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3188), + [anon_sym_LBRACE] = ACTIONS(3188), + [aux_sym_pandoc_str_token1] = ACTIONS(3186), + [anon_sym_PIPE] = ACTIONS(3188), + [aux_sym__prose_punctuation_token1] = ACTIONS(3186), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3186), + [sym__line_ending] = ACTIONS(3188), + [sym__soft_line_ending] = ACTIONS(3188), + [sym__block_close] = ACTIONS(3188), + [sym__block_quote_start] = ACTIONS(3188), + [sym_atx_h1_marker] = ACTIONS(3188), + [sym_atx_h2_marker] = ACTIONS(3188), + [sym_atx_h3_marker] = ACTIONS(3188), + [sym_atx_h4_marker] = ACTIONS(3188), + [sym_atx_h5_marker] = ACTIONS(3188), + [sym_atx_h6_marker] = ACTIONS(3188), + [sym__thematic_break] = ACTIONS(3188), + [sym__list_marker_minus] = ACTIONS(3188), + [sym__list_marker_plus] = ACTIONS(3188), + [sym__list_marker_star] = ACTIONS(3188), + [sym__list_marker_parenthesis] = ACTIONS(3188), + [sym__list_marker_dot] = ACTIONS(3188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_example] = ACTIONS(3188), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3188), + [sym__fenced_code_block_start_backtick] = ACTIONS(3188), + [sym_minus_metadata] = ACTIONS(3188), + [sym__pipe_table_start] = ACTIONS(3188), + [sym__fenced_div_start] = ACTIONS(3188), + [sym__fenced_div_end] = ACTIONS(3188), + [sym_ref_id_specifier] = ACTIONS(3188), + [sym__code_span_start] = ACTIONS(3188), + [sym__html_comment] = ACTIONS(3188), + [sym__autolink] = ACTIONS(3188), + [sym__highlight_span_start] = ACTIONS(3188), + [sym__insert_span_start] = ACTIONS(3188), + [sym__delete_span_start] = ACTIONS(3188), + [sym__edit_comment_span_start] = ACTIONS(3188), + [sym__single_quote_span_open] = ACTIONS(3188), + [sym__double_quote_span_open] = ACTIONS(3188), + [sym__shortcode_open_escaped] = ACTIONS(3188), + [sym__shortcode_open] = ACTIONS(3188), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3188), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3188), + [sym__cite_author_in_text] = ACTIONS(3188), + [sym__cite_suppress_author] = ACTIONS(3188), + [sym__strikeout_open] = ACTIONS(3188), + [sym__subscript_open] = ACTIONS(3188), + [sym__superscript_open] = ACTIONS(3188), + [sym__inline_note_start_token] = ACTIONS(3188), + [sym__strong_emphasis_open_star] = ACTIONS(3188), + [sym__strong_emphasis_open_underscore] = ACTIONS(3188), + [sym__emphasis_open_star] = ACTIONS(3188), + [sym__emphasis_open_underscore] = ACTIONS(3188), + [sym_inline_note_reference] = ACTIONS(3188), + [sym_html_element] = ACTIONS(3188), + }, + [STATE(365)] = { + [anon_sym_COLON] = ACTIONS(3190), + [sym_entity_reference] = ACTIONS(3190), + [sym_numeric_character_reference] = ACTIONS(3192), + [anon_sym_LBRACK] = ACTIONS(3192), + [anon_sym_BANG_LBRACK] = ACTIONS(3192), + [anon_sym_DOLLAR] = ACTIONS(3190), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3192), + [anon_sym_LBRACE] = ACTIONS(3192), + [aux_sym_pandoc_str_token1] = ACTIONS(3190), + [anon_sym_PIPE] = ACTIONS(3192), + [aux_sym__prose_punctuation_token1] = ACTIONS(3190), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3190), + [sym__line_ending] = ACTIONS(3192), + [sym__soft_line_ending] = ACTIONS(3192), + [sym__block_close] = ACTIONS(3192), + [sym__block_quote_start] = ACTIONS(3192), + [sym_atx_h1_marker] = ACTIONS(3192), + [sym_atx_h2_marker] = ACTIONS(3192), + [sym_atx_h3_marker] = ACTIONS(3192), + [sym_atx_h4_marker] = ACTIONS(3192), + [sym_atx_h5_marker] = ACTIONS(3192), + [sym_atx_h6_marker] = ACTIONS(3192), + [sym__thematic_break] = ACTIONS(3192), + [sym__list_marker_minus] = ACTIONS(3192), + [sym__list_marker_plus] = ACTIONS(3192), + [sym__list_marker_star] = ACTIONS(3192), + [sym__list_marker_parenthesis] = ACTIONS(3192), + [sym__list_marker_dot] = ACTIONS(3192), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_example] = ACTIONS(3192), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3192), + [sym__fenced_code_block_start_backtick] = ACTIONS(3192), + [sym_minus_metadata] = ACTIONS(3192), + [sym__pipe_table_start] = ACTIONS(3192), + [sym__fenced_div_start] = ACTIONS(3192), + [sym__fenced_div_end] = ACTIONS(3192), + [sym_ref_id_specifier] = ACTIONS(3192), + [sym__code_span_start] = ACTIONS(3192), + [sym__html_comment] = ACTIONS(3192), + [sym__autolink] = ACTIONS(3192), + [sym__highlight_span_start] = ACTIONS(3192), + [sym__insert_span_start] = ACTIONS(3192), + [sym__delete_span_start] = ACTIONS(3192), + [sym__edit_comment_span_start] = ACTIONS(3192), + [sym__single_quote_span_open] = ACTIONS(3192), + [sym__double_quote_span_open] = ACTIONS(3192), + [sym__shortcode_open_escaped] = ACTIONS(3192), + [sym__shortcode_open] = ACTIONS(3192), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3192), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3192), + [sym__cite_author_in_text] = ACTIONS(3192), + [sym__cite_suppress_author] = ACTIONS(3192), + [sym__strikeout_open] = ACTIONS(3192), + [sym__subscript_open] = ACTIONS(3192), + [sym__superscript_open] = ACTIONS(3192), + [sym__inline_note_start_token] = ACTIONS(3192), + [sym__strong_emphasis_open_star] = ACTIONS(3192), + [sym__strong_emphasis_open_underscore] = ACTIONS(3192), + [sym__emphasis_open_star] = ACTIONS(3192), + [sym__emphasis_open_underscore] = ACTIONS(3192), + [sym_inline_note_reference] = ACTIONS(3192), + [sym_html_element] = ACTIONS(3192), + }, + [STATE(366)] = { + [anon_sym_COLON] = ACTIONS(3194), + [sym_entity_reference] = ACTIONS(3194), + [sym_numeric_character_reference] = ACTIONS(3196), + [anon_sym_LBRACK] = ACTIONS(3196), + [anon_sym_BANG_LBRACK] = ACTIONS(3196), + [anon_sym_DOLLAR] = ACTIONS(3194), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3196), + [aux_sym_pandoc_str_token1] = ACTIONS(3194), + [anon_sym_PIPE] = ACTIONS(3196), + [aux_sym__prose_punctuation_token1] = ACTIONS(3194), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3194), + [sym__line_ending] = ACTIONS(3196), + [sym__soft_line_ending] = ACTIONS(3196), + [sym__block_close] = ACTIONS(3196), + [sym__block_quote_start] = ACTIONS(3196), + [sym_atx_h1_marker] = ACTIONS(3196), + [sym_atx_h2_marker] = ACTIONS(3196), + [sym_atx_h3_marker] = ACTIONS(3196), + [sym_atx_h4_marker] = ACTIONS(3196), + [sym_atx_h5_marker] = ACTIONS(3196), + [sym_atx_h6_marker] = ACTIONS(3196), + [sym__thematic_break] = ACTIONS(3196), + [sym__list_marker_minus] = ACTIONS(3196), + [sym__list_marker_plus] = ACTIONS(3196), + [sym__list_marker_star] = ACTIONS(3196), + [sym__list_marker_parenthesis] = ACTIONS(3196), + [sym__list_marker_dot] = ACTIONS(3196), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_example] = ACTIONS(3196), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3196), + [sym__fenced_code_block_start_backtick] = ACTIONS(3196), + [sym_minus_metadata] = ACTIONS(3196), + [sym__pipe_table_start] = ACTIONS(3196), + [sym__fenced_div_start] = ACTIONS(3196), + [sym__fenced_div_end] = ACTIONS(3196), + [sym_ref_id_specifier] = ACTIONS(3196), + [sym__code_span_start] = ACTIONS(3196), + [sym__html_comment] = ACTIONS(3196), + [sym__autolink] = ACTIONS(3196), + [sym__highlight_span_start] = ACTIONS(3196), + [sym__insert_span_start] = ACTIONS(3196), + [sym__delete_span_start] = ACTIONS(3196), + [sym__edit_comment_span_start] = ACTIONS(3196), + [sym__single_quote_span_open] = ACTIONS(3196), + [sym__double_quote_span_open] = ACTIONS(3196), + [sym__shortcode_open_escaped] = ACTIONS(3196), + [sym__shortcode_open] = ACTIONS(3196), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3196), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3196), + [sym__cite_author_in_text] = ACTIONS(3196), + [sym__cite_suppress_author] = ACTIONS(3196), + [sym__strikeout_open] = ACTIONS(3196), + [sym__subscript_open] = ACTIONS(3196), + [sym__superscript_open] = ACTIONS(3196), + [sym__inline_note_start_token] = ACTIONS(3196), + [sym__strong_emphasis_open_star] = ACTIONS(3196), + [sym__strong_emphasis_open_underscore] = ACTIONS(3196), + [sym__emphasis_open_star] = ACTIONS(3196), + [sym__emphasis_open_underscore] = ACTIONS(3196), + [sym_inline_note_reference] = ACTIONS(3196), + [sym_html_element] = ACTIONS(3196), + }, + [STATE(367)] = { + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym__block_close] = ACTIONS(2862), + [sym_block_continuation] = ACTIONS(3198), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), + }, + [STATE(368)] = { + [sym_pandoc_span] = STATE(370), + [sym_pandoc_image] = STATE(370), + [sym_pandoc_math] = STATE(370), + [sym_pandoc_display_math] = STATE(370), + [sym_pandoc_code_span] = STATE(370), + [sym_pandoc_single_quote] = STATE(370), + [sym_pandoc_double_quote] = STATE(370), + [sym_insert] = STATE(370), + [sym_delete] = STATE(370), + [sym_edit_comment] = STATE(370), + [sym_highlight] = STATE(370), + [sym__pandoc_attr_specifier] = STATE(370), + [sym__inline_element] = STATE(370), + [sym_shortcode_escaped] = STATE(370), + [sym_shortcode] = STATE(370), + [sym_citation] = STATE(370), + [sym_inline_note] = STATE(370), + [sym_pandoc_superscript] = STATE(370), + [sym_pandoc_subscript] = STATE(370), + [sym_pandoc_strikeout] = STATE(370), + [sym_pandoc_emph] = STATE(370), + [sym_pandoc_strong] = STATE(370), + [sym_pandoc_str] = STATE(370), + [sym__prose_punctuation] = STATE(370), + [sym_pandoc_line_break] = STATE(370), + [aux_sym__line_repeat1] = STATE(370), + [sym_entity_reference] = ACTIONS(3200), + [sym_numeric_character_reference] = ACTIONS(3202), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3080), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3200), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__whitespace] = ACTIONS(3222), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3202), + [sym__autolink] = ACTIONS(3202), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3202), + [sym_html_element] = ACTIONS(3202), + }, + [STATE(369)] = { + [ts_builtin_sym_end] = ACTIONS(2829), + [anon_sym_COLON] = ACTIONS(2827), + [sym_entity_reference] = ACTIONS(2827), + [sym_numeric_character_reference] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_BANG_LBRACK] = ACTIONS(2829), + [anon_sym_DOLLAR] = ACTIONS(2827), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2829), + [aux_sym_pandoc_str_token1] = ACTIONS(2827), + [anon_sym_PIPE] = ACTIONS(2829), + [aux_sym__prose_punctuation_token1] = ACTIONS(2827), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2827), + [sym__line_ending] = ACTIONS(2829), + [sym__soft_line_ending] = ACTIONS(2829), + [sym_block_continuation] = ACTIONS(3266), + [sym__block_quote_start] = ACTIONS(2829), + [sym_atx_h1_marker] = ACTIONS(2829), + [sym_atx_h2_marker] = ACTIONS(2829), + [sym_atx_h3_marker] = ACTIONS(2829), + [sym_atx_h4_marker] = ACTIONS(2829), + [sym_atx_h5_marker] = ACTIONS(2829), + [sym_atx_h6_marker] = ACTIONS(2829), + [sym__thematic_break] = ACTIONS(2829), + [sym__list_marker_minus] = ACTIONS(2829), + [sym__list_marker_plus] = ACTIONS(2829), + [sym__list_marker_star] = ACTIONS(2829), + [sym__list_marker_parenthesis] = ACTIONS(2829), + [sym__list_marker_dot] = ACTIONS(2829), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_example] = ACTIONS(2829), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2829), + [sym__fenced_code_block_start_backtick] = ACTIONS(2829), + [sym_minus_metadata] = ACTIONS(2829), + [sym__pipe_table_start] = ACTIONS(2829), + [sym__fenced_div_start] = ACTIONS(2829), + [sym_ref_id_specifier] = ACTIONS(2829), + [sym__code_span_start] = ACTIONS(2829), + [sym__html_comment] = ACTIONS(2829), + [sym__autolink] = ACTIONS(2829), + [sym__highlight_span_start] = ACTIONS(2829), + [sym__insert_span_start] = ACTIONS(2829), + [sym__delete_span_start] = ACTIONS(2829), + [sym__edit_comment_span_start] = ACTIONS(2829), + [sym__single_quote_span_open] = ACTIONS(2829), + [sym__double_quote_span_open] = ACTIONS(2829), + [sym__shortcode_open_escaped] = ACTIONS(2829), + [sym__shortcode_open] = ACTIONS(2829), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2829), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2829), + [sym__cite_author_in_text] = ACTIONS(2829), + [sym__cite_suppress_author] = ACTIONS(2829), + [sym__strikeout_open] = ACTIONS(2829), + [sym__subscript_open] = ACTIONS(2829), + [sym__superscript_open] = ACTIONS(2829), + [sym__inline_note_start_token] = ACTIONS(2829), + [sym__strong_emphasis_open_star] = ACTIONS(2829), + [sym__strong_emphasis_open_underscore] = ACTIONS(2829), + [sym__emphasis_open_star] = ACTIONS(2829), + [sym__emphasis_open_underscore] = ACTIONS(2829), + [sym_inline_note_reference] = ACTIONS(2829), + [sym_html_element] = ACTIONS(2829), + }, + [STATE(370)] = { + [sym_pandoc_span] = STATE(370), + [sym_pandoc_image] = STATE(370), + [sym_pandoc_math] = STATE(370), + [sym_pandoc_display_math] = STATE(370), + [sym_pandoc_code_span] = STATE(370), + [sym_pandoc_single_quote] = STATE(370), + [sym_pandoc_double_quote] = STATE(370), + [sym_insert] = STATE(370), + [sym_delete] = STATE(370), + [sym_edit_comment] = STATE(370), + [sym_highlight] = STATE(370), + [sym__pandoc_attr_specifier] = STATE(370), + [sym__inline_element] = STATE(370), + [sym_shortcode_escaped] = STATE(370), + [sym_shortcode] = STATE(370), + [sym_citation] = STATE(370), + [sym_inline_note] = STATE(370), + [sym_pandoc_superscript] = STATE(370), + [sym_pandoc_subscript] = STATE(370), + [sym_pandoc_strikeout] = STATE(370), + [sym_pandoc_emph] = STATE(370), + [sym_pandoc_strong] = STATE(370), + [sym_pandoc_str] = STATE(370), + [sym__prose_punctuation] = STATE(370), + [sym_pandoc_line_break] = STATE(370), + [aux_sym__line_repeat1] = STATE(370), + [sym_entity_reference] = ACTIONS(3268), + [sym_numeric_character_reference] = ACTIONS(3271), + [anon_sym_LBRACK] = ACTIONS(3274), + [anon_sym_RBRACK] = ACTIONS(3277), + [anon_sym_BANG_LBRACK] = ACTIONS(3279), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3282), + [anon_sym_DOLLAR] = ACTIONS(3284), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3287), + [anon_sym_LBRACE] = ACTIONS(3290), + [aux_sym_pandoc_str_token1] = ACTIONS(3293), + [anon_sym_PIPE] = ACTIONS(3296), + [aux_sym__prose_punctuation_token1] = ACTIONS(3268), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3299), + [sym__whitespace] = ACTIONS(3302), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(3305), + [sym__html_comment] = ACTIONS(3271), + [sym__autolink] = ACTIONS(3271), + [sym__highlight_span_start] = ACTIONS(3308), + [sym__insert_span_start] = ACTIONS(3311), + [sym__delete_span_start] = ACTIONS(3314), + [sym__edit_comment_span_start] = ACTIONS(3317), + [sym__single_quote_span_open] = ACTIONS(3320), + [sym__double_quote_span_open] = ACTIONS(3323), + [sym__shortcode_open_escaped] = ACTIONS(3326), + [sym__shortcode_open] = ACTIONS(3329), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3332), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3335), + [sym__cite_author_in_text] = ACTIONS(3338), + [sym__cite_suppress_author] = ACTIONS(3341), + [sym__strikeout_open] = ACTIONS(3344), + [sym__subscript_open] = ACTIONS(3347), + [sym__superscript_open] = ACTIONS(3350), + [sym__inline_note_start_token] = ACTIONS(3353), + [sym__strong_emphasis_open_star] = ACTIONS(3356), + [sym__strong_emphasis_open_underscore] = ACTIONS(3359), + [sym__emphasis_open_star] = ACTIONS(3362), + [sym__emphasis_open_underscore] = ACTIONS(3365), + [sym_inline_note_reference] = ACTIONS(3271), + [sym_html_element] = ACTIONS(3271), + }, + [STATE(371)] = { + [anon_sym_COLON] = ACTIONS(3368), + [sym_entity_reference] = ACTIONS(3368), + [sym_numeric_character_reference] = ACTIONS(3370), + [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_BANG_LBRACK] = ACTIONS(3370), + [anon_sym_DOLLAR] = ACTIONS(3368), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3370), + [aux_sym_pandoc_str_token1] = ACTIONS(3368), + [anon_sym_PIPE] = ACTIONS(3370), + [aux_sym__prose_punctuation_token1] = ACTIONS(3368), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3368), + [sym__line_ending] = ACTIONS(3370), + [sym__soft_line_ending] = ACTIONS(3370), + [sym__block_close] = ACTIONS(3370), + [sym__block_quote_start] = ACTIONS(3370), + [sym_atx_h1_marker] = ACTIONS(3370), + [sym_atx_h2_marker] = ACTIONS(3370), + [sym_atx_h3_marker] = ACTIONS(3370), + [sym_atx_h4_marker] = ACTIONS(3370), + [sym_atx_h5_marker] = ACTIONS(3370), + [sym_atx_h6_marker] = ACTIONS(3370), + [sym__thematic_break] = ACTIONS(3370), + [sym__list_marker_minus] = ACTIONS(3370), + [sym__list_marker_plus] = ACTIONS(3370), + [sym__list_marker_star] = ACTIONS(3370), + [sym__list_marker_parenthesis] = ACTIONS(3370), + [sym__list_marker_dot] = ACTIONS(3370), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_example] = ACTIONS(3370), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3370), + [sym__fenced_code_block_start_backtick] = ACTIONS(3370), + [sym_minus_metadata] = ACTIONS(3370), + [sym__pipe_table_start] = ACTIONS(3370), + [sym__fenced_div_start] = ACTIONS(3370), + [sym__fenced_div_end] = ACTIONS(3370), + [sym_ref_id_specifier] = ACTIONS(3370), + [sym__code_span_start] = ACTIONS(3370), + [sym__html_comment] = ACTIONS(3370), + [sym__autolink] = ACTIONS(3370), + [sym__highlight_span_start] = ACTIONS(3370), + [sym__insert_span_start] = ACTIONS(3370), + [sym__delete_span_start] = ACTIONS(3370), + [sym__edit_comment_span_start] = ACTIONS(3370), + [sym__single_quote_span_open] = ACTIONS(3370), + [sym__double_quote_span_open] = ACTIONS(3370), + [sym__shortcode_open_escaped] = ACTIONS(3370), + [sym__shortcode_open] = ACTIONS(3370), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3370), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3370), + [sym__cite_author_in_text] = ACTIONS(3370), + [sym__cite_suppress_author] = ACTIONS(3370), + [sym__strikeout_open] = ACTIONS(3370), + [sym__subscript_open] = ACTIONS(3370), + [sym__superscript_open] = ACTIONS(3370), + [sym__inline_note_start_token] = ACTIONS(3370), + [sym__strong_emphasis_open_star] = ACTIONS(3370), + [sym__strong_emphasis_open_underscore] = ACTIONS(3370), + [sym__emphasis_open_star] = ACTIONS(3370), + [sym__emphasis_open_underscore] = ACTIONS(3370), + [sym_inline_note_reference] = ACTIONS(3370), + [sym_html_element] = ACTIONS(3370), + }, + [STATE(372)] = { + [sym__inlines] = STATE(2473), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1268), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3376), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3378), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(373)] = { + [sym__inlines] = STATE(2474), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1269), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3380), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3378), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(374)] = { + [sym_pipe_table_cell] = STATE(2254), + [sym_pandoc_span] = STATE(278), + [sym_pandoc_image] = STATE(278), + [sym_pandoc_math] = STATE(278), + [sym_pandoc_display_math] = STATE(278), + [sym_pandoc_code_span] = STATE(278), + [sym_pandoc_single_quote] = STATE(278), + [sym_pandoc_double_quote] = STATE(278), + [sym_insert] = STATE(278), + [sym_delete] = STATE(278), + [sym_edit_comment] = STATE(278), + [sym_highlight] = STATE(278), + [sym__pandoc_attr_specifier] = STATE(278), + [sym__line_with_maybe_spaces] = STATE(2300), + [sym__inline_element] = STATE(278), + [sym_shortcode_escaped] = STATE(278), + [sym_shortcode] = STATE(278), + [sym_citation] = STATE(278), + [sym_inline_note] = STATE(278), + [sym_pandoc_superscript] = STATE(278), + [sym_pandoc_subscript] = STATE(278), + [sym_pandoc_strikeout] = STATE(278), + [sym_pandoc_emph] = STATE(278), + [sym_pandoc_strong] = STATE(278), + [sym_pandoc_str] = STATE(278), + [sym__prose_punctuation] = STATE(278), + [sym_pandoc_line_break] = STATE(278), + [aux_sym_pipe_table_row_repeat1] = STATE(145), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(278), + [sym_entity_reference] = ACTIONS(1973), + [sym_numeric_character_reference] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_BANG_LBRACK] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [aux_sym_pandoc_str_token1] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1989), + [aux_sym__prose_punctuation_token1] = ACTIONS(1973), + [aux_sym_pandoc_line_break_token1] = ACTIONS(1991), + [sym__whitespace] = ACTIONS(3382), + [sym__code_span_start] = ACTIONS(1997), + [sym__html_comment] = ACTIONS(1975), + [sym__autolink] = ACTIONS(1975), + [sym__highlight_span_start] = ACTIONS(1999), + [sym__insert_span_start] = ACTIONS(2001), + [sym__delete_span_start] = ACTIONS(2003), + [sym__edit_comment_span_start] = ACTIONS(2005), + [sym__single_quote_span_open] = ACTIONS(2007), + [sym__double_quote_span_open] = ACTIONS(2009), + [sym__shortcode_open_escaped] = ACTIONS(2011), + [sym__shortcode_open] = ACTIONS(2013), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2015), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2017), + [sym__cite_author_in_text] = ACTIONS(2019), + [sym__cite_suppress_author] = ACTIONS(2021), + [sym__strikeout_open] = ACTIONS(2023), + [sym__subscript_open] = ACTIONS(2025), + [sym__superscript_open] = ACTIONS(2027), + [sym__inline_note_start_token] = ACTIONS(2029), + [sym__strong_emphasis_open_star] = ACTIONS(2031), + [sym__strong_emphasis_open_underscore] = ACTIONS(2033), + [sym__emphasis_open_star] = ACTIONS(2035), + [sym__emphasis_open_underscore] = ACTIONS(2037), + [sym_inline_note_reference] = ACTIONS(1975), + [sym_html_element] = ACTIONS(1975), + }, + [STATE(375)] = { + [ts_builtin_sym_end] = ACTIONS(2657), + [anon_sym_COLON] = ACTIONS(2655), + [sym_entity_reference] = ACTIONS(2655), + [sym_numeric_character_reference] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_BANG_LBRACK] = ACTIONS(2657), + [anon_sym_DOLLAR] = ACTIONS(2655), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), [anon_sym_LBRACE] = ACTIONS(2657), - [sym_pandoc_str] = ACTIONS(2655), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), [aux_sym__prose_punctuation_token1] = ACTIONS(2655), [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), [sym__line_ending] = ACTIONS(2657), [sym__soft_line_ending] = ACTIONS(2657), - [sym__block_close] = ACTIONS(2657), - [sym_block_continuation] = ACTIONS(3033), + [sym_block_continuation] = ACTIONS(3384), [sym__block_quote_start] = ACTIONS(2657), [sym_atx_h1_marker] = ACTIONS(2657), [sym_atx_h2_marker] = ACTIONS(2657), @@ -76031,16135 +77762,14278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(2657), [sym_html_element] = ACTIONS(2657), }, - [STATE(360)] = { - [anon_sym_COLON] = ACTIONS(2635), - [sym_entity_reference] = ACTIONS(2635), - [sym_numeric_character_reference] = ACTIONS(2637), - [anon_sym_LBRACK] = ACTIONS(2637), - [anon_sym_BANG_LBRACK] = ACTIONS(2637), - [anon_sym_DOLLAR] = ACTIONS(2635), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2637), - [sym_pandoc_str] = ACTIONS(2635), - [aux_sym__prose_punctuation_token1] = ACTIONS(2635), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2635), - [sym__line_ending] = ACTIONS(2637), - [sym__soft_line_ending] = ACTIONS(2637), - [sym__block_close] = ACTIONS(2637), - [sym_block_continuation] = ACTIONS(3035), - [sym__block_quote_start] = ACTIONS(2637), - [sym_atx_h1_marker] = ACTIONS(2637), - [sym_atx_h2_marker] = ACTIONS(2637), - [sym_atx_h3_marker] = ACTIONS(2637), - [sym_atx_h4_marker] = ACTIONS(2637), - [sym_atx_h5_marker] = ACTIONS(2637), - [sym_atx_h6_marker] = ACTIONS(2637), - [sym__thematic_break] = ACTIONS(2637), - [sym__list_marker_minus] = ACTIONS(2637), - [sym__list_marker_plus] = ACTIONS(2637), - [sym__list_marker_star] = ACTIONS(2637), - [sym__list_marker_parenthesis] = ACTIONS(2637), - [sym__list_marker_dot] = ACTIONS(2637), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_example] = ACTIONS(2637), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2637), - [sym__fenced_code_block_start_backtick] = ACTIONS(2637), - [sym_minus_metadata] = ACTIONS(2637), - [sym__pipe_table_start] = ACTIONS(2637), - [sym__fenced_div_start] = ACTIONS(2637), - [sym_ref_id_specifier] = ACTIONS(2637), - [sym__code_span_start] = ACTIONS(2637), - [sym__html_comment] = ACTIONS(2637), - [sym__autolink] = ACTIONS(2637), - [sym__highlight_span_start] = ACTIONS(2637), - [sym__insert_span_start] = ACTIONS(2637), - [sym__delete_span_start] = ACTIONS(2637), - [sym__edit_comment_span_start] = ACTIONS(2637), - [sym__single_quote_span_open] = ACTIONS(2637), - [sym__double_quote_span_open] = ACTIONS(2637), - [sym__shortcode_open_escaped] = ACTIONS(2637), - [sym__shortcode_open] = ACTIONS(2637), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2637), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2637), - [sym__cite_author_in_text] = ACTIONS(2637), - [sym__cite_suppress_author] = ACTIONS(2637), - [sym__strikeout_open] = ACTIONS(2637), - [sym__subscript_open] = ACTIONS(2637), - [sym__superscript_open] = ACTIONS(2637), - [sym__inline_note_start_token] = ACTIONS(2637), - [sym__strong_emphasis_open_star] = ACTIONS(2637), - [sym__strong_emphasis_open_underscore] = ACTIONS(2637), - [sym__emphasis_open_star] = ACTIONS(2637), - [sym__emphasis_open_underscore] = ACTIONS(2637), - [sym_inline_note_reference] = ACTIONS(2637), - [sym_html_element] = ACTIONS(2637), - }, - [STATE(361)] = { - [anon_sym_COLON] = ACTIONS(3037), - [sym_entity_reference] = ACTIONS(3037), - [sym_numeric_character_reference] = ACTIONS(3039), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_BANG_LBRACK] = ACTIONS(3039), - [anon_sym_DOLLAR] = ACTIONS(3037), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3039), - [anon_sym_LBRACE] = ACTIONS(3039), - [sym_pandoc_str] = ACTIONS(3037), - [aux_sym__prose_punctuation_token1] = ACTIONS(3037), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3037), - [sym__line_ending] = ACTIONS(3039), - [sym__soft_line_ending] = ACTIONS(3039), - [sym_block_continuation] = ACTIONS(3039), - [sym__block_quote_start] = ACTIONS(3039), - [sym_atx_h1_marker] = ACTIONS(3039), - [sym_atx_h2_marker] = ACTIONS(3039), - [sym_atx_h3_marker] = ACTIONS(3039), - [sym_atx_h4_marker] = ACTIONS(3039), - [sym_atx_h5_marker] = ACTIONS(3039), - [sym_atx_h6_marker] = ACTIONS(3039), - [sym__thematic_break] = ACTIONS(3039), - [sym__list_marker_minus] = ACTIONS(3039), - [sym__list_marker_plus] = ACTIONS(3039), - [sym__list_marker_star] = ACTIONS(3039), - [sym__list_marker_parenthesis] = ACTIONS(3039), - [sym__list_marker_dot] = ACTIONS(3039), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3039), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3039), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3039), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3039), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3039), - [sym__list_marker_example] = ACTIONS(3039), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3039), - [sym__fenced_code_block_start_backtick] = ACTIONS(3039), - [sym__blank_line_start] = ACTIONS(3039), - [sym_minus_metadata] = ACTIONS(3039), - [sym__pipe_table_start] = ACTIONS(3039), - [sym__fenced_div_start] = ACTIONS(3039), - [sym_ref_id_specifier] = ACTIONS(3039), - [sym__code_span_start] = ACTIONS(3039), - [sym__html_comment] = ACTIONS(3039), - [sym__autolink] = ACTIONS(3039), - [sym__highlight_span_start] = ACTIONS(3039), - [sym__insert_span_start] = ACTIONS(3039), - [sym__delete_span_start] = ACTIONS(3039), - [sym__edit_comment_span_start] = ACTIONS(3039), - [sym__single_quote_span_open] = ACTIONS(3039), - [sym__double_quote_span_open] = ACTIONS(3039), - [sym__shortcode_open_escaped] = ACTIONS(3039), - [sym__shortcode_open] = ACTIONS(3039), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3039), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3039), - [sym__cite_author_in_text] = ACTIONS(3039), - [sym__cite_suppress_author] = ACTIONS(3039), - [sym__strikeout_open] = ACTIONS(3039), - [sym__subscript_open] = ACTIONS(3039), - [sym__superscript_open] = ACTIONS(3039), - [sym__inline_note_start_token] = ACTIONS(3039), - [sym__strong_emphasis_open_star] = ACTIONS(3039), - [sym__strong_emphasis_open_underscore] = ACTIONS(3039), - [sym__emphasis_open_star] = ACTIONS(3039), - [sym__emphasis_open_underscore] = ACTIONS(3039), - [sym_inline_note_reference] = ACTIONS(3039), - [sym_html_element] = ACTIONS(3039), - }, - [STATE(362)] = { - [anon_sym_COLON] = ACTIONS(3041), - [sym_entity_reference] = ACTIONS(3041), - [sym_numeric_character_reference] = ACTIONS(3043), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_BANG_LBRACK] = ACTIONS(3043), - [anon_sym_DOLLAR] = ACTIONS(3041), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3043), - [sym_pandoc_str] = ACTIONS(3041), - [aux_sym__prose_punctuation_token1] = ACTIONS(3041), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3041), - [sym__line_ending] = ACTIONS(3043), - [sym__soft_line_ending] = ACTIONS(3043), - [sym_block_continuation] = ACTIONS(3043), - [sym__block_quote_start] = ACTIONS(3043), - [sym_atx_h1_marker] = ACTIONS(3043), - [sym_atx_h2_marker] = ACTIONS(3043), - [sym_atx_h3_marker] = ACTIONS(3043), - [sym_atx_h4_marker] = ACTIONS(3043), - [sym_atx_h5_marker] = ACTIONS(3043), - [sym_atx_h6_marker] = ACTIONS(3043), - [sym__thematic_break] = ACTIONS(3043), - [sym__list_marker_minus] = ACTIONS(3043), - [sym__list_marker_plus] = ACTIONS(3043), - [sym__list_marker_star] = ACTIONS(3043), - [sym__list_marker_parenthesis] = ACTIONS(3043), - [sym__list_marker_dot] = ACTIONS(3043), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3043), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3043), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3043), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3043), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3043), - [sym__list_marker_example] = ACTIONS(3043), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3043), - [sym__fenced_code_block_start_backtick] = ACTIONS(3043), - [sym__blank_line_start] = ACTIONS(3043), - [sym_minus_metadata] = ACTIONS(3043), - [sym__pipe_table_start] = ACTIONS(3043), - [sym__fenced_div_start] = ACTIONS(3043), - [sym_ref_id_specifier] = ACTIONS(3043), - [sym__code_span_start] = ACTIONS(3043), - [sym__html_comment] = ACTIONS(3043), - [sym__autolink] = ACTIONS(3043), - [sym__highlight_span_start] = ACTIONS(3043), - [sym__insert_span_start] = ACTIONS(3043), - [sym__delete_span_start] = ACTIONS(3043), - [sym__edit_comment_span_start] = ACTIONS(3043), - [sym__single_quote_span_open] = ACTIONS(3043), - [sym__double_quote_span_open] = ACTIONS(3043), - [sym__shortcode_open_escaped] = ACTIONS(3043), - [sym__shortcode_open] = ACTIONS(3043), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3043), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3043), - [sym__cite_author_in_text] = ACTIONS(3043), - [sym__cite_suppress_author] = ACTIONS(3043), - [sym__strikeout_open] = ACTIONS(3043), - [sym__subscript_open] = ACTIONS(3043), - [sym__superscript_open] = ACTIONS(3043), - [sym__inline_note_start_token] = ACTIONS(3043), - [sym__strong_emphasis_open_star] = ACTIONS(3043), - [sym__strong_emphasis_open_underscore] = ACTIONS(3043), - [sym__emphasis_open_star] = ACTIONS(3043), - [sym__emphasis_open_underscore] = ACTIONS(3043), - [sym_inline_note_reference] = ACTIONS(3043), - [sym_html_element] = ACTIONS(3043), - }, - [STATE(363)] = { - [ts_builtin_sym_end] = ACTIONS(2637), - [anon_sym_COLON] = ACTIONS(2635), - [sym_entity_reference] = ACTIONS(2635), - [sym_numeric_character_reference] = ACTIONS(2637), - [anon_sym_LBRACK] = ACTIONS(2637), - [anon_sym_BANG_LBRACK] = ACTIONS(2637), - [anon_sym_DOLLAR] = ACTIONS(2635), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2637), - [sym_pandoc_str] = ACTIONS(2635), - [aux_sym__prose_punctuation_token1] = ACTIONS(2635), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2635), - [sym__line_ending] = ACTIONS(2637), - [sym__soft_line_ending] = ACTIONS(2637), - [sym_block_continuation] = ACTIONS(3045), - [sym__block_quote_start] = ACTIONS(2637), - [sym_atx_h1_marker] = ACTIONS(2637), - [sym_atx_h2_marker] = ACTIONS(2637), - [sym_atx_h3_marker] = ACTIONS(2637), - [sym_atx_h4_marker] = ACTIONS(2637), - [sym_atx_h5_marker] = ACTIONS(2637), - [sym_atx_h6_marker] = ACTIONS(2637), - [sym__thematic_break] = ACTIONS(2637), - [sym__list_marker_minus] = ACTIONS(2637), - [sym__list_marker_plus] = ACTIONS(2637), - [sym__list_marker_star] = ACTIONS(2637), - [sym__list_marker_parenthesis] = ACTIONS(2637), - [sym__list_marker_dot] = ACTIONS(2637), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2637), - [sym__list_marker_example] = ACTIONS(2637), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2637), - [sym__fenced_code_block_start_backtick] = ACTIONS(2637), - [sym_minus_metadata] = ACTIONS(2637), - [sym__pipe_table_start] = ACTIONS(2637), - [sym__fenced_div_start] = ACTIONS(2637), - [sym_ref_id_specifier] = ACTIONS(2637), - [sym__code_span_start] = ACTIONS(2637), - [sym__html_comment] = ACTIONS(2637), - [sym__autolink] = ACTIONS(2637), - [sym__highlight_span_start] = ACTIONS(2637), - [sym__insert_span_start] = ACTIONS(2637), - [sym__delete_span_start] = ACTIONS(2637), - [sym__edit_comment_span_start] = ACTIONS(2637), - [sym__single_quote_span_open] = ACTIONS(2637), - [sym__double_quote_span_open] = ACTIONS(2637), - [sym__shortcode_open_escaped] = ACTIONS(2637), - [sym__shortcode_open] = ACTIONS(2637), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2637), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2637), - [sym__cite_author_in_text] = ACTIONS(2637), - [sym__cite_suppress_author] = ACTIONS(2637), - [sym__strikeout_open] = ACTIONS(2637), - [sym__subscript_open] = ACTIONS(2637), - [sym__superscript_open] = ACTIONS(2637), - [sym__inline_note_start_token] = ACTIONS(2637), - [sym__strong_emphasis_open_star] = ACTIONS(2637), - [sym__strong_emphasis_open_underscore] = ACTIONS(2637), - [sym__emphasis_open_star] = ACTIONS(2637), - [sym__emphasis_open_underscore] = ACTIONS(2637), - [sym_inline_note_reference] = ACTIONS(2637), - [sym_html_element] = ACTIONS(2637), - }, - [STATE(364)] = { - [anon_sym_COLON] = ACTIONS(3047), - [sym_entity_reference] = ACTIONS(3047), - [sym_numeric_character_reference] = ACTIONS(3049), - [anon_sym_LBRACK] = ACTIONS(3049), - [anon_sym_BANG_LBRACK] = ACTIONS(3049), - [anon_sym_DOLLAR] = ACTIONS(3047), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3049), - [sym_pandoc_str] = ACTIONS(3047), - [aux_sym__prose_punctuation_token1] = ACTIONS(3047), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3047), - [sym__line_ending] = ACTIONS(3049), - [sym__soft_line_ending] = ACTIONS(3049), - [sym_block_continuation] = ACTIONS(3049), - [sym__block_quote_start] = ACTIONS(3049), - [sym_atx_h1_marker] = ACTIONS(3049), - [sym_atx_h2_marker] = ACTIONS(3049), - [sym_atx_h3_marker] = ACTIONS(3049), - [sym_atx_h4_marker] = ACTIONS(3049), - [sym_atx_h5_marker] = ACTIONS(3049), - [sym_atx_h6_marker] = ACTIONS(3049), - [sym__thematic_break] = ACTIONS(3049), - [sym__list_marker_minus] = ACTIONS(3049), - [sym__list_marker_plus] = ACTIONS(3049), - [sym__list_marker_star] = ACTIONS(3049), - [sym__list_marker_parenthesis] = ACTIONS(3049), - [sym__list_marker_dot] = ACTIONS(3049), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3049), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3049), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3049), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3049), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3049), - [sym__list_marker_example] = ACTIONS(3049), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3049), - [sym__fenced_code_block_start_backtick] = ACTIONS(3049), - [sym__blank_line_start] = ACTIONS(3049), - [sym_minus_metadata] = ACTIONS(3049), - [sym__pipe_table_start] = ACTIONS(3049), - [sym__fenced_div_start] = ACTIONS(3049), - [sym_ref_id_specifier] = ACTIONS(3049), - [sym__code_span_start] = ACTIONS(3049), - [sym__html_comment] = ACTIONS(3049), - [sym__autolink] = ACTIONS(3049), - [sym__highlight_span_start] = ACTIONS(3049), - [sym__insert_span_start] = ACTIONS(3049), - [sym__delete_span_start] = ACTIONS(3049), - [sym__edit_comment_span_start] = ACTIONS(3049), - [sym__single_quote_span_open] = ACTIONS(3049), - [sym__double_quote_span_open] = ACTIONS(3049), - [sym__shortcode_open_escaped] = ACTIONS(3049), - [sym__shortcode_open] = ACTIONS(3049), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3049), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3049), - [sym__cite_author_in_text] = ACTIONS(3049), - [sym__cite_suppress_author] = ACTIONS(3049), - [sym__strikeout_open] = ACTIONS(3049), - [sym__subscript_open] = ACTIONS(3049), - [sym__superscript_open] = ACTIONS(3049), - [sym__inline_note_start_token] = ACTIONS(3049), - [sym__strong_emphasis_open_star] = ACTIONS(3049), - [sym__strong_emphasis_open_underscore] = ACTIONS(3049), - [sym__emphasis_open_star] = ACTIONS(3049), - [sym__emphasis_open_underscore] = ACTIONS(3049), - [sym_inline_note_reference] = ACTIONS(3049), - [sym_html_element] = ACTIONS(3049), - }, - [STATE(365)] = { - [anon_sym_COLON] = ACTIONS(3051), - [sym_entity_reference] = ACTIONS(3051), - [sym_numeric_character_reference] = ACTIONS(3053), - [anon_sym_LBRACK] = ACTIONS(3053), - [anon_sym_BANG_LBRACK] = ACTIONS(3053), - [anon_sym_DOLLAR] = ACTIONS(3051), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(3053), - [sym_pandoc_str] = ACTIONS(3051), - [aux_sym__prose_punctuation_token1] = ACTIONS(3051), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3051), - [sym__line_ending] = ACTIONS(3053), - [sym__soft_line_ending] = ACTIONS(3053), - [sym_block_continuation] = ACTIONS(3053), - [sym__block_quote_start] = ACTIONS(3053), - [sym_atx_h1_marker] = ACTIONS(3053), - [sym_atx_h2_marker] = ACTIONS(3053), - [sym_atx_h3_marker] = ACTIONS(3053), - [sym_atx_h4_marker] = ACTIONS(3053), - [sym_atx_h5_marker] = ACTIONS(3053), - [sym_atx_h6_marker] = ACTIONS(3053), - [sym__thematic_break] = ACTIONS(3053), - [sym__list_marker_minus] = ACTIONS(3053), - [sym__list_marker_plus] = ACTIONS(3053), - [sym__list_marker_star] = ACTIONS(3053), - [sym__list_marker_parenthesis] = ACTIONS(3053), - [sym__list_marker_dot] = ACTIONS(3053), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3053), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3053), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3053), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3053), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3053), - [sym__list_marker_example] = ACTIONS(3053), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3053), - [sym__fenced_code_block_start_backtick] = ACTIONS(3053), - [sym__blank_line_start] = ACTIONS(3053), - [sym_minus_metadata] = ACTIONS(3053), - [sym__pipe_table_start] = ACTIONS(3053), - [sym__fenced_div_start] = ACTIONS(3053), - [sym_ref_id_specifier] = ACTIONS(3053), - [sym__code_span_start] = ACTIONS(3053), - [sym__html_comment] = ACTIONS(3053), - [sym__autolink] = ACTIONS(3053), - [sym__highlight_span_start] = ACTIONS(3053), - [sym__insert_span_start] = ACTIONS(3053), - [sym__delete_span_start] = ACTIONS(3053), - [sym__edit_comment_span_start] = ACTIONS(3053), - [sym__single_quote_span_open] = ACTIONS(3053), - [sym__double_quote_span_open] = ACTIONS(3053), - [sym__shortcode_open_escaped] = ACTIONS(3053), - [sym__shortcode_open] = ACTIONS(3053), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3053), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3053), - [sym__cite_author_in_text] = ACTIONS(3053), - [sym__cite_suppress_author] = ACTIONS(3053), - [sym__strikeout_open] = ACTIONS(3053), - [sym__subscript_open] = ACTIONS(3053), - [sym__superscript_open] = ACTIONS(3053), - [sym__inline_note_start_token] = ACTIONS(3053), - [sym__strong_emphasis_open_star] = ACTIONS(3053), - [sym__strong_emphasis_open_underscore] = ACTIONS(3053), - [sym__emphasis_open_star] = ACTIONS(3053), - [sym__emphasis_open_underscore] = ACTIONS(3053), - [sym_inline_note_reference] = ACTIONS(3053), - [sym_html_element] = ACTIONS(3053), - }, - [STATE(366)] = { - [anon_sym_COLON] = ACTIONS(3055), - [sym_entity_reference] = ACTIONS(3055), - [sym_numeric_character_reference] = ACTIONS(3057), - [anon_sym_LBRACK] = ACTIONS(3057), - [anon_sym_BANG_LBRACK] = ACTIONS(3057), - [anon_sym_DOLLAR] = ACTIONS(3055), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(3057), - [sym_pandoc_str] = ACTIONS(3055), - [aux_sym__prose_punctuation_token1] = ACTIONS(3055), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3055), - [sym__line_ending] = ACTIONS(3057), - [sym__soft_line_ending] = ACTIONS(3057), - [sym_block_continuation] = ACTIONS(3057), - [sym__block_quote_start] = ACTIONS(3057), - [sym_atx_h1_marker] = ACTIONS(3057), - [sym_atx_h2_marker] = ACTIONS(3057), - [sym_atx_h3_marker] = ACTIONS(3057), - [sym_atx_h4_marker] = ACTIONS(3057), - [sym_atx_h5_marker] = ACTIONS(3057), - [sym_atx_h6_marker] = ACTIONS(3057), - [sym__thematic_break] = ACTIONS(3057), - [sym__list_marker_minus] = ACTIONS(3057), - [sym__list_marker_plus] = ACTIONS(3057), - [sym__list_marker_star] = ACTIONS(3057), - [sym__list_marker_parenthesis] = ACTIONS(3057), - [sym__list_marker_dot] = ACTIONS(3057), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3057), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3057), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3057), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3057), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3057), - [sym__list_marker_example] = ACTIONS(3057), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3057), - [sym__fenced_code_block_start_backtick] = ACTIONS(3057), - [sym__blank_line_start] = ACTIONS(3057), - [sym_minus_metadata] = ACTIONS(3057), - [sym__pipe_table_start] = ACTIONS(3057), - [sym__fenced_div_start] = ACTIONS(3057), - [sym_ref_id_specifier] = ACTIONS(3057), - [sym__code_span_start] = ACTIONS(3057), - [sym__html_comment] = ACTIONS(3057), - [sym__autolink] = ACTIONS(3057), - [sym__highlight_span_start] = ACTIONS(3057), - [sym__insert_span_start] = ACTIONS(3057), - [sym__delete_span_start] = ACTIONS(3057), - [sym__edit_comment_span_start] = ACTIONS(3057), - [sym__single_quote_span_open] = ACTIONS(3057), - [sym__double_quote_span_open] = ACTIONS(3057), - [sym__shortcode_open_escaped] = ACTIONS(3057), - [sym__shortcode_open] = ACTIONS(3057), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3057), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3057), - [sym__cite_author_in_text] = ACTIONS(3057), - [sym__cite_suppress_author] = ACTIONS(3057), - [sym__strikeout_open] = ACTIONS(3057), - [sym__subscript_open] = ACTIONS(3057), - [sym__superscript_open] = ACTIONS(3057), - [sym__inline_note_start_token] = ACTIONS(3057), - [sym__strong_emphasis_open_star] = ACTIONS(3057), - [sym__strong_emphasis_open_underscore] = ACTIONS(3057), - [sym__emphasis_open_star] = ACTIONS(3057), - [sym__emphasis_open_underscore] = ACTIONS(3057), - [sym_inline_note_reference] = ACTIONS(3057), - [sym_html_element] = ACTIONS(3057), - }, - [STATE(367)] = { - [anon_sym_COLON] = ACTIONS(3059), - [sym_entity_reference] = ACTIONS(3059), - [sym_numeric_character_reference] = ACTIONS(3061), - [anon_sym_LBRACK] = ACTIONS(3061), - [anon_sym_BANG_LBRACK] = ACTIONS(3061), - [anon_sym_DOLLAR] = ACTIONS(3059), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3061), - [sym_pandoc_str] = ACTIONS(3059), - [aux_sym__prose_punctuation_token1] = ACTIONS(3059), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3059), - [sym__line_ending] = ACTIONS(3061), - [sym__soft_line_ending] = ACTIONS(3061), - [sym_block_continuation] = ACTIONS(3061), - [sym__block_quote_start] = ACTIONS(3061), - [sym_atx_h1_marker] = ACTIONS(3061), - [sym_atx_h2_marker] = ACTIONS(3061), - [sym_atx_h3_marker] = ACTIONS(3061), - [sym_atx_h4_marker] = ACTIONS(3061), - [sym_atx_h5_marker] = ACTIONS(3061), - [sym_atx_h6_marker] = ACTIONS(3061), - [sym__thematic_break] = ACTIONS(3061), - [sym__list_marker_minus] = ACTIONS(3061), - [sym__list_marker_plus] = ACTIONS(3061), - [sym__list_marker_star] = ACTIONS(3061), - [sym__list_marker_parenthesis] = ACTIONS(3061), - [sym__list_marker_dot] = ACTIONS(3061), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3061), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3061), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3061), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3061), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3061), - [sym__list_marker_example] = ACTIONS(3061), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3061), - [sym__fenced_code_block_start_backtick] = ACTIONS(3061), - [sym__blank_line_start] = ACTIONS(3061), - [sym_minus_metadata] = ACTIONS(3061), - [sym__pipe_table_start] = ACTIONS(3061), - [sym__fenced_div_start] = ACTIONS(3061), - [sym_ref_id_specifier] = ACTIONS(3061), - [sym__code_span_start] = ACTIONS(3061), - [sym__html_comment] = ACTIONS(3061), - [sym__autolink] = ACTIONS(3061), - [sym__highlight_span_start] = ACTIONS(3061), - [sym__insert_span_start] = ACTIONS(3061), - [sym__delete_span_start] = ACTIONS(3061), - [sym__edit_comment_span_start] = ACTIONS(3061), - [sym__single_quote_span_open] = ACTIONS(3061), - [sym__double_quote_span_open] = ACTIONS(3061), - [sym__shortcode_open_escaped] = ACTIONS(3061), - [sym__shortcode_open] = ACTIONS(3061), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3061), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3061), - [sym__cite_author_in_text] = ACTIONS(3061), - [sym__cite_suppress_author] = ACTIONS(3061), - [sym__strikeout_open] = ACTIONS(3061), - [sym__subscript_open] = ACTIONS(3061), - [sym__superscript_open] = ACTIONS(3061), - [sym__inline_note_start_token] = ACTIONS(3061), - [sym__strong_emphasis_open_star] = ACTIONS(3061), - [sym__strong_emphasis_open_underscore] = ACTIONS(3061), - [sym__emphasis_open_star] = ACTIONS(3061), - [sym__emphasis_open_underscore] = ACTIONS(3061), - [sym_inline_note_reference] = ACTIONS(3061), - [sym_html_element] = ACTIONS(3061), - }, - [STATE(368)] = { - [ts_builtin_sym_end] = ACTIONS(2663), - [anon_sym_COLON] = ACTIONS(2661), - [sym_entity_reference] = ACTIONS(2661), - [sym_numeric_character_reference] = ACTIONS(2663), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_BANG_LBRACK] = ACTIONS(2663), - [anon_sym_DOLLAR] = ACTIONS(2661), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2663), - [anon_sym_LBRACE] = ACTIONS(2663), - [sym_pandoc_str] = ACTIONS(2661), - [aux_sym__prose_punctuation_token1] = ACTIONS(2661), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2661), - [sym__line_ending] = ACTIONS(2663), - [sym__soft_line_ending] = ACTIONS(2663), - [sym_block_continuation] = ACTIONS(3063), - [sym__block_quote_start] = ACTIONS(2663), - [sym_atx_h1_marker] = ACTIONS(2663), - [sym_atx_h2_marker] = ACTIONS(2663), - [sym_atx_h3_marker] = ACTIONS(2663), - [sym_atx_h4_marker] = ACTIONS(2663), - [sym_atx_h5_marker] = ACTIONS(2663), - [sym_atx_h6_marker] = ACTIONS(2663), - [sym__thematic_break] = ACTIONS(2663), - [sym__list_marker_minus] = ACTIONS(2663), - [sym__list_marker_plus] = ACTIONS(2663), - [sym__list_marker_star] = ACTIONS(2663), - [sym__list_marker_parenthesis] = ACTIONS(2663), - [sym__list_marker_dot] = ACTIONS(2663), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_example] = ACTIONS(2663), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2663), - [sym__fenced_code_block_start_backtick] = ACTIONS(2663), - [sym_minus_metadata] = ACTIONS(2663), - [sym__pipe_table_start] = ACTIONS(2663), - [sym__fenced_div_start] = ACTIONS(2663), - [sym_ref_id_specifier] = ACTIONS(2663), - [sym__code_span_start] = ACTIONS(2663), - [sym__html_comment] = ACTIONS(2663), - [sym__autolink] = ACTIONS(2663), - [sym__highlight_span_start] = ACTIONS(2663), - [sym__insert_span_start] = ACTIONS(2663), - [sym__delete_span_start] = ACTIONS(2663), - [sym__edit_comment_span_start] = ACTIONS(2663), - [sym__single_quote_span_open] = ACTIONS(2663), - [sym__double_quote_span_open] = ACTIONS(2663), - [sym__shortcode_open_escaped] = ACTIONS(2663), - [sym__shortcode_open] = ACTIONS(2663), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2663), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2663), - [sym__cite_author_in_text] = ACTIONS(2663), - [sym__cite_suppress_author] = ACTIONS(2663), - [sym__strikeout_open] = ACTIONS(2663), - [sym__subscript_open] = ACTIONS(2663), - [sym__superscript_open] = ACTIONS(2663), - [sym__inline_note_start_token] = ACTIONS(2663), - [sym__strong_emphasis_open_star] = ACTIONS(2663), - [sym__strong_emphasis_open_underscore] = ACTIONS(2663), - [sym__emphasis_open_star] = ACTIONS(2663), - [sym__emphasis_open_underscore] = ACTIONS(2663), - [sym_inline_note_reference] = ACTIONS(2663), - [sym_html_element] = ACTIONS(2663), - }, - [STATE(369)] = { - [anon_sym_COLON] = ACTIONS(2661), - [sym_entity_reference] = ACTIONS(2661), - [sym_numeric_character_reference] = ACTIONS(2663), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_BANG_LBRACK] = ACTIONS(2663), - [anon_sym_DOLLAR] = ACTIONS(2661), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2663), - [anon_sym_LBRACE] = ACTIONS(2663), - [sym_pandoc_str] = ACTIONS(2661), - [aux_sym__prose_punctuation_token1] = ACTIONS(2661), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2661), - [sym__line_ending] = ACTIONS(2663), - [sym__soft_line_ending] = ACTIONS(2663), - [sym__block_close] = ACTIONS(2663), - [sym_block_continuation] = ACTIONS(3065), - [sym__block_quote_start] = ACTIONS(2663), - [sym_atx_h1_marker] = ACTIONS(2663), - [sym_atx_h2_marker] = ACTIONS(2663), - [sym_atx_h3_marker] = ACTIONS(2663), - [sym_atx_h4_marker] = ACTIONS(2663), - [sym_atx_h5_marker] = ACTIONS(2663), - [sym_atx_h6_marker] = ACTIONS(2663), - [sym__thematic_break] = ACTIONS(2663), - [sym__list_marker_minus] = ACTIONS(2663), - [sym__list_marker_plus] = ACTIONS(2663), - [sym__list_marker_star] = ACTIONS(2663), - [sym__list_marker_parenthesis] = ACTIONS(2663), - [sym__list_marker_dot] = ACTIONS(2663), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2663), - [sym__list_marker_example] = ACTIONS(2663), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2663), - [sym__fenced_code_block_start_backtick] = ACTIONS(2663), - [sym_minus_metadata] = ACTIONS(2663), - [sym__pipe_table_start] = ACTIONS(2663), - [sym__fenced_div_start] = ACTIONS(2663), - [sym_ref_id_specifier] = ACTIONS(2663), - [sym__code_span_start] = ACTIONS(2663), - [sym__html_comment] = ACTIONS(2663), - [sym__autolink] = ACTIONS(2663), - [sym__highlight_span_start] = ACTIONS(2663), - [sym__insert_span_start] = ACTIONS(2663), - [sym__delete_span_start] = ACTIONS(2663), - [sym__edit_comment_span_start] = ACTIONS(2663), - [sym__single_quote_span_open] = ACTIONS(2663), - [sym__double_quote_span_open] = ACTIONS(2663), - [sym__shortcode_open_escaped] = ACTIONS(2663), - [sym__shortcode_open] = ACTIONS(2663), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2663), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2663), - [sym__cite_author_in_text] = ACTIONS(2663), - [sym__cite_suppress_author] = ACTIONS(2663), - [sym__strikeout_open] = ACTIONS(2663), - [sym__subscript_open] = ACTIONS(2663), - [sym__superscript_open] = ACTIONS(2663), - [sym__inline_note_start_token] = ACTIONS(2663), - [sym__strong_emphasis_open_star] = ACTIONS(2663), - [sym__strong_emphasis_open_underscore] = ACTIONS(2663), - [sym__emphasis_open_star] = ACTIONS(2663), - [sym__emphasis_open_underscore] = ACTIONS(2663), - [sym_inline_note_reference] = ACTIONS(2663), - [sym_html_element] = ACTIONS(2663), - }, - [STATE(370)] = { - [ts_builtin_sym_end] = ACTIONS(2669), - [anon_sym_COLON] = ACTIONS(2667), - [sym_entity_reference] = ACTIONS(2667), - [sym_numeric_character_reference] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2669), - [anon_sym_BANG_LBRACK] = ACTIONS(2669), - [anon_sym_DOLLAR] = ACTIONS(2667), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2669), - [sym_pandoc_str] = ACTIONS(2667), - [aux_sym__prose_punctuation_token1] = ACTIONS(2667), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2667), - [sym__line_ending] = ACTIONS(2669), - [sym__soft_line_ending] = ACTIONS(2669), - [sym_block_continuation] = ACTIONS(3067), - [sym__block_quote_start] = ACTIONS(2669), - [sym_atx_h1_marker] = ACTIONS(2669), - [sym_atx_h2_marker] = ACTIONS(2669), - [sym_atx_h3_marker] = ACTIONS(2669), - [sym_atx_h4_marker] = ACTIONS(2669), - [sym_atx_h5_marker] = ACTIONS(2669), - [sym_atx_h6_marker] = ACTIONS(2669), - [sym__thematic_break] = ACTIONS(2669), - [sym__list_marker_minus] = ACTIONS(2669), - [sym__list_marker_plus] = ACTIONS(2669), - [sym__list_marker_star] = ACTIONS(2669), - [sym__list_marker_parenthesis] = ACTIONS(2669), - [sym__list_marker_dot] = ACTIONS(2669), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_example] = ACTIONS(2669), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2669), - [sym__fenced_code_block_start_backtick] = ACTIONS(2669), - [sym_minus_metadata] = ACTIONS(2669), - [sym__pipe_table_start] = ACTIONS(2669), - [sym__fenced_div_start] = ACTIONS(2669), - [sym_ref_id_specifier] = ACTIONS(2669), - [sym__code_span_start] = ACTIONS(2669), - [sym__html_comment] = ACTIONS(2669), - [sym__autolink] = ACTIONS(2669), - [sym__highlight_span_start] = ACTIONS(2669), - [sym__insert_span_start] = ACTIONS(2669), - [sym__delete_span_start] = ACTIONS(2669), - [sym__edit_comment_span_start] = ACTIONS(2669), - [sym__single_quote_span_open] = ACTIONS(2669), - [sym__double_quote_span_open] = ACTIONS(2669), - [sym__shortcode_open_escaped] = ACTIONS(2669), - [sym__shortcode_open] = ACTIONS(2669), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2669), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2669), - [sym__cite_author_in_text] = ACTIONS(2669), - [sym__cite_suppress_author] = ACTIONS(2669), - [sym__strikeout_open] = ACTIONS(2669), - [sym__subscript_open] = ACTIONS(2669), - [sym__superscript_open] = ACTIONS(2669), - [sym__inline_note_start_token] = ACTIONS(2669), - [sym__strong_emphasis_open_star] = ACTIONS(2669), - [sym__strong_emphasis_open_underscore] = ACTIONS(2669), - [sym__emphasis_open_star] = ACTIONS(2669), - [sym__emphasis_open_underscore] = ACTIONS(2669), - [sym_inline_note_reference] = ACTIONS(2669), - [sym_html_element] = ACTIONS(2669), - }, - [STATE(371)] = { - [anon_sym_COLON] = ACTIONS(2667), - [sym_entity_reference] = ACTIONS(2667), - [sym_numeric_character_reference] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2669), - [anon_sym_BANG_LBRACK] = ACTIONS(2669), - [anon_sym_DOLLAR] = ACTIONS(2667), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2669), - [sym_pandoc_str] = ACTIONS(2667), - [aux_sym__prose_punctuation_token1] = ACTIONS(2667), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2667), - [sym__line_ending] = ACTIONS(2669), - [sym__soft_line_ending] = ACTIONS(2669), - [sym__block_close] = ACTIONS(2669), - [sym_block_continuation] = ACTIONS(3069), - [sym__block_quote_start] = ACTIONS(2669), - [sym_atx_h1_marker] = ACTIONS(2669), - [sym_atx_h2_marker] = ACTIONS(2669), - [sym_atx_h3_marker] = ACTIONS(2669), - [sym_atx_h4_marker] = ACTIONS(2669), - [sym_atx_h5_marker] = ACTIONS(2669), - [sym_atx_h6_marker] = ACTIONS(2669), - [sym__thematic_break] = ACTIONS(2669), - [sym__list_marker_minus] = ACTIONS(2669), - [sym__list_marker_plus] = ACTIONS(2669), - [sym__list_marker_star] = ACTIONS(2669), - [sym__list_marker_parenthesis] = ACTIONS(2669), - [sym__list_marker_dot] = ACTIONS(2669), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2669), - [sym__list_marker_example] = ACTIONS(2669), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2669), - [sym__fenced_code_block_start_backtick] = ACTIONS(2669), - [sym_minus_metadata] = ACTIONS(2669), - [sym__pipe_table_start] = ACTIONS(2669), - [sym__fenced_div_start] = ACTIONS(2669), - [sym_ref_id_specifier] = ACTIONS(2669), - [sym__code_span_start] = ACTIONS(2669), - [sym__html_comment] = ACTIONS(2669), - [sym__autolink] = ACTIONS(2669), - [sym__highlight_span_start] = ACTIONS(2669), - [sym__insert_span_start] = ACTIONS(2669), - [sym__delete_span_start] = ACTIONS(2669), - [sym__edit_comment_span_start] = ACTIONS(2669), - [sym__single_quote_span_open] = ACTIONS(2669), - [sym__double_quote_span_open] = ACTIONS(2669), - [sym__shortcode_open_escaped] = ACTIONS(2669), - [sym__shortcode_open] = ACTIONS(2669), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2669), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2669), - [sym__cite_author_in_text] = ACTIONS(2669), - [sym__cite_suppress_author] = ACTIONS(2669), - [sym__strikeout_open] = ACTIONS(2669), - [sym__subscript_open] = ACTIONS(2669), - [sym__superscript_open] = ACTIONS(2669), - [sym__inline_note_start_token] = ACTIONS(2669), - [sym__strong_emphasis_open_star] = ACTIONS(2669), - [sym__strong_emphasis_open_underscore] = ACTIONS(2669), - [sym__emphasis_open_star] = ACTIONS(2669), - [sym__emphasis_open_underscore] = ACTIONS(2669), - [sym_inline_note_reference] = ACTIONS(2669), - [sym_html_element] = ACTIONS(2669), - }, - [STATE(372)] = { - [sym_pipe_table_cell] = STATE(2424), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(373)] = { - [sym_pipe_table_cell] = STATE(2475), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(376), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(3071), - [sym__line_ending] = ACTIONS(2073), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(374)] = { - [sym_pipe_table_cell] = STATE(2475), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(292), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(3073), - [sym__line_ending] = ACTIONS(2071), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, - [STATE(375)] = { - [sym_pipe_table_cell] = STATE(2424), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2073), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), - }, [STATE(376)] = { - [sym_pipe_table_cell] = STATE(2729), - [sym_pandoc_span] = STATE(677), - [sym_pandoc_image] = STATE(677), - [sym_pandoc_math] = STATE(677), - [sym_pandoc_display_math] = STATE(677), - [sym_pandoc_code_span] = STATE(677), - [sym_pandoc_single_quote] = STATE(677), - [sym_pandoc_double_quote] = STATE(677), - [sym_insert] = STATE(677), - [sym_delete] = STATE(677), - [sym_edit_comment] = STATE(677), - [sym_highlight] = STATE(677), - [sym__pandoc_attr_specifier] = STATE(677), - [sym__line_with_maybe_spaces] = STATE(2680), - [sym__inline_element] = STATE(677), - [sym_shortcode_escaped] = STATE(677), - [sym_shortcode] = STATE(677), - [sym_citation] = STATE(677), - [sym_inline_note] = STATE(677), - [sym_pandoc_superscript] = STATE(677), - [sym_pandoc_subscript] = STATE(677), - [sym_pandoc_strikeout] = STATE(677), - [sym_pandoc_emph] = STATE(677), - [sym_pandoc_strong] = STATE(677), - [sym__prose_punctuation] = STATE(677), - [sym_pandoc_line_break] = STATE(677), - [aux_sym_pipe_table_row_repeat1] = STATE(376), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(677), - [sym_entity_reference] = ACTIONS(2075), - [sym_numeric_character_reference] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_BANG_LBRACK] = ACTIONS(2084), - [anon_sym_DOLLAR] = ACTIONS(2087), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2090), - [anon_sym_LBRACE] = ACTIONS(2093), - [sym_pandoc_str] = ACTIONS(2075), - [aux_sym__prose_punctuation_token1] = ACTIONS(2075), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2096), - [sym__whitespace] = ACTIONS(3075), - [sym__line_ending] = ACTIONS(2102), - [sym__code_span_start] = ACTIONS(2104), - [sym__html_comment] = ACTIONS(2078), - [sym__autolink] = ACTIONS(2078), - [sym__highlight_span_start] = ACTIONS(2107), - [sym__insert_span_start] = ACTIONS(2110), - [sym__delete_span_start] = ACTIONS(2113), - [sym__edit_comment_span_start] = ACTIONS(2116), - [sym__single_quote_span_open] = ACTIONS(2119), - [sym__double_quote_span_open] = ACTIONS(2122), - [sym__shortcode_open_escaped] = ACTIONS(2125), - [sym__shortcode_open] = ACTIONS(2128), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2131), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), - [sym__cite_author_in_text] = ACTIONS(2137), - [sym__cite_suppress_author] = ACTIONS(2140), - [sym__strikeout_open] = ACTIONS(2143), - [sym__subscript_open] = ACTIONS(2146), - [sym__superscript_open] = ACTIONS(2149), - [sym__inline_note_start_token] = ACTIONS(2152), - [sym__strong_emphasis_open_star] = ACTIONS(2155), - [sym__strong_emphasis_open_underscore] = ACTIONS(2158), - [sym__emphasis_open_star] = ACTIONS(2161), - [sym__emphasis_open_underscore] = ACTIONS(2164), - [sym_inline_note_reference] = ACTIONS(2078), - [sym_html_element] = ACTIONS(2078), + [sym__inlines] = STATE(2484), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(911), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3386), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3388), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(377)] = { - [anon_sym_COLON] = ACTIONS(2245), - [sym_entity_reference] = ACTIONS(2245), - [sym_numeric_character_reference] = ACTIONS(2247), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_BANG_LBRACK] = ACTIONS(2247), - [anon_sym_DOLLAR] = ACTIONS(2245), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2247), - [anon_sym_LBRACE] = ACTIONS(2247), - [sym_pandoc_str] = ACTIONS(2245), - [aux_sym__prose_punctuation_token1] = ACTIONS(2245), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2245), - [sym__line_ending] = ACTIONS(2247), - [sym__soft_line_ending] = ACTIONS(2247), - [sym__block_close] = ACTIONS(2247), - [sym_block_continuation] = ACTIONS(3078), - [sym__block_quote_start] = ACTIONS(2247), - [sym_atx_h1_marker] = ACTIONS(2247), - [sym_atx_h2_marker] = ACTIONS(2247), - [sym_atx_h3_marker] = ACTIONS(2247), - [sym_atx_h4_marker] = ACTIONS(2247), - [sym_atx_h5_marker] = ACTIONS(2247), - [sym_atx_h6_marker] = ACTIONS(2247), - [sym__thematic_break] = ACTIONS(2247), - [sym__list_marker_minus] = ACTIONS(2247), - [sym__list_marker_plus] = ACTIONS(2247), - [sym__list_marker_star] = ACTIONS(2247), - [sym__list_marker_parenthesis] = ACTIONS(2247), - [sym__list_marker_dot] = ACTIONS(2247), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2247), - [sym__list_marker_example] = ACTIONS(2247), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2247), - [sym__fenced_code_block_start_backtick] = ACTIONS(2247), - [sym_minus_metadata] = ACTIONS(2247), - [sym__pipe_table_start] = ACTIONS(2247), - [sym__fenced_div_start] = ACTIONS(2247), - [sym_ref_id_specifier] = ACTIONS(2247), - [sym__code_span_start] = ACTIONS(2247), - [sym__html_comment] = ACTIONS(2247), - [sym__autolink] = ACTIONS(2247), - [sym__highlight_span_start] = ACTIONS(2247), - [sym__insert_span_start] = ACTIONS(2247), - [sym__delete_span_start] = ACTIONS(2247), - [sym__edit_comment_span_start] = ACTIONS(2247), - [sym__single_quote_span_open] = ACTIONS(2247), - [sym__double_quote_span_open] = ACTIONS(2247), - [sym__shortcode_open_escaped] = ACTIONS(2247), - [sym__shortcode_open] = ACTIONS(2247), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2247), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2247), - [sym__cite_author_in_text] = ACTIONS(2247), - [sym__cite_suppress_author] = ACTIONS(2247), - [sym__strikeout_open] = ACTIONS(2247), - [sym__subscript_open] = ACTIONS(2247), - [sym__superscript_open] = ACTIONS(2247), - [sym__inline_note_start_token] = ACTIONS(2247), - [sym__strong_emphasis_open_star] = ACTIONS(2247), - [sym__strong_emphasis_open_underscore] = ACTIONS(2247), - [sym__emphasis_open_star] = ACTIONS(2247), - [sym__emphasis_open_underscore] = ACTIONS(2247), - [sym_inline_note_reference] = ACTIONS(2247), - [sym_html_element] = ACTIONS(2247), + [sym_pipe_table_cell] = STATE(2533), + [sym_pandoc_span] = STATE(508), + [sym_pandoc_image] = STATE(508), + [sym_pandoc_math] = STATE(508), + [sym_pandoc_display_math] = STATE(508), + [sym_pandoc_code_span] = STATE(508), + [sym_pandoc_single_quote] = STATE(508), + [sym_pandoc_double_quote] = STATE(508), + [sym_insert] = STATE(508), + [sym_delete] = STATE(508), + [sym_edit_comment] = STATE(508), + [sym_highlight] = STATE(508), + [sym__pandoc_attr_specifier] = STATE(508), + [sym__line_with_maybe_spaces] = STATE(2645), + [sym__inline_element] = STATE(508), + [sym_shortcode_escaped] = STATE(508), + [sym_shortcode] = STATE(508), + [sym_citation] = STATE(508), + [sym_inline_note] = STATE(508), + [sym_pandoc_superscript] = STATE(508), + [sym_pandoc_subscript] = STATE(508), + [sym_pandoc_strikeout] = STATE(508), + [sym_pandoc_emph] = STATE(508), + [sym_pandoc_strong] = STATE(508), + [sym_pandoc_str] = STATE(508), + [sym__prose_punctuation] = STATE(508), + [sym_pandoc_line_break] = STATE(508), + [aux_sym_pipe_table_row_repeat1] = STATE(280), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(508), + [sym_entity_reference] = ACTIONS(2309), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(2309), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(3390), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), }, [STATE(378)] = { - [anon_sym_COLON] = ACTIONS(2251), - [sym_entity_reference] = ACTIONS(2251), - [sym_numeric_character_reference] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_BANG_LBRACK] = ACTIONS(2253), - [anon_sym_DOLLAR] = ACTIONS(2251), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2253), - [anon_sym_LBRACE] = ACTIONS(2253), - [sym_pandoc_str] = ACTIONS(2251), - [aux_sym__prose_punctuation_token1] = ACTIONS(2251), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), - [sym__line_ending] = ACTIONS(2253), - [sym__soft_line_ending] = ACTIONS(2253), - [sym__block_close] = ACTIONS(2253), - [sym_block_continuation] = ACTIONS(3080), - [sym__block_quote_start] = ACTIONS(2253), - [sym_atx_h1_marker] = ACTIONS(2253), - [sym_atx_h2_marker] = ACTIONS(2253), - [sym_atx_h3_marker] = ACTIONS(2253), - [sym_atx_h4_marker] = ACTIONS(2253), - [sym_atx_h5_marker] = ACTIONS(2253), - [sym_atx_h6_marker] = ACTIONS(2253), - [sym__thematic_break] = ACTIONS(2253), - [sym__list_marker_minus] = ACTIONS(2253), - [sym__list_marker_plus] = ACTIONS(2253), - [sym__list_marker_star] = ACTIONS(2253), - [sym__list_marker_parenthesis] = ACTIONS(2253), - [sym__list_marker_dot] = ACTIONS(2253), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2253), - [sym__list_marker_example] = ACTIONS(2253), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2253), - [sym__fenced_code_block_start_backtick] = ACTIONS(2253), - [sym_minus_metadata] = ACTIONS(2253), - [sym__pipe_table_start] = ACTIONS(2253), - [sym__fenced_div_start] = ACTIONS(2253), - [sym_ref_id_specifier] = ACTIONS(2253), - [sym__code_span_start] = ACTIONS(2253), - [sym__html_comment] = ACTIONS(2253), - [sym__autolink] = ACTIONS(2253), - [sym__highlight_span_start] = ACTIONS(2253), - [sym__insert_span_start] = ACTIONS(2253), - [sym__delete_span_start] = ACTIONS(2253), - [sym__edit_comment_span_start] = ACTIONS(2253), - [sym__single_quote_span_open] = ACTIONS(2253), - [sym__double_quote_span_open] = ACTIONS(2253), - [sym__shortcode_open_escaped] = ACTIONS(2253), - [sym__shortcode_open] = ACTIONS(2253), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2253), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2253), - [sym__cite_author_in_text] = ACTIONS(2253), - [sym__cite_suppress_author] = ACTIONS(2253), - [sym__strikeout_open] = ACTIONS(2253), - [sym__subscript_open] = ACTIONS(2253), - [sym__superscript_open] = ACTIONS(2253), - [sym__inline_note_start_token] = ACTIONS(2253), - [sym__strong_emphasis_open_star] = ACTIONS(2253), - [sym__strong_emphasis_open_underscore] = ACTIONS(2253), - [sym__emphasis_open_star] = ACTIONS(2253), - [sym__emphasis_open_underscore] = ACTIONS(2253), - [sym_inline_note_reference] = ACTIONS(2253), - [sym_html_element] = ACTIONS(2253), + [anon_sym_COLON] = ACTIONS(2827), + [sym_entity_reference] = ACTIONS(2827), + [sym_numeric_character_reference] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_BANG_LBRACK] = ACTIONS(2829), + [anon_sym_DOLLAR] = ACTIONS(2827), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2829), + [aux_sym_pandoc_str_token1] = ACTIONS(2827), + [anon_sym_PIPE] = ACTIONS(2829), + [aux_sym__prose_punctuation_token1] = ACTIONS(2827), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2827), + [sym__line_ending] = ACTIONS(2829), + [sym__soft_line_ending] = ACTIONS(2829), + [sym__block_close] = ACTIONS(2829), + [sym_block_continuation] = ACTIONS(3392), + [sym__block_quote_start] = ACTIONS(2829), + [sym_atx_h1_marker] = ACTIONS(2829), + [sym_atx_h2_marker] = ACTIONS(2829), + [sym_atx_h3_marker] = ACTIONS(2829), + [sym_atx_h4_marker] = ACTIONS(2829), + [sym_atx_h5_marker] = ACTIONS(2829), + [sym_atx_h6_marker] = ACTIONS(2829), + [sym__thematic_break] = ACTIONS(2829), + [sym__list_marker_minus] = ACTIONS(2829), + [sym__list_marker_plus] = ACTIONS(2829), + [sym__list_marker_star] = ACTIONS(2829), + [sym__list_marker_parenthesis] = ACTIONS(2829), + [sym__list_marker_dot] = ACTIONS(2829), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2829), + [sym__list_marker_example] = ACTIONS(2829), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2829), + [sym__fenced_code_block_start_backtick] = ACTIONS(2829), + [sym_minus_metadata] = ACTIONS(2829), + [sym__pipe_table_start] = ACTIONS(2829), + [sym__fenced_div_start] = ACTIONS(2829), + [sym_ref_id_specifier] = ACTIONS(2829), + [sym__code_span_start] = ACTIONS(2829), + [sym__html_comment] = ACTIONS(2829), + [sym__autolink] = ACTIONS(2829), + [sym__highlight_span_start] = ACTIONS(2829), + [sym__insert_span_start] = ACTIONS(2829), + [sym__delete_span_start] = ACTIONS(2829), + [sym__edit_comment_span_start] = ACTIONS(2829), + [sym__single_quote_span_open] = ACTIONS(2829), + [sym__double_quote_span_open] = ACTIONS(2829), + [sym__shortcode_open_escaped] = ACTIONS(2829), + [sym__shortcode_open] = ACTIONS(2829), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2829), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2829), + [sym__cite_author_in_text] = ACTIONS(2829), + [sym__cite_suppress_author] = ACTIONS(2829), + [sym__strikeout_open] = ACTIONS(2829), + [sym__subscript_open] = ACTIONS(2829), + [sym__superscript_open] = ACTIONS(2829), + [sym__inline_note_start_token] = ACTIONS(2829), + [sym__strong_emphasis_open_star] = ACTIONS(2829), + [sym__strong_emphasis_open_underscore] = ACTIONS(2829), + [sym__emphasis_open_star] = ACTIONS(2829), + [sym__emphasis_open_underscore] = ACTIONS(2829), + [sym_inline_note_reference] = ACTIONS(2829), + [sym_html_element] = ACTIONS(2829), }, [STATE(379)] = { - [anon_sym_COLON] = ACTIONS(2319), - [sym_entity_reference] = ACTIONS(2319), - [sym_numeric_character_reference] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2321), - [anon_sym_BANG_LBRACK] = ACTIONS(2321), - [anon_sym_DOLLAR] = ACTIONS(2319), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2321), - [sym_pandoc_str] = ACTIONS(2319), - [aux_sym__prose_punctuation_token1] = ACTIONS(2319), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2319), - [sym__line_ending] = ACTIONS(2321), - [sym__soft_line_ending] = ACTIONS(2321), - [sym__block_close] = ACTIONS(2321), - [sym_block_continuation] = ACTIONS(3082), - [sym__block_quote_start] = ACTIONS(2321), - [sym_atx_h1_marker] = ACTIONS(2321), - [sym_atx_h2_marker] = ACTIONS(2321), - [sym_atx_h3_marker] = ACTIONS(2321), - [sym_atx_h4_marker] = ACTIONS(2321), - [sym_atx_h5_marker] = ACTIONS(2321), - [sym_atx_h6_marker] = ACTIONS(2321), - [sym__thematic_break] = ACTIONS(2321), - [sym__list_marker_minus] = ACTIONS(2321), - [sym__list_marker_plus] = ACTIONS(2321), - [sym__list_marker_star] = ACTIONS(2321), - [sym__list_marker_parenthesis] = ACTIONS(2321), - [sym__list_marker_dot] = ACTIONS(2321), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2321), - [sym__list_marker_example] = ACTIONS(2321), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2321), - [sym__fenced_code_block_start_backtick] = ACTIONS(2321), - [sym_minus_metadata] = ACTIONS(2321), - [sym__pipe_table_start] = ACTIONS(2321), - [sym__fenced_div_start] = ACTIONS(2321), - [sym_ref_id_specifier] = ACTIONS(2321), - [sym__code_span_start] = ACTIONS(2321), - [sym__html_comment] = ACTIONS(2321), - [sym__autolink] = ACTIONS(2321), - [sym__highlight_span_start] = ACTIONS(2321), - [sym__insert_span_start] = ACTIONS(2321), - [sym__delete_span_start] = ACTIONS(2321), - [sym__edit_comment_span_start] = ACTIONS(2321), - [sym__single_quote_span_open] = ACTIONS(2321), - [sym__double_quote_span_open] = ACTIONS(2321), - [sym__shortcode_open_escaped] = ACTIONS(2321), - [sym__shortcode_open] = ACTIONS(2321), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2321), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2321), - [sym__cite_author_in_text] = ACTIONS(2321), - [sym__cite_suppress_author] = ACTIONS(2321), - [sym__strikeout_open] = ACTIONS(2321), - [sym__subscript_open] = ACTIONS(2321), - [sym__superscript_open] = ACTIONS(2321), - [sym__inline_note_start_token] = ACTIONS(2321), - [sym__strong_emphasis_open_star] = ACTIONS(2321), - [sym__strong_emphasis_open_underscore] = ACTIONS(2321), - [sym__emphasis_open_star] = ACTIONS(2321), - [sym__emphasis_open_underscore] = ACTIONS(2321), - [sym_inline_note_reference] = ACTIONS(2321), - [sym_html_element] = ACTIONS(2321), + [sym__inlines] = STATE(2623), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1328), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3394), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3396), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(380)] = { - [anon_sym_COLON] = ACTIONS(2325), - [sym_entity_reference] = ACTIONS(2325), - [sym_numeric_character_reference] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_BANG_LBRACK] = ACTIONS(2327), - [anon_sym_DOLLAR] = ACTIONS(2325), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2327), - [anon_sym_LBRACE] = ACTIONS(2327), - [sym_pandoc_str] = ACTIONS(2325), - [aux_sym__prose_punctuation_token1] = ACTIONS(2325), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2325), - [sym__line_ending] = ACTIONS(2327), - [sym__soft_line_ending] = ACTIONS(2327), - [sym__block_close] = ACTIONS(2327), - [sym_block_continuation] = ACTIONS(3084), - [sym__block_quote_start] = ACTIONS(2327), - [sym_atx_h1_marker] = ACTIONS(2327), - [sym_atx_h2_marker] = ACTIONS(2327), - [sym_atx_h3_marker] = ACTIONS(2327), - [sym_atx_h4_marker] = ACTIONS(2327), - [sym_atx_h5_marker] = ACTIONS(2327), - [sym_atx_h6_marker] = ACTIONS(2327), - [sym__thematic_break] = ACTIONS(2327), - [sym__list_marker_minus] = ACTIONS(2327), - [sym__list_marker_plus] = ACTIONS(2327), - [sym__list_marker_star] = ACTIONS(2327), - [sym__list_marker_parenthesis] = ACTIONS(2327), - [sym__list_marker_dot] = ACTIONS(2327), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2327), - [sym__list_marker_example] = ACTIONS(2327), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2327), - [sym__fenced_code_block_start_backtick] = ACTIONS(2327), - [sym_minus_metadata] = ACTIONS(2327), - [sym__pipe_table_start] = ACTIONS(2327), - [sym__fenced_div_start] = ACTIONS(2327), - [sym_ref_id_specifier] = ACTIONS(2327), - [sym__code_span_start] = ACTIONS(2327), - [sym__html_comment] = ACTIONS(2327), - [sym__autolink] = ACTIONS(2327), - [sym__highlight_span_start] = ACTIONS(2327), - [sym__insert_span_start] = ACTIONS(2327), - [sym__delete_span_start] = ACTIONS(2327), - [sym__edit_comment_span_start] = ACTIONS(2327), - [sym__single_quote_span_open] = ACTIONS(2327), - [sym__double_quote_span_open] = ACTIONS(2327), - [sym__shortcode_open_escaped] = ACTIONS(2327), - [sym__shortcode_open] = ACTIONS(2327), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2327), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2327), - [sym__cite_author_in_text] = ACTIONS(2327), - [sym__cite_suppress_author] = ACTIONS(2327), - [sym__strikeout_open] = ACTIONS(2327), - [sym__subscript_open] = ACTIONS(2327), - [sym__superscript_open] = ACTIONS(2327), - [sym__inline_note_start_token] = ACTIONS(2327), - [sym__strong_emphasis_open_star] = ACTIONS(2327), - [sym__strong_emphasis_open_underscore] = ACTIONS(2327), - [sym__emphasis_open_star] = ACTIONS(2327), - [sym__emphasis_open_underscore] = ACTIONS(2327), - [sym_inline_note_reference] = ACTIONS(2327), - [sym_html_element] = ACTIONS(2327), + [sym__inlines] = STATE(2624), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1329), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3398), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3396), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(381)] = { - [anon_sym_COLON] = ACTIONS(2331), - [sym_entity_reference] = ACTIONS(2331), - [sym_numeric_character_reference] = ACTIONS(2333), - [anon_sym_LBRACK] = ACTIONS(2333), - [anon_sym_BANG_LBRACK] = ACTIONS(2333), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2333), - [anon_sym_LBRACE] = ACTIONS(2333), - [sym_pandoc_str] = ACTIONS(2331), - [aux_sym__prose_punctuation_token1] = ACTIONS(2331), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2331), - [sym__line_ending] = ACTIONS(2333), - [sym__soft_line_ending] = ACTIONS(2333), - [sym__block_close] = ACTIONS(2333), - [sym_block_continuation] = ACTIONS(3086), - [sym__block_quote_start] = ACTIONS(2333), - [sym_atx_h1_marker] = ACTIONS(2333), - [sym_atx_h2_marker] = ACTIONS(2333), - [sym_atx_h3_marker] = ACTIONS(2333), - [sym_atx_h4_marker] = ACTIONS(2333), - [sym_atx_h5_marker] = ACTIONS(2333), - [sym_atx_h6_marker] = ACTIONS(2333), - [sym__thematic_break] = ACTIONS(2333), - [sym__list_marker_minus] = ACTIONS(2333), - [sym__list_marker_plus] = ACTIONS(2333), - [sym__list_marker_star] = ACTIONS(2333), - [sym__list_marker_parenthesis] = ACTIONS(2333), - [sym__list_marker_dot] = ACTIONS(2333), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2333), - [sym__list_marker_example] = ACTIONS(2333), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2333), - [sym__fenced_code_block_start_backtick] = ACTIONS(2333), - [sym_minus_metadata] = ACTIONS(2333), - [sym__pipe_table_start] = ACTIONS(2333), - [sym__fenced_div_start] = ACTIONS(2333), - [sym_ref_id_specifier] = ACTIONS(2333), - [sym__code_span_start] = ACTIONS(2333), - [sym__html_comment] = ACTIONS(2333), - [sym__autolink] = ACTIONS(2333), - [sym__highlight_span_start] = ACTIONS(2333), - [sym__insert_span_start] = ACTIONS(2333), - [sym__delete_span_start] = ACTIONS(2333), - [sym__edit_comment_span_start] = ACTIONS(2333), - [sym__single_quote_span_open] = ACTIONS(2333), - [sym__double_quote_span_open] = ACTIONS(2333), - [sym__shortcode_open_escaped] = ACTIONS(2333), - [sym__shortcode_open] = ACTIONS(2333), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2333), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2333), - [sym__cite_author_in_text] = ACTIONS(2333), - [sym__cite_suppress_author] = ACTIONS(2333), - [sym__strikeout_open] = ACTIONS(2333), - [sym__subscript_open] = ACTIONS(2333), - [sym__superscript_open] = ACTIONS(2333), - [sym__inline_note_start_token] = ACTIONS(2333), - [sym__strong_emphasis_open_star] = ACTIONS(2333), - [sym__strong_emphasis_open_underscore] = ACTIONS(2333), - [sym__emphasis_open_star] = ACTIONS(2333), - [sym__emphasis_open_underscore] = ACTIONS(2333), - [sym_inline_note_reference] = ACTIONS(2333), - [sym_html_element] = ACTIONS(2333), + [sym__inlines] = STATE(2674), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(979), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3400), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3402), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(382)] = { - [anon_sym_COLON] = ACTIONS(2337), - [sym_entity_reference] = ACTIONS(2337), - [sym_numeric_character_reference] = ACTIONS(2339), - [anon_sym_LBRACK] = ACTIONS(2339), - [anon_sym_BANG_LBRACK] = ACTIONS(2339), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2339), - [anon_sym_LBRACE] = ACTIONS(2339), - [sym_pandoc_str] = ACTIONS(2337), - [aux_sym__prose_punctuation_token1] = ACTIONS(2337), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2337), - [sym__line_ending] = ACTIONS(2339), - [sym__soft_line_ending] = ACTIONS(2339), - [sym__block_close] = ACTIONS(2339), - [sym_block_continuation] = ACTIONS(3088), - [sym__block_quote_start] = ACTIONS(2339), - [sym_atx_h1_marker] = ACTIONS(2339), - [sym_atx_h2_marker] = ACTIONS(2339), - [sym_atx_h3_marker] = ACTIONS(2339), - [sym_atx_h4_marker] = ACTIONS(2339), - [sym_atx_h5_marker] = ACTIONS(2339), - [sym_atx_h6_marker] = ACTIONS(2339), - [sym__thematic_break] = ACTIONS(2339), - [sym__list_marker_minus] = ACTIONS(2339), - [sym__list_marker_plus] = ACTIONS(2339), - [sym__list_marker_star] = ACTIONS(2339), - [sym__list_marker_parenthesis] = ACTIONS(2339), - [sym__list_marker_dot] = ACTIONS(2339), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2339), - [sym__list_marker_example] = ACTIONS(2339), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2339), - [sym__fenced_code_block_start_backtick] = ACTIONS(2339), - [sym_minus_metadata] = ACTIONS(2339), - [sym__pipe_table_start] = ACTIONS(2339), - [sym__fenced_div_start] = ACTIONS(2339), - [sym_ref_id_specifier] = ACTIONS(2339), - [sym__code_span_start] = ACTIONS(2339), - [sym__html_comment] = ACTIONS(2339), - [sym__autolink] = ACTIONS(2339), - [sym__highlight_span_start] = ACTIONS(2339), - [sym__insert_span_start] = ACTIONS(2339), - [sym__delete_span_start] = ACTIONS(2339), - [sym__edit_comment_span_start] = ACTIONS(2339), - [sym__single_quote_span_open] = ACTIONS(2339), - [sym__double_quote_span_open] = ACTIONS(2339), - [sym__shortcode_open_escaped] = ACTIONS(2339), - [sym__shortcode_open] = ACTIONS(2339), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2339), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2339), - [sym__cite_author_in_text] = ACTIONS(2339), - [sym__cite_suppress_author] = ACTIONS(2339), - [sym__strikeout_open] = ACTIONS(2339), - [sym__subscript_open] = ACTIONS(2339), - [sym__superscript_open] = ACTIONS(2339), - [sym__inline_note_start_token] = ACTIONS(2339), - [sym__strong_emphasis_open_star] = ACTIONS(2339), - [sym__strong_emphasis_open_underscore] = ACTIONS(2339), - [sym__emphasis_open_star] = ACTIONS(2339), - [sym__emphasis_open_underscore] = ACTIONS(2339), - [sym_inline_note_reference] = ACTIONS(2339), - [sym_html_element] = ACTIONS(2339), + [sym__inlines] = STATE(2589), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(980), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3404), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3402), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(383)] = { - [anon_sym_COLON] = ACTIONS(2359), - [sym_entity_reference] = ACTIONS(2359), - [sym_numeric_character_reference] = ACTIONS(2361), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_BANG_LBRACK] = ACTIONS(2361), - [anon_sym_DOLLAR] = ACTIONS(2359), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2361), - [anon_sym_LBRACE] = ACTIONS(2361), - [sym_pandoc_str] = ACTIONS(2359), - [aux_sym__prose_punctuation_token1] = ACTIONS(2359), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2359), - [sym__line_ending] = ACTIONS(2361), - [sym__soft_line_ending] = ACTIONS(2361), - [sym__block_close] = ACTIONS(2361), - [sym_block_continuation] = ACTIONS(3090), - [sym__block_quote_start] = ACTIONS(2361), - [sym_atx_h1_marker] = ACTIONS(2361), - [sym_atx_h2_marker] = ACTIONS(2361), - [sym_atx_h3_marker] = ACTIONS(2361), - [sym_atx_h4_marker] = ACTIONS(2361), - [sym_atx_h5_marker] = ACTIONS(2361), - [sym_atx_h6_marker] = ACTIONS(2361), - [sym__thematic_break] = ACTIONS(2361), - [sym__list_marker_minus] = ACTIONS(2361), - [sym__list_marker_plus] = ACTIONS(2361), - [sym__list_marker_star] = ACTIONS(2361), - [sym__list_marker_parenthesis] = ACTIONS(2361), - [sym__list_marker_dot] = ACTIONS(2361), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2361), - [sym__list_marker_example] = ACTIONS(2361), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2361), - [sym__fenced_code_block_start_backtick] = ACTIONS(2361), - [sym_minus_metadata] = ACTIONS(2361), - [sym__pipe_table_start] = ACTIONS(2361), - [sym__fenced_div_start] = ACTIONS(2361), - [sym_ref_id_specifier] = ACTIONS(2361), - [sym__code_span_start] = ACTIONS(2361), - [sym__html_comment] = ACTIONS(2361), - [sym__autolink] = ACTIONS(2361), - [sym__highlight_span_start] = ACTIONS(2361), - [sym__insert_span_start] = ACTIONS(2361), - [sym__delete_span_start] = ACTIONS(2361), - [sym__edit_comment_span_start] = ACTIONS(2361), - [sym__single_quote_span_open] = ACTIONS(2361), - [sym__double_quote_span_open] = ACTIONS(2361), - [sym__shortcode_open_escaped] = ACTIONS(2361), - [sym__shortcode_open] = ACTIONS(2361), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2361), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2361), - [sym__cite_author_in_text] = ACTIONS(2361), - [sym__cite_suppress_author] = ACTIONS(2361), - [sym__strikeout_open] = ACTIONS(2361), - [sym__subscript_open] = ACTIONS(2361), - [sym__superscript_open] = ACTIONS(2361), - [sym__inline_note_start_token] = ACTIONS(2361), - [sym__strong_emphasis_open_star] = ACTIONS(2361), - [sym__strong_emphasis_open_underscore] = ACTIONS(2361), - [sym__emphasis_open_star] = ACTIONS(2361), - [sym__emphasis_open_underscore] = ACTIONS(2361), - [sym_inline_note_reference] = ACTIONS(2361), - [sym_html_element] = ACTIONS(2361), + [sym__inlines] = STATE(2445), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1002), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3406), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3408), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(384)] = { - [sym_pipe_table_cell] = STATE(2564), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [anon_sym_PIPE] = ACTIONS(3092), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(2723), - [sym__line_ending] = ACTIONS(2061), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), + [sym__inlines] = STATE(2448), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1003), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3410), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3408), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(385)] = { - [sym_pipe_table_cell] = STATE(2554), - [sym_pandoc_span] = STATE(574), - [sym_pandoc_image] = STATE(574), - [sym_pandoc_math] = STATE(574), - [sym_pandoc_display_math] = STATE(574), - [sym_pandoc_code_span] = STATE(574), - [sym_pandoc_single_quote] = STATE(574), - [sym_pandoc_double_quote] = STATE(574), - [sym_insert] = STATE(574), - [sym_delete] = STATE(574), - [sym_edit_comment] = STATE(574), - [sym_highlight] = STATE(574), - [sym__pandoc_attr_specifier] = STATE(574), - [sym__line_with_maybe_spaces] = STATE(2549), - [sym__inline_element] = STATE(574), - [sym_shortcode_escaped] = STATE(574), - [sym_shortcode] = STATE(574), - [sym_citation] = STATE(574), - [sym_inline_note] = STATE(574), - [sym_pandoc_superscript] = STATE(574), - [sym_pandoc_subscript] = STATE(574), - [sym_pandoc_strikeout] = STATE(574), - [sym_pandoc_emph] = STATE(574), - [sym_pandoc_strong] = STATE(574), - [sym__prose_punctuation] = STATE(574), - [sym_pandoc_line_break] = STATE(574), - [aux_sym_pipe_table_row_repeat1] = STATE(376), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(574), - [sym_entity_reference] = ACTIONS(2259), - [sym_numeric_character_reference] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_BANG_LBRACK] = ACTIONS(2265), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2271), - [sym_pandoc_str] = ACTIONS(2259), - [aux_sym__prose_punctuation_token1] = ACTIONS(2259), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2273), - [sym__whitespace] = ACTIONS(3094), - [sym__line_ending] = ACTIONS(2065), - [sym__code_span_start] = ACTIONS(2277), - [sym__html_comment] = ACTIONS(2261), - [sym__autolink] = ACTIONS(2261), - [sym__highlight_span_start] = ACTIONS(2279), - [sym__insert_span_start] = ACTIONS(2281), - [sym__delete_span_start] = ACTIONS(2283), - [sym__edit_comment_span_start] = ACTIONS(2285), - [sym__single_quote_span_open] = ACTIONS(2287), - [sym__double_quote_span_open] = ACTIONS(2289), - [sym__shortcode_open_escaped] = ACTIONS(2291), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2297), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2301), - [sym__strikeout_open] = ACTIONS(2303), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2307), - [sym__inline_note_start_token] = ACTIONS(2309), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2313), - [sym__emphasis_open_star] = ACTIONS(2315), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2261), - [sym_html_element] = ACTIONS(2261), + [ts_builtin_sym_end] = ACTIONS(2868), + [anon_sym_COLON] = ACTIONS(2866), + [sym_entity_reference] = ACTIONS(2866), + [sym_numeric_character_reference] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2868), + [anon_sym_BANG_LBRACK] = ACTIONS(2868), + [anon_sym_DOLLAR] = ACTIONS(2866), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2868), + [anon_sym_LBRACE] = ACTIONS(2868), + [aux_sym_pandoc_str_token1] = ACTIONS(2866), + [anon_sym_PIPE] = ACTIONS(2868), + [aux_sym__prose_punctuation_token1] = ACTIONS(2866), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2866), + [sym__line_ending] = ACTIONS(2868), + [sym__soft_line_ending] = ACTIONS(2868), + [sym_block_continuation] = ACTIONS(3412), + [sym__block_quote_start] = ACTIONS(2868), + [sym_atx_h1_marker] = ACTIONS(2868), + [sym_atx_h2_marker] = ACTIONS(2868), + [sym_atx_h3_marker] = ACTIONS(2868), + [sym_atx_h4_marker] = ACTIONS(2868), + [sym_atx_h5_marker] = ACTIONS(2868), + [sym_atx_h6_marker] = ACTIONS(2868), + [sym__thematic_break] = ACTIONS(2868), + [sym__list_marker_minus] = ACTIONS(2868), + [sym__list_marker_plus] = ACTIONS(2868), + [sym__list_marker_star] = ACTIONS(2868), + [sym__list_marker_parenthesis] = ACTIONS(2868), + [sym__list_marker_dot] = ACTIONS(2868), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2868), + [sym__list_marker_example] = ACTIONS(2868), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2868), + [sym__fenced_code_block_start_backtick] = ACTIONS(2868), + [sym_minus_metadata] = ACTIONS(2868), + [sym__pipe_table_start] = ACTIONS(2868), + [sym__fenced_div_start] = ACTIONS(2868), + [sym_ref_id_specifier] = ACTIONS(2868), + [sym__code_span_start] = ACTIONS(2868), + [sym__html_comment] = ACTIONS(2868), + [sym__autolink] = ACTIONS(2868), + [sym__highlight_span_start] = ACTIONS(2868), + [sym__insert_span_start] = ACTIONS(2868), + [sym__delete_span_start] = ACTIONS(2868), + [sym__edit_comment_span_start] = ACTIONS(2868), + [sym__single_quote_span_open] = ACTIONS(2868), + [sym__double_quote_span_open] = ACTIONS(2868), + [sym__shortcode_open_escaped] = ACTIONS(2868), + [sym__shortcode_open] = ACTIONS(2868), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2868), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2868), + [sym__cite_author_in_text] = ACTIONS(2868), + [sym__cite_suppress_author] = ACTIONS(2868), + [sym__strikeout_open] = ACTIONS(2868), + [sym__subscript_open] = ACTIONS(2868), + [sym__superscript_open] = ACTIONS(2868), + [sym__inline_note_start_token] = ACTIONS(2868), + [sym__strong_emphasis_open_star] = ACTIONS(2868), + [sym__strong_emphasis_open_underscore] = ACTIONS(2868), + [sym__emphasis_open_star] = ACTIONS(2868), + [sym__emphasis_open_underscore] = ACTIONS(2868), + [sym_inline_note_reference] = ACTIONS(2868), + [sym_html_element] = ACTIONS(2868), }, [STATE(386)] = { - [anon_sym_COLON] = ACTIONS(2383), - [sym_entity_reference] = ACTIONS(2383), - [sym_numeric_character_reference] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_BANG_LBRACK] = ACTIONS(2385), - [anon_sym_DOLLAR] = ACTIONS(2383), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2385), - [anon_sym_LBRACE] = ACTIONS(2385), - [sym_pandoc_str] = ACTIONS(2383), - [aux_sym__prose_punctuation_token1] = ACTIONS(2383), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2383), - [sym__line_ending] = ACTIONS(2385), - [sym__soft_line_ending] = ACTIONS(2385), - [sym__block_close] = ACTIONS(2385), - [sym_block_continuation] = ACTIONS(3096), - [sym__block_quote_start] = ACTIONS(2385), - [sym_atx_h1_marker] = ACTIONS(2385), - [sym_atx_h2_marker] = ACTIONS(2385), - [sym_atx_h3_marker] = ACTIONS(2385), - [sym_atx_h4_marker] = ACTIONS(2385), - [sym_atx_h5_marker] = ACTIONS(2385), - [sym_atx_h6_marker] = ACTIONS(2385), - [sym__thematic_break] = ACTIONS(2385), - [sym__list_marker_minus] = ACTIONS(2385), - [sym__list_marker_plus] = ACTIONS(2385), - [sym__list_marker_star] = ACTIONS(2385), - [sym__list_marker_parenthesis] = ACTIONS(2385), - [sym__list_marker_dot] = ACTIONS(2385), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2385), - [sym__list_marker_example] = ACTIONS(2385), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2385), - [sym__fenced_code_block_start_backtick] = ACTIONS(2385), - [sym_minus_metadata] = ACTIONS(2385), - [sym__pipe_table_start] = ACTIONS(2385), - [sym__fenced_div_start] = ACTIONS(2385), - [sym_ref_id_specifier] = ACTIONS(2385), - [sym__code_span_start] = ACTIONS(2385), - [sym__html_comment] = ACTIONS(2385), - [sym__autolink] = ACTIONS(2385), - [sym__highlight_span_start] = ACTIONS(2385), - [sym__insert_span_start] = ACTIONS(2385), - [sym__delete_span_start] = ACTIONS(2385), - [sym__edit_comment_span_start] = ACTIONS(2385), - [sym__single_quote_span_open] = ACTIONS(2385), - [sym__double_quote_span_open] = ACTIONS(2385), - [sym__shortcode_open_escaped] = ACTIONS(2385), - [sym__shortcode_open] = ACTIONS(2385), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2385), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2385), - [sym__cite_author_in_text] = ACTIONS(2385), - [sym__cite_suppress_author] = ACTIONS(2385), - [sym__strikeout_open] = ACTIONS(2385), - [sym__subscript_open] = ACTIONS(2385), - [sym__superscript_open] = ACTIONS(2385), - [sym__inline_note_start_token] = ACTIONS(2385), - [sym__strong_emphasis_open_star] = ACTIONS(2385), - [sym__strong_emphasis_open_underscore] = ACTIONS(2385), - [sym__emphasis_open_star] = ACTIONS(2385), - [sym__emphasis_open_underscore] = ACTIONS(2385), - [sym_inline_note_reference] = ACTIONS(2385), - [sym_html_element] = ACTIONS(2385), + [sym__inlines] = STATE(2517), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(912), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3414), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3388), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(387)] = { - [anon_sym_COLON] = ACTIONS(2389), - [sym_entity_reference] = ACTIONS(2389), - [sym_numeric_character_reference] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_BANG_LBRACK] = ACTIONS(2391), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2391), - [sym_pandoc_str] = ACTIONS(2389), - [aux_sym__prose_punctuation_token1] = ACTIONS(2389), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2389), - [sym__line_ending] = ACTIONS(2391), - [sym__soft_line_ending] = ACTIONS(2391), - [sym__block_close] = ACTIONS(2391), - [sym_block_continuation] = ACTIONS(3098), - [sym__block_quote_start] = ACTIONS(2391), - [sym_atx_h1_marker] = ACTIONS(2391), - [sym_atx_h2_marker] = ACTIONS(2391), - [sym_atx_h3_marker] = ACTIONS(2391), - [sym_atx_h4_marker] = ACTIONS(2391), - [sym_atx_h5_marker] = ACTIONS(2391), - [sym_atx_h6_marker] = ACTIONS(2391), - [sym__thematic_break] = ACTIONS(2391), - [sym__list_marker_minus] = ACTIONS(2391), - [sym__list_marker_plus] = ACTIONS(2391), - [sym__list_marker_star] = ACTIONS(2391), - [sym__list_marker_parenthesis] = ACTIONS(2391), - [sym__list_marker_dot] = ACTIONS(2391), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2391), - [sym__list_marker_example] = ACTIONS(2391), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2391), - [sym__fenced_code_block_start_backtick] = ACTIONS(2391), - [sym_minus_metadata] = ACTIONS(2391), - [sym__pipe_table_start] = ACTIONS(2391), - [sym__fenced_div_start] = ACTIONS(2391), - [sym_ref_id_specifier] = ACTIONS(2391), - [sym__code_span_start] = ACTIONS(2391), - [sym__html_comment] = ACTIONS(2391), - [sym__autolink] = ACTIONS(2391), - [sym__highlight_span_start] = ACTIONS(2391), - [sym__insert_span_start] = ACTIONS(2391), - [sym__delete_span_start] = ACTIONS(2391), - [sym__edit_comment_span_start] = ACTIONS(2391), - [sym__single_quote_span_open] = ACTIONS(2391), - [sym__double_quote_span_open] = ACTIONS(2391), - [sym__shortcode_open_escaped] = ACTIONS(2391), - [sym__shortcode_open] = ACTIONS(2391), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2391), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2391), - [sym__cite_author_in_text] = ACTIONS(2391), - [sym__cite_suppress_author] = ACTIONS(2391), - [sym__strikeout_open] = ACTIONS(2391), - [sym__subscript_open] = ACTIONS(2391), - [sym__superscript_open] = ACTIONS(2391), - [sym__inline_note_start_token] = ACTIONS(2391), - [sym__strong_emphasis_open_star] = ACTIONS(2391), - [sym__strong_emphasis_open_underscore] = ACTIONS(2391), - [sym__emphasis_open_star] = ACTIONS(2391), - [sym__emphasis_open_underscore] = ACTIONS(2391), - [sym_inline_note_reference] = ACTIONS(2391), - [sym_html_element] = ACTIONS(2391), + [sym__inlines] = STATE(2519), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1023), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3416), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3418), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(388)] = { - [anon_sym_COLON] = ACTIONS(2395), - [sym_entity_reference] = ACTIONS(2395), - [sym_numeric_character_reference] = ACTIONS(2397), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_BANG_LBRACK] = ACTIONS(2397), - [anon_sym_DOLLAR] = ACTIONS(2395), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2397), - [sym_pandoc_str] = ACTIONS(2395), - [aux_sym__prose_punctuation_token1] = ACTIONS(2395), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2395), - [sym__line_ending] = ACTIONS(2397), - [sym__soft_line_ending] = ACTIONS(2397), - [sym__block_close] = ACTIONS(2397), - [sym_block_continuation] = ACTIONS(3100), - [sym__block_quote_start] = ACTIONS(2397), - [sym_atx_h1_marker] = ACTIONS(2397), - [sym_atx_h2_marker] = ACTIONS(2397), - [sym_atx_h3_marker] = ACTIONS(2397), - [sym_atx_h4_marker] = ACTIONS(2397), - [sym_atx_h5_marker] = ACTIONS(2397), - [sym_atx_h6_marker] = ACTIONS(2397), - [sym__thematic_break] = ACTIONS(2397), - [sym__list_marker_minus] = ACTIONS(2397), - [sym__list_marker_plus] = ACTIONS(2397), - [sym__list_marker_star] = ACTIONS(2397), - [sym__list_marker_parenthesis] = ACTIONS(2397), - [sym__list_marker_dot] = ACTIONS(2397), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2397), - [sym__list_marker_example] = ACTIONS(2397), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2397), - [sym__fenced_code_block_start_backtick] = ACTIONS(2397), - [sym_minus_metadata] = ACTIONS(2397), - [sym__pipe_table_start] = ACTIONS(2397), - [sym__fenced_div_start] = ACTIONS(2397), - [sym_ref_id_specifier] = ACTIONS(2397), - [sym__code_span_start] = ACTIONS(2397), - [sym__html_comment] = ACTIONS(2397), - [sym__autolink] = ACTIONS(2397), - [sym__highlight_span_start] = ACTIONS(2397), - [sym__insert_span_start] = ACTIONS(2397), - [sym__delete_span_start] = ACTIONS(2397), - [sym__edit_comment_span_start] = ACTIONS(2397), - [sym__single_quote_span_open] = ACTIONS(2397), - [sym__double_quote_span_open] = ACTIONS(2397), - [sym__shortcode_open_escaped] = ACTIONS(2397), - [sym__shortcode_open] = ACTIONS(2397), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2397), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2397), - [sym__cite_author_in_text] = ACTIONS(2397), - [sym__cite_suppress_author] = ACTIONS(2397), - [sym__strikeout_open] = ACTIONS(2397), - [sym__subscript_open] = ACTIONS(2397), - [sym__superscript_open] = ACTIONS(2397), - [sym__inline_note_start_token] = ACTIONS(2397), - [sym__strong_emphasis_open_star] = ACTIONS(2397), - [sym__strong_emphasis_open_underscore] = ACTIONS(2397), - [sym__emphasis_open_star] = ACTIONS(2397), - [sym__emphasis_open_underscore] = ACTIONS(2397), - [sym_inline_note_reference] = ACTIONS(2397), - [sym_html_element] = ACTIONS(2397), + [sym__inlines] = STATE(2529), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1024), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3420), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3418), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(389)] = { - [anon_sym_COLON] = ACTIONS(2473), - [sym_entity_reference] = ACTIONS(2473), - [sym_numeric_character_reference] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_BANG_LBRACK] = ACTIONS(2475), - [anon_sym_DOLLAR] = ACTIONS(2473), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2475), - [sym_pandoc_str] = ACTIONS(2473), - [aux_sym__prose_punctuation_token1] = ACTIONS(2473), - [aux_sym_pandoc_line_break_token1] = ACTIONS(2473), - [sym__line_ending] = ACTIONS(2475), - [sym__soft_line_ending] = ACTIONS(2475), - [sym__block_close] = ACTIONS(2475), - [sym_block_continuation] = ACTIONS(3102), - [sym__block_quote_start] = ACTIONS(2475), - [sym_atx_h1_marker] = ACTIONS(2475), - [sym_atx_h2_marker] = ACTIONS(2475), - [sym_atx_h3_marker] = ACTIONS(2475), - [sym_atx_h4_marker] = ACTIONS(2475), - [sym_atx_h5_marker] = ACTIONS(2475), - [sym_atx_h6_marker] = ACTIONS(2475), - [sym__thematic_break] = ACTIONS(2475), - [sym__list_marker_minus] = ACTIONS(2475), - [sym__list_marker_plus] = ACTIONS(2475), - [sym__list_marker_star] = ACTIONS(2475), - [sym__list_marker_parenthesis] = ACTIONS(2475), - [sym__list_marker_dot] = ACTIONS(2475), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2475), - [sym__list_marker_example] = ACTIONS(2475), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2475), - [sym__fenced_code_block_start_backtick] = ACTIONS(2475), - [sym_minus_metadata] = ACTIONS(2475), - [sym__pipe_table_start] = ACTIONS(2475), - [sym__fenced_div_start] = ACTIONS(2475), - [sym_ref_id_specifier] = ACTIONS(2475), - [sym__code_span_start] = ACTIONS(2475), - [sym__html_comment] = ACTIONS(2475), - [sym__autolink] = ACTIONS(2475), - [sym__highlight_span_start] = ACTIONS(2475), - [sym__insert_span_start] = ACTIONS(2475), - [sym__delete_span_start] = ACTIONS(2475), - [sym__edit_comment_span_start] = ACTIONS(2475), - [sym__single_quote_span_open] = ACTIONS(2475), - [sym__double_quote_span_open] = ACTIONS(2475), - [sym__shortcode_open_escaped] = ACTIONS(2475), - [sym__shortcode_open] = ACTIONS(2475), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2475), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2475), - [sym__cite_author_in_text] = ACTIONS(2475), - [sym__cite_suppress_author] = ACTIONS(2475), - [sym__strikeout_open] = ACTIONS(2475), - [sym__subscript_open] = ACTIONS(2475), - [sym__superscript_open] = ACTIONS(2475), - [sym__inline_note_start_token] = ACTIONS(2475), - [sym__strong_emphasis_open_star] = ACTIONS(2475), - [sym__strong_emphasis_open_underscore] = ACTIONS(2475), - [sym__emphasis_open_star] = ACTIONS(2475), - [sym__emphasis_open_underscore] = ACTIONS(2475), - [sym_inline_note_reference] = ACTIONS(2475), - [sym_html_element] = ACTIONS(2475), + [sym__inlines] = STATE(2657), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1045), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3422), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3424), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), }, [STATE(390)] = { - [anon_sym_COLON] = ACTIONS(3104), - [sym_entity_reference] = ACTIONS(3104), - [sym_numeric_character_reference] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_BANG_LBRACK] = ACTIONS(3106), - [anon_sym_DOLLAR] = ACTIONS(3104), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3106), - [sym_pandoc_str] = ACTIONS(3104), - [aux_sym__prose_punctuation_token1] = ACTIONS(3104), - [aux_sym_pandoc_line_break_token1] = ACTIONS(3104), - [sym__line_ending] = ACTIONS(3106), - [sym__soft_line_ending] = ACTIONS(3106), - [sym__block_close] = ACTIONS(3106), - [sym__block_quote_start] = ACTIONS(3106), - [sym_atx_h1_marker] = ACTIONS(3106), - [sym_atx_h2_marker] = ACTIONS(3106), - [sym_atx_h3_marker] = ACTIONS(3106), - [sym_atx_h4_marker] = ACTIONS(3106), - [sym_atx_h5_marker] = ACTIONS(3106), - [sym_atx_h6_marker] = ACTIONS(3106), - [sym__thematic_break] = ACTIONS(3106), - [sym__list_marker_minus] = ACTIONS(3106), - [sym__list_marker_plus] = ACTIONS(3106), - [sym__list_marker_star] = ACTIONS(3106), - [sym__list_marker_parenthesis] = ACTIONS(3106), - [sym__list_marker_dot] = ACTIONS(3106), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(3106), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(3106), - [sym__list_marker_star_dont_interrupt] = ACTIONS(3106), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3106), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(3106), - [sym__list_marker_example] = ACTIONS(3106), - [sym__list_marker_example_dont_interrupt] = ACTIONS(3106), - [sym__fenced_code_block_start_backtick] = ACTIONS(3106), - [sym_minus_metadata] = ACTIONS(3106), - [sym__pipe_table_start] = ACTIONS(3106), - [sym__fenced_div_start] = ACTIONS(3106), - [sym__fenced_div_end] = ACTIONS(3106), - [sym_ref_id_specifier] = ACTIONS(3106), - [sym__code_span_start] = ACTIONS(3106), - [sym__html_comment] = ACTIONS(3106), - [sym__autolink] = ACTIONS(3106), - [sym__highlight_span_start] = ACTIONS(3106), - [sym__insert_span_start] = ACTIONS(3106), - [sym__delete_span_start] = ACTIONS(3106), - [sym__edit_comment_span_start] = ACTIONS(3106), - [sym__single_quote_span_open] = ACTIONS(3106), - [sym__double_quote_span_open] = ACTIONS(3106), - [sym__shortcode_open_escaped] = ACTIONS(3106), - [sym__shortcode_open] = ACTIONS(3106), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3106), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3106), - [sym__cite_author_in_text] = ACTIONS(3106), - [sym__cite_suppress_author] = ACTIONS(3106), - [sym__strikeout_open] = ACTIONS(3106), - [sym__subscript_open] = ACTIONS(3106), - [sym__superscript_open] = ACTIONS(3106), - [sym__inline_note_start_token] = ACTIONS(3106), - [sym__strong_emphasis_open_star] = ACTIONS(3106), - [sym__strong_emphasis_open_underscore] = ACTIONS(3106), - [sym__emphasis_open_star] = ACTIONS(3106), - [sym__emphasis_open_underscore] = ACTIONS(3106), - [sym_inline_note_reference] = ACTIONS(3106), - [sym_html_element] = ACTIONS(3106), + [sym__inlines] = STATE(2658), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1046), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3426), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3424), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(391)] = { + [sym__inlines] = STATE(2405), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1067), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3428), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3430), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(392)] = { + [sym__inlines] = STATE(2406), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1068), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3432), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3430), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(393)] = { + [anon_sym_COLON] = ACTIONS(2655), + [sym_entity_reference] = ACTIONS(2655), + [sym_numeric_character_reference] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_BANG_LBRACK] = ACTIONS(2657), + [anon_sym_DOLLAR] = ACTIONS(2655), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2657), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), + [aux_sym__prose_punctuation_token1] = ACTIONS(2655), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), + [sym__line_ending] = ACTIONS(2657), + [sym__soft_line_ending] = ACTIONS(2657), + [sym__block_close] = ACTIONS(2657), + [sym_block_continuation] = ACTIONS(3434), + [sym__block_quote_start] = ACTIONS(2657), + [sym_atx_h1_marker] = ACTIONS(2657), + [sym_atx_h2_marker] = ACTIONS(2657), + [sym_atx_h3_marker] = ACTIONS(2657), + [sym_atx_h4_marker] = ACTIONS(2657), + [sym_atx_h5_marker] = ACTIONS(2657), + [sym_atx_h6_marker] = ACTIONS(2657), + [sym__thematic_break] = ACTIONS(2657), + [sym__list_marker_minus] = ACTIONS(2657), + [sym__list_marker_plus] = ACTIONS(2657), + [sym__list_marker_star] = ACTIONS(2657), + [sym__list_marker_parenthesis] = ACTIONS(2657), + [sym__list_marker_dot] = ACTIONS(2657), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_example] = ACTIONS(2657), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2657), + [sym__fenced_code_block_start_backtick] = ACTIONS(2657), + [sym_minus_metadata] = ACTIONS(2657), + [sym__pipe_table_start] = ACTIONS(2657), + [sym__fenced_div_start] = ACTIONS(2657), + [sym_ref_id_specifier] = ACTIONS(2657), + [sym__code_span_start] = ACTIONS(2657), + [sym__html_comment] = ACTIONS(2657), + [sym__autolink] = ACTIONS(2657), + [sym__highlight_span_start] = ACTIONS(2657), + [sym__insert_span_start] = ACTIONS(2657), + [sym__delete_span_start] = ACTIONS(2657), + [sym__edit_comment_span_start] = ACTIONS(2657), + [sym__single_quote_span_open] = ACTIONS(2657), + [sym__double_quote_span_open] = ACTIONS(2657), + [sym__shortcode_open_escaped] = ACTIONS(2657), + [sym__shortcode_open] = ACTIONS(2657), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2657), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2657), + [sym__cite_author_in_text] = ACTIONS(2657), + [sym__cite_suppress_author] = ACTIONS(2657), + [sym__strikeout_open] = ACTIONS(2657), + [sym__subscript_open] = ACTIONS(2657), + [sym__superscript_open] = ACTIONS(2657), + [sym__inline_note_start_token] = ACTIONS(2657), + [sym__strong_emphasis_open_star] = ACTIONS(2657), + [sym__strong_emphasis_open_underscore] = ACTIONS(2657), + [sym__emphasis_open_star] = ACTIONS(2657), + [sym__emphasis_open_underscore] = ACTIONS(2657), + [sym_inline_note_reference] = ACTIONS(2657), + [sym_html_element] = ACTIONS(2657), }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 2, - ACTIONS(2787), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2789), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [69] = 2, - ACTIONS(2987), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2989), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [138] = 2, - ACTIONS(2975), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2977), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [207] = 2, - ACTIONS(2991), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2993), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [276] = 2, - ACTIONS(2979), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2981), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [345] = 2, - ACTIONS(2995), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2997), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [414] = 2, - ACTIONS(2983), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2985), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [483] = 2, - ACTIONS(2987), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2989), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [552] = 2, - ACTIONS(2991), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2993), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [621] = 2, - ACTIONS(2995), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2997), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [690] = 2, - ACTIONS(2999), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3001), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [759] = 2, - ACTIONS(3003), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3005), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [828] = 2, - ACTIONS(2693), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2695), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [897] = 2, - ACTIONS(3009), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3011), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [966] = 2, - ACTIONS(3013), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3015), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1035] = 2, - ACTIONS(2389), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2391), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1104] = 2, - ACTIONS(3017), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3019), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1173] = 2, - ACTIONS(3021), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3023), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1242] = 32, - ACTIONS(3114), 1, - anon_sym_LBRACK, - ACTIONS(3117), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3120), 1, - anon_sym_DOLLAR, - ACTIONS(3123), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3126), 1, - anon_sym_LBRACE, - ACTIONS(3129), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3132), 1, - sym__whitespace, - ACTIONS(3137), 1, - sym__code_span_start, - ACTIONS(3140), 1, - sym__highlight_span_start, - ACTIONS(3143), 1, - sym__insert_span_start, - ACTIONS(3146), 1, - sym__delete_span_start, - ACTIONS(3149), 1, - sym__edit_comment_span_start, - ACTIONS(3152), 1, - sym__single_quote_span_open, - ACTIONS(3155), 1, - sym__double_quote_span_open, - ACTIONS(3158), 1, - sym__shortcode_open_escaped, - ACTIONS(3161), 1, - sym__shortcode_open, - ACTIONS(3164), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3167), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3170), 1, - sym__cite_author_in_text, - ACTIONS(3173), 1, - sym__cite_suppress_author, - ACTIONS(3176), 1, - sym__strikeout_open, - ACTIONS(3179), 1, - sym__subscript_open, - ACTIONS(3182), 1, - sym__superscript_open, - ACTIONS(3185), 1, - sym__inline_note_start_token, - ACTIONS(3188), 1, - sym__strong_emphasis_open_star, - ACTIONS(3191), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3194), 1, - sym__emphasis_open_star, - ACTIONS(3197), 1, - sym__emphasis_open_underscore, - ACTIONS(3108), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3135), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(3111), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(409), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [1371] = 2, - ACTIONS(2395), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2397), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1440] = 2, - ACTIONS(2609), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2611), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1509] = 2, - ACTIONS(2629), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2631), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1578] = 2, - ACTIONS(2473), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2475), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1647] = 2, - ACTIONS(2933), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2935), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1716] = 2, - ACTIONS(2937), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2939), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1785] = 2, - ACTIONS(2609), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2611), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1854] = 2, - ACTIONS(2629), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2631), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1923] = 2, - ACTIONS(2933), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2935), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [1992] = 2, - ACTIONS(2937), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2939), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2061] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3206), 1, - anon_sym_RBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3210), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - STATE(937), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2590), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [2196] = 2, - ACTIONS(2941), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2943), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2265] = 33, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3266), 1, - anon_sym_RBRACK, - ACTIONS(3270), 1, - sym__whitespace, - ACTIONS(3268), 2, - sym__soft_line_ending, - anon_sym_RBRACK_LPAREN, - ACTIONS(3262), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3264), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(424), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [2396] = 2, - ACTIONS(2999), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3001), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2465] = 33, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3270), 1, - sym__whitespace, - ACTIONS(3276), 1, - anon_sym_RBRACK, - ACTIONS(3278), 2, - sym__soft_line_ending, - anon_sym_RBRACK_LPAREN, - ACTIONS(3272), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3274), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(425), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [2596] = 33, - ACTIONS(3286), 1, - anon_sym_LBRACK, - ACTIONS(3289), 1, - anon_sym_RBRACK, - ACTIONS(3291), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3294), 1, - anon_sym_DOLLAR, - ACTIONS(3297), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3300), 1, - anon_sym_LBRACE, - ACTIONS(3303), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3306), 1, - sym__whitespace, - ACTIONS(3309), 1, - sym__code_span_start, - ACTIONS(3312), 1, - sym__highlight_span_start, - ACTIONS(3315), 1, - sym__insert_span_start, - ACTIONS(3318), 1, - sym__delete_span_start, - ACTIONS(3321), 1, - sym__edit_comment_span_start, - ACTIONS(3324), 1, - sym__single_quote_span_open, - ACTIONS(3327), 1, - sym__double_quote_span_open, - ACTIONS(3330), 1, - sym__shortcode_open_escaped, - ACTIONS(3333), 1, - sym__shortcode_open, - ACTIONS(3336), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3339), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3342), 1, - sym__cite_author_in_text, - ACTIONS(3345), 1, - sym__cite_suppress_author, - ACTIONS(3348), 1, - sym__strikeout_open, - ACTIONS(3351), 1, - sym__subscript_open, - ACTIONS(3354), 1, - sym__superscript_open, - ACTIONS(3357), 1, - sym__inline_note_start_token, - ACTIONS(3360), 1, - sym__strong_emphasis_open_star, - ACTIONS(3363), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3366), 1, - sym__emphasis_open_star, - ACTIONS(3369), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - anon_sym_RBRACK_LPAREN, - ACTIONS(3280), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3283), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(425), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [2727] = 2, - ACTIONS(3003), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3005), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2796] = 2, - ACTIONS(2945), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2947), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2865] = 2, - ACTIONS(2693), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2695), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [2934] = 2, - ACTIONS(3009), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3011), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3003] = 2, - ACTIONS(3013), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3015), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3072] = 2, - ACTIONS(3017), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3019), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3141] = 2, - ACTIONS(3021), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3023), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3210] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3372), 1, - anon_sym_RBRACK, - ACTIONS(3374), 1, - anon_sym_RBRACK_LPAREN, - STATE(1265), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2422), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [3345] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3374), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3376), 1, - anon_sym_RBRACK, - STATE(1266), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2428), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [3480] = 2, - ACTIONS(2941), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2943), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3549] = 2, - ACTIONS(2949), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2951), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3618] = 34, - ACTIONS(1933), 1, - anon_sym_LBRACK, - ACTIONS(1935), 1, - anon_sym_BANG_LBRACK, - ACTIONS(1937), 1, - anon_sym_DOLLAR, - ACTIONS(1939), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(1941), 1, - anon_sym_LBRACE, - ACTIONS(1943), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(1949), 1, - sym__code_span_start, - ACTIONS(1951), 1, - sym__highlight_span_start, - ACTIONS(1953), 1, - sym__insert_span_start, - ACTIONS(1955), 1, - sym__delete_span_start, - ACTIONS(1957), 1, - sym__edit_comment_span_start, - ACTIONS(1959), 1, - sym__single_quote_span_open, - ACTIONS(1961), 1, - sym__double_quote_span_open, - ACTIONS(1963), 1, - sym__shortcode_open_escaped, - ACTIONS(1965), 1, - sym__shortcode_open, - ACTIONS(1967), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(1969), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(1971), 1, - sym__cite_author_in_text, - ACTIONS(1973), 1, - sym__cite_suppress_author, - ACTIONS(1975), 1, - sym__strikeout_open, - ACTIONS(1977), 1, - sym__subscript_open, - ACTIONS(1979), 1, - sym__superscript_open, - ACTIONS(1981), 1, - sym__inline_note_start_token, - ACTIONS(1983), 1, - sym__strong_emphasis_open_star, - ACTIONS(1985), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(1987), 1, - sym__emphasis_open_star, - ACTIONS(1989), 1, - sym__emphasis_open_underscore, - ACTIONS(3378), 1, - sym__whitespace, - STATE(175), 1, - aux_sym_pipe_table_row_repeat1, - STATE(2264), 1, - sym_pipe_table_cell, - STATE(2276), 1, - sym__line_with_maybe_spaces, - ACTIONS(1929), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(1931), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(301), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [3751] = 2, - ACTIONS(2773), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2775), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3820] = 2, - ACTIONS(2709), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2711), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3889] = 2, - ACTIONS(2777), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2779), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [3958] = 2, - ACTIONS(2359), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2361), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4027] = 2, - ACTIONS(2783), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2785), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4096] = 2, - ACTIONS(3104), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3106), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4165] = 2, - ACTIONS(2709), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2711), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4234] = 2, - ACTIONS(2713), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2715), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4303] = 2, - ACTIONS(2925), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2927), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4372] = 2, - ACTIONS(2955), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2957), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4441] = 2, - ACTIONS(2959), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2961), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4510] = 2, - ACTIONS(2793), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2795), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [4579] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3380), 1, - anon_sym_RBRACK, - ACTIONS(3382), 1, - anon_sym_RBRACK_LPAREN, - STATE(1325), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2412), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [4714] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3382), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3384), 1, - anon_sym_RBRACK, - STATE(1326), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2416), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [4849] = 32, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(13), 1, - anon_sym_BANG_LBRACK, - ACTIONS(15), 1, - anon_sym_DOLLAR, - ACTIONS(17), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, - sym__code_span_start, - ACTIONS(67), 1, - sym__highlight_span_start, - ACTIONS(69), 1, - sym__insert_span_start, - ACTIONS(71), 1, - sym__delete_span_start, - ACTIONS(73), 1, - sym__edit_comment_span_start, - ACTIONS(75), 1, - sym__single_quote_span_open, - ACTIONS(77), 1, - sym__double_quote_span_open, - ACTIONS(79), 1, - sym__shortcode_open_escaped, - ACTIONS(81), 1, - sym__shortcode_open, - ACTIONS(83), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, - sym__cite_author_in_text, - ACTIONS(89), 1, - sym__cite_suppress_author, - ACTIONS(91), 1, - sym__strikeout_open, - ACTIONS(93), 1, - sym__subscript_open, - ACTIONS(95), 1, - sym__superscript_open, - ACTIONS(97), 1, - sym__inline_note_start_token, - ACTIONS(99), 1, - sym__strong_emphasis_open_star, - ACTIONS(101), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, - sym__emphasis_open_star, - ACTIONS(105), 1, - sym__emphasis_open_underscore, - ACTIONS(3390), 1, - sym__whitespace, - ACTIONS(3278), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(3386), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3388), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(409), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [4978] = 2, - ACTIONS(2725), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2727), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5047] = 2, - ACTIONS(2963), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2965), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5116] = 32, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(13), 1, - anon_sym_BANG_LBRACK, - ACTIONS(15), 1, - anon_sym_DOLLAR, - ACTIONS(17), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, - sym__code_span_start, - ACTIONS(67), 1, - sym__highlight_span_start, - ACTIONS(69), 1, - sym__insert_span_start, - ACTIONS(71), 1, - sym__delete_span_start, - ACTIONS(73), 1, - sym__edit_comment_span_start, - ACTIONS(75), 1, - sym__single_quote_span_open, - ACTIONS(77), 1, - sym__double_quote_span_open, - ACTIONS(79), 1, - sym__shortcode_open_escaped, - ACTIONS(81), 1, - sym__shortcode_open, - ACTIONS(83), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, - sym__cite_author_in_text, - ACTIONS(89), 1, - sym__cite_suppress_author, - ACTIONS(91), 1, - sym__strikeout_open, - ACTIONS(93), 1, - sym__subscript_open, - ACTIONS(95), 1, - sym__superscript_open, - ACTIONS(97), 1, - sym__inline_note_start_token, - ACTIONS(99), 1, - sym__strong_emphasis_open_star, - ACTIONS(101), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, - sym__emphasis_open_star, - ACTIONS(105), 1, - sym__emphasis_open_underscore, - ACTIONS(3390), 1, - sym__whitespace, - ACTIONS(3268), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(3392), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3394), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(452), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [5245] = 2, - ACTIONS(2725), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2727), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5314] = 2, - ACTIONS(3029), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5383] = 2, - ACTIONS(3025), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3027), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5452] = 2, - ACTIONS(2967), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2969), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5521] = 2, - ACTIONS(3029), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5590] = 2, - ACTIONS(3025), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3027), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5659] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3396), 1, - anon_sym_RBRACK, - ACTIONS(3398), 1, - anon_sym_RBRACK_LPAREN, - STATE(978), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2500), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [5794] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3398), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3400), 1, - anon_sym_RBRACK, - STATE(979), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2501), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [5929] = 2, - ACTIONS(2733), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2735), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [5998] = 2, - ACTIONS(2737), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2739), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6067] = 2, - ACTIONS(2741), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2743), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6136] = 2, - ACTIONS(2745), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2747), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6205] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3402), 1, - anon_sym_RBRACK, - ACTIONS(3404), 1, - anon_sym_RBRACK_LPAREN, - STATE(1000), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2572), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [6340] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3404), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3406), 1, - anon_sym_RBRACK, - STATE(1001), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2573), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [6475] = 2, - ACTIONS(2749), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2751), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6544] = 2, - ACTIONS(2753), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2755), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6613] = 2, - ACTIONS(2757), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2759), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [6682] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3408), 1, - anon_sym_RBRACK, - ACTIONS(3410), 1, - anon_sym_RBRACK_LPAREN, - STATE(1021), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2614), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [6817] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3410), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3412), 1, - anon_sym_RBRACK, - STATE(1022), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2615), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [6952] = 2, - ACTIONS(2767), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2769), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7021] = 2, - ACTIONS(2733), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2735), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7090] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3414), 1, - anon_sym_RBRACK, - ACTIONS(3416), 1, - anon_sym_RBRACK_LPAREN, - STATE(1043), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2613), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [7225] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3416), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3418), 1, - anon_sym_RBRACK, - STATE(1044), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2649), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [7360] = 2, - ACTIONS(2773), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2775), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7429] = 2, - ACTIONS(2737), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2739), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7498] = 2, - ACTIONS(2777), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2779), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7567] = 2, - ACTIONS(2383), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2385), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7636] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3420), 1, - anon_sym_RBRACK, - ACTIONS(3422), 1, - anon_sym_RBRACK_LPAREN, - STATE(1065), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2459), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [7771] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3422), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3424), 1, - anon_sym_RBRACK, - STATE(1066), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2463), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [7906] = 2, - ACTIONS(2783), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2785), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [7975] = 2, - ACTIONS(2745), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2747), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8044] = 2, - ACTIONS(2787), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2789), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8113] = 2, - ACTIONS(2749), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2751), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8182] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3426), 1, - anon_sym_RBRACK, - ACTIONS(3428), 1, - anon_sym_RBRACK_LPAREN, - STATE(1087), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2391), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [8317] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3428), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3430), 1, - anon_sym_RBRACK, - STATE(1088), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2392), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [8452] = 2, - ACTIONS(2667), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2669), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8521] = 2, - ACTIONS(2793), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2795), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8590] = 2, - ACTIONS(2945), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2947), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8659] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3432), 1, - anon_sym_RBRACK, - ACTIONS(3434), 1, - anon_sym_RBRACK_LPAREN, - STATE(1109), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2448), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [8794] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3434), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3436), 1, - anon_sym_RBRACK, - STATE(1110), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2452), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [8929] = 2, - ACTIONS(2753), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2755), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [8998] = 2, - ACTIONS(2757), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2759), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9067] = 2, - ACTIONS(2801), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2803), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9136] = 2, - ACTIONS(2805), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2807), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9205] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3438), 1, - anon_sym_RBRACK, - ACTIONS(3440), 1, - anon_sym_RBRACK_LPAREN, - STATE(1131), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2503), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [9340] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3440), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3442), 1, - anon_sym_RBRACK, - STATE(1132), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2504), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [9475] = 2, - ACTIONS(2809), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2811), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9544] = 2, - ACTIONS(2813), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2815), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9613] = 2, - ACTIONS(2667), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2669), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [9682] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3444), 1, - anon_sym_RBRACK, - ACTIONS(3446), 1, - anon_sym_RBRACK_LPAREN, - STATE(1154), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2647), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [9817] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3446), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3448), 1, - anon_sym_RBRACK, - STATE(1155), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2648), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [9952] = 2, - ACTIONS(2817), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2819), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10021] = 2, - ACTIONS(2801), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2803), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10090] = 2, - ACTIONS(2805), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2807), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10159] = 2, - ACTIONS(2809), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2811), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10228] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3450), 1, - anon_sym_RBRACK, - ACTIONS(3452), 1, - anon_sym_RBRACK_LPAREN, - STATE(1346), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2393), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [10363] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3452), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3454), 1, - anon_sym_RBRACK, - STATE(1176), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2394), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [10498] = 2, - ACTIONS(2813), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2815), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10567] = 2, - ACTIONS(2817), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2819), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10636] = 2, - ACTIONS(2821), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2823), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10705] = 2, - ACTIONS(2825), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2827), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [10774] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3456), 1, - anon_sym_RBRACK, - ACTIONS(3458), 1, - anon_sym_RBRACK_LPAREN, - STATE(953), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2413), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [10909] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3458), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3460), 1, - anon_sym_RBRACK, - STATE(954), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2414), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [11044] = 2, - ACTIONS(2821), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2823), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11113] = 2, - ACTIONS(2825), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2827), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11182] = 2, - ACTIONS(2949), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2951), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11251] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3462), 1, - anon_sym_RBRACK, - ACTIONS(3464), 1, - anon_sym_RBRACK_LPAREN, - STATE(1804), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2431), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [11386] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3464), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3466), 1, - anon_sym_RBRACK, - STATE(1805), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2432), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [11521] = 2, - ACTIONS(2921), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2923), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11590] = 2, - ACTIONS(3104), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3106), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11659] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3468), 1, - anon_sym_RBRACK, - ACTIONS(3470), 1, - anon_sym_RBRACK_LPAREN, - STATE(851), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2450), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [11794] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3470), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3472), 1, - anon_sym_RBRACK, - STATE(852), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2451), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [11929] = 2, - ACTIONS(2955), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2957), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [11998] = 2, - ACTIONS(2921), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2923), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12067] = 35, - ACTIONS(3204), 1, - anon_sym_LBRACK, - ACTIONS(3208), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3210), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, - sym__code_span_start, - ACTIONS(3222), 1, - sym__highlight_span_start, - ACTIONS(3224), 1, - sym__insert_span_start, - ACTIONS(3226), 1, - sym__delete_span_start, - ACTIONS(3228), 1, - sym__edit_comment_span_start, - ACTIONS(3230), 1, - sym__single_quote_span_open, - ACTIONS(3232), 1, - sym__double_quote_span_open, - ACTIONS(3234), 1, - sym__shortcode_open_escaped, - ACTIONS(3236), 1, - sym__shortcode_open, - ACTIONS(3238), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, - sym__cite_author_in_text, - ACTIONS(3244), 1, - sym__cite_suppress_author, - ACTIONS(3246), 1, - sym__strikeout_open, - ACTIONS(3248), 1, - sym__subscript_open, - ACTIONS(3250), 1, - sym__superscript_open, - ACTIONS(3252), 1, - sym__inline_note_start_token, - ACTIONS(3254), 1, - sym__strong_emphasis_open_star, - ACTIONS(3256), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, - sym__emphasis_open_star, - ACTIONS(3260), 1, - sym__emphasis_open_underscore, - ACTIONS(3474), 1, - anon_sym_RBRACK, - STATE(936), 1, - sym_target, - STATE(2249), 1, - sym__line, - STATE(2434), 1, - sym__inlines, - ACTIONS(3200), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(422), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [12202] = 2, - ACTIONS(2959), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2961), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12271] = 2, - ACTIONS(2963), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2965), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12340] = 2, - ACTIONS(2967), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2969), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12409] = 2, - ACTIONS(2971), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2973), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12478] = 34, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(3480), 1, - anon_sym_LBRACK, - ACTIONS(3482), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3484), 1, - anon_sym_DOLLAR, - ACTIONS(3486), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3488), 1, - anon_sym_LBRACE, - ACTIONS(3490), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3492), 1, - sym__whitespace, - ACTIONS(3494), 1, - sym__code_span_start, - ACTIONS(3496), 1, - sym__highlight_span_start, - ACTIONS(3498), 1, - sym__insert_span_start, - ACTIONS(3500), 1, - sym__delete_span_start, - ACTIONS(3502), 1, - sym__edit_comment_span_start, - ACTIONS(3504), 1, - sym__single_quote_span_open, - ACTIONS(3506), 1, - sym__double_quote_span_open, - ACTIONS(3508), 1, - sym__shortcode_open_escaped, - ACTIONS(3510), 1, - sym__shortcode_open, - ACTIONS(3512), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3514), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3516), 1, - sym__cite_author_in_text, - ACTIONS(3518), 1, - sym__cite_suppress_author, - ACTIONS(3520), 1, - sym__strikeout_open, - ACTIONS(3522), 1, - sym__subscript_open, - ACTIONS(3524), 1, - sym__superscript_open, - ACTIONS(3526), 1, - sym__inline_note_start_token, - ACTIONS(3528), 1, - sym__strong_emphasis_open_star, - ACTIONS(3530), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3532), 1, - sym__emphasis_open_star, - ACTIONS(3534), 1, - sym__emphasis_open_underscore, - STATE(2680), 1, - sym__line_with_maybe_spaces, - STATE(2717), 1, - sym_pipe_table_cell, - ACTIONS(3476), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3478), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(677), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [12611] = 2, - ACTIONS(2975), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2977), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12680] = 2, - ACTIONS(2359), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2361), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12749] = 2, - ACTIONS(2925), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2927), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [12818] = 34, - ACTIONS(2263), 1, - anon_sym_LBRACK, - ACTIONS(2265), 1, - anon_sym_BANG_LBRACK, - ACTIONS(2267), 1, - anon_sym_DOLLAR, - ACTIONS(2269), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(2271), 1, - anon_sym_LBRACE, - ACTIONS(2273), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2277), 1, - sym__code_span_start, - ACTIONS(2279), 1, - sym__highlight_span_start, - ACTIONS(2281), 1, - sym__insert_span_start, - ACTIONS(2283), 1, - sym__delete_span_start, - ACTIONS(2285), 1, - sym__edit_comment_span_start, - ACTIONS(2287), 1, - sym__single_quote_span_open, - ACTIONS(2289), 1, - sym__double_quote_span_open, - ACTIONS(2291), 1, - sym__shortcode_open_escaped, - ACTIONS(2293), 1, - sym__shortcode_open, - ACTIONS(2295), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(2297), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(2299), 1, - sym__cite_author_in_text, - ACTIONS(2301), 1, - sym__cite_suppress_author, - ACTIONS(2303), 1, - sym__strikeout_open, - ACTIONS(2305), 1, - sym__subscript_open, - ACTIONS(2307), 1, - sym__superscript_open, - ACTIONS(2309), 1, - sym__inline_note_start_token, - ACTIONS(2311), 1, - sym__strong_emphasis_open_star, - ACTIONS(2313), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(2315), 1, - sym__emphasis_open_star, - ACTIONS(2317), 1, - sym__emphasis_open_underscore, - ACTIONS(3536), 1, - sym__whitespace, - STATE(373), 1, - aux_sym_pipe_table_row_repeat1, - STATE(2549), 1, - sym__line_with_maybe_spaces, - STATE(2554), 1, - sym_pipe_table_cell, - ACTIONS(2259), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(2261), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(574), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [12951] = 2, - ACTIONS(2979), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2981), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13020] = 34, - ACTIONS(2067), 1, - anon_sym_PIPE, - ACTIONS(3480), 1, - anon_sym_LBRACK, - ACTIONS(3482), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3484), 1, - anon_sym_DOLLAR, - ACTIONS(3486), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3488), 1, - anon_sym_LBRACE, - ACTIONS(3490), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3492), 1, - sym__whitespace, - ACTIONS(3494), 1, - sym__code_span_start, - ACTIONS(3496), 1, - sym__highlight_span_start, - ACTIONS(3498), 1, - sym__insert_span_start, - ACTIONS(3500), 1, - sym__delete_span_start, - ACTIONS(3502), 1, - sym__edit_comment_span_start, - ACTIONS(3504), 1, - sym__single_quote_span_open, - ACTIONS(3506), 1, - sym__double_quote_span_open, - ACTIONS(3508), 1, - sym__shortcode_open_escaped, - ACTIONS(3510), 1, - sym__shortcode_open, - ACTIONS(3512), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3514), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3516), 1, - sym__cite_author_in_text, - ACTIONS(3518), 1, - sym__cite_suppress_author, - ACTIONS(3520), 1, - sym__strikeout_open, - ACTIONS(3522), 1, - sym__subscript_open, - ACTIONS(3524), 1, - sym__superscript_open, - ACTIONS(3526), 1, - sym__inline_note_start_token, - ACTIONS(3528), 1, - sym__strong_emphasis_open_star, - ACTIONS(3530), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3532), 1, - sym__emphasis_open_star, - ACTIONS(3534), 1, - sym__emphasis_open_underscore, - STATE(2680), 1, - sym__line_with_maybe_spaces, - STATE(2748), 1, - sym_pipe_table_cell, - ACTIONS(3476), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3478), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(677), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [13153] = 2, - ACTIONS(2929), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2931), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13222] = 2, - ACTIONS(2929), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2931), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13291] = 2, - ACTIONS(2383), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2385), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13360] = 2, - ACTIONS(2767), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2769), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13429] = 2, - ACTIONS(2389), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2391), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13498] = 2, - ACTIONS(2971), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2973), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13567] = 2, - ACTIONS(2395), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2397), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13636] = 2, - ACTIONS(2983), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2985), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13705] = 2, - ACTIONS(2473), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2475), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_close, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13774] = 2, - ACTIONS(2741), 6, - anon_sym_COLON, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2743), 58, - sym__line_ending, - sym__soft_line_ending, - sym__block_quote_start, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - sym__thematic_break, - sym__list_marker_minus, - sym__list_marker_plus, - sym__list_marker_star, - sym__list_marker_parenthesis, - sym__list_marker_dot, - sym__list_marker_minus_dont_interrupt, - sym__list_marker_plus_dont_interrupt, - sym__list_marker_star_dont_interrupt, - sym__list_marker_parenthesis_dont_interrupt, - sym__list_marker_dot_dont_interrupt, - sym__list_marker_example, - sym__list_marker_example_dont_interrupt, - sym__fenced_code_block_start_backtick, - sym_minus_metadata, - sym__pipe_table_start, - sym__fenced_div_start, - sym_ref_id_specifier, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - ts_builtin_sym_end, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - [13843] = 32, - ACTIONS(3544), 1, - anon_sym_LBRACK, - ACTIONS(3547), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3550), 1, - anon_sym_DOLLAR, - ACTIONS(3553), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3556), 1, - anon_sym_LBRACE, - ACTIONS(3559), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3562), 1, - sym__whitespace, - ACTIONS(3565), 1, - sym__code_span_start, - ACTIONS(3568), 1, - sym__highlight_span_start, - ACTIONS(3571), 1, - sym__insert_span_start, - ACTIONS(3574), 1, - sym__delete_span_start, - ACTIONS(3577), 1, - sym__edit_comment_span_start, - ACTIONS(3580), 1, - sym__single_quote_span_open, - ACTIONS(3583), 1, - sym__double_quote_span_open, - ACTIONS(3586), 1, - sym__shortcode_open_escaped, - ACTIONS(3589), 1, - sym__shortcode_open, - ACTIONS(3592), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3595), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3598), 1, - sym__cite_author_in_text, - ACTIONS(3601), 1, - sym__cite_suppress_author, - ACTIONS(3604), 1, - sym__strikeout_open, - ACTIONS(3607), 1, - sym__subscript_open, - ACTIONS(3610), 1, - sym__superscript_open, - ACTIONS(3613), 1, - sym__inline_note_start_token, - ACTIONS(3616), 1, - sym__strong_emphasis_open_star, - ACTIONS(3619), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3622), 1, - sym__emphasis_open_star, - ACTIONS(3625), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__strikeout_close, - ACTIONS(3538), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3541), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(552), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [13971] = 32, - ACTIONS(3632), 1, - anon_sym_LBRACK, - ACTIONS(3634), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, - anon_sym_DOLLAR, - ACTIONS(3638), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, - anon_sym_LBRACE, - ACTIONS(3642), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3644), 1, - sym__whitespace, - ACTIONS(3646), 1, - sym__code_span_start, - ACTIONS(3648), 1, - sym__highlight_span_start, - ACTIONS(3650), 1, - sym__insert_span_start, - ACTIONS(3652), 1, - sym__delete_span_start, - ACTIONS(3654), 1, - sym__edit_comment_span_start, - ACTIONS(3656), 1, - sym__single_quote_span_open, - ACTIONS(3658), 1, - sym__double_quote_span_open, - ACTIONS(3660), 1, - sym__shortcode_open_escaped, - ACTIONS(3662), 1, - sym__shortcode_open, - ACTIONS(3664), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, - sym__cite_author_in_text, - ACTIONS(3670), 1, - sym__cite_suppress_author, - ACTIONS(3672), 1, - sym__strikeout_open, - ACTIONS(3674), 1, - sym__subscript_open, - ACTIONS(3676), 1, - sym__superscript_open, - ACTIONS(3678), 1, - sym__inline_note_start_token, - ACTIONS(3680), 1, - sym__strong_emphasis_open_star, - ACTIONS(3682), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, - sym__emphasis_open_star, - ACTIONS(3686), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__emphasis_close_star, - ACTIONS(3628), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3630), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(554), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14099] = 32, - ACTIONS(3632), 1, - anon_sym_LBRACK, - ACTIONS(3634), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, - anon_sym_DOLLAR, - ACTIONS(3638), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, - anon_sym_LBRACE, - ACTIONS(3642), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3644), 1, - sym__whitespace, - ACTIONS(3646), 1, - sym__code_span_start, - ACTIONS(3648), 1, - sym__highlight_span_start, - ACTIONS(3650), 1, - sym__insert_span_start, - ACTIONS(3652), 1, - sym__delete_span_start, - ACTIONS(3654), 1, - sym__edit_comment_span_start, - ACTIONS(3656), 1, - sym__single_quote_span_open, - ACTIONS(3658), 1, - sym__double_quote_span_open, - ACTIONS(3660), 1, - sym__shortcode_open_escaped, - ACTIONS(3662), 1, - sym__shortcode_open, - ACTIONS(3664), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, - sym__cite_author_in_text, - ACTIONS(3670), 1, - sym__cite_suppress_author, - ACTIONS(3672), 1, - sym__strikeout_open, - ACTIONS(3674), 1, - sym__subscript_open, - ACTIONS(3676), 1, - sym__superscript_open, - ACTIONS(3678), 1, - sym__inline_note_start_token, - ACTIONS(3680), 1, - sym__strong_emphasis_open_star, - ACTIONS(3682), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, - sym__emphasis_open_star, - ACTIONS(3686), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__emphasis_close_star, - ACTIONS(3688), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3690), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(555), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14227] = 32, - ACTIONS(3698), 1, - anon_sym_LBRACK, - ACTIONS(3701), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3704), 1, - anon_sym_DOLLAR, - ACTIONS(3707), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3710), 1, - anon_sym_LBRACE, - ACTIONS(3713), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3716), 1, - sym__whitespace, - ACTIONS(3719), 1, - sym__code_span_start, - ACTIONS(3722), 1, - sym__highlight_span_start, - ACTIONS(3725), 1, - sym__insert_span_start, - ACTIONS(3728), 1, - sym__delete_span_start, - ACTIONS(3731), 1, - sym__edit_comment_span_start, - ACTIONS(3734), 1, - sym__single_quote_span_open, - ACTIONS(3737), 1, - sym__double_quote_span_open, - ACTIONS(3740), 1, - sym__shortcode_open_escaped, - ACTIONS(3743), 1, - sym__shortcode_open, - ACTIONS(3746), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3749), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3752), 1, - sym__cite_author_in_text, - ACTIONS(3755), 1, - sym__cite_suppress_author, - ACTIONS(3758), 1, - sym__strikeout_open, - ACTIONS(3761), 1, - sym__subscript_open, - ACTIONS(3764), 1, - sym__superscript_open, - ACTIONS(3767), 1, - sym__inline_note_start_token, - ACTIONS(3770), 1, - sym__strong_emphasis_open_star, - ACTIONS(3773), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3776), 1, - sym__emphasis_open_star, - ACTIONS(3779), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__emphasis_close_star, - ACTIONS(3692), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3695), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(555), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14355] = 32, - ACTIONS(3786), 1, - anon_sym_LBRACK, - ACTIONS(3788), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, - anon_sym_DOLLAR, - ACTIONS(3792), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, - anon_sym_LBRACE, - ACTIONS(3796), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3798), 1, - sym__whitespace, - ACTIONS(3800), 1, - sym__code_span_start, - ACTIONS(3802), 1, - sym__highlight_span_start, - ACTIONS(3804), 1, - sym__insert_span_start, - ACTIONS(3806), 1, - sym__delete_span_start, - ACTIONS(3808), 1, - sym__edit_comment_span_start, - ACTIONS(3810), 1, - sym__single_quote_span_open, - ACTIONS(3812), 1, - sym__double_quote_span_open, - ACTIONS(3814), 1, - sym__shortcode_open_escaped, - ACTIONS(3816), 1, - sym__shortcode_open, - ACTIONS(3818), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, - sym__cite_author_in_text, - ACTIONS(3824), 1, - sym__cite_suppress_author, - ACTIONS(3826), 1, - sym__strikeout_open, - ACTIONS(3828), 1, - sym__subscript_open, - ACTIONS(3830), 1, - sym__superscript_open, - ACTIONS(3832), 1, - sym__inline_note_start_token, - ACTIONS(3834), 1, - sym__strong_emphasis_open_star, - ACTIONS(3836), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, - sym__emphasis_open_star, - ACTIONS(3840), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(3782), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3784), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(557), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14483] = 32, - ACTIONS(3786), 1, - anon_sym_LBRACK, - ACTIONS(3788), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, - anon_sym_DOLLAR, - ACTIONS(3792), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, - anon_sym_LBRACE, - ACTIONS(3796), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3798), 1, - sym__whitespace, - ACTIONS(3800), 1, - sym__code_span_start, - ACTIONS(3802), 1, - sym__highlight_span_start, - ACTIONS(3804), 1, - sym__insert_span_start, - ACTIONS(3806), 1, - sym__delete_span_start, - ACTIONS(3808), 1, - sym__edit_comment_span_start, - ACTIONS(3810), 1, - sym__single_quote_span_open, - ACTIONS(3812), 1, - sym__double_quote_span_open, - ACTIONS(3814), 1, - sym__shortcode_open_escaped, - ACTIONS(3816), 1, - sym__shortcode_open, - ACTIONS(3818), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, - sym__cite_author_in_text, - ACTIONS(3824), 1, - sym__cite_suppress_author, - ACTIONS(3826), 1, - sym__strikeout_open, - ACTIONS(3828), 1, - sym__subscript_open, - ACTIONS(3830), 1, - sym__superscript_open, - ACTIONS(3832), 1, - sym__inline_note_start_token, - ACTIONS(3834), 1, - sym__strong_emphasis_open_star, - ACTIONS(3836), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, - sym__emphasis_open_star, - ACTIONS(3840), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(3842), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3844), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(558), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14611] = 32, - ACTIONS(3852), 1, - anon_sym_LBRACK, - ACTIONS(3855), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3858), 1, - anon_sym_DOLLAR, - ACTIONS(3861), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3864), 1, - anon_sym_LBRACE, - ACTIONS(3867), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3870), 1, - sym__whitespace, - ACTIONS(3873), 1, - sym__code_span_start, - ACTIONS(3876), 1, - sym__highlight_span_start, - ACTIONS(3879), 1, - sym__insert_span_start, - ACTIONS(3882), 1, - sym__delete_span_start, - ACTIONS(3885), 1, - sym__edit_comment_span_start, - ACTIONS(3888), 1, - sym__single_quote_span_open, - ACTIONS(3891), 1, - sym__double_quote_span_open, - ACTIONS(3894), 1, - sym__shortcode_open_escaped, - ACTIONS(3897), 1, - sym__shortcode_open, - ACTIONS(3900), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3903), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3906), 1, - sym__cite_author_in_text, - ACTIONS(3909), 1, - sym__cite_suppress_author, - ACTIONS(3912), 1, - sym__strikeout_open, - ACTIONS(3915), 1, - sym__subscript_open, - ACTIONS(3918), 1, - sym__superscript_open, - ACTIONS(3921), 1, - sym__inline_note_start_token, - ACTIONS(3924), 1, - sym__strong_emphasis_open_star, - ACTIONS(3927), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3930), 1, - sym__emphasis_open_star, - ACTIONS(3933), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(3846), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3849), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(558), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14739] = 32, - ACTIONS(3940), 1, - anon_sym_LBRACK, - ACTIONS(3942), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, - anon_sym_DOLLAR, - ACTIONS(3946), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, - anon_sym_LBRACE, - ACTIONS(3950), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3952), 1, - sym__whitespace, - ACTIONS(3954), 1, - sym__code_span_start, - ACTIONS(3956), 1, - sym__highlight_span_start, - ACTIONS(3958), 1, - sym__insert_span_start, - ACTIONS(3960), 1, - sym__delete_span_start, - ACTIONS(3962), 1, - sym__edit_comment_span_start, - ACTIONS(3964), 1, - sym__single_quote_span_open, - ACTIONS(3966), 1, - sym__double_quote_span_open, - ACTIONS(3968), 1, - sym__shortcode_open_escaped, - ACTIONS(3970), 1, - sym__shortcode_open, - ACTIONS(3972), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, - sym__cite_author_in_text, - ACTIONS(3978), 1, - sym__cite_suppress_author, - ACTIONS(3980), 1, - sym__strikeout_open, - ACTIONS(3982), 1, - sym__subscript_open, - ACTIONS(3984), 1, - sym__superscript_open, - ACTIONS(3986), 1, - sym__inline_note_start_token, - ACTIONS(3988), 1, - sym__strong_emphasis_open_star, - ACTIONS(3990), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, - sym__emphasis_open_star, - ACTIONS(3994), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(3936), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3938), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(560), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14867] = 32, - ACTIONS(3940), 1, - anon_sym_LBRACK, - ACTIONS(3942), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, - anon_sym_DOLLAR, - ACTIONS(3946), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, - anon_sym_LBRACE, - ACTIONS(3950), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3952), 1, - sym__whitespace, - ACTIONS(3954), 1, - sym__code_span_start, - ACTIONS(3956), 1, - sym__highlight_span_start, - ACTIONS(3958), 1, - sym__insert_span_start, - ACTIONS(3960), 1, - sym__delete_span_start, - ACTIONS(3962), 1, - sym__edit_comment_span_start, - ACTIONS(3964), 1, - sym__single_quote_span_open, - ACTIONS(3966), 1, - sym__double_quote_span_open, - ACTIONS(3968), 1, - sym__shortcode_open_escaped, - ACTIONS(3970), 1, - sym__shortcode_open, - ACTIONS(3972), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, - sym__cite_author_in_text, - ACTIONS(3978), 1, - sym__cite_suppress_author, - ACTIONS(3980), 1, - sym__strikeout_open, - ACTIONS(3982), 1, - sym__subscript_open, - ACTIONS(3984), 1, - sym__superscript_open, - ACTIONS(3986), 1, - sym__inline_note_start_token, - ACTIONS(3988), 1, - sym__strong_emphasis_open_star, - ACTIONS(3990), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, - sym__emphasis_open_star, - ACTIONS(3994), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(3996), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(3998), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(564), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [14995] = 32, - ACTIONS(4004), 1, - anon_sym_LBRACK, - ACTIONS(4006), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, - anon_sym_DOLLAR, - ACTIONS(4010), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, - anon_sym_LBRACE, - ACTIONS(4014), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4016), 1, - sym__whitespace, - ACTIONS(4018), 1, - sym__code_span_start, - ACTIONS(4020), 1, - sym__highlight_span_start, - ACTIONS(4022), 1, - sym__insert_span_start, - ACTIONS(4024), 1, - sym__delete_span_start, - ACTIONS(4026), 1, - sym__edit_comment_span_start, - ACTIONS(4028), 1, - sym__single_quote_span_open, - ACTIONS(4030), 1, - sym__double_quote_span_open, - ACTIONS(4032), 1, - sym__shortcode_open_escaped, - ACTIONS(4034), 1, - sym__shortcode_open, - ACTIONS(4036), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, - sym__cite_author_in_text, - ACTIONS(4042), 1, - sym__cite_suppress_author, - ACTIONS(4044), 1, - sym__strikeout_open, - ACTIONS(4046), 1, - sym__subscript_open, - ACTIONS(4048), 1, - sym__superscript_open, - ACTIONS(4050), 1, - sym__inline_note_start_token, - ACTIONS(4052), 1, - sym__strong_emphasis_open_star, - ACTIONS(4054), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, - sym__emphasis_open_star, - ACTIONS(4058), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__single_quote_span_close, - ACTIONS(4000), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4002), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(576), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15123] = 32, - ACTIONS(2179), 1, - anon_sym_LBRACK, - ACTIONS(2181), 1, - anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, - anon_sym_DOLLAR, - ACTIONS(2185), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, - anon_sym_LBRACE, - ACTIONS(2191), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, - sym__code_span_start, - ACTIONS(2199), 1, - sym__highlight_span_start, - ACTIONS(2201), 1, - sym__insert_span_start, - ACTIONS(2203), 1, - sym__delete_span_start, - ACTIONS(2205), 1, - sym__edit_comment_span_start, - ACTIONS(2207), 1, - sym__single_quote_span_open, - ACTIONS(2209), 1, - sym__double_quote_span_open, - ACTIONS(2211), 1, - sym__shortcode_open_escaped, - ACTIONS(2213), 1, - sym__shortcode_open, - ACTIONS(2215), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, - sym__cite_author_in_text, - ACTIONS(2221), 1, - sym__cite_suppress_author, - ACTIONS(2223), 1, - sym__strikeout_open, - ACTIONS(2225), 1, - sym__subscript_open, - ACTIONS(2227), 1, - sym__superscript_open, - ACTIONS(2229), 1, - sym__inline_note_start_token, - ACTIONS(2231), 1, - sym__strong_emphasis_open_star, - ACTIONS(2233), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, - sym__emphasis_open_star, - ACTIONS(2237), 1, - sym__emphasis_open_underscore, - ACTIONS(4064), 1, - sym__whitespace, - ACTIONS(3278), 2, - sym__soft_line_ending, - aux_sym_insert_token1, - ACTIONS(4060), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4062), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(580), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15251] = 32, - ACTIONS(2179), 1, - anon_sym_LBRACK, - ACTIONS(2181), 1, - anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, - anon_sym_DOLLAR, - ACTIONS(2185), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, - anon_sym_LBRACE, - ACTIONS(2191), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, - sym__code_span_start, - ACTIONS(2199), 1, - sym__highlight_span_start, - ACTIONS(2201), 1, - sym__insert_span_start, - ACTIONS(2203), 1, - sym__delete_span_start, - ACTIONS(2205), 1, - sym__edit_comment_span_start, - ACTIONS(2207), 1, - sym__single_quote_span_open, - ACTIONS(2209), 1, - sym__double_quote_span_open, - ACTIONS(2211), 1, - sym__shortcode_open_escaped, - ACTIONS(2213), 1, - sym__shortcode_open, - ACTIONS(2215), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, - sym__cite_author_in_text, - ACTIONS(2221), 1, - sym__cite_suppress_author, - ACTIONS(2223), 1, - sym__strikeout_open, - ACTIONS(2225), 1, - sym__subscript_open, - ACTIONS(2227), 1, - sym__superscript_open, - ACTIONS(2229), 1, - sym__inline_note_start_token, - ACTIONS(2231), 1, - sym__strong_emphasis_open_star, - ACTIONS(2233), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, - sym__emphasis_open_star, - ACTIONS(2237), 1, - sym__emphasis_open_underscore, - ACTIONS(4064), 1, - sym__whitespace, - ACTIONS(3268), 2, - sym__soft_line_ending, - aux_sym_insert_token1, - ACTIONS(4066), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4068), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(562), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15379] = 32, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4079), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4082), 1, - anon_sym_DOLLAR, - ACTIONS(4085), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4088), 1, - anon_sym_LBRACE, - ACTIONS(4091), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4094), 1, - sym__whitespace, - ACTIONS(4097), 1, - sym__code_span_start, - ACTIONS(4100), 1, - sym__highlight_span_start, - ACTIONS(4103), 1, - sym__insert_span_start, - ACTIONS(4106), 1, - sym__delete_span_start, - ACTIONS(4109), 1, - sym__edit_comment_span_start, - ACTIONS(4112), 1, - sym__single_quote_span_open, - ACTIONS(4115), 1, - sym__double_quote_span_open, - ACTIONS(4118), 1, - sym__shortcode_open_escaped, - ACTIONS(4121), 1, - sym__shortcode_open, - ACTIONS(4124), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4127), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4130), 1, - sym__cite_author_in_text, - ACTIONS(4133), 1, - sym__cite_suppress_author, - ACTIONS(4136), 1, - sym__strikeout_open, - ACTIONS(4139), 1, - sym__subscript_open, - ACTIONS(4142), 1, - sym__superscript_open, - ACTIONS(4145), 1, - sym__inline_note_start_token, - ACTIONS(4148), 1, - sym__strong_emphasis_open_star, - ACTIONS(4151), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, - sym__emphasis_open_star, - ACTIONS(4157), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(4070), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4073), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(564), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15507] = 32, - ACTIONS(4164), 1, - anon_sym_LBRACK, - ACTIONS(4166), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, - anon_sym_DOLLAR, - ACTIONS(4170), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, - anon_sym_LBRACE, - ACTIONS(4174), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4176), 1, - sym__whitespace, - ACTIONS(4178), 1, - sym__code_span_start, - ACTIONS(4180), 1, - sym__highlight_span_start, - ACTIONS(4182), 1, - sym__insert_span_start, - ACTIONS(4184), 1, - sym__delete_span_start, - ACTIONS(4186), 1, - sym__edit_comment_span_start, - ACTIONS(4188), 1, - sym__single_quote_span_open, - ACTIONS(4190), 1, - sym__double_quote_span_open, - ACTIONS(4192), 1, - sym__shortcode_open_escaped, - ACTIONS(4194), 1, - sym__shortcode_open, - ACTIONS(4196), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, - sym__cite_author_in_text, - ACTIONS(4202), 1, - sym__cite_suppress_author, - ACTIONS(4204), 1, - sym__strikeout_open, - ACTIONS(4206), 1, - sym__subscript_open, - ACTIONS(4208), 1, - sym__superscript_open, - ACTIONS(4210), 1, - sym__inline_note_start_token, - ACTIONS(4212), 1, - sym__strong_emphasis_open_star, - ACTIONS(4214), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, - sym__emphasis_open_star, - ACTIONS(4218), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__strikeout_close, - ACTIONS(4160), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4162), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(566), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15635] = 32, - ACTIONS(4164), 1, - anon_sym_LBRACK, - ACTIONS(4166), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, - anon_sym_DOLLAR, - ACTIONS(4170), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, - anon_sym_LBRACE, - ACTIONS(4174), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4176), 1, - sym__whitespace, - ACTIONS(4178), 1, - sym__code_span_start, - ACTIONS(4180), 1, - sym__highlight_span_start, - ACTIONS(4182), 1, - sym__insert_span_start, - ACTIONS(4184), 1, - sym__delete_span_start, - ACTIONS(4186), 1, - sym__edit_comment_span_start, - ACTIONS(4188), 1, - sym__single_quote_span_open, - ACTIONS(4190), 1, - sym__double_quote_span_open, - ACTIONS(4192), 1, - sym__shortcode_open_escaped, - ACTIONS(4194), 1, - sym__shortcode_open, - ACTIONS(4196), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, - sym__cite_author_in_text, - ACTIONS(4202), 1, - sym__cite_suppress_author, - ACTIONS(4204), 1, - sym__strikeout_open, - ACTIONS(4206), 1, - sym__subscript_open, - ACTIONS(4208), 1, - sym__superscript_open, - ACTIONS(4210), 1, - sym__inline_note_start_token, - ACTIONS(4212), 1, - sym__strong_emphasis_open_star, - ACTIONS(4214), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, - sym__emphasis_open_star, - ACTIONS(4218), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__strikeout_close, - ACTIONS(4220), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4222), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(552), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15763] = 32, - ACTIONS(4228), 1, - anon_sym_LBRACK, - ACTIONS(4230), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, - anon_sym_DOLLAR, - ACTIONS(4234), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, - anon_sym_LBRACE, - ACTIONS(4238), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4240), 1, - sym__whitespace, - ACTIONS(4242), 1, - sym__code_span_start, - ACTIONS(4244), 1, - sym__highlight_span_start, - ACTIONS(4246), 1, - sym__insert_span_start, - ACTIONS(4248), 1, - sym__delete_span_start, - ACTIONS(4250), 1, - sym__edit_comment_span_start, - ACTIONS(4252), 1, - sym__single_quote_span_open, - ACTIONS(4254), 1, - sym__double_quote_span_open, - ACTIONS(4256), 1, - sym__shortcode_open_escaped, - ACTIONS(4258), 1, - sym__shortcode_open, - ACTIONS(4260), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, - sym__cite_author_in_text, - ACTIONS(4266), 1, - sym__cite_suppress_author, - ACTIONS(4268), 1, - sym__strikeout_open, - ACTIONS(4270), 1, - sym__subscript_open, - ACTIONS(4272), 1, - sym__superscript_open, - ACTIONS(4274), 1, - sym__inline_note_start_token, - ACTIONS(4276), 1, - sym__strong_emphasis_open_star, - ACTIONS(4278), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, - sym__emphasis_open_star, - ACTIONS(4282), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(4224), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4226), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(568), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [15891] = 32, - ACTIONS(4290), 1, - anon_sym_LBRACK, - ACTIONS(4293), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4296), 1, - anon_sym_DOLLAR, - ACTIONS(4299), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4302), 1, - anon_sym_LBRACE, - ACTIONS(4305), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4308), 1, - sym__whitespace, - ACTIONS(4311), 1, - sym__code_span_start, - ACTIONS(4314), 1, - sym__highlight_span_start, - ACTIONS(4317), 1, - sym__insert_span_start, - ACTIONS(4320), 1, - sym__delete_span_start, - ACTIONS(4323), 1, - sym__edit_comment_span_start, - ACTIONS(4326), 1, - sym__single_quote_span_open, - ACTIONS(4329), 1, - sym__double_quote_span_open, - ACTIONS(4332), 1, - sym__shortcode_open_escaped, - ACTIONS(4335), 1, - sym__shortcode_open, - ACTIONS(4338), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4341), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4344), 1, - sym__cite_author_in_text, - ACTIONS(4347), 1, - sym__cite_suppress_author, - ACTIONS(4350), 1, - sym__strikeout_open, - ACTIONS(4353), 1, - sym__subscript_open, - ACTIONS(4356), 1, - sym__superscript_open, - ACTIONS(4359), 1, - sym__inline_note_start_token, - ACTIONS(4362), 1, - sym__strong_emphasis_open_star, - ACTIONS(4365), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4368), 1, - sym__emphasis_open_star, - ACTIONS(4371), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(4284), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4287), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(568), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [16019] = 32, - ACTIONS(4378), 1, - anon_sym_LBRACK, - ACTIONS(4380), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, - anon_sym_DOLLAR, - ACTIONS(4384), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, - anon_sym_LBRACE, - ACTIONS(4388), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4390), 1, - sym__whitespace, - ACTIONS(4392), 1, - sym__code_span_start, - ACTIONS(4394), 1, - sym__highlight_span_start, - ACTIONS(4396), 1, - sym__insert_span_start, - ACTIONS(4398), 1, - sym__delete_span_start, - ACTIONS(4400), 1, - sym__edit_comment_span_start, - ACTIONS(4402), 1, - sym__single_quote_span_open, - ACTIONS(4404), 1, - sym__double_quote_span_open, - ACTIONS(4406), 1, - sym__shortcode_open_escaped, - ACTIONS(4408), 1, - sym__shortcode_open, - ACTIONS(4410), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, - sym__cite_author_in_text, - ACTIONS(4416), 1, - sym__cite_suppress_author, - ACTIONS(4418), 1, - sym__strikeout_open, - ACTIONS(4420), 1, - sym__subscript_open, - ACTIONS(4422), 1, - sym__superscript_open, - ACTIONS(4424), 1, - sym__inline_note_start_token, - ACTIONS(4426), 1, - sym__strong_emphasis_open_star, - ACTIONS(4428), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, - sym__emphasis_open_star, - ACTIONS(4432), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__subscript_close, - ACTIONS(4374), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4376), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(570), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [16147] = 32, - ACTIONS(4440), 1, - anon_sym_LBRACK, - ACTIONS(4443), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4446), 1, - anon_sym_DOLLAR, - ACTIONS(4449), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4452), 1, - anon_sym_LBRACE, - ACTIONS(4455), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4458), 1, - sym__whitespace, - ACTIONS(4461), 1, - sym__code_span_start, - ACTIONS(4464), 1, - sym__highlight_span_start, - ACTIONS(4467), 1, - sym__insert_span_start, - ACTIONS(4470), 1, - sym__delete_span_start, - ACTIONS(4473), 1, - sym__edit_comment_span_start, - ACTIONS(4476), 1, - sym__single_quote_span_open, - ACTIONS(4479), 1, - sym__double_quote_span_open, - ACTIONS(4482), 1, - sym__shortcode_open_escaped, - ACTIONS(4485), 1, - sym__shortcode_open, - ACTIONS(4488), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4491), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4494), 1, - sym__cite_author_in_text, - ACTIONS(4497), 1, - sym__cite_suppress_author, - ACTIONS(4500), 1, - sym__strikeout_open, - ACTIONS(4503), 1, - sym__subscript_open, - ACTIONS(4506), 1, - sym__superscript_open, - ACTIONS(4509), 1, - sym__inline_note_start_token, - ACTIONS(4512), 1, - sym__strong_emphasis_open_star, - ACTIONS(4515), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4518), 1, - sym__emphasis_open_star, - ACTIONS(4521), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__subscript_close, - ACTIONS(4434), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4437), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(570), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [16275] = 32, - ACTIONS(4528), 1, + [STATE(394)] = { + [sym__inlines] = STATE(2417), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1089), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3436), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3438), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(395)] = { + [sym__inlines] = STATE(2418), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1090), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3440), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3438), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(396)] = { + [sym__inlines] = STATE(2431), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1111), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3442), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3444), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(397)] = { + [sym__inlines] = STATE(2432), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1112), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3446), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3444), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(398)] = { + [sym__inlines] = STATE(2446), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1133), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3448), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3450), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(399)] = { + [sym__inlines] = STATE(2447), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1134), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3452), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3450), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(400)] = { + [anon_sym_COLON] = ACTIONS(3454), + [sym_entity_reference] = ACTIONS(3454), + [sym_numeric_character_reference] = ACTIONS(3456), + [anon_sym_LBRACK] = ACTIONS(3456), + [anon_sym_BANG_LBRACK] = ACTIONS(3456), + [anon_sym_DOLLAR] = ACTIONS(3454), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3456), + [anon_sym_LBRACE] = ACTIONS(3456), + [aux_sym_pandoc_str_token1] = ACTIONS(3454), + [anon_sym_PIPE] = ACTIONS(3456), + [aux_sym__prose_punctuation_token1] = ACTIONS(3454), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3454), + [sym__line_ending] = ACTIONS(3456), + [sym__soft_line_ending] = ACTIONS(3456), + [sym_block_continuation] = ACTIONS(3456), + [sym__block_quote_start] = ACTIONS(3456), + [sym_atx_h1_marker] = ACTIONS(3456), + [sym_atx_h2_marker] = ACTIONS(3456), + [sym_atx_h3_marker] = ACTIONS(3456), + [sym_atx_h4_marker] = ACTIONS(3456), + [sym_atx_h5_marker] = ACTIONS(3456), + [sym_atx_h6_marker] = ACTIONS(3456), + [sym__thematic_break] = ACTIONS(3456), + [sym__list_marker_minus] = ACTIONS(3456), + [sym__list_marker_plus] = ACTIONS(3456), + [sym__list_marker_star] = ACTIONS(3456), + [sym__list_marker_parenthesis] = ACTIONS(3456), + [sym__list_marker_dot] = ACTIONS(3456), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3456), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3456), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3456), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3456), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3456), + [sym__list_marker_example] = ACTIONS(3456), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3456), + [sym__fenced_code_block_start_backtick] = ACTIONS(3456), + [sym__blank_line_start] = ACTIONS(3456), + [sym_minus_metadata] = ACTIONS(3456), + [sym__pipe_table_start] = ACTIONS(3456), + [sym__fenced_div_start] = ACTIONS(3456), + [sym_ref_id_specifier] = ACTIONS(3456), + [sym__code_span_start] = ACTIONS(3456), + [sym__html_comment] = ACTIONS(3456), + [sym__autolink] = ACTIONS(3456), + [sym__highlight_span_start] = ACTIONS(3456), + [sym__insert_span_start] = ACTIONS(3456), + [sym__delete_span_start] = ACTIONS(3456), + [sym__edit_comment_span_start] = ACTIONS(3456), + [sym__single_quote_span_open] = ACTIONS(3456), + [sym__double_quote_span_open] = ACTIONS(3456), + [sym__shortcode_open_escaped] = ACTIONS(3456), + [sym__shortcode_open] = ACTIONS(3456), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3456), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3456), + [sym__cite_author_in_text] = ACTIONS(3456), + [sym__cite_suppress_author] = ACTIONS(3456), + [sym__strikeout_open] = ACTIONS(3456), + [sym__subscript_open] = ACTIONS(3456), + [sym__superscript_open] = ACTIONS(3456), + [sym__inline_note_start_token] = ACTIONS(3456), + [sym__strong_emphasis_open_star] = ACTIONS(3456), + [sym__strong_emphasis_open_underscore] = ACTIONS(3456), + [sym__emphasis_open_star] = ACTIONS(3456), + [sym__emphasis_open_underscore] = ACTIONS(3456), + [sym_inline_note_reference] = ACTIONS(3456), + [sym_html_element] = ACTIONS(3456), + }, + [STATE(401)] = { + [sym_pandoc_span] = STATE(401), + [sym_pandoc_image] = STATE(401), + [sym_pandoc_math] = STATE(401), + [sym_pandoc_display_math] = STATE(401), + [sym_pandoc_code_span] = STATE(401), + [sym_pandoc_single_quote] = STATE(401), + [sym_pandoc_double_quote] = STATE(401), + [sym_insert] = STATE(401), + [sym_delete] = STATE(401), + [sym_edit_comment] = STATE(401), + [sym_highlight] = STATE(401), + [sym__pandoc_attr_specifier] = STATE(401), + [sym__inline_element] = STATE(401), + [sym_shortcode_escaped] = STATE(401), + [sym_shortcode] = STATE(401), + [sym_citation] = STATE(401), + [sym_inline_note] = STATE(401), + [sym_pandoc_superscript] = STATE(401), + [sym_pandoc_subscript] = STATE(401), + [sym_pandoc_strikeout] = STATE(401), + [sym_pandoc_emph] = STATE(401), + [sym_pandoc_strong] = STATE(401), + [sym_pandoc_str] = STATE(401), + [sym__prose_punctuation] = STATE(401), + [sym_pandoc_line_break] = STATE(401), + [aux_sym__line_repeat1] = STATE(401), + [sym_entity_reference] = ACTIONS(3458), + [sym_numeric_character_reference] = ACTIONS(3461), + [anon_sym_LBRACK] = ACTIONS(3464), + [anon_sym_BANG_LBRACK] = ACTIONS(3467), + [anon_sym_DOLLAR] = ACTIONS(3470), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3473), + [anon_sym_LBRACE] = ACTIONS(3476), + [aux_sym_pandoc_str_token1] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3482), + [aux_sym__prose_punctuation_token1] = ACTIONS(3458), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3485), + [sym__whitespace] = ACTIONS(3488), + [sym__line_ending] = ACTIONS(3282), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__eof] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(3491), + [sym__html_comment] = ACTIONS(3461), + [sym__autolink] = ACTIONS(3461), + [sym__highlight_span_start] = ACTIONS(3494), + [sym__insert_span_start] = ACTIONS(3497), + [sym__delete_span_start] = ACTIONS(3500), + [sym__edit_comment_span_start] = ACTIONS(3503), + [sym__single_quote_span_open] = ACTIONS(3506), + [sym__double_quote_span_open] = ACTIONS(3509), + [sym__shortcode_open_escaped] = ACTIONS(3512), + [sym__shortcode_open] = ACTIONS(3515), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3518), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3521), + [sym__cite_author_in_text] = ACTIONS(3524), + [sym__cite_suppress_author] = ACTIONS(3527), + [sym__strikeout_open] = ACTIONS(3530), + [sym__subscript_open] = ACTIONS(3533), + [sym__superscript_open] = ACTIONS(3536), + [sym__inline_note_start_token] = ACTIONS(3539), + [sym__strong_emphasis_open_star] = ACTIONS(3542), + [sym__strong_emphasis_open_underscore] = ACTIONS(3545), + [sym__emphasis_open_star] = ACTIONS(3548), + [sym__emphasis_open_underscore] = ACTIONS(3551), + [sym_inline_note_reference] = ACTIONS(3461), + [sym_html_element] = ACTIONS(3461), + }, + [STATE(402)] = { + [ts_builtin_sym_end] = ACTIONS(2765), + [anon_sym_COLON] = ACTIONS(2763), + [sym_entity_reference] = ACTIONS(2763), + [sym_numeric_character_reference] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_BANG_LBRACK] = ACTIONS(2765), + [anon_sym_DOLLAR] = ACTIONS(2763), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [aux_sym_pandoc_str_token1] = ACTIONS(2763), + [anon_sym_PIPE] = ACTIONS(2765), + [aux_sym__prose_punctuation_token1] = ACTIONS(2763), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2763), + [sym__line_ending] = ACTIONS(2765), + [sym__soft_line_ending] = ACTIONS(2765), + [sym_block_continuation] = ACTIONS(3554), + [sym__block_quote_start] = ACTIONS(2765), + [sym_atx_h1_marker] = ACTIONS(2765), + [sym_atx_h2_marker] = ACTIONS(2765), + [sym_atx_h3_marker] = ACTIONS(2765), + [sym_atx_h4_marker] = ACTIONS(2765), + [sym_atx_h5_marker] = ACTIONS(2765), + [sym_atx_h6_marker] = ACTIONS(2765), + [sym__thematic_break] = ACTIONS(2765), + [sym__list_marker_minus] = ACTIONS(2765), + [sym__list_marker_plus] = ACTIONS(2765), + [sym__list_marker_star] = ACTIONS(2765), + [sym__list_marker_parenthesis] = ACTIONS(2765), + [sym__list_marker_dot] = ACTIONS(2765), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_example] = ACTIONS(2765), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2765), + [sym__fenced_code_block_start_backtick] = ACTIONS(2765), + [sym_minus_metadata] = ACTIONS(2765), + [sym__pipe_table_start] = ACTIONS(2765), + [sym__fenced_div_start] = ACTIONS(2765), + [sym_ref_id_specifier] = ACTIONS(2765), + [sym__code_span_start] = ACTIONS(2765), + [sym__html_comment] = ACTIONS(2765), + [sym__autolink] = ACTIONS(2765), + [sym__highlight_span_start] = ACTIONS(2765), + [sym__insert_span_start] = ACTIONS(2765), + [sym__delete_span_start] = ACTIONS(2765), + [sym__edit_comment_span_start] = ACTIONS(2765), + [sym__single_quote_span_open] = ACTIONS(2765), + [sym__double_quote_span_open] = ACTIONS(2765), + [sym__shortcode_open_escaped] = ACTIONS(2765), + [sym__shortcode_open] = ACTIONS(2765), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2765), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2765), + [sym__cite_author_in_text] = ACTIONS(2765), + [sym__cite_suppress_author] = ACTIONS(2765), + [sym__strikeout_open] = ACTIONS(2765), + [sym__subscript_open] = ACTIONS(2765), + [sym__superscript_open] = ACTIONS(2765), + [sym__inline_note_start_token] = ACTIONS(2765), + [sym__strong_emphasis_open_star] = ACTIONS(2765), + [sym__strong_emphasis_open_underscore] = ACTIONS(2765), + [sym__emphasis_open_star] = ACTIONS(2765), + [sym__emphasis_open_underscore] = ACTIONS(2765), + [sym_inline_note_reference] = ACTIONS(2765), + [sym_html_element] = ACTIONS(2765), + }, + [STATE(403)] = { + [sym__inlines] = STATE(2460), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1155), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3556), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3558), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(404)] = { + [sym__inlines] = STATE(2461), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1156), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3560), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3558), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(405)] = { + [ts_builtin_sym_end] = ACTIONS(2771), + [anon_sym_COLON] = ACTIONS(2769), + [sym_entity_reference] = ACTIONS(2769), + [sym_numeric_character_reference] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_BANG_LBRACK] = ACTIONS(2771), + [anon_sym_DOLLAR] = ACTIONS(2769), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2771), + [aux_sym_pandoc_str_token1] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2771), + [aux_sym__prose_punctuation_token1] = ACTIONS(2769), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2769), + [sym__line_ending] = ACTIONS(2771), + [sym__soft_line_ending] = ACTIONS(2771), + [sym_block_continuation] = ACTIONS(3562), + [sym__block_quote_start] = ACTIONS(2771), + [sym_atx_h1_marker] = ACTIONS(2771), + [sym_atx_h2_marker] = ACTIONS(2771), + [sym_atx_h3_marker] = ACTIONS(2771), + [sym_atx_h4_marker] = ACTIONS(2771), + [sym_atx_h5_marker] = ACTIONS(2771), + [sym_atx_h6_marker] = ACTIONS(2771), + [sym__thematic_break] = ACTIONS(2771), + [sym__list_marker_minus] = ACTIONS(2771), + [sym__list_marker_plus] = ACTIONS(2771), + [sym__list_marker_star] = ACTIONS(2771), + [sym__list_marker_parenthesis] = ACTIONS(2771), + [sym__list_marker_dot] = ACTIONS(2771), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_example] = ACTIONS(2771), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2771), + [sym__fenced_code_block_start_backtick] = ACTIONS(2771), + [sym_minus_metadata] = ACTIONS(2771), + [sym__pipe_table_start] = ACTIONS(2771), + [sym__fenced_div_start] = ACTIONS(2771), + [sym_ref_id_specifier] = ACTIONS(2771), + [sym__code_span_start] = ACTIONS(2771), + [sym__html_comment] = ACTIONS(2771), + [sym__autolink] = ACTIONS(2771), + [sym__highlight_span_start] = ACTIONS(2771), + [sym__insert_span_start] = ACTIONS(2771), + [sym__delete_span_start] = ACTIONS(2771), + [sym__edit_comment_span_start] = ACTIONS(2771), + [sym__single_quote_span_open] = ACTIONS(2771), + [sym__double_quote_span_open] = ACTIONS(2771), + [sym__shortcode_open_escaped] = ACTIONS(2771), + [sym__shortcode_open] = ACTIONS(2771), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2771), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2771), + [sym__cite_author_in_text] = ACTIONS(2771), + [sym__cite_suppress_author] = ACTIONS(2771), + [sym__strikeout_open] = ACTIONS(2771), + [sym__subscript_open] = ACTIONS(2771), + [sym__superscript_open] = ACTIONS(2771), + [sym__inline_note_start_token] = ACTIONS(2771), + [sym__strong_emphasis_open_star] = ACTIONS(2771), + [sym__strong_emphasis_open_underscore] = ACTIONS(2771), + [sym__emphasis_open_star] = ACTIONS(2771), + [sym__emphasis_open_underscore] = ACTIONS(2771), + [sym_inline_note_reference] = ACTIONS(2771), + [sym_html_element] = ACTIONS(2771), + }, + [STATE(406)] = { + [ts_builtin_sym_end] = ACTIONS(2777), + [anon_sym_COLON] = ACTIONS(2775), + [sym_entity_reference] = ACTIONS(2775), + [sym_numeric_character_reference] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_BANG_LBRACK] = ACTIONS(2777), + [anon_sym_DOLLAR] = ACTIONS(2775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2777), + [anon_sym_LBRACE] = ACTIONS(2777), + [aux_sym_pandoc_str_token1] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2777), + [aux_sym__prose_punctuation_token1] = ACTIONS(2775), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2775), + [sym__line_ending] = ACTIONS(2777), + [sym__soft_line_ending] = ACTIONS(2777), + [sym_block_continuation] = ACTIONS(3564), + [sym__block_quote_start] = ACTIONS(2777), + [sym_atx_h1_marker] = ACTIONS(2777), + [sym_atx_h2_marker] = ACTIONS(2777), + [sym_atx_h3_marker] = ACTIONS(2777), + [sym_atx_h4_marker] = ACTIONS(2777), + [sym_atx_h5_marker] = ACTIONS(2777), + [sym_atx_h6_marker] = ACTIONS(2777), + [sym__thematic_break] = ACTIONS(2777), + [sym__list_marker_minus] = ACTIONS(2777), + [sym__list_marker_plus] = ACTIONS(2777), + [sym__list_marker_star] = ACTIONS(2777), + [sym__list_marker_parenthesis] = ACTIONS(2777), + [sym__list_marker_dot] = ACTIONS(2777), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_example] = ACTIONS(2777), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2777), + [sym__fenced_code_block_start_backtick] = ACTIONS(2777), + [sym_minus_metadata] = ACTIONS(2777), + [sym__pipe_table_start] = ACTIONS(2777), + [sym__fenced_div_start] = ACTIONS(2777), + [sym_ref_id_specifier] = ACTIONS(2777), + [sym__code_span_start] = ACTIONS(2777), + [sym__html_comment] = ACTIONS(2777), + [sym__autolink] = ACTIONS(2777), + [sym__highlight_span_start] = ACTIONS(2777), + [sym__insert_span_start] = ACTIONS(2777), + [sym__delete_span_start] = ACTIONS(2777), + [sym__edit_comment_span_start] = ACTIONS(2777), + [sym__single_quote_span_open] = ACTIONS(2777), + [sym__double_quote_span_open] = ACTIONS(2777), + [sym__shortcode_open_escaped] = ACTIONS(2777), + [sym__shortcode_open] = ACTIONS(2777), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2777), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2777), + [sym__cite_author_in_text] = ACTIONS(2777), + [sym__cite_suppress_author] = ACTIONS(2777), + [sym__strikeout_open] = ACTIONS(2777), + [sym__subscript_open] = ACTIONS(2777), + [sym__superscript_open] = ACTIONS(2777), + [sym__inline_note_start_token] = ACTIONS(2777), + [sym__strong_emphasis_open_star] = ACTIONS(2777), + [sym__strong_emphasis_open_underscore] = ACTIONS(2777), + [sym__emphasis_open_star] = ACTIONS(2777), + [sym__emphasis_open_underscore] = ACTIONS(2777), + [sym_inline_note_reference] = ACTIONS(2777), + [sym_html_element] = ACTIONS(2777), + }, + [STATE(407)] = { + [sym__inlines] = STATE(2471), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1178), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3566), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3568), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(408)] = { + [sym__inlines] = STATE(2472), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1179), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3570), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3568), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(409)] = { + [ts_builtin_sym_end] = ACTIONS(2783), + [anon_sym_COLON] = ACTIONS(2781), + [sym_entity_reference] = ACTIONS(2781), + [sym_numeric_character_reference] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_BANG_LBRACK] = ACTIONS(2783), + [anon_sym_DOLLAR] = ACTIONS(2781), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2783), + [anon_sym_LBRACE] = ACTIONS(2783), + [aux_sym_pandoc_str_token1] = ACTIONS(2781), + [anon_sym_PIPE] = ACTIONS(2783), + [aux_sym__prose_punctuation_token1] = ACTIONS(2781), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2781), + [sym__line_ending] = ACTIONS(2783), + [sym__soft_line_ending] = ACTIONS(2783), + [sym_block_continuation] = ACTIONS(3572), + [sym__block_quote_start] = ACTIONS(2783), + [sym_atx_h1_marker] = ACTIONS(2783), + [sym_atx_h2_marker] = ACTIONS(2783), + [sym_atx_h3_marker] = ACTIONS(2783), + [sym_atx_h4_marker] = ACTIONS(2783), + [sym_atx_h5_marker] = ACTIONS(2783), + [sym_atx_h6_marker] = ACTIONS(2783), + [sym__thematic_break] = ACTIONS(2783), + [sym__list_marker_minus] = ACTIONS(2783), + [sym__list_marker_plus] = ACTIONS(2783), + [sym__list_marker_star] = ACTIONS(2783), + [sym__list_marker_parenthesis] = ACTIONS(2783), + [sym__list_marker_dot] = ACTIONS(2783), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_example] = ACTIONS(2783), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2783), + [sym__fenced_code_block_start_backtick] = ACTIONS(2783), + [sym_minus_metadata] = ACTIONS(2783), + [sym__pipe_table_start] = ACTIONS(2783), + [sym__fenced_div_start] = ACTIONS(2783), + [sym_ref_id_specifier] = ACTIONS(2783), + [sym__code_span_start] = ACTIONS(2783), + [sym__html_comment] = ACTIONS(2783), + [sym__autolink] = ACTIONS(2783), + [sym__highlight_span_start] = ACTIONS(2783), + [sym__insert_span_start] = ACTIONS(2783), + [sym__delete_span_start] = ACTIONS(2783), + [sym__edit_comment_span_start] = ACTIONS(2783), + [sym__single_quote_span_open] = ACTIONS(2783), + [sym__double_quote_span_open] = ACTIONS(2783), + [sym__shortcode_open_escaped] = ACTIONS(2783), + [sym__shortcode_open] = ACTIONS(2783), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2783), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2783), + [sym__cite_author_in_text] = ACTIONS(2783), + [sym__cite_suppress_author] = ACTIONS(2783), + [sym__strikeout_open] = ACTIONS(2783), + [sym__subscript_open] = ACTIONS(2783), + [sym__superscript_open] = ACTIONS(2783), + [sym__inline_note_start_token] = ACTIONS(2783), + [sym__strong_emphasis_open_star] = ACTIONS(2783), + [sym__strong_emphasis_open_underscore] = ACTIONS(2783), + [sym__emphasis_open_star] = ACTIONS(2783), + [sym__emphasis_open_underscore] = ACTIONS(2783), + [sym_inline_note_reference] = ACTIONS(2783), + [sym_html_element] = ACTIONS(2783), + }, + [STATE(410)] = { + [ts_builtin_sym_end] = ACTIONS(2789), + [anon_sym_COLON] = ACTIONS(2787), + [sym_entity_reference] = ACTIONS(2787), + [sym_numeric_character_reference] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_BANG_LBRACK] = ACTIONS(2789), + [anon_sym_DOLLAR] = ACTIONS(2787), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2789), + [aux_sym_pandoc_str_token1] = ACTIONS(2787), + [anon_sym_PIPE] = ACTIONS(2789), + [aux_sym__prose_punctuation_token1] = ACTIONS(2787), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2787), + [sym__line_ending] = ACTIONS(2789), + [sym__soft_line_ending] = ACTIONS(2789), + [sym_block_continuation] = ACTIONS(3574), + [sym__block_quote_start] = ACTIONS(2789), + [sym_atx_h1_marker] = ACTIONS(2789), + [sym_atx_h2_marker] = ACTIONS(2789), + [sym_atx_h3_marker] = ACTIONS(2789), + [sym_atx_h4_marker] = ACTIONS(2789), + [sym_atx_h5_marker] = ACTIONS(2789), + [sym_atx_h6_marker] = ACTIONS(2789), + [sym__thematic_break] = ACTIONS(2789), + [sym__list_marker_minus] = ACTIONS(2789), + [sym__list_marker_plus] = ACTIONS(2789), + [sym__list_marker_star] = ACTIONS(2789), + [sym__list_marker_parenthesis] = ACTIONS(2789), + [sym__list_marker_dot] = ACTIONS(2789), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_example] = ACTIONS(2789), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2789), + [sym__fenced_code_block_start_backtick] = ACTIONS(2789), + [sym_minus_metadata] = ACTIONS(2789), + [sym__pipe_table_start] = ACTIONS(2789), + [sym__fenced_div_start] = ACTIONS(2789), + [sym_ref_id_specifier] = ACTIONS(2789), + [sym__code_span_start] = ACTIONS(2789), + [sym__html_comment] = ACTIONS(2789), + [sym__autolink] = ACTIONS(2789), + [sym__highlight_span_start] = ACTIONS(2789), + [sym__insert_span_start] = ACTIONS(2789), + [sym__delete_span_start] = ACTIONS(2789), + [sym__edit_comment_span_start] = ACTIONS(2789), + [sym__single_quote_span_open] = ACTIONS(2789), + [sym__double_quote_span_open] = ACTIONS(2789), + [sym__shortcode_open_escaped] = ACTIONS(2789), + [sym__shortcode_open] = ACTIONS(2789), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2789), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2789), + [sym__cite_author_in_text] = ACTIONS(2789), + [sym__cite_suppress_author] = ACTIONS(2789), + [sym__strikeout_open] = ACTIONS(2789), + [sym__subscript_open] = ACTIONS(2789), + [sym__superscript_open] = ACTIONS(2789), + [sym__inline_note_start_token] = ACTIONS(2789), + [sym__strong_emphasis_open_star] = ACTIONS(2789), + [sym__strong_emphasis_open_underscore] = ACTIONS(2789), + [sym__emphasis_open_star] = ACTIONS(2789), + [sym__emphasis_open_underscore] = ACTIONS(2789), + [sym_inline_note_reference] = ACTIONS(2789), + [sym_html_element] = ACTIONS(2789), + }, + [STATE(411)] = { + [ts_builtin_sym_end] = ACTIONS(2795), + [anon_sym_COLON] = ACTIONS(2793), + [sym_entity_reference] = ACTIONS(2793), + [sym_numeric_character_reference] = ACTIONS(2795), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_BANG_LBRACK] = ACTIONS(2795), + [anon_sym_DOLLAR] = ACTIONS(2793), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(2795), + [aux_sym_pandoc_str_token1] = ACTIONS(2793), + [anon_sym_PIPE] = ACTIONS(2795), + [aux_sym__prose_punctuation_token1] = ACTIONS(2793), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2793), + [sym__line_ending] = ACTIONS(2795), + [sym__soft_line_ending] = ACTIONS(2795), + [sym_block_continuation] = ACTIONS(3576), + [sym__block_quote_start] = ACTIONS(2795), + [sym_atx_h1_marker] = ACTIONS(2795), + [sym_atx_h2_marker] = ACTIONS(2795), + [sym_atx_h3_marker] = ACTIONS(2795), + [sym_atx_h4_marker] = ACTIONS(2795), + [sym_atx_h5_marker] = ACTIONS(2795), + [sym_atx_h6_marker] = ACTIONS(2795), + [sym__thematic_break] = ACTIONS(2795), + [sym__list_marker_minus] = ACTIONS(2795), + [sym__list_marker_plus] = ACTIONS(2795), + [sym__list_marker_star] = ACTIONS(2795), + [sym__list_marker_parenthesis] = ACTIONS(2795), + [sym__list_marker_dot] = ACTIONS(2795), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_example] = ACTIONS(2795), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2795), + [sym__fenced_code_block_start_backtick] = ACTIONS(2795), + [sym_minus_metadata] = ACTIONS(2795), + [sym__pipe_table_start] = ACTIONS(2795), + [sym__fenced_div_start] = ACTIONS(2795), + [sym_ref_id_specifier] = ACTIONS(2795), + [sym__code_span_start] = ACTIONS(2795), + [sym__html_comment] = ACTIONS(2795), + [sym__autolink] = ACTIONS(2795), + [sym__highlight_span_start] = ACTIONS(2795), + [sym__insert_span_start] = ACTIONS(2795), + [sym__delete_span_start] = ACTIONS(2795), + [sym__edit_comment_span_start] = ACTIONS(2795), + [sym__single_quote_span_open] = ACTIONS(2795), + [sym__double_quote_span_open] = ACTIONS(2795), + [sym__shortcode_open_escaped] = ACTIONS(2795), + [sym__shortcode_open] = ACTIONS(2795), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2795), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2795), + [sym__cite_author_in_text] = ACTIONS(2795), + [sym__cite_suppress_author] = ACTIONS(2795), + [sym__strikeout_open] = ACTIONS(2795), + [sym__subscript_open] = ACTIONS(2795), + [sym__superscript_open] = ACTIONS(2795), + [sym__inline_note_start_token] = ACTIONS(2795), + [sym__strong_emphasis_open_star] = ACTIONS(2795), + [sym__strong_emphasis_open_underscore] = ACTIONS(2795), + [sym__emphasis_open_star] = ACTIONS(2795), + [sym__emphasis_open_underscore] = ACTIONS(2795), + [sym_inline_note_reference] = ACTIONS(2795), + [sym_html_element] = ACTIONS(2795), + }, + [STATE(412)] = { + [sym__inlines] = STATE(2486), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(928), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3578), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(413)] = { + [sym__inlines] = STATE(2487), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(929), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3582), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(414)] = { + [anon_sym_COLON] = ACTIONS(2763), + [sym_entity_reference] = ACTIONS(2763), + [sym_numeric_character_reference] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_BANG_LBRACK] = ACTIONS(2765), + [anon_sym_DOLLAR] = ACTIONS(2763), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [aux_sym_pandoc_str_token1] = ACTIONS(2763), + [anon_sym_PIPE] = ACTIONS(2765), + [aux_sym__prose_punctuation_token1] = ACTIONS(2763), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2763), + [sym__line_ending] = ACTIONS(2765), + [sym__soft_line_ending] = ACTIONS(2765), + [sym__block_close] = ACTIONS(2765), + [sym_block_continuation] = ACTIONS(3584), + [sym__block_quote_start] = ACTIONS(2765), + [sym_atx_h1_marker] = ACTIONS(2765), + [sym_atx_h2_marker] = ACTIONS(2765), + [sym_atx_h3_marker] = ACTIONS(2765), + [sym_atx_h4_marker] = ACTIONS(2765), + [sym_atx_h5_marker] = ACTIONS(2765), + [sym_atx_h6_marker] = ACTIONS(2765), + [sym__thematic_break] = ACTIONS(2765), + [sym__list_marker_minus] = ACTIONS(2765), + [sym__list_marker_plus] = ACTIONS(2765), + [sym__list_marker_star] = ACTIONS(2765), + [sym__list_marker_parenthesis] = ACTIONS(2765), + [sym__list_marker_dot] = ACTIONS(2765), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2765), + [sym__list_marker_example] = ACTIONS(2765), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2765), + [sym__fenced_code_block_start_backtick] = ACTIONS(2765), + [sym_minus_metadata] = ACTIONS(2765), + [sym__pipe_table_start] = ACTIONS(2765), + [sym__fenced_div_start] = ACTIONS(2765), + [sym_ref_id_specifier] = ACTIONS(2765), + [sym__code_span_start] = ACTIONS(2765), + [sym__html_comment] = ACTIONS(2765), + [sym__autolink] = ACTIONS(2765), + [sym__highlight_span_start] = ACTIONS(2765), + [sym__insert_span_start] = ACTIONS(2765), + [sym__delete_span_start] = ACTIONS(2765), + [sym__edit_comment_span_start] = ACTIONS(2765), + [sym__single_quote_span_open] = ACTIONS(2765), + [sym__double_quote_span_open] = ACTIONS(2765), + [sym__shortcode_open_escaped] = ACTIONS(2765), + [sym__shortcode_open] = ACTIONS(2765), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2765), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2765), + [sym__cite_author_in_text] = ACTIONS(2765), + [sym__cite_suppress_author] = ACTIONS(2765), + [sym__strikeout_open] = ACTIONS(2765), + [sym__subscript_open] = ACTIONS(2765), + [sym__superscript_open] = ACTIONS(2765), + [sym__inline_note_start_token] = ACTIONS(2765), + [sym__strong_emphasis_open_star] = ACTIONS(2765), + [sym__strong_emphasis_open_underscore] = ACTIONS(2765), + [sym__emphasis_open_star] = ACTIONS(2765), + [sym__emphasis_open_underscore] = ACTIONS(2765), + [sym_inline_note_reference] = ACTIONS(2765), + [sym_html_element] = ACTIONS(2765), + }, + [STATE(415)] = { + [anon_sym_COLON] = ACTIONS(2769), + [sym_entity_reference] = ACTIONS(2769), + [sym_numeric_character_reference] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_BANG_LBRACK] = ACTIONS(2771), + [anon_sym_DOLLAR] = ACTIONS(2769), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2771), + [aux_sym_pandoc_str_token1] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2771), + [aux_sym__prose_punctuation_token1] = ACTIONS(2769), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2769), + [sym__line_ending] = ACTIONS(2771), + [sym__soft_line_ending] = ACTIONS(2771), + [sym__block_close] = ACTIONS(2771), + [sym_block_continuation] = ACTIONS(3586), + [sym__block_quote_start] = ACTIONS(2771), + [sym_atx_h1_marker] = ACTIONS(2771), + [sym_atx_h2_marker] = ACTIONS(2771), + [sym_atx_h3_marker] = ACTIONS(2771), + [sym_atx_h4_marker] = ACTIONS(2771), + [sym_atx_h5_marker] = ACTIONS(2771), + [sym_atx_h6_marker] = ACTIONS(2771), + [sym__thematic_break] = ACTIONS(2771), + [sym__list_marker_minus] = ACTIONS(2771), + [sym__list_marker_plus] = ACTIONS(2771), + [sym__list_marker_star] = ACTIONS(2771), + [sym__list_marker_parenthesis] = ACTIONS(2771), + [sym__list_marker_dot] = ACTIONS(2771), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2771), + [sym__list_marker_example] = ACTIONS(2771), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2771), + [sym__fenced_code_block_start_backtick] = ACTIONS(2771), + [sym_minus_metadata] = ACTIONS(2771), + [sym__pipe_table_start] = ACTIONS(2771), + [sym__fenced_div_start] = ACTIONS(2771), + [sym_ref_id_specifier] = ACTIONS(2771), + [sym__code_span_start] = ACTIONS(2771), + [sym__html_comment] = ACTIONS(2771), + [sym__autolink] = ACTIONS(2771), + [sym__highlight_span_start] = ACTIONS(2771), + [sym__insert_span_start] = ACTIONS(2771), + [sym__delete_span_start] = ACTIONS(2771), + [sym__edit_comment_span_start] = ACTIONS(2771), + [sym__single_quote_span_open] = ACTIONS(2771), + [sym__double_quote_span_open] = ACTIONS(2771), + [sym__shortcode_open_escaped] = ACTIONS(2771), + [sym__shortcode_open] = ACTIONS(2771), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2771), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2771), + [sym__cite_author_in_text] = ACTIONS(2771), + [sym__cite_suppress_author] = ACTIONS(2771), + [sym__strikeout_open] = ACTIONS(2771), + [sym__subscript_open] = ACTIONS(2771), + [sym__superscript_open] = ACTIONS(2771), + [sym__inline_note_start_token] = ACTIONS(2771), + [sym__strong_emphasis_open_star] = ACTIONS(2771), + [sym__strong_emphasis_open_underscore] = ACTIONS(2771), + [sym__emphasis_open_star] = ACTIONS(2771), + [sym__emphasis_open_underscore] = ACTIONS(2771), + [sym_inline_note_reference] = ACTIONS(2771), + [sym_html_element] = ACTIONS(2771), + }, + [STATE(416)] = { + [anon_sym_COLON] = ACTIONS(2775), + [sym_entity_reference] = ACTIONS(2775), + [sym_numeric_character_reference] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_BANG_LBRACK] = ACTIONS(2777), + [anon_sym_DOLLAR] = ACTIONS(2775), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2777), + [anon_sym_LBRACE] = ACTIONS(2777), + [aux_sym_pandoc_str_token1] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2777), + [aux_sym__prose_punctuation_token1] = ACTIONS(2775), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2775), + [sym__line_ending] = ACTIONS(2777), + [sym__soft_line_ending] = ACTIONS(2777), + [sym__block_close] = ACTIONS(2777), + [sym_block_continuation] = ACTIONS(3588), + [sym__block_quote_start] = ACTIONS(2777), + [sym_atx_h1_marker] = ACTIONS(2777), + [sym_atx_h2_marker] = ACTIONS(2777), + [sym_atx_h3_marker] = ACTIONS(2777), + [sym_atx_h4_marker] = ACTIONS(2777), + [sym_atx_h5_marker] = ACTIONS(2777), + [sym_atx_h6_marker] = ACTIONS(2777), + [sym__thematic_break] = ACTIONS(2777), + [sym__list_marker_minus] = ACTIONS(2777), + [sym__list_marker_plus] = ACTIONS(2777), + [sym__list_marker_star] = ACTIONS(2777), + [sym__list_marker_parenthesis] = ACTIONS(2777), + [sym__list_marker_dot] = ACTIONS(2777), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2777), + [sym__list_marker_example] = ACTIONS(2777), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2777), + [sym__fenced_code_block_start_backtick] = ACTIONS(2777), + [sym_minus_metadata] = ACTIONS(2777), + [sym__pipe_table_start] = ACTIONS(2777), + [sym__fenced_div_start] = ACTIONS(2777), + [sym_ref_id_specifier] = ACTIONS(2777), + [sym__code_span_start] = ACTIONS(2777), + [sym__html_comment] = ACTIONS(2777), + [sym__autolink] = ACTIONS(2777), + [sym__highlight_span_start] = ACTIONS(2777), + [sym__insert_span_start] = ACTIONS(2777), + [sym__delete_span_start] = ACTIONS(2777), + [sym__edit_comment_span_start] = ACTIONS(2777), + [sym__single_quote_span_open] = ACTIONS(2777), + [sym__double_quote_span_open] = ACTIONS(2777), + [sym__shortcode_open_escaped] = ACTIONS(2777), + [sym__shortcode_open] = ACTIONS(2777), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2777), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2777), + [sym__cite_author_in_text] = ACTIONS(2777), + [sym__cite_suppress_author] = ACTIONS(2777), + [sym__strikeout_open] = ACTIONS(2777), + [sym__subscript_open] = ACTIONS(2777), + [sym__superscript_open] = ACTIONS(2777), + [sym__inline_note_start_token] = ACTIONS(2777), + [sym__strong_emphasis_open_star] = ACTIONS(2777), + [sym__strong_emphasis_open_underscore] = ACTIONS(2777), + [sym__emphasis_open_star] = ACTIONS(2777), + [sym__emphasis_open_underscore] = ACTIONS(2777), + [sym_inline_note_reference] = ACTIONS(2777), + [sym_html_element] = ACTIONS(2777), + }, + [STATE(417)] = { + [anon_sym_COLON] = ACTIONS(2781), + [sym_entity_reference] = ACTIONS(2781), + [sym_numeric_character_reference] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_BANG_LBRACK] = ACTIONS(2783), + [anon_sym_DOLLAR] = ACTIONS(2781), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2783), + [anon_sym_LBRACE] = ACTIONS(2783), + [aux_sym_pandoc_str_token1] = ACTIONS(2781), + [anon_sym_PIPE] = ACTIONS(2783), + [aux_sym__prose_punctuation_token1] = ACTIONS(2781), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2781), + [sym__line_ending] = ACTIONS(2783), + [sym__soft_line_ending] = ACTIONS(2783), + [sym__block_close] = ACTIONS(2783), + [sym_block_continuation] = ACTIONS(3590), + [sym__block_quote_start] = ACTIONS(2783), + [sym_atx_h1_marker] = ACTIONS(2783), + [sym_atx_h2_marker] = ACTIONS(2783), + [sym_atx_h3_marker] = ACTIONS(2783), + [sym_atx_h4_marker] = ACTIONS(2783), + [sym_atx_h5_marker] = ACTIONS(2783), + [sym_atx_h6_marker] = ACTIONS(2783), + [sym__thematic_break] = ACTIONS(2783), + [sym__list_marker_minus] = ACTIONS(2783), + [sym__list_marker_plus] = ACTIONS(2783), + [sym__list_marker_star] = ACTIONS(2783), + [sym__list_marker_parenthesis] = ACTIONS(2783), + [sym__list_marker_dot] = ACTIONS(2783), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2783), + [sym__list_marker_example] = ACTIONS(2783), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2783), + [sym__fenced_code_block_start_backtick] = ACTIONS(2783), + [sym_minus_metadata] = ACTIONS(2783), + [sym__pipe_table_start] = ACTIONS(2783), + [sym__fenced_div_start] = ACTIONS(2783), + [sym_ref_id_specifier] = ACTIONS(2783), + [sym__code_span_start] = ACTIONS(2783), + [sym__html_comment] = ACTIONS(2783), + [sym__autolink] = ACTIONS(2783), + [sym__highlight_span_start] = ACTIONS(2783), + [sym__insert_span_start] = ACTIONS(2783), + [sym__delete_span_start] = ACTIONS(2783), + [sym__edit_comment_span_start] = ACTIONS(2783), + [sym__single_quote_span_open] = ACTIONS(2783), + [sym__double_quote_span_open] = ACTIONS(2783), + [sym__shortcode_open_escaped] = ACTIONS(2783), + [sym__shortcode_open] = ACTIONS(2783), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2783), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2783), + [sym__cite_author_in_text] = ACTIONS(2783), + [sym__cite_suppress_author] = ACTIONS(2783), + [sym__strikeout_open] = ACTIONS(2783), + [sym__subscript_open] = ACTIONS(2783), + [sym__superscript_open] = ACTIONS(2783), + [sym__inline_note_start_token] = ACTIONS(2783), + [sym__strong_emphasis_open_star] = ACTIONS(2783), + [sym__strong_emphasis_open_underscore] = ACTIONS(2783), + [sym__emphasis_open_star] = ACTIONS(2783), + [sym__emphasis_open_underscore] = ACTIONS(2783), + [sym_inline_note_reference] = ACTIONS(2783), + [sym_html_element] = ACTIONS(2783), + }, + [STATE(418)] = { + [sym__inlines] = STATE(2498), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1816), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3592), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3594), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(419)] = { + [sym__inlines] = STATE(2499), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(1817), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3596), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3594), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(420)] = { + [anon_sym_COLON] = ACTIONS(2787), + [sym_entity_reference] = ACTIONS(2787), + [sym_numeric_character_reference] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_BANG_LBRACK] = ACTIONS(2789), + [anon_sym_DOLLAR] = ACTIONS(2787), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2789), + [aux_sym_pandoc_str_token1] = ACTIONS(2787), + [anon_sym_PIPE] = ACTIONS(2789), + [aux_sym__prose_punctuation_token1] = ACTIONS(2787), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2787), + [sym__line_ending] = ACTIONS(2789), + [sym__soft_line_ending] = ACTIONS(2789), + [sym__block_close] = ACTIONS(2789), + [sym_block_continuation] = ACTIONS(3598), + [sym__block_quote_start] = ACTIONS(2789), + [sym_atx_h1_marker] = ACTIONS(2789), + [sym_atx_h2_marker] = ACTIONS(2789), + [sym_atx_h3_marker] = ACTIONS(2789), + [sym_atx_h4_marker] = ACTIONS(2789), + [sym_atx_h5_marker] = ACTIONS(2789), + [sym_atx_h6_marker] = ACTIONS(2789), + [sym__thematic_break] = ACTIONS(2789), + [sym__list_marker_minus] = ACTIONS(2789), + [sym__list_marker_plus] = ACTIONS(2789), + [sym__list_marker_star] = ACTIONS(2789), + [sym__list_marker_parenthesis] = ACTIONS(2789), + [sym__list_marker_dot] = ACTIONS(2789), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2789), + [sym__list_marker_example] = ACTIONS(2789), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2789), + [sym__fenced_code_block_start_backtick] = ACTIONS(2789), + [sym_minus_metadata] = ACTIONS(2789), + [sym__pipe_table_start] = ACTIONS(2789), + [sym__fenced_div_start] = ACTIONS(2789), + [sym_ref_id_specifier] = ACTIONS(2789), + [sym__code_span_start] = ACTIONS(2789), + [sym__html_comment] = ACTIONS(2789), + [sym__autolink] = ACTIONS(2789), + [sym__highlight_span_start] = ACTIONS(2789), + [sym__insert_span_start] = ACTIONS(2789), + [sym__delete_span_start] = ACTIONS(2789), + [sym__edit_comment_span_start] = ACTIONS(2789), + [sym__single_quote_span_open] = ACTIONS(2789), + [sym__double_quote_span_open] = ACTIONS(2789), + [sym__shortcode_open_escaped] = ACTIONS(2789), + [sym__shortcode_open] = ACTIONS(2789), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2789), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2789), + [sym__cite_author_in_text] = ACTIONS(2789), + [sym__cite_suppress_author] = ACTIONS(2789), + [sym__strikeout_open] = ACTIONS(2789), + [sym__subscript_open] = ACTIONS(2789), + [sym__superscript_open] = ACTIONS(2789), + [sym__inline_note_start_token] = ACTIONS(2789), + [sym__strong_emphasis_open_star] = ACTIONS(2789), + [sym__strong_emphasis_open_underscore] = ACTIONS(2789), + [sym__emphasis_open_star] = ACTIONS(2789), + [sym__emphasis_open_underscore] = ACTIONS(2789), + [sym_inline_note_reference] = ACTIONS(2789), + [sym_html_element] = ACTIONS(2789), + }, + [STATE(421)] = { + [anon_sym_COLON] = ACTIONS(2793), + [sym_entity_reference] = ACTIONS(2793), + [sym_numeric_character_reference] = ACTIONS(2795), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_BANG_LBRACK] = ACTIONS(2795), + [anon_sym_DOLLAR] = ACTIONS(2793), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(2795), + [aux_sym_pandoc_str_token1] = ACTIONS(2793), + [anon_sym_PIPE] = ACTIONS(2795), + [aux_sym__prose_punctuation_token1] = ACTIONS(2793), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2793), + [sym__line_ending] = ACTIONS(2795), + [sym__soft_line_ending] = ACTIONS(2795), + [sym__block_close] = ACTIONS(2795), + [sym_block_continuation] = ACTIONS(3600), + [sym__block_quote_start] = ACTIONS(2795), + [sym_atx_h1_marker] = ACTIONS(2795), + [sym_atx_h2_marker] = ACTIONS(2795), + [sym_atx_h3_marker] = ACTIONS(2795), + [sym_atx_h4_marker] = ACTIONS(2795), + [sym_atx_h5_marker] = ACTIONS(2795), + [sym_atx_h6_marker] = ACTIONS(2795), + [sym__thematic_break] = ACTIONS(2795), + [sym__list_marker_minus] = ACTIONS(2795), + [sym__list_marker_plus] = ACTIONS(2795), + [sym__list_marker_star] = ACTIONS(2795), + [sym__list_marker_parenthesis] = ACTIONS(2795), + [sym__list_marker_dot] = ACTIONS(2795), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2795), + [sym__list_marker_example] = ACTIONS(2795), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2795), + [sym__fenced_code_block_start_backtick] = ACTIONS(2795), + [sym_minus_metadata] = ACTIONS(2795), + [sym__pipe_table_start] = ACTIONS(2795), + [sym__fenced_div_start] = ACTIONS(2795), + [sym_ref_id_specifier] = ACTIONS(2795), + [sym__code_span_start] = ACTIONS(2795), + [sym__html_comment] = ACTIONS(2795), + [sym__autolink] = ACTIONS(2795), + [sym__highlight_span_start] = ACTIONS(2795), + [sym__insert_span_start] = ACTIONS(2795), + [sym__delete_span_start] = ACTIONS(2795), + [sym__edit_comment_span_start] = ACTIONS(2795), + [sym__single_quote_span_open] = ACTIONS(2795), + [sym__double_quote_span_open] = ACTIONS(2795), + [sym__shortcode_open_escaped] = ACTIONS(2795), + [sym__shortcode_open] = ACTIONS(2795), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2795), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2795), + [sym__cite_author_in_text] = ACTIONS(2795), + [sym__cite_suppress_author] = ACTIONS(2795), + [sym__strikeout_open] = ACTIONS(2795), + [sym__subscript_open] = ACTIONS(2795), + [sym__superscript_open] = ACTIONS(2795), + [sym__inline_note_start_token] = ACTIONS(2795), + [sym__strong_emphasis_open_star] = ACTIONS(2795), + [sym__strong_emphasis_open_underscore] = ACTIONS(2795), + [sym__emphasis_open_star] = ACTIONS(2795), + [sym__emphasis_open_underscore] = ACTIONS(2795), + [sym_inline_note_reference] = ACTIONS(2795), + [sym_html_element] = ACTIONS(2795), + }, + [STATE(422)] = { + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym__block_close] = ACTIONS(2801), + [sym_block_continuation] = ACTIONS(3602), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), + }, + [STATE(423)] = { + [sym__inlines] = STATE(2515), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(850), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3604), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3606), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(424)] = { + [sym__inlines] = STATE(2516), + [sym_pandoc_span] = STATE(432), + [sym_pandoc_image] = STATE(432), + [sym_target] = STATE(848), + [sym_pandoc_math] = STATE(432), + [sym_pandoc_display_math] = STATE(432), + [sym_pandoc_code_span] = STATE(432), + [sym_pandoc_single_quote] = STATE(432), + [sym_pandoc_double_quote] = STATE(432), + [sym_insert] = STATE(432), + [sym_delete] = STATE(432), + [sym_edit_comment] = STATE(432), + [sym_highlight] = STATE(432), + [sym__pandoc_attr_specifier] = STATE(432), + [sym__line] = STATE(2293), + [sym__inline_element] = STATE(432), + [sym_shortcode_escaped] = STATE(432), + [sym_shortcode] = STATE(432), + [sym_citation] = STATE(432), + [sym_inline_note] = STATE(432), + [sym_pandoc_superscript] = STATE(432), + [sym_pandoc_subscript] = STATE(432), + [sym_pandoc_strikeout] = STATE(432), + [sym_pandoc_emph] = STATE(432), + [sym_pandoc_strong] = STATE(432), + [sym_pandoc_str] = STATE(432), + [sym__prose_punctuation] = STATE(432), + [sym_pandoc_line_break] = STATE(432), + [sym_entity_reference] = ACTIONS(3372), + [sym_numeric_character_reference] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3608), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3606), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3372), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3374), + [sym__autolink] = ACTIONS(3374), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3374), + [sym_html_element] = ACTIONS(3374), + }, + [STATE(425)] = { + [ts_builtin_sym_end] = ACTIONS(2801), + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym_block_continuation] = ACTIONS(3610), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), + }, + [STATE(426)] = { + [sym_pipe_table_cell] = STATE(2708), + [sym_pandoc_span] = STATE(607), + [sym_pandoc_image] = STATE(607), + [sym_pandoc_math] = STATE(607), + [sym_pandoc_display_math] = STATE(607), + [sym_pandoc_code_span] = STATE(607), + [sym_pandoc_single_quote] = STATE(607), + [sym_pandoc_double_quote] = STATE(607), + [sym_insert] = STATE(607), + [sym_delete] = STATE(607), + [sym_edit_comment] = STATE(607), + [sym_highlight] = STATE(607), + [sym__pandoc_attr_specifier] = STATE(607), + [sym__line_with_maybe_spaces] = STATE(2720), + [sym__inline_element] = STATE(607), + [sym_shortcode_escaped] = STATE(607), + [sym_shortcode] = STATE(607), + [sym_citation] = STATE(607), + [sym_inline_note] = STATE(607), + [sym_pandoc_superscript] = STATE(607), + [sym_pandoc_subscript] = STATE(607), + [sym_pandoc_strikeout] = STATE(607), + [sym_pandoc_emph] = STATE(607), + [sym_pandoc_strong] = STATE(607), + [sym_pandoc_str] = STATE(607), + [sym__prose_punctuation] = STATE(607), + [sym_pandoc_line_break] = STATE(607), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(607), + [sym_entity_reference] = ACTIONS(2886), + [sym_numeric_character_reference] = ACTIONS(2888), + [anon_sym_LBRACK] = ACTIONS(2890), + [anon_sym_BANG_LBRACK] = ACTIONS(2892), + [anon_sym_DOLLAR] = ACTIONS(2894), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2898), + [aux_sym_pandoc_str_token1] = ACTIONS(2900), + [anon_sym_PIPE] = ACTIONS(2902), + [aux_sym__prose_punctuation_token1] = ACTIONS(2886), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2904), + [sym__whitespace] = ACTIONS(2906), + [sym__code_span_start] = ACTIONS(2908), + [sym__html_comment] = ACTIONS(2888), + [sym__autolink] = ACTIONS(2888), + [sym__highlight_span_start] = ACTIONS(2910), + [sym__insert_span_start] = ACTIONS(2912), + [sym__delete_span_start] = ACTIONS(2914), + [sym__edit_comment_span_start] = ACTIONS(2916), + [sym__single_quote_span_open] = ACTIONS(2918), + [sym__double_quote_span_open] = ACTIONS(2920), + [sym__shortcode_open_escaped] = ACTIONS(2922), + [sym__shortcode_open] = ACTIONS(2924), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2926), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2928), + [sym__cite_author_in_text] = ACTIONS(2930), + [sym__cite_suppress_author] = ACTIONS(2932), + [sym__strikeout_open] = ACTIONS(2934), + [sym__subscript_open] = ACTIONS(2936), + [sym__superscript_open] = ACTIONS(2938), + [sym__inline_note_start_token] = ACTIONS(2940), + [sym__strong_emphasis_open_star] = ACTIONS(2942), + [sym__strong_emphasis_open_underscore] = ACTIONS(2944), + [sym__emphasis_open_star] = ACTIONS(2946), + [sym__emphasis_open_underscore] = ACTIONS(2948), + [sym_inline_note_reference] = ACTIONS(2888), + [sym_html_element] = ACTIONS(2888), + [sym__pipe_table_delimiter] = ACTIONS(2049), + }, + [STATE(427)] = { + [anon_sym_COLON] = ACTIONS(2805), + [sym_entity_reference] = ACTIONS(2805), + [sym_numeric_character_reference] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_BANG_LBRACK] = ACTIONS(2807), + [anon_sym_DOLLAR] = ACTIONS(2805), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [aux_sym__prose_punctuation_token1] = ACTIONS(2805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), + [sym__line_ending] = ACTIONS(2807), + [sym__soft_line_ending] = ACTIONS(2807), + [sym__block_close] = ACTIONS(2807), + [sym_block_continuation] = ACTIONS(3612), + [sym__block_quote_start] = ACTIONS(2807), + [sym_atx_h1_marker] = ACTIONS(2807), + [sym_atx_h2_marker] = ACTIONS(2807), + [sym_atx_h3_marker] = ACTIONS(2807), + [sym_atx_h4_marker] = ACTIONS(2807), + [sym_atx_h5_marker] = ACTIONS(2807), + [sym_atx_h6_marker] = ACTIONS(2807), + [sym__thematic_break] = ACTIONS(2807), + [sym__list_marker_minus] = ACTIONS(2807), + [sym__list_marker_plus] = ACTIONS(2807), + [sym__list_marker_star] = ACTIONS(2807), + [sym__list_marker_parenthesis] = ACTIONS(2807), + [sym__list_marker_dot] = ACTIONS(2807), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_example] = ACTIONS(2807), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2807), + [sym__fenced_code_block_start_backtick] = ACTIONS(2807), + [sym_minus_metadata] = ACTIONS(2807), + [sym__pipe_table_start] = ACTIONS(2807), + [sym__fenced_div_start] = ACTIONS(2807), + [sym_ref_id_specifier] = ACTIONS(2807), + [sym__code_span_start] = ACTIONS(2807), + [sym__html_comment] = ACTIONS(2807), + [sym__autolink] = ACTIONS(2807), + [sym__highlight_span_start] = ACTIONS(2807), + [sym__insert_span_start] = ACTIONS(2807), + [sym__delete_span_start] = ACTIONS(2807), + [sym__edit_comment_span_start] = ACTIONS(2807), + [sym__single_quote_span_open] = ACTIONS(2807), + [sym__double_quote_span_open] = ACTIONS(2807), + [sym__shortcode_open_escaped] = ACTIONS(2807), + [sym__shortcode_open] = ACTIONS(2807), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2807), + [sym__cite_author_in_text] = ACTIONS(2807), + [sym__cite_suppress_author] = ACTIONS(2807), + [sym__strikeout_open] = ACTIONS(2807), + [sym__subscript_open] = ACTIONS(2807), + [sym__superscript_open] = ACTIONS(2807), + [sym__inline_note_start_token] = ACTIONS(2807), + [sym__strong_emphasis_open_star] = ACTIONS(2807), + [sym__strong_emphasis_open_underscore] = ACTIONS(2807), + [sym__emphasis_open_star] = ACTIONS(2807), + [sym__emphasis_open_underscore] = ACTIONS(2807), + [sym_inline_note_reference] = ACTIONS(2807), + [sym_html_element] = ACTIONS(2807), + }, + [STATE(428)] = { + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym__block_close] = ACTIONS(2813), + [sym_block_continuation] = ACTIONS(3614), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), + }, + [STATE(429)] = { + [anon_sym_COLON] = ACTIONS(2817), + [sym_entity_reference] = ACTIONS(2817), + [sym_numeric_character_reference] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_BANG_LBRACK] = ACTIONS(2819), + [anon_sym_DOLLAR] = ACTIONS(2817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [aux_sym__prose_punctuation_token1] = ACTIONS(2817), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), + [sym__line_ending] = ACTIONS(2819), + [sym__soft_line_ending] = ACTIONS(2819), + [sym__block_close] = ACTIONS(2819), + [sym_block_continuation] = ACTIONS(3616), + [sym__block_quote_start] = ACTIONS(2819), + [sym_atx_h1_marker] = ACTIONS(2819), + [sym_atx_h2_marker] = ACTIONS(2819), + [sym_atx_h3_marker] = ACTIONS(2819), + [sym_atx_h4_marker] = ACTIONS(2819), + [sym_atx_h5_marker] = ACTIONS(2819), + [sym_atx_h6_marker] = ACTIONS(2819), + [sym__thematic_break] = ACTIONS(2819), + [sym__list_marker_minus] = ACTIONS(2819), + [sym__list_marker_plus] = ACTIONS(2819), + [sym__list_marker_star] = ACTIONS(2819), + [sym__list_marker_parenthesis] = ACTIONS(2819), + [sym__list_marker_dot] = ACTIONS(2819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_example] = ACTIONS(2819), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2819), + [sym__fenced_code_block_start_backtick] = ACTIONS(2819), + [sym_minus_metadata] = ACTIONS(2819), + [sym__pipe_table_start] = ACTIONS(2819), + [sym__fenced_div_start] = ACTIONS(2819), + [sym_ref_id_specifier] = ACTIONS(2819), + [sym__code_span_start] = ACTIONS(2819), + [sym__html_comment] = ACTIONS(2819), + [sym__autolink] = ACTIONS(2819), + [sym__highlight_span_start] = ACTIONS(2819), + [sym__insert_span_start] = ACTIONS(2819), + [sym__delete_span_start] = ACTIONS(2819), + [sym__edit_comment_span_start] = ACTIONS(2819), + [sym__single_quote_span_open] = ACTIONS(2819), + [sym__double_quote_span_open] = ACTIONS(2819), + [sym__shortcode_open_escaped] = ACTIONS(2819), + [sym__shortcode_open] = ACTIONS(2819), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2819), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2819), + [sym__cite_author_in_text] = ACTIONS(2819), + [sym__cite_suppress_author] = ACTIONS(2819), + [sym__strikeout_open] = ACTIONS(2819), + [sym__subscript_open] = ACTIONS(2819), + [sym__superscript_open] = ACTIONS(2819), + [sym__inline_note_start_token] = ACTIONS(2819), + [sym__strong_emphasis_open_star] = ACTIONS(2819), + [sym__strong_emphasis_open_underscore] = ACTIONS(2819), + [sym__emphasis_open_star] = ACTIONS(2819), + [sym__emphasis_open_underscore] = ACTIONS(2819), + [sym_inline_note_reference] = ACTIONS(2819), + [sym_html_element] = ACTIONS(2819), + }, + [STATE(430)] = { + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym__block_close] = ACTIONS(2850), + [sym_block_continuation] = ACTIONS(3618), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), + }, + [STATE(431)] = { + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym__block_close] = ACTIONS(2856), + [sym_block_continuation] = ACTIONS(3620), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), + }, + [STATE(432)] = { + [sym_pandoc_span] = STATE(368), + [sym_pandoc_image] = STATE(368), + [sym_pandoc_math] = STATE(368), + [sym_pandoc_display_math] = STATE(368), + [sym_pandoc_code_span] = STATE(368), + [sym_pandoc_single_quote] = STATE(368), + [sym_pandoc_double_quote] = STATE(368), + [sym_insert] = STATE(368), + [sym_delete] = STATE(368), + [sym_edit_comment] = STATE(368), + [sym_highlight] = STATE(368), + [sym__pandoc_attr_specifier] = STATE(368), + [sym__inline_element] = STATE(368), + [sym_shortcode_escaped] = STATE(368), + [sym_shortcode] = STATE(368), + [sym_citation] = STATE(368), + [sym_inline_note] = STATE(368), + [sym_pandoc_superscript] = STATE(368), + [sym_pandoc_subscript] = STATE(368), + [sym_pandoc_strikeout] = STATE(368), + [sym_pandoc_emph] = STATE(368), + [sym_pandoc_strong] = STATE(368), + [sym_pandoc_str] = STATE(368), + [sym__prose_punctuation] = STATE(368), + [sym_pandoc_line_break] = STATE(368), + [aux_sym__line_repeat1] = STATE(368), + [sym_entity_reference] = ACTIONS(3622), + [sym_numeric_character_reference] = ACTIONS(3624), + [anon_sym_LBRACK] = ACTIONS(3204), + [anon_sym_RBRACK] = ACTIONS(3626), + [anon_sym_BANG_LBRACK] = ACTIONS(3208), + [anon_sym_RBRACK_LPAREN] = ACTIONS(3098), + [anon_sym_DOLLAR] = ACTIONS(3210), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3214), + [aux_sym_pandoc_str_token1] = ACTIONS(3216), + [anon_sym_PIPE] = ACTIONS(3218), + [aux_sym__prose_punctuation_token1] = ACTIONS(3622), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3220), + [sym__whitespace] = ACTIONS(3222), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(3224), + [sym__html_comment] = ACTIONS(3624), + [sym__autolink] = ACTIONS(3624), + [sym__highlight_span_start] = ACTIONS(3226), + [sym__insert_span_start] = ACTIONS(3228), + [sym__delete_span_start] = ACTIONS(3230), + [sym__edit_comment_span_start] = ACTIONS(3232), + [sym__single_quote_span_open] = ACTIONS(3234), + [sym__double_quote_span_open] = ACTIONS(3236), + [sym__shortcode_open_escaped] = ACTIONS(3238), + [sym__shortcode_open] = ACTIONS(3240), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3242), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3244), + [sym__cite_author_in_text] = ACTIONS(3246), + [sym__cite_suppress_author] = ACTIONS(3248), + [sym__strikeout_open] = ACTIONS(3250), + [sym__subscript_open] = ACTIONS(3252), + [sym__superscript_open] = ACTIONS(3254), + [sym__inline_note_start_token] = ACTIONS(3256), + [sym__strong_emphasis_open_star] = ACTIONS(3258), + [sym__strong_emphasis_open_underscore] = ACTIONS(3260), + [sym__emphasis_open_star] = ACTIONS(3262), + [sym__emphasis_open_underscore] = ACTIONS(3264), + [sym_inline_note_reference] = ACTIONS(3624), + [sym_html_element] = ACTIONS(3624), + }, + [STATE(433)] = { + [anon_sym_COLON] = ACTIONS(3026), + [sym_entity_reference] = ACTIONS(3026), + [sym_numeric_character_reference] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_BANG_LBRACK] = ACTIONS(3028), + [anon_sym_DOLLAR] = ACTIONS(3026), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3028), + [aux_sym_pandoc_str_token1] = ACTIONS(3026), + [anon_sym_PIPE] = ACTIONS(3028), + [aux_sym__prose_punctuation_token1] = ACTIONS(3026), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3026), + [sym__line_ending] = ACTIONS(3028), + [sym__soft_line_ending] = ACTIONS(3028), + [sym__block_close] = ACTIONS(3028), + [sym__block_quote_start] = ACTIONS(3028), + [sym_atx_h1_marker] = ACTIONS(3028), + [sym_atx_h2_marker] = ACTIONS(3028), + [sym_atx_h3_marker] = ACTIONS(3028), + [sym_atx_h4_marker] = ACTIONS(3028), + [sym_atx_h5_marker] = ACTIONS(3028), + [sym_atx_h6_marker] = ACTIONS(3028), + [sym__thematic_break] = ACTIONS(3028), + [sym__list_marker_minus] = ACTIONS(3028), + [sym__list_marker_plus] = ACTIONS(3028), + [sym__list_marker_star] = ACTIONS(3028), + [sym__list_marker_parenthesis] = ACTIONS(3028), + [sym__list_marker_dot] = ACTIONS(3028), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_example] = ACTIONS(3028), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3028), + [sym__fenced_code_block_start_backtick] = ACTIONS(3028), + [sym_minus_metadata] = ACTIONS(3028), + [sym__pipe_table_start] = ACTIONS(3028), + [sym__fenced_div_start] = ACTIONS(3028), + [sym_ref_id_specifier] = ACTIONS(3028), + [sym__code_span_start] = ACTIONS(3028), + [sym__html_comment] = ACTIONS(3028), + [sym__autolink] = ACTIONS(3028), + [sym__highlight_span_start] = ACTIONS(3028), + [sym__insert_span_start] = ACTIONS(3028), + [sym__delete_span_start] = ACTIONS(3028), + [sym__edit_comment_span_start] = ACTIONS(3028), + [sym__single_quote_span_open] = ACTIONS(3028), + [sym__double_quote_span_open] = ACTIONS(3028), + [sym__shortcode_open_escaped] = ACTIONS(3028), + [sym__shortcode_open] = ACTIONS(3028), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3028), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3028), + [sym__cite_author_in_text] = ACTIONS(3028), + [sym__cite_suppress_author] = ACTIONS(3028), + [sym__strikeout_open] = ACTIONS(3028), + [sym__subscript_open] = ACTIONS(3028), + [sym__superscript_open] = ACTIONS(3028), + [sym__inline_note_start_token] = ACTIONS(3028), + [sym__strong_emphasis_open_star] = ACTIONS(3028), + [sym__strong_emphasis_open_underscore] = ACTIONS(3028), + [sym__emphasis_open_star] = ACTIONS(3028), + [sym__emphasis_open_underscore] = ACTIONS(3028), + [sym_inline_note_reference] = ACTIONS(3028), + [sym_html_element] = ACTIONS(3028), + }, + [STATE(434)] = { + [ts_builtin_sym_end] = ACTIONS(3196), + [anon_sym_COLON] = ACTIONS(3194), + [sym_entity_reference] = ACTIONS(3194), + [sym_numeric_character_reference] = ACTIONS(3196), + [anon_sym_LBRACK] = ACTIONS(3196), + [anon_sym_BANG_LBRACK] = ACTIONS(3196), + [anon_sym_DOLLAR] = ACTIONS(3194), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3196), + [aux_sym_pandoc_str_token1] = ACTIONS(3194), + [anon_sym_PIPE] = ACTIONS(3196), + [aux_sym__prose_punctuation_token1] = ACTIONS(3194), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3194), + [sym__line_ending] = ACTIONS(3196), + [sym__soft_line_ending] = ACTIONS(3196), + [sym__block_quote_start] = ACTIONS(3196), + [sym_atx_h1_marker] = ACTIONS(3196), + [sym_atx_h2_marker] = ACTIONS(3196), + [sym_atx_h3_marker] = ACTIONS(3196), + [sym_atx_h4_marker] = ACTIONS(3196), + [sym_atx_h5_marker] = ACTIONS(3196), + [sym_atx_h6_marker] = ACTIONS(3196), + [sym__thematic_break] = ACTIONS(3196), + [sym__list_marker_minus] = ACTIONS(3196), + [sym__list_marker_plus] = ACTIONS(3196), + [sym__list_marker_star] = ACTIONS(3196), + [sym__list_marker_parenthesis] = ACTIONS(3196), + [sym__list_marker_dot] = ACTIONS(3196), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_example] = ACTIONS(3196), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3196), + [sym__fenced_code_block_start_backtick] = ACTIONS(3196), + [sym_minus_metadata] = ACTIONS(3196), + [sym__pipe_table_start] = ACTIONS(3196), + [sym__fenced_div_start] = ACTIONS(3196), + [sym_ref_id_specifier] = ACTIONS(3196), + [sym__code_span_start] = ACTIONS(3196), + [sym__html_comment] = ACTIONS(3196), + [sym__autolink] = ACTIONS(3196), + [sym__highlight_span_start] = ACTIONS(3196), + [sym__insert_span_start] = ACTIONS(3196), + [sym__delete_span_start] = ACTIONS(3196), + [sym__edit_comment_span_start] = ACTIONS(3196), + [sym__single_quote_span_open] = ACTIONS(3196), + [sym__double_quote_span_open] = ACTIONS(3196), + [sym__shortcode_open_escaped] = ACTIONS(3196), + [sym__shortcode_open] = ACTIONS(3196), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3196), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3196), + [sym__cite_author_in_text] = ACTIONS(3196), + [sym__cite_suppress_author] = ACTIONS(3196), + [sym__strikeout_open] = ACTIONS(3196), + [sym__subscript_open] = ACTIONS(3196), + [sym__superscript_open] = ACTIONS(3196), + [sym__inline_note_start_token] = ACTIONS(3196), + [sym__strong_emphasis_open_star] = ACTIONS(3196), + [sym__strong_emphasis_open_underscore] = ACTIONS(3196), + [sym__emphasis_open_star] = ACTIONS(3196), + [sym__emphasis_open_underscore] = ACTIONS(3196), + [sym_inline_note_reference] = ACTIONS(3196), + [sym_html_element] = ACTIONS(3196), + }, + [STATE(435)] = { + [sym_pandoc_span] = STATE(437), + [sym_pandoc_image] = STATE(437), + [sym_pandoc_math] = STATE(437), + [sym_pandoc_display_math] = STATE(437), + [sym_pandoc_code_span] = STATE(437), + [sym_pandoc_single_quote] = STATE(437), + [sym_pandoc_double_quote] = STATE(437), + [sym_insert] = STATE(437), + [sym_delete] = STATE(437), + [sym_edit_comment] = STATE(437), + [sym_highlight] = STATE(437), + [sym__pandoc_attr_specifier] = STATE(437), + [sym__inline_element] = STATE(437), + [sym_shortcode_escaped] = STATE(437), + [sym_shortcode] = STATE(437), + [sym_citation] = STATE(437), + [sym_inline_note] = STATE(437), + [sym_pandoc_superscript] = STATE(437), + [sym_pandoc_subscript] = STATE(437), + [sym_pandoc_strikeout] = STATE(437), + [sym_pandoc_emph] = STATE(437), + [sym_pandoc_strong] = STATE(437), + [sym_pandoc_str] = STATE(437), + [sym__prose_punctuation] = STATE(437), + [sym_pandoc_line_break] = STATE(437), + [aux_sym__line_repeat1] = STATE(437), + [sym_entity_reference] = ACTIONS(3628), + [sym_numeric_character_reference] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3632), + [anon_sym_RBRACK] = ACTIONS(3098), + [anon_sym_BANG_LBRACK] = ACTIONS(3634), + [anon_sym_DOLLAR] = ACTIONS(3636), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3638), + [anon_sym_LBRACE] = ACTIONS(3640), + [aux_sym_pandoc_str_token1] = ACTIONS(3642), + [anon_sym_PIPE] = ACTIONS(3644), + [aux_sym__prose_punctuation_token1] = ACTIONS(3628), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3646), + [sym__whitespace] = ACTIONS(3648), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(3650), + [sym__html_comment] = ACTIONS(3630), + [sym__autolink] = ACTIONS(3630), + [sym__highlight_span_start] = ACTIONS(3652), + [sym__insert_span_start] = ACTIONS(3654), + [sym__delete_span_start] = ACTIONS(3656), + [sym__edit_comment_span_start] = ACTIONS(3658), + [sym__single_quote_span_open] = ACTIONS(3660), + [sym__double_quote_span_open] = ACTIONS(3662), + [sym__shortcode_open_escaped] = ACTIONS(3664), + [sym__shortcode_open] = ACTIONS(3666), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3668), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3670), + [sym__cite_author_in_text] = ACTIONS(3672), + [sym__cite_suppress_author] = ACTIONS(3674), + [sym__strikeout_open] = ACTIONS(3676), + [sym__subscript_open] = ACTIONS(3678), + [sym__superscript_open] = ACTIONS(3680), + [sym__inline_note_start_token] = ACTIONS(3682), + [sym__strong_emphasis_open_star] = ACTIONS(3684), + [sym__strong_emphasis_open_underscore] = ACTIONS(3686), + [sym__emphasis_open_star] = ACTIONS(3688), + [sym__emphasis_open_underscore] = ACTIONS(3690), + [sym_inline_note_reference] = ACTIONS(3630), + [sym_html_element] = ACTIONS(3630), + }, + [STATE(436)] = { + [anon_sym_COLON] = ACTIONS(3178), + [sym_entity_reference] = ACTIONS(3178), + [sym_numeric_character_reference] = ACTIONS(3180), + [anon_sym_LBRACK] = ACTIONS(3180), + [anon_sym_BANG_LBRACK] = ACTIONS(3180), + [anon_sym_DOLLAR] = ACTIONS(3178), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3180), + [anon_sym_LBRACE] = ACTIONS(3180), + [aux_sym_pandoc_str_token1] = ACTIONS(3178), + [anon_sym_PIPE] = ACTIONS(3180), + [aux_sym__prose_punctuation_token1] = ACTIONS(3178), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3178), + [sym__line_ending] = ACTIONS(3180), + [sym__soft_line_ending] = ACTIONS(3180), + [sym__block_close] = ACTIONS(3180), + [sym__block_quote_start] = ACTIONS(3180), + [sym_atx_h1_marker] = ACTIONS(3180), + [sym_atx_h2_marker] = ACTIONS(3180), + [sym_atx_h3_marker] = ACTIONS(3180), + [sym_atx_h4_marker] = ACTIONS(3180), + [sym_atx_h5_marker] = ACTIONS(3180), + [sym_atx_h6_marker] = ACTIONS(3180), + [sym__thematic_break] = ACTIONS(3180), + [sym__list_marker_minus] = ACTIONS(3180), + [sym__list_marker_plus] = ACTIONS(3180), + [sym__list_marker_star] = ACTIONS(3180), + [sym__list_marker_parenthesis] = ACTIONS(3180), + [sym__list_marker_dot] = ACTIONS(3180), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_example] = ACTIONS(3180), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3180), + [sym__fenced_code_block_start_backtick] = ACTIONS(3180), + [sym_minus_metadata] = ACTIONS(3180), + [sym__pipe_table_start] = ACTIONS(3180), + [sym__fenced_div_start] = ACTIONS(3180), + [sym_ref_id_specifier] = ACTIONS(3180), + [sym__code_span_start] = ACTIONS(3180), + [sym__html_comment] = ACTIONS(3180), + [sym__autolink] = ACTIONS(3180), + [sym__highlight_span_start] = ACTIONS(3180), + [sym__insert_span_start] = ACTIONS(3180), + [sym__delete_span_start] = ACTIONS(3180), + [sym__edit_comment_span_start] = ACTIONS(3180), + [sym__single_quote_span_open] = ACTIONS(3180), + [sym__double_quote_span_open] = ACTIONS(3180), + [sym__shortcode_open_escaped] = ACTIONS(3180), + [sym__shortcode_open] = ACTIONS(3180), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3180), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3180), + [sym__cite_author_in_text] = ACTIONS(3180), + [sym__cite_suppress_author] = ACTIONS(3180), + [sym__strikeout_open] = ACTIONS(3180), + [sym__subscript_open] = ACTIONS(3180), + [sym__superscript_open] = ACTIONS(3180), + [sym__inline_note_start_token] = ACTIONS(3180), + [sym__strong_emphasis_open_star] = ACTIONS(3180), + [sym__strong_emphasis_open_underscore] = ACTIONS(3180), + [sym__emphasis_open_star] = ACTIONS(3180), + [sym__emphasis_open_underscore] = ACTIONS(3180), + [sym_inline_note_reference] = ACTIONS(3180), + [sym_html_element] = ACTIONS(3180), + }, + [STATE(437)] = { + [sym_pandoc_span] = STATE(438), + [sym_pandoc_image] = STATE(438), + [sym_pandoc_math] = STATE(438), + [sym_pandoc_display_math] = STATE(438), + [sym_pandoc_code_span] = STATE(438), + [sym_pandoc_single_quote] = STATE(438), + [sym_pandoc_double_quote] = STATE(438), + [sym_insert] = STATE(438), + [sym_delete] = STATE(438), + [sym_edit_comment] = STATE(438), + [sym_highlight] = STATE(438), + [sym__pandoc_attr_specifier] = STATE(438), + [sym__inline_element] = STATE(438), + [sym_shortcode_escaped] = STATE(438), + [sym_shortcode] = STATE(438), + [sym_citation] = STATE(438), + [sym_inline_note] = STATE(438), + [sym_pandoc_superscript] = STATE(438), + [sym_pandoc_subscript] = STATE(438), + [sym_pandoc_strikeout] = STATE(438), + [sym_pandoc_emph] = STATE(438), + [sym_pandoc_strong] = STATE(438), + [sym_pandoc_str] = STATE(438), + [sym__prose_punctuation] = STATE(438), + [sym_pandoc_line_break] = STATE(438), + [aux_sym__line_repeat1] = STATE(438), + [sym_entity_reference] = ACTIONS(3692), + [sym_numeric_character_reference] = ACTIONS(3694), + [anon_sym_LBRACK] = ACTIONS(3632), + [anon_sym_RBRACK] = ACTIONS(3080), + [anon_sym_BANG_LBRACK] = ACTIONS(3634), + [anon_sym_DOLLAR] = ACTIONS(3636), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3638), + [anon_sym_LBRACE] = ACTIONS(3640), + [aux_sym_pandoc_str_token1] = ACTIONS(3642), + [anon_sym_PIPE] = ACTIONS(3644), + [aux_sym__prose_punctuation_token1] = ACTIONS(3692), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3646), + [sym__whitespace] = ACTIONS(3648), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(3650), + [sym__html_comment] = ACTIONS(3694), + [sym__autolink] = ACTIONS(3694), + [sym__highlight_span_start] = ACTIONS(3652), + [sym__insert_span_start] = ACTIONS(3654), + [sym__delete_span_start] = ACTIONS(3656), + [sym__edit_comment_span_start] = ACTIONS(3658), + [sym__single_quote_span_open] = ACTIONS(3660), + [sym__double_quote_span_open] = ACTIONS(3662), + [sym__shortcode_open_escaped] = ACTIONS(3664), + [sym__shortcode_open] = ACTIONS(3666), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3668), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3670), + [sym__cite_author_in_text] = ACTIONS(3672), + [sym__cite_suppress_author] = ACTIONS(3674), + [sym__strikeout_open] = ACTIONS(3676), + [sym__subscript_open] = ACTIONS(3678), + [sym__superscript_open] = ACTIONS(3680), + [sym__inline_note_start_token] = ACTIONS(3682), + [sym__strong_emphasis_open_star] = ACTIONS(3684), + [sym__strong_emphasis_open_underscore] = ACTIONS(3686), + [sym__emphasis_open_star] = ACTIONS(3688), + [sym__emphasis_open_underscore] = ACTIONS(3690), + [sym_inline_note_reference] = ACTIONS(3694), + [sym_html_element] = ACTIONS(3694), + }, + [STATE(438)] = { + [sym_pandoc_span] = STATE(438), + [sym_pandoc_image] = STATE(438), + [sym_pandoc_math] = STATE(438), + [sym_pandoc_display_math] = STATE(438), + [sym_pandoc_code_span] = STATE(438), + [sym_pandoc_single_quote] = STATE(438), + [sym_pandoc_double_quote] = STATE(438), + [sym_insert] = STATE(438), + [sym_delete] = STATE(438), + [sym_edit_comment] = STATE(438), + [sym_highlight] = STATE(438), + [sym__pandoc_attr_specifier] = STATE(438), + [sym__inline_element] = STATE(438), + [sym_shortcode_escaped] = STATE(438), + [sym_shortcode] = STATE(438), + [sym_citation] = STATE(438), + [sym_inline_note] = STATE(438), + [sym_pandoc_superscript] = STATE(438), + [sym_pandoc_subscript] = STATE(438), + [sym_pandoc_strikeout] = STATE(438), + [sym_pandoc_emph] = STATE(438), + [sym_pandoc_strong] = STATE(438), + [sym_pandoc_str] = STATE(438), + [sym__prose_punctuation] = STATE(438), + [sym_pandoc_line_break] = STATE(438), + [aux_sym__line_repeat1] = STATE(438), + [sym_entity_reference] = ACTIONS(3696), + [sym_numeric_character_reference] = ACTIONS(3699), + [anon_sym_LBRACK] = ACTIONS(3702), + [anon_sym_RBRACK] = ACTIONS(3282), + [anon_sym_BANG_LBRACK] = ACTIONS(3705), + [anon_sym_DOLLAR] = ACTIONS(3708), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3711), + [anon_sym_LBRACE] = ACTIONS(3714), + [aux_sym_pandoc_str_token1] = ACTIONS(3717), + [anon_sym_PIPE] = ACTIONS(3720), + [aux_sym__prose_punctuation_token1] = ACTIONS(3696), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3723), + [sym__whitespace] = ACTIONS(3726), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(3729), + [sym__html_comment] = ACTIONS(3699), + [sym__autolink] = ACTIONS(3699), + [sym__highlight_span_start] = ACTIONS(3732), + [sym__insert_span_start] = ACTIONS(3735), + [sym__delete_span_start] = ACTIONS(3738), + [sym__edit_comment_span_start] = ACTIONS(3741), + [sym__single_quote_span_open] = ACTIONS(3744), + [sym__double_quote_span_open] = ACTIONS(3747), + [sym__shortcode_open_escaped] = ACTIONS(3750), + [sym__shortcode_open] = ACTIONS(3753), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3756), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3759), + [sym__cite_author_in_text] = ACTIONS(3762), + [sym__cite_suppress_author] = ACTIONS(3765), + [sym__strikeout_open] = ACTIONS(3768), + [sym__subscript_open] = ACTIONS(3771), + [sym__superscript_open] = ACTIONS(3774), + [sym__inline_note_start_token] = ACTIONS(3777), + [sym__strong_emphasis_open_star] = ACTIONS(3780), + [sym__strong_emphasis_open_underscore] = ACTIONS(3783), + [sym__emphasis_open_star] = ACTIONS(3786), + [sym__emphasis_open_underscore] = ACTIONS(3789), + [sym_inline_note_reference] = ACTIONS(3699), + [sym_html_element] = ACTIONS(3699), + }, + [STATE(439)] = { + [sym_pandoc_span] = STATE(440), + [sym_pandoc_image] = STATE(440), + [sym_pandoc_math] = STATE(440), + [sym_pandoc_display_math] = STATE(440), + [sym_pandoc_code_span] = STATE(440), + [sym_pandoc_single_quote] = STATE(440), + [sym_pandoc_double_quote] = STATE(440), + [sym_insert] = STATE(440), + [sym_delete] = STATE(440), + [sym_edit_comment] = STATE(440), + [sym_highlight] = STATE(440), + [sym__pandoc_attr_specifier] = STATE(440), + [sym__inline_element] = STATE(440), + [sym_shortcode_escaped] = STATE(440), + [sym_shortcode] = STATE(440), + [sym_citation] = STATE(440), + [sym_inline_note] = STATE(440), + [sym_pandoc_superscript] = STATE(440), + [sym_pandoc_subscript] = STATE(440), + [sym_pandoc_strikeout] = STATE(440), + [sym_pandoc_emph] = STATE(440), + [sym_pandoc_strong] = STATE(440), + [sym_pandoc_str] = STATE(440), + [sym__prose_punctuation] = STATE(440), + [sym_pandoc_line_break] = STATE(440), + [aux_sym__line_repeat1] = STATE(440), + [sym_entity_reference] = ACTIONS(3792), + [sym_numeric_character_reference] = ACTIONS(3794), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_BANG_LBRACK] = ACTIONS(3798), + [anon_sym_DOLLAR] = ACTIONS(3800), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3802), + [anon_sym_LBRACE] = ACTIONS(3804), + [aux_sym_pandoc_str_token1] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3808), + [aux_sym__prose_punctuation_token1] = ACTIONS(3792), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3810), + [sym__whitespace] = ACTIONS(3812), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(3814), + [sym__html_comment] = ACTIONS(3794), + [sym__autolink] = ACTIONS(3794), + [sym__highlight_span_start] = ACTIONS(3816), + [sym__insert_span_start] = ACTIONS(3818), + [sym__delete_span_start] = ACTIONS(3820), + [sym__edit_comment_span_start] = ACTIONS(3822), + [sym__single_quote_span_open] = ACTIONS(3824), + [sym__double_quote_span_open] = ACTIONS(3826), + [sym__shortcode_open_escaped] = ACTIONS(3828), + [sym__shortcode_open] = ACTIONS(3830), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3832), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3834), + [sym__cite_author_in_text] = ACTIONS(3836), + [sym__cite_suppress_author] = ACTIONS(3838), + [sym__strikeout_open] = ACTIONS(3840), + [sym__subscript_open] = ACTIONS(3842), + [sym__superscript_open] = ACTIONS(3844), + [sym__inline_note_start_token] = ACTIONS(3846), + [sym__strong_emphasis_open_star] = ACTIONS(3848), + [sym__strong_emphasis_close_star] = ACTIONS(3098), + [sym__strong_emphasis_open_underscore] = ACTIONS(3850), + [sym__emphasis_open_star] = ACTIONS(3852), + [sym__emphasis_open_underscore] = ACTIONS(3854), + [sym_inline_note_reference] = ACTIONS(3794), + [sym_html_element] = ACTIONS(3794), + }, + [STATE(440)] = { + [sym_pandoc_span] = STATE(441), + [sym_pandoc_image] = STATE(441), + [sym_pandoc_math] = STATE(441), + [sym_pandoc_display_math] = STATE(441), + [sym_pandoc_code_span] = STATE(441), + [sym_pandoc_single_quote] = STATE(441), + [sym_pandoc_double_quote] = STATE(441), + [sym_insert] = STATE(441), + [sym_delete] = STATE(441), + [sym_edit_comment] = STATE(441), + [sym_highlight] = STATE(441), + [sym__pandoc_attr_specifier] = STATE(441), + [sym__inline_element] = STATE(441), + [sym_shortcode_escaped] = STATE(441), + [sym_shortcode] = STATE(441), + [sym_citation] = STATE(441), + [sym_inline_note] = STATE(441), + [sym_pandoc_superscript] = STATE(441), + [sym_pandoc_subscript] = STATE(441), + [sym_pandoc_strikeout] = STATE(441), + [sym_pandoc_emph] = STATE(441), + [sym_pandoc_strong] = STATE(441), + [sym_pandoc_str] = STATE(441), + [sym__prose_punctuation] = STATE(441), + [sym_pandoc_line_break] = STATE(441), + [aux_sym__line_repeat1] = STATE(441), + [sym_entity_reference] = ACTIONS(3856), + [sym_numeric_character_reference] = ACTIONS(3858), + [anon_sym_LBRACK] = ACTIONS(3796), + [anon_sym_BANG_LBRACK] = ACTIONS(3798), + [anon_sym_DOLLAR] = ACTIONS(3800), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3802), + [anon_sym_LBRACE] = ACTIONS(3804), + [aux_sym_pandoc_str_token1] = ACTIONS(3806), + [anon_sym_PIPE] = ACTIONS(3808), + [aux_sym__prose_punctuation_token1] = ACTIONS(3856), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3810), + [sym__whitespace] = ACTIONS(3812), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(3814), + [sym__html_comment] = ACTIONS(3858), + [sym__autolink] = ACTIONS(3858), + [sym__highlight_span_start] = ACTIONS(3816), + [sym__insert_span_start] = ACTIONS(3818), + [sym__delete_span_start] = ACTIONS(3820), + [sym__edit_comment_span_start] = ACTIONS(3822), + [sym__single_quote_span_open] = ACTIONS(3824), + [sym__double_quote_span_open] = ACTIONS(3826), + [sym__shortcode_open_escaped] = ACTIONS(3828), + [sym__shortcode_open] = ACTIONS(3830), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3832), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3834), + [sym__cite_author_in_text] = ACTIONS(3836), + [sym__cite_suppress_author] = ACTIONS(3838), + [sym__strikeout_open] = ACTIONS(3840), + [sym__subscript_open] = ACTIONS(3842), + [sym__superscript_open] = ACTIONS(3844), + [sym__inline_note_start_token] = ACTIONS(3846), + [sym__strong_emphasis_open_star] = ACTIONS(3848), + [sym__strong_emphasis_close_star] = ACTIONS(3080), + [sym__strong_emphasis_open_underscore] = ACTIONS(3850), + [sym__emphasis_open_star] = ACTIONS(3852), + [sym__emphasis_open_underscore] = ACTIONS(3854), + [sym_inline_note_reference] = ACTIONS(3858), + [sym_html_element] = ACTIONS(3858), + }, + [STATE(441)] = { + [sym_pandoc_span] = STATE(441), + [sym_pandoc_image] = STATE(441), + [sym_pandoc_math] = STATE(441), + [sym_pandoc_display_math] = STATE(441), + [sym_pandoc_code_span] = STATE(441), + [sym_pandoc_single_quote] = STATE(441), + [sym_pandoc_double_quote] = STATE(441), + [sym_insert] = STATE(441), + [sym_delete] = STATE(441), + [sym_edit_comment] = STATE(441), + [sym_highlight] = STATE(441), + [sym__pandoc_attr_specifier] = STATE(441), + [sym__inline_element] = STATE(441), + [sym_shortcode_escaped] = STATE(441), + [sym_shortcode] = STATE(441), + [sym_citation] = STATE(441), + [sym_inline_note] = STATE(441), + [sym_pandoc_superscript] = STATE(441), + [sym_pandoc_subscript] = STATE(441), + [sym_pandoc_strikeout] = STATE(441), + [sym_pandoc_emph] = STATE(441), + [sym_pandoc_strong] = STATE(441), + [sym_pandoc_str] = STATE(441), + [sym__prose_punctuation] = STATE(441), + [sym_pandoc_line_break] = STATE(441), + [aux_sym__line_repeat1] = STATE(441), + [sym_entity_reference] = ACTIONS(3860), + [sym_numeric_character_reference] = ACTIONS(3863), + [anon_sym_LBRACK] = ACTIONS(3866), + [anon_sym_BANG_LBRACK] = ACTIONS(3869), + [anon_sym_DOLLAR] = ACTIONS(3872), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3875), + [anon_sym_LBRACE] = ACTIONS(3878), + [aux_sym_pandoc_str_token1] = ACTIONS(3881), + [anon_sym_PIPE] = ACTIONS(3884), + [aux_sym__prose_punctuation_token1] = ACTIONS(3860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3887), + [sym__whitespace] = ACTIONS(3890), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(3893), + [sym__html_comment] = ACTIONS(3863), + [sym__autolink] = ACTIONS(3863), + [sym__highlight_span_start] = ACTIONS(3896), + [sym__insert_span_start] = ACTIONS(3899), + [sym__delete_span_start] = ACTIONS(3902), + [sym__edit_comment_span_start] = ACTIONS(3905), + [sym__single_quote_span_open] = ACTIONS(3908), + [sym__double_quote_span_open] = ACTIONS(3911), + [sym__shortcode_open_escaped] = ACTIONS(3914), + [sym__shortcode_open] = ACTIONS(3917), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3920), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3923), + [sym__cite_author_in_text] = ACTIONS(3926), + [sym__cite_suppress_author] = ACTIONS(3929), + [sym__strikeout_open] = ACTIONS(3932), + [sym__subscript_open] = ACTIONS(3935), + [sym__superscript_open] = ACTIONS(3938), + [sym__inline_note_start_token] = ACTIONS(3941), + [sym__strong_emphasis_open_star] = ACTIONS(3944), + [sym__strong_emphasis_close_star] = ACTIONS(3282), + [sym__strong_emphasis_open_underscore] = ACTIONS(3947), + [sym__emphasis_open_star] = ACTIONS(3950), + [sym__emphasis_open_underscore] = ACTIONS(3953), + [sym_inline_note_reference] = ACTIONS(3863), + [sym_html_element] = ACTIONS(3863), + }, + [STATE(442)] = { + [sym_pandoc_span] = STATE(443), + [sym_pandoc_image] = STATE(443), + [sym_pandoc_math] = STATE(443), + [sym_pandoc_display_math] = STATE(443), + [sym_pandoc_code_span] = STATE(443), + [sym_pandoc_single_quote] = STATE(443), + [sym_pandoc_double_quote] = STATE(443), + [sym_insert] = STATE(443), + [sym_delete] = STATE(443), + [sym_edit_comment] = STATE(443), + [sym_highlight] = STATE(443), + [sym__pandoc_attr_specifier] = STATE(443), + [sym__inline_element] = STATE(443), + [sym_shortcode_escaped] = STATE(443), + [sym_shortcode] = STATE(443), + [sym_citation] = STATE(443), + [sym_inline_note] = STATE(443), + [sym_pandoc_superscript] = STATE(443), + [sym_pandoc_subscript] = STATE(443), + [sym_pandoc_strikeout] = STATE(443), + [sym_pandoc_emph] = STATE(443), + [sym_pandoc_strong] = STATE(443), + [sym_pandoc_str] = STATE(443), + [sym__prose_punctuation] = STATE(443), + [sym_pandoc_line_break] = STATE(443), + [aux_sym__line_repeat1] = STATE(443), + [sym_entity_reference] = ACTIONS(3956), + [sym_numeric_character_reference] = ACTIONS(3958), + [anon_sym_LBRACK] = ACTIONS(3960), + [anon_sym_BANG_LBRACK] = ACTIONS(3962), + [anon_sym_DOLLAR] = ACTIONS(3964), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3966), + [anon_sym_LBRACE] = ACTIONS(3968), + [aux_sym_pandoc_str_token1] = ACTIONS(3970), + [anon_sym_PIPE] = ACTIONS(3972), + [aux_sym__prose_punctuation_token1] = ACTIONS(3956), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3974), + [sym__whitespace] = ACTIONS(3976), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(3978), + [sym__html_comment] = ACTIONS(3958), + [sym__autolink] = ACTIONS(3958), + [sym__highlight_span_start] = ACTIONS(3980), + [sym__insert_span_start] = ACTIONS(3982), + [sym__delete_span_start] = ACTIONS(3984), + [sym__edit_comment_span_start] = ACTIONS(3986), + [sym__single_quote_span_open] = ACTIONS(3988), + [sym__double_quote_span_open] = ACTIONS(3990), + [sym__shortcode_open_escaped] = ACTIONS(3992), + [sym__shortcode_open] = ACTIONS(3994), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3996), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3998), + [sym__cite_author_in_text] = ACTIONS(4000), + [sym__cite_suppress_author] = ACTIONS(4002), + [sym__strikeout_open] = ACTIONS(4004), + [sym__subscript_open] = ACTIONS(4006), + [sym__superscript_open] = ACTIONS(4008), + [sym__inline_note_start_token] = ACTIONS(4010), + [sym__strong_emphasis_open_star] = ACTIONS(4012), + [sym__strong_emphasis_open_underscore] = ACTIONS(4014), + [sym__strong_emphasis_close_underscore] = ACTIONS(3098), + [sym__emphasis_open_star] = ACTIONS(4016), + [sym__emphasis_open_underscore] = ACTIONS(4018), + [sym_inline_note_reference] = ACTIONS(3958), + [sym_html_element] = ACTIONS(3958), + }, + [STATE(443)] = { + [sym_pandoc_span] = STATE(444), + [sym_pandoc_image] = STATE(444), + [sym_pandoc_math] = STATE(444), + [sym_pandoc_display_math] = STATE(444), + [sym_pandoc_code_span] = STATE(444), + [sym_pandoc_single_quote] = STATE(444), + [sym_pandoc_double_quote] = STATE(444), + [sym_insert] = STATE(444), + [sym_delete] = STATE(444), + [sym_edit_comment] = STATE(444), + [sym_highlight] = STATE(444), + [sym__pandoc_attr_specifier] = STATE(444), + [sym__inline_element] = STATE(444), + [sym_shortcode_escaped] = STATE(444), + [sym_shortcode] = STATE(444), + [sym_citation] = STATE(444), + [sym_inline_note] = STATE(444), + [sym_pandoc_superscript] = STATE(444), + [sym_pandoc_subscript] = STATE(444), + [sym_pandoc_strikeout] = STATE(444), + [sym_pandoc_emph] = STATE(444), + [sym_pandoc_strong] = STATE(444), + [sym_pandoc_str] = STATE(444), + [sym__prose_punctuation] = STATE(444), + [sym_pandoc_line_break] = STATE(444), + [aux_sym__line_repeat1] = STATE(444), + [sym_entity_reference] = ACTIONS(4020), + [sym_numeric_character_reference] = ACTIONS(4022), + [anon_sym_LBRACK] = ACTIONS(3960), + [anon_sym_BANG_LBRACK] = ACTIONS(3962), + [anon_sym_DOLLAR] = ACTIONS(3964), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3966), + [anon_sym_LBRACE] = ACTIONS(3968), + [aux_sym_pandoc_str_token1] = ACTIONS(3970), + [anon_sym_PIPE] = ACTIONS(3972), + [aux_sym__prose_punctuation_token1] = ACTIONS(4020), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3974), + [sym__whitespace] = ACTIONS(3976), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(3978), + [sym__html_comment] = ACTIONS(4022), + [sym__autolink] = ACTIONS(4022), + [sym__highlight_span_start] = ACTIONS(3980), + [sym__insert_span_start] = ACTIONS(3982), + [sym__delete_span_start] = ACTIONS(3984), + [sym__edit_comment_span_start] = ACTIONS(3986), + [sym__single_quote_span_open] = ACTIONS(3988), + [sym__double_quote_span_open] = ACTIONS(3990), + [sym__shortcode_open_escaped] = ACTIONS(3992), + [sym__shortcode_open] = ACTIONS(3994), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3996), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3998), + [sym__cite_author_in_text] = ACTIONS(4000), + [sym__cite_suppress_author] = ACTIONS(4002), + [sym__strikeout_open] = ACTIONS(4004), + [sym__subscript_open] = ACTIONS(4006), + [sym__superscript_open] = ACTIONS(4008), + [sym__inline_note_start_token] = ACTIONS(4010), + [sym__strong_emphasis_open_star] = ACTIONS(4012), + [sym__strong_emphasis_open_underscore] = ACTIONS(4014), + [sym__strong_emphasis_close_underscore] = ACTIONS(3080), + [sym__emphasis_open_star] = ACTIONS(4016), + [sym__emphasis_open_underscore] = ACTIONS(4018), + [sym_inline_note_reference] = ACTIONS(4022), + [sym_html_element] = ACTIONS(4022), + }, + [STATE(444)] = { + [sym_pandoc_span] = STATE(444), + [sym_pandoc_image] = STATE(444), + [sym_pandoc_math] = STATE(444), + [sym_pandoc_display_math] = STATE(444), + [sym_pandoc_code_span] = STATE(444), + [sym_pandoc_single_quote] = STATE(444), + [sym_pandoc_double_quote] = STATE(444), + [sym_insert] = STATE(444), + [sym_delete] = STATE(444), + [sym_edit_comment] = STATE(444), + [sym_highlight] = STATE(444), + [sym__pandoc_attr_specifier] = STATE(444), + [sym__inline_element] = STATE(444), + [sym_shortcode_escaped] = STATE(444), + [sym_shortcode] = STATE(444), + [sym_citation] = STATE(444), + [sym_inline_note] = STATE(444), + [sym_pandoc_superscript] = STATE(444), + [sym_pandoc_subscript] = STATE(444), + [sym_pandoc_strikeout] = STATE(444), + [sym_pandoc_emph] = STATE(444), + [sym_pandoc_strong] = STATE(444), + [sym_pandoc_str] = STATE(444), + [sym__prose_punctuation] = STATE(444), + [sym_pandoc_line_break] = STATE(444), + [aux_sym__line_repeat1] = STATE(444), + [sym_entity_reference] = ACTIONS(4024), + [sym_numeric_character_reference] = ACTIONS(4027), + [anon_sym_LBRACK] = ACTIONS(4030), + [anon_sym_BANG_LBRACK] = ACTIONS(4033), + [anon_sym_DOLLAR] = ACTIONS(4036), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(4042), + [aux_sym_pandoc_str_token1] = ACTIONS(4045), + [anon_sym_PIPE] = ACTIONS(4048), + [aux_sym__prose_punctuation_token1] = ACTIONS(4024), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4051), + [sym__whitespace] = ACTIONS(4054), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4057), + [sym__html_comment] = ACTIONS(4027), + [sym__autolink] = ACTIONS(4027), + [sym__highlight_span_start] = ACTIONS(4060), + [sym__insert_span_start] = ACTIONS(4063), + [sym__delete_span_start] = ACTIONS(4066), + [sym__edit_comment_span_start] = ACTIONS(4069), + [sym__single_quote_span_open] = ACTIONS(4072), + [sym__double_quote_span_open] = ACTIONS(4075), + [sym__shortcode_open_escaped] = ACTIONS(4078), + [sym__shortcode_open] = ACTIONS(4081), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4084), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4087), + [sym__cite_author_in_text] = ACTIONS(4090), + [sym__cite_suppress_author] = ACTIONS(4093), + [sym__strikeout_open] = ACTIONS(4096), + [sym__subscript_open] = ACTIONS(4099), + [sym__superscript_open] = ACTIONS(4102), + [sym__inline_note_start_token] = ACTIONS(4105), + [sym__strong_emphasis_open_star] = ACTIONS(4108), + [sym__strong_emphasis_open_underscore] = ACTIONS(4111), + [sym__strong_emphasis_close_underscore] = ACTIONS(3282), + [sym__emphasis_open_star] = ACTIONS(4114), + [sym__emphasis_open_underscore] = ACTIONS(4117), + [sym_inline_note_reference] = ACTIONS(4027), + [sym_html_element] = ACTIONS(4027), + }, + [STATE(445)] = { + [anon_sym_COLON] = ACTIONS(3132), + [sym_entity_reference] = ACTIONS(3132), + [sym_numeric_character_reference] = ACTIONS(3134), + [anon_sym_LBRACK] = ACTIONS(3134), + [anon_sym_BANG_LBRACK] = ACTIONS(3134), + [anon_sym_DOLLAR] = ACTIONS(3132), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3134), + [anon_sym_LBRACE] = ACTIONS(3134), + [aux_sym_pandoc_str_token1] = ACTIONS(3132), + [anon_sym_PIPE] = ACTIONS(3134), + [aux_sym__prose_punctuation_token1] = ACTIONS(3132), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3132), + [sym__line_ending] = ACTIONS(3134), + [sym__soft_line_ending] = ACTIONS(3134), + [sym__block_close] = ACTIONS(3134), + [sym__block_quote_start] = ACTIONS(3134), + [sym_atx_h1_marker] = ACTIONS(3134), + [sym_atx_h2_marker] = ACTIONS(3134), + [sym_atx_h3_marker] = ACTIONS(3134), + [sym_atx_h4_marker] = ACTIONS(3134), + [sym_atx_h5_marker] = ACTIONS(3134), + [sym_atx_h6_marker] = ACTIONS(3134), + [sym__thematic_break] = ACTIONS(3134), + [sym__list_marker_minus] = ACTIONS(3134), + [sym__list_marker_plus] = ACTIONS(3134), + [sym__list_marker_star] = ACTIONS(3134), + [sym__list_marker_parenthesis] = ACTIONS(3134), + [sym__list_marker_dot] = ACTIONS(3134), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_example] = ACTIONS(3134), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3134), + [sym__fenced_code_block_start_backtick] = ACTIONS(3134), + [sym_minus_metadata] = ACTIONS(3134), + [sym__pipe_table_start] = ACTIONS(3134), + [sym__fenced_div_start] = ACTIONS(3134), + [sym_ref_id_specifier] = ACTIONS(3134), + [sym__code_span_start] = ACTIONS(3134), + [sym__html_comment] = ACTIONS(3134), + [sym__autolink] = ACTIONS(3134), + [sym__highlight_span_start] = ACTIONS(3134), + [sym__insert_span_start] = ACTIONS(3134), + [sym__delete_span_start] = ACTIONS(3134), + [sym__edit_comment_span_start] = ACTIONS(3134), + [sym__single_quote_span_open] = ACTIONS(3134), + [sym__double_quote_span_open] = ACTIONS(3134), + [sym__shortcode_open_escaped] = ACTIONS(3134), + [sym__shortcode_open] = ACTIONS(3134), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3134), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3134), + [sym__cite_author_in_text] = ACTIONS(3134), + [sym__cite_suppress_author] = ACTIONS(3134), + [sym__strikeout_open] = ACTIONS(3134), + [sym__subscript_open] = ACTIONS(3134), + [sym__superscript_open] = ACTIONS(3134), + [sym__inline_note_start_token] = ACTIONS(3134), + [sym__strong_emphasis_open_star] = ACTIONS(3134), + [sym__strong_emphasis_open_underscore] = ACTIONS(3134), + [sym__emphasis_open_star] = ACTIONS(3134), + [sym__emphasis_open_underscore] = ACTIONS(3134), + [sym_inline_note_reference] = ACTIONS(3134), + [sym_html_element] = ACTIONS(3134), + }, + [STATE(446)] = { + [sym_pandoc_span] = STATE(447), + [sym_pandoc_image] = STATE(447), + [sym_pandoc_math] = STATE(447), + [sym_pandoc_display_math] = STATE(447), + [sym_pandoc_code_span] = STATE(447), + [sym_pandoc_single_quote] = STATE(447), + [sym_pandoc_double_quote] = STATE(447), + [sym_insert] = STATE(447), + [sym_delete] = STATE(447), + [sym_edit_comment] = STATE(447), + [sym_highlight] = STATE(447), + [sym__pandoc_attr_specifier] = STATE(447), + [sym__inline_element] = STATE(447), + [sym_shortcode_escaped] = STATE(447), + [sym_shortcode] = STATE(447), + [sym_citation] = STATE(447), + [sym_inline_note] = STATE(447), + [sym_pandoc_superscript] = STATE(447), + [sym_pandoc_subscript] = STATE(447), + [sym_pandoc_strikeout] = STATE(447), + [sym_pandoc_emph] = STATE(447), + [sym_pandoc_strong] = STATE(447), + [sym_pandoc_str] = STATE(447), + [sym__prose_punctuation] = STATE(447), + [sym_pandoc_line_break] = STATE(447), + [aux_sym__line_repeat1] = STATE(447), + [sym_entity_reference] = ACTIONS(4120), + [sym_numeric_character_reference] = ACTIONS(4122), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_BANG_LBRACK] = ACTIONS(4126), + [anon_sym_DOLLAR] = ACTIONS(4128), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4130), + [anon_sym_LBRACE] = ACTIONS(4132), + [aux_sym_pandoc_str_token1] = ACTIONS(4134), + [anon_sym_PIPE] = ACTIONS(4136), + [aux_sym__prose_punctuation_token1] = ACTIONS(4120), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4138), + [sym__whitespace] = ACTIONS(4140), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(4142), + [sym__html_comment] = ACTIONS(4122), + [sym__autolink] = ACTIONS(4122), + [sym__highlight_span_start] = ACTIONS(4144), + [sym__insert_span_start] = ACTIONS(4146), + [sym__delete_span_start] = ACTIONS(4148), + [sym__edit_comment_span_start] = ACTIONS(4150), + [sym__single_quote_span_open] = ACTIONS(4152), + [sym__double_quote_span_open] = ACTIONS(4154), + [sym__shortcode_open_escaped] = ACTIONS(4156), + [sym__shortcode_open] = ACTIONS(4158), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4160), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4162), + [sym__cite_author_in_text] = ACTIONS(4164), + [sym__cite_suppress_author] = ACTIONS(4166), + [sym__strikeout_open] = ACTIONS(4168), + [sym__subscript_open] = ACTIONS(4170), + [sym__superscript_open] = ACTIONS(4172), + [sym__inline_note_start_token] = ACTIONS(4174), + [sym__strong_emphasis_open_star] = ACTIONS(4176), + [sym__strong_emphasis_open_underscore] = ACTIONS(4178), + [sym__emphasis_open_star] = ACTIONS(4180), + [sym__emphasis_close_star] = ACTIONS(3080), + [sym__emphasis_open_underscore] = ACTIONS(4182), + [sym_inline_note_reference] = ACTIONS(4122), + [sym_html_element] = ACTIONS(4122), + }, + [STATE(447)] = { + [sym_pandoc_span] = STATE(447), + [sym_pandoc_image] = STATE(447), + [sym_pandoc_math] = STATE(447), + [sym_pandoc_display_math] = STATE(447), + [sym_pandoc_code_span] = STATE(447), + [sym_pandoc_single_quote] = STATE(447), + [sym_pandoc_double_quote] = STATE(447), + [sym_insert] = STATE(447), + [sym_delete] = STATE(447), + [sym_edit_comment] = STATE(447), + [sym_highlight] = STATE(447), + [sym__pandoc_attr_specifier] = STATE(447), + [sym__inline_element] = STATE(447), + [sym_shortcode_escaped] = STATE(447), + [sym_shortcode] = STATE(447), + [sym_citation] = STATE(447), + [sym_inline_note] = STATE(447), + [sym_pandoc_superscript] = STATE(447), + [sym_pandoc_subscript] = STATE(447), + [sym_pandoc_strikeout] = STATE(447), + [sym_pandoc_emph] = STATE(447), + [sym_pandoc_strong] = STATE(447), + [sym_pandoc_str] = STATE(447), + [sym__prose_punctuation] = STATE(447), + [sym_pandoc_line_break] = STATE(447), + [aux_sym__line_repeat1] = STATE(447), + [sym_entity_reference] = ACTIONS(4184), + [sym_numeric_character_reference] = ACTIONS(4187), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_BANG_LBRACK] = ACTIONS(4193), + [anon_sym_DOLLAR] = ACTIONS(4196), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4199), + [anon_sym_LBRACE] = ACTIONS(4202), + [aux_sym_pandoc_str_token1] = ACTIONS(4205), + [anon_sym_PIPE] = ACTIONS(4208), + [aux_sym__prose_punctuation_token1] = ACTIONS(4184), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4211), + [sym__whitespace] = ACTIONS(4214), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4217), + [sym__html_comment] = ACTIONS(4187), + [sym__autolink] = ACTIONS(4187), + [sym__highlight_span_start] = ACTIONS(4220), + [sym__insert_span_start] = ACTIONS(4223), + [sym__delete_span_start] = ACTIONS(4226), + [sym__edit_comment_span_start] = ACTIONS(4229), + [sym__single_quote_span_open] = ACTIONS(4232), + [sym__double_quote_span_open] = ACTIONS(4235), + [sym__shortcode_open_escaped] = ACTIONS(4238), + [sym__shortcode_open] = ACTIONS(4241), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4244), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4247), + [sym__cite_author_in_text] = ACTIONS(4250), + [sym__cite_suppress_author] = ACTIONS(4253), + [sym__strikeout_open] = ACTIONS(4256), + [sym__subscript_open] = ACTIONS(4259), + [sym__superscript_open] = ACTIONS(4262), + [sym__inline_note_start_token] = ACTIONS(4265), + [sym__strong_emphasis_open_star] = ACTIONS(4268), + [sym__strong_emphasis_open_underscore] = ACTIONS(4271), + [sym__emphasis_open_star] = ACTIONS(4274), + [sym__emphasis_close_star] = ACTIONS(3282), + [sym__emphasis_open_underscore] = ACTIONS(4277), + [sym_inline_note_reference] = ACTIONS(4187), + [sym_html_element] = ACTIONS(4187), + }, + [STATE(448)] = { + [sym_pandoc_span] = STATE(449), + [sym_pandoc_image] = STATE(449), + [sym_pandoc_math] = STATE(449), + [sym_pandoc_display_math] = STATE(449), + [sym_pandoc_code_span] = STATE(449), + [sym_pandoc_single_quote] = STATE(449), + [sym_pandoc_double_quote] = STATE(449), + [sym_insert] = STATE(449), + [sym_delete] = STATE(449), + [sym_edit_comment] = STATE(449), + [sym_highlight] = STATE(449), + [sym__pandoc_attr_specifier] = STATE(449), + [sym__inline_element] = STATE(449), + [sym_shortcode_escaped] = STATE(449), + [sym_shortcode] = STATE(449), + [sym_citation] = STATE(449), + [sym_inline_note] = STATE(449), + [sym_pandoc_superscript] = STATE(449), + [sym_pandoc_subscript] = STATE(449), + [sym_pandoc_strikeout] = STATE(449), + [sym_pandoc_emph] = STATE(449), + [sym_pandoc_strong] = STATE(449), + [sym_pandoc_str] = STATE(449), + [sym__prose_punctuation] = STATE(449), + [sym_pandoc_line_break] = STATE(449), + [aux_sym__line_repeat1] = STATE(449), + [sym_entity_reference] = ACTIONS(4280), + [sym_numeric_character_reference] = ACTIONS(4282), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_BANG_LBRACK] = ACTIONS(4286), + [anon_sym_DOLLAR] = ACTIONS(4288), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4290), + [anon_sym_LBRACE] = ACTIONS(4292), + [aux_sym_pandoc_str_token1] = ACTIONS(4294), + [anon_sym_PIPE] = ACTIONS(4296), + [aux_sym__prose_punctuation_token1] = ACTIONS(4280), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4298), + [sym__whitespace] = ACTIONS(4300), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(4302), + [sym__html_comment] = ACTIONS(4282), + [sym__autolink] = ACTIONS(4282), + [sym__highlight_span_start] = ACTIONS(4304), + [sym__insert_span_start] = ACTIONS(4306), + [sym__delete_span_start] = ACTIONS(4308), + [sym__edit_comment_span_start] = ACTIONS(4310), + [sym__single_quote_span_open] = ACTIONS(4312), + [sym__double_quote_span_open] = ACTIONS(4314), + [sym__shortcode_open_escaped] = ACTIONS(4316), + [sym__shortcode_open] = ACTIONS(4318), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4320), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4322), + [sym__cite_author_in_text] = ACTIONS(4324), + [sym__cite_suppress_author] = ACTIONS(4326), + [sym__strikeout_open] = ACTIONS(4328), + [sym__subscript_open] = ACTIONS(4330), + [sym__superscript_open] = ACTIONS(4332), + [sym__inline_note_start_token] = ACTIONS(4334), + [sym__strong_emphasis_open_star] = ACTIONS(4336), + [sym__strong_emphasis_open_underscore] = ACTIONS(4338), + [sym__emphasis_open_star] = ACTIONS(4340), + [sym__emphasis_open_underscore] = ACTIONS(4342), + [sym__emphasis_close_underscore] = ACTIONS(3098), + [sym_inline_note_reference] = ACTIONS(4282), + [sym_html_element] = ACTIONS(4282), + }, + [STATE(449)] = { + [sym_pandoc_span] = STATE(450), + [sym_pandoc_image] = STATE(450), + [sym_pandoc_math] = STATE(450), + [sym_pandoc_display_math] = STATE(450), + [sym_pandoc_code_span] = STATE(450), + [sym_pandoc_single_quote] = STATE(450), + [sym_pandoc_double_quote] = STATE(450), + [sym_insert] = STATE(450), + [sym_delete] = STATE(450), + [sym_edit_comment] = STATE(450), + [sym_highlight] = STATE(450), + [sym__pandoc_attr_specifier] = STATE(450), + [sym__inline_element] = STATE(450), + [sym_shortcode_escaped] = STATE(450), + [sym_shortcode] = STATE(450), + [sym_citation] = STATE(450), + [sym_inline_note] = STATE(450), + [sym_pandoc_superscript] = STATE(450), + [sym_pandoc_subscript] = STATE(450), + [sym_pandoc_strikeout] = STATE(450), + [sym_pandoc_emph] = STATE(450), + [sym_pandoc_strong] = STATE(450), + [sym_pandoc_str] = STATE(450), + [sym__prose_punctuation] = STATE(450), + [sym_pandoc_line_break] = STATE(450), + [aux_sym__line_repeat1] = STATE(450), + [sym_entity_reference] = ACTIONS(4344), + [sym_numeric_character_reference] = ACTIONS(4346), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_BANG_LBRACK] = ACTIONS(4286), + [anon_sym_DOLLAR] = ACTIONS(4288), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4290), + [anon_sym_LBRACE] = ACTIONS(4292), + [aux_sym_pandoc_str_token1] = ACTIONS(4294), + [anon_sym_PIPE] = ACTIONS(4296), + [aux_sym__prose_punctuation_token1] = ACTIONS(4344), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4298), + [sym__whitespace] = ACTIONS(4300), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(4302), + [sym__html_comment] = ACTIONS(4346), + [sym__autolink] = ACTIONS(4346), + [sym__highlight_span_start] = ACTIONS(4304), + [sym__insert_span_start] = ACTIONS(4306), + [sym__delete_span_start] = ACTIONS(4308), + [sym__edit_comment_span_start] = ACTIONS(4310), + [sym__single_quote_span_open] = ACTIONS(4312), + [sym__double_quote_span_open] = ACTIONS(4314), + [sym__shortcode_open_escaped] = ACTIONS(4316), + [sym__shortcode_open] = ACTIONS(4318), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4320), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4322), + [sym__cite_author_in_text] = ACTIONS(4324), + [sym__cite_suppress_author] = ACTIONS(4326), + [sym__strikeout_open] = ACTIONS(4328), + [sym__subscript_open] = ACTIONS(4330), + [sym__superscript_open] = ACTIONS(4332), + [sym__inline_note_start_token] = ACTIONS(4334), + [sym__strong_emphasis_open_star] = ACTIONS(4336), + [sym__strong_emphasis_open_underscore] = ACTIONS(4338), + [sym__emphasis_open_star] = ACTIONS(4340), + [sym__emphasis_open_underscore] = ACTIONS(4342), + [sym__emphasis_close_underscore] = ACTIONS(3080), + [sym_inline_note_reference] = ACTIONS(4346), + [sym_html_element] = ACTIONS(4346), + }, + [STATE(450)] = { + [sym_pandoc_span] = STATE(450), + [sym_pandoc_image] = STATE(450), + [sym_pandoc_math] = STATE(450), + [sym_pandoc_display_math] = STATE(450), + [sym_pandoc_code_span] = STATE(450), + [sym_pandoc_single_quote] = STATE(450), + [sym_pandoc_double_quote] = STATE(450), + [sym_insert] = STATE(450), + [sym_delete] = STATE(450), + [sym_edit_comment] = STATE(450), + [sym_highlight] = STATE(450), + [sym__pandoc_attr_specifier] = STATE(450), + [sym__inline_element] = STATE(450), + [sym_shortcode_escaped] = STATE(450), + [sym_shortcode] = STATE(450), + [sym_citation] = STATE(450), + [sym_inline_note] = STATE(450), + [sym_pandoc_superscript] = STATE(450), + [sym_pandoc_subscript] = STATE(450), + [sym_pandoc_strikeout] = STATE(450), + [sym_pandoc_emph] = STATE(450), + [sym_pandoc_strong] = STATE(450), + [sym_pandoc_str] = STATE(450), + [sym__prose_punctuation] = STATE(450), + [sym_pandoc_line_break] = STATE(450), + [aux_sym__line_repeat1] = STATE(450), + [sym_entity_reference] = ACTIONS(4348), + [sym_numeric_character_reference] = ACTIONS(4351), + [anon_sym_LBRACK] = ACTIONS(4354), + [anon_sym_BANG_LBRACK] = ACTIONS(4357), + [anon_sym_DOLLAR] = ACTIONS(4360), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4363), + [anon_sym_LBRACE] = ACTIONS(4366), + [aux_sym_pandoc_str_token1] = ACTIONS(4369), + [anon_sym_PIPE] = ACTIONS(4372), + [aux_sym__prose_punctuation_token1] = ACTIONS(4348), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4375), + [sym__whitespace] = ACTIONS(4378), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4381), + [sym__html_comment] = ACTIONS(4351), + [sym__autolink] = ACTIONS(4351), + [sym__highlight_span_start] = ACTIONS(4384), + [sym__insert_span_start] = ACTIONS(4387), + [sym__delete_span_start] = ACTIONS(4390), + [sym__edit_comment_span_start] = ACTIONS(4393), + [sym__single_quote_span_open] = ACTIONS(4396), + [sym__double_quote_span_open] = ACTIONS(4399), + [sym__shortcode_open_escaped] = ACTIONS(4402), + [sym__shortcode_open] = ACTIONS(4405), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4408), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4411), + [sym__cite_author_in_text] = ACTIONS(4414), + [sym__cite_suppress_author] = ACTIONS(4417), + [sym__strikeout_open] = ACTIONS(4420), + [sym__subscript_open] = ACTIONS(4423), + [sym__superscript_open] = ACTIONS(4426), + [sym__inline_note_start_token] = ACTIONS(4429), + [sym__strong_emphasis_open_star] = ACTIONS(4432), + [sym__strong_emphasis_open_underscore] = ACTIONS(4435), + [sym__emphasis_open_star] = ACTIONS(4438), + [sym__emphasis_open_underscore] = ACTIONS(4441), + [sym__emphasis_close_underscore] = ACTIONS(3282), + [sym_inline_note_reference] = ACTIONS(4351), + [sym_html_element] = ACTIONS(4351), + }, + [STATE(451)] = { + [ts_builtin_sym_end] = ACTIONS(3150), + [anon_sym_COLON] = ACTIONS(3148), + [sym_entity_reference] = ACTIONS(3148), + [sym_numeric_character_reference] = ACTIONS(3150), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_BANG_LBRACK] = ACTIONS(3150), + [anon_sym_DOLLAR] = ACTIONS(3148), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(3150), + [aux_sym_pandoc_str_token1] = ACTIONS(3148), + [anon_sym_PIPE] = ACTIONS(3150), + [aux_sym__prose_punctuation_token1] = ACTIONS(3148), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3148), + [sym__line_ending] = ACTIONS(3150), + [sym__soft_line_ending] = ACTIONS(3150), + [sym__block_quote_start] = ACTIONS(3150), + [sym_atx_h1_marker] = ACTIONS(3150), + [sym_atx_h2_marker] = ACTIONS(3150), + [sym_atx_h3_marker] = ACTIONS(3150), + [sym_atx_h4_marker] = ACTIONS(3150), + [sym_atx_h5_marker] = ACTIONS(3150), + [sym_atx_h6_marker] = ACTIONS(3150), + [sym__thematic_break] = ACTIONS(3150), + [sym__list_marker_minus] = ACTIONS(3150), + [sym__list_marker_plus] = ACTIONS(3150), + [sym__list_marker_star] = ACTIONS(3150), + [sym__list_marker_parenthesis] = ACTIONS(3150), + [sym__list_marker_dot] = ACTIONS(3150), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_example] = ACTIONS(3150), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3150), + [sym__fenced_code_block_start_backtick] = ACTIONS(3150), + [sym_minus_metadata] = ACTIONS(3150), + [sym__pipe_table_start] = ACTIONS(3150), + [sym__fenced_div_start] = ACTIONS(3150), + [sym_ref_id_specifier] = ACTIONS(3150), + [sym__code_span_start] = ACTIONS(3150), + [sym__html_comment] = ACTIONS(3150), + [sym__autolink] = ACTIONS(3150), + [sym__highlight_span_start] = ACTIONS(3150), + [sym__insert_span_start] = ACTIONS(3150), + [sym__delete_span_start] = ACTIONS(3150), + [sym__edit_comment_span_start] = ACTIONS(3150), + [sym__single_quote_span_open] = ACTIONS(3150), + [sym__double_quote_span_open] = ACTIONS(3150), + [sym__shortcode_open_escaped] = ACTIONS(3150), + [sym__shortcode_open] = ACTIONS(3150), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3150), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3150), + [sym__cite_author_in_text] = ACTIONS(3150), + [sym__cite_suppress_author] = ACTIONS(3150), + [sym__strikeout_open] = ACTIONS(3150), + [sym__subscript_open] = ACTIONS(3150), + [sym__superscript_open] = ACTIONS(3150), + [sym__inline_note_start_token] = ACTIONS(3150), + [sym__strong_emphasis_open_star] = ACTIONS(3150), + [sym__strong_emphasis_open_underscore] = ACTIONS(3150), + [sym__emphasis_open_star] = ACTIONS(3150), + [sym__emphasis_open_underscore] = ACTIONS(3150), + [sym_inline_note_reference] = ACTIONS(3150), + [sym_html_element] = ACTIONS(3150), + }, + [STATE(452)] = { + [ts_builtin_sym_end] = ACTIONS(2862), + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), + }, + [STATE(453)] = { + [ts_builtin_sym_end] = ACTIONS(3036), + [anon_sym_COLON] = ACTIONS(3034), + [sym_entity_reference] = ACTIONS(3034), + [sym_numeric_character_reference] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_BANG_LBRACK] = ACTIONS(3036), + [anon_sym_DOLLAR] = ACTIONS(3034), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3036), + [aux_sym_pandoc_str_token1] = ACTIONS(3034), + [anon_sym_PIPE] = ACTIONS(3036), + [aux_sym__prose_punctuation_token1] = ACTIONS(3034), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3034), + [sym__line_ending] = ACTIONS(3036), + [sym__soft_line_ending] = ACTIONS(3036), + [sym__block_quote_start] = ACTIONS(3036), + [sym_atx_h1_marker] = ACTIONS(3036), + [sym_atx_h2_marker] = ACTIONS(3036), + [sym_atx_h3_marker] = ACTIONS(3036), + [sym_atx_h4_marker] = ACTIONS(3036), + [sym_atx_h5_marker] = ACTIONS(3036), + [sym_atx_h6_marker] = ACTIONS(3036), + [sym__thematic_break] = ACTIONS(3036), + [sym__list_marker_minus] = ACTIONS(3036), + [sym__list_marker_plus] = ACTIONS(3036), + [sym__list_marker_star] = ACTIONS(3036), + [sym__list_marker_parenthesis] = ACTIONS(3036), + [sym__list_marker_dot] = ACTIONS(3036), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_example] = ACTIONS(3036), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3036), + [sym__fenced_code_block_start_backtick] = ACTIONS(3036), + [sym_minus_metadata] = ACTIONS(3036), + [sym__pipe_table_start] = ACTIONS(3036), + [sym__fenced_div_start] = ACTIONS(3036), + [sym_ref_id_specifier] = ACTIONS(3036), + [sym__code_span_start] = ACTIONS(3036), + [sym__html_comment] = ACTIONS(3036), + [sym__autolink] = ACTIONS(3036), + [sym__highlight_span_start] = ACTIONS(3036), + [sym__insert_span_start] = ACTIONS(3036), + [sym__delete_span_start] = ACTIONS(3036), + [sym__edit_comment_span_start] = ACTIONS(3036), + [sym__single_quote_span_open] = ACTIONS(3036), + [sym__double_quote_span_open] = ACTIONS(3036), + [sym__shortcode_open_escaped] = ACTIONS(3036), + [sym__shortcode_open] = ACTIONS(3036), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3036), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3036), + [sym__cite_author_in_text] = ACTIONS(3036), + [sym__cite_suppress_author] = ACTIONS(3036), + [sym__strikeout_open] = ACTIONS(3036), + [sym__subscript_open] = ACTIONS(3036), + [sym__superscript_open] = ACTIONS(3036), + [sym__inline_note_start_token] = ACTIONS(3036), + [sym__strong_emphasis_open_star] = ACTIONS(3036), + [sym__strong_emphasis_open_underscore] = ACTIONS(3036), + [sym__emphasis_open_star] = ACTIONS(3036), + [sym__emphasis_open_underscore] = ACTIONS(3036), + [sym_inline_note_reference] = ACTIONS(3036), + [sym_html_element] = ACTIONS(3036), + }, + [STATE(454)] = { + [ts_builtin_sym_end] = ACTIONS(3154), + [anon_sym_COLON] = ACTIONS(3152), + [sym_entity_reference] = ACTIONS(3152), + [sym_numeric_character_reference] = ACTIONS(3154), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_BANG_LBRACK] = ACTIONS(3154), + [anon_sym_DOLLAR] = ACTIONS(3152), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3154), + [aux_sym_pandoc_str_token1] = ACTIONS(3152), + [anon_sym_PIPE] = ACTIONS(3154), + [aux_sym__prose_punctuation_token1] = ACTIONS(3152), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3152), + [sym__line_ending] = ACTIONS(3154), + [sym__soft_line_ending] = ACTIONS(3154), + [sym__block_quote_start] = ACTIONS(3154), + [sym_atx_h1_marker] = ACTIONS(3154), + [sym_atx_h2_marker] = ACTIONS(3154), + [sym_atx_h3_marker] = ACTIONS(3154), + [sym_atx_h4_marker] = ACTIONS(3154), + [sym_atx_h5_marker] = ACTIONS(3154), + [sym_atx_h6_marker] = ACTIONS(3154), + [sym__thematic_break] = ACTIONS(3154), + [sym__list_marker_minus] = ACTIONS(3154), + [sym__list_marker_plus] = ACTIONS(3154), + [sym__list_marker_star] = ACTIONS(3154), + [sym__list_marker_parenthesis] = ACTIONS(3154), + [sym__list_marker_dot] = ACTIONS(3154), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_example] = ACTIONS(3154), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3154), + [sym__fenced_code_block_start_backtick] = ACTIONS(3154), + [sym_minus_metadata] = ACTIONS(3154), + [sym__pipe_table_start] = ACTIONS(3154), + [sym__fenced_div_start] = ACTIONS(3154), + [sym_ref_id_specifier] = ACTIONS(3154), + [sym__code_span_start] = ACTIONS(3154), + [sym__html_comment] = ACTIONS(3154), + [sym__autolink] = ACTIONS(3154), + [sym__highlight_span_start] = ACTIONS(3154), + [sym__insert_span_start] = ACTIONS(3154), + [sym__delete_span_start] = ACTIONS(3154), + [sym__edit_comment_span_start] = ACTIONS(3154), + [sym__single_quote_span_open] = ACTIONS(3154), + [sym__double_quote_span_open] = ACTIONS(3154), + [sym__shortcode_open_escaped] = ACTIONS(3154), + [sym__shortcode_open] = ACTIONS(3154), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3154), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3154), + [sym__cite_author_in_text] = ACTIONS(3154), + [sym__cite_suppress_author] = ACTIONS(3154), + [sym__strikeout_open] = ACTIONS(3154), + [sym__subscript_open] = ACTIONS(3154), + [sym__superscript_open] = ACTIONS(3154), + [sym__inline_note_start_token] = ACTIONS(3154), + [sym__strong_emphasis_open_star] = ACTIONS(3154), + [sym__strong_emphasis_open_underscore] = ACTIONS(3154), + [sym__emphasis_open_star] = ACTIONS(3154), + [sym__emphasis_open_underscore] = ACTIONS(3154), + [sym_inline_note_reference] = ACTIONS(3154), + [sym_html_element] = ACTIONS(3154), + }, + [STATE(455)] = { + [ts_builtin_sym_end] = ACTIONS(3158), + [anon_sym_COLON] = ACTIONS(3156), + [sym_entity_reference] = ACTIONS(3156), + [sym_numeric_character_reference] = ACTIONS(3158), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_BANG_LBRACK] = ACTIONS(3158), + [anon_sym_DOLLAR] = ACTIONS(3156), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3158), + [aux_sym_pandoc_str_token1] = ACTIONS(3156), + [anon_sym_PIPE] = ACTIONS(3158), + [aux_sym__prose_punctuation_token1] = ACTIONS(3156), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3156), + [sym__line_ending] = ACTIONS(3158), + [sym__soft_line_ending] = ACTIONS(3158), + [sym__block_quote_start] = ACTIONS(3158), + [sym_atx_h1_marker] = ACTIONS(3158), + [sym_atx_h2_marker] = ACTIONS(3158), + [sym_atx_h3_marker] = ACTIONS(3158), + [sym_atx_h4_marker] = ACTIONS(3158), + [sym_atx_h5_marker] = ACTIONS(3158), + [sym_atx_h6_marker] = ACTIONS(3158), + [sym__thematic_break] = ACTIONS(3158), + [sym__list_marker_minus] = ACTIONS(3158), + [sym__list_marker_plus] = ACTIONS(3158), + [sym__list_marker_star] = ACTIONS(3158), + [sym__list_marker_parenthesis] = ACTIONS(3158), + [sym__list_marker_dot] = ACTIONS(3158), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_example] = ACTIONS(3158), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3158), + [sym__fenced_code_block_start_backtick] = ACTIONS(3158), + [sym_minus_metadata] = ACTIONS(3158), + [sym__pipe_table_start] = ACTIONS(3158), + [sym__fenced_div_start] = ACTIONS(3158), + [sym_ref_id_specifier] = ACTIONS(3158), + [sym__code_span_start] = ACTIONS(3158), + [sym__html_comment] = ACTIONS(3158), + [sym__autolink] = ACTIONS(3158), + [sym__highlight_span_start] = ACTIONS(3158), + [sym__insert_span_start] = ACTIONS(3158), + [sym__delete_span_start] = ACTIONS(3158), + [sym__edit_comment_span_start] = ACTIONS(3158), + [sym__single_quote_span_open] = ACTIONS(3158), + [sym__double_quote_span_open] = ACTIONS(3158), + [sym__shortcode_open_escaped] = ACTIONS(3158), + [sym__shortcode_open] = ACTIONS(3158), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3158), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3158), + [sym__cite_author_in_text] = ACTIONS(3158), + [sym__cite_suppress_author] = ACTIONS(3158), + [sym__strikeout_open] = ACTIONS(3158), + [sym__subscript_open] = ACTIONS(3158), + [sym__superscript_open] = ACTIONS(3158), + [sym__inline_note_start_token] = ACTIONS(3158), + [sym__strong_emphasis_open_star] = ACTIONS(3158), + [sym__strong_emphasis_open_underscore] = ACTIONS(3158), + [sym__emphasis_open_star] = ACTIONS(3158), + [sym__emphasis_open_underscore] = ACTIONS(3158), + [sym_inline_note_reference] = ACTIONS(3158), + [sym_html_element] = ACTIONS(3158), + }, + [STATE(456)] = { + [anon_sym_COLON] = ACTIONS(2954), + [sym_entity_reference] = ACTIONS(2954), + [sym_numeric_character_reference] = ACTIONS(2956), + [anon_sym_LBRACK] = ACTIONS(2956), + [anon_sym_BANG_LBRACK] = ACTIONS(2956), + [anon_sym_DOLLAR] = ACTIONS(2954), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2956), + [anon_sym_LBRACE] = ACTIONS(2956), + [aux_sym_pandoc_str_token1] = ACTIONS(2954), + [anon_sym_PIPE] = ACTIONS(2956), + [aux_sym__prose_punctuation_token1] = ACTIONS(2954), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2954), + [sym__line_ending] = ACTIONS(2956), + [sym__soft_line_ending] = ACTIONS(2956), + [sym__block_close] = ACTIONS(2956), + [sym__block_quote_start] = ACTIONS(2956), + [sym_atx_h1_marker] = ACTIONS(2956), + [sym_atx_h2_marker] = ACTIONS(2956), + [sym_atx_h3_marker] = ACTIONS(2956), + [sym_atx_h4_marker] = ACTIONS(2956), + [sym_atx_h5_marker] = ACTIONS(2956), + [sym_atx_h6_marker] = ACTIONS(2956), + [sym__thematic_break] = ACTIONS(2956), + [sym__list_marker_minus] = ACTIONS(2956), + [sym__list_marker_plus] = ACTIONS(2956), + [sym__list_marker_star] = ACTIONS(2956), + [sym__list_marker_parenthesis] = ACTIONS(2956), + [sym__list_marker_dot] = ACTIONS(2956), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_example] = ACTIONS(2956), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2956), + [sym__fenced_code_block_start_backtick] = ACTIONS(2956), + [sym_minus_metadata] = ACTIONS(2956), + [sym__pipe_table_start] = ACTIONS(2956), + [sym__fenced_div_start] = ACTIONS(2956), + [sym_ref_id_specifier] = ACTIONS(2956), + [sym__code_span_start] = ACTIONS(2956), + [sym__html_comment] = ACTIONS(2956), + [sym__autolink] = ACTIONS(2956), + [sym__highlight_span_start] = ACTIONS(2956), + [sym__insert_span_start] = ACTIONS(2956), + [sym__delete_span_start] = ACTIONS(2956), + [sym__edit_comment_span_start] = ACTIONS(2956), + [sym__single_quote_span_open] = ACTIONS(2956), + [sym__double_quote_span_open] = ACTIONS(2956), + [sym__shortcode_open_escaped] = ACTIONS(2956), + [sym__shortcode_open] = ACTIONS(2956), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2956), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2956), + [sym__cite_author_in_text] = ACTIONS(2956), + [sym__cite_suppress_author] = ACTIONS(2956), + [sym__strikeout_open] = ACTIONS(2956), + [sym__subscript_open] = ACTIONS(2956), + [sym__superscript_open] = ACTIONS(2956), + [sym__inline_note_start_token] = ACTIONS(2956), + [sym__strong_emphasis_open_star] = ACTIONS(2956), + [sym__strong_emphasis_open_underscore] = ACTIONS(2956), + [sym__emphasis_open_star] = ACTIONS(2956), + [sym__emphasis_open_underscore] = ACTIONS(2956), + [sym_inline_note_reference] = ACTIONS(2956), + [sym_html_element] = ACTIONS(2956), + }, + [STATE(457)] = { + [anon_sym_COLON] = ACTIONS(2958), + [sym_entity_reference] = ACTIONS(2958), + [sym_numeric_character_reference] = ACTIONS(2960), + [anon_sym_LBRACK] = ACTIONS(2960), + [anon_sym_BANG_LBRACK] = ACTIONS(2960), + [anon_sym_DOLLAR] = ACTIONS(2958), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2960), + [anon_sym_LBRACE] = ACTIONS(2960), + [aux_sym_pandoc_str_token1] = ACTIONS(2958), + [anon_sym_PIPE] = ACTIONS(2960), + [aux_sym__prose_punctuation_token1] = ACTIONS(2958), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2958), + [sym__line_ending] = ACTIONS(2960), + [sym__soft_line_ending] = ACTIONS(2960), + [sym__block_close] = ACTIONS(2960), + [sym__block_quote_start] = ACTIONS(2960), + [sym_atx_h1_marker] = ACTIONS(2960), + [sym_atx_h2_marker] = ACTIONS(2960), + [sym_atx_h3_marker] = ACTIONS(2960), + [sym_atx_h4_marker] = ACTIONS(2960), + [sym_atx_h5_marker] = ACTIONS(2960), + [sym_atx_h6_marker] = ACTIONS(2960), + [sym__thematic_break] = ACTIONS(2960), + [sym__list_marker_minus] = ACTIONS(2960), + [sym__list_marker_plus] = ACTIONS(2960), + [sym__list_marker_star] = ACTIONS(2960), + [sym__list_marker_parenthesis] = ACTIONS(2960), + [sym__list_marker_dot] = ACTIONS(2960), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2960), + [sym__list_marker_example] = ACTIONS(2960), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2960), + [sym__fenced_code_block_start_backtick] = ACTIONS(2960), + [sym_minus_metadata] = ACTIONS(2960), + [sym__pipe_table_start] = ACTIONS(2960), + [sym__fenced_div_start] = ACTIONS(2960), + [sym_ref_id_specifier] = ACTIONS(2960), + [sym__code_span_start] = ACTIONS(2960), + [sym__html_comment] = ACTIONS(2960), + [sym__autolink] = ACTIONS(2960), + [sym__highlight_span_start] = ACTIONS(2960), + [sym__insert_span_start] = ACTIONS(2960), + [sym__delete_span_start] = ACTIONS(2960), + [sym__edit_comment_span_start] = ACTIONS(2960), + [sym__single_quote_span_open] = ACTIONS(2960), + [sym__double_quote_span_open] = ACTIONS(2960), + [sym__shortcode_open_escaped] = ACTIONS(2960), + [sym__shortcode_open] = ACTIONS(2960), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2960), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2960), + [sym__cite_author_in_text] = ACTIONS(2960), + [sym__cite_suppress_author] = ACTIONS(2960), + [sym__strikeout_open] = ACTIONS(2960), + [sym__subscript_open] = ACTIONS(2960), + [sym__superscript_open] = ACTIONS(2960), + [sym__inline_note_start_token] = ACTIONS(2960), + [sym__strong_emphasis_open_star] = ACTIONS(2960), + [sym__strong_emphasis_open_underscore] = ACTIONS(2960), + [sym__emphasis_open_star] = ACTIONS(2960), + [sym__emphasis_open_underscore] = ACTIONS(2960), + [sym_inline_note_reference] = ACTIONS(2960), + [sym_html_element] = ACTIONS(2960), + }, + [STATE(458)] = { + [ts_builtin_sym_end] = ACTIONS(2980), + [anon_sym_COLON] = ACTIONS(2978), + [sym_entity_reference] = ACTIONS(2978), + [sym_numeric_character_reference] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_BANG_LBRACK] = ACTIONS(2980), + [anon_sym_DOLLAR] = ACTIONS(2978), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2980), + [aux_sym_pandoc_str_token1] = ACTIONS(2978), + [anon_sym_PIPE] = ACTIONS(2980), + [aux_sym__prose_punctuation_token1] = ACTIONS(2978), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2978), + [sym__line_ending] = ACTIONS(2980), + [sym__soft_line_ending] = ACTIONS(2980), + [sym__block_quote_start] = ACTIONS(2980), + [sym_atx_h1_marker] = ACTIONS(2980), + [sym_atx_h2_marker] = ACTIONS(2980), + [sym_atx_h3_marker] = ACTIONS(2980), + [sym_atx_h4_marker] = ACTIONS(2980), + [sym_atx_h5_marker] = ACTIONS(2980), + [sym_atx_h6_marker] = ACTIONS(2980), + [sym__thematic_break] = ACTIONS(2980), + [sym__list_marker_minus] = ACTIONS(2980), + [sym__list_marker_plus] = ACTIONS(2980), + [sym__list_marker_star] = ACTIONS(2980), + [sym__list_marker_parenthesis] = ACTIONS(2980), + [sym__list_marker_dot] = ACTIONS(2980), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_example] = ACTIONS(2980), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2980), + [sym__fenced_code_block_start_backtick] = ACTIONS(2980), + [sym_minus_metadata] = ACTIONS(2980), + [sym__pipe_table_start] = ACTIONS(2980), + [sym__fenced_div_start] = ACTIONS(2980), + [sym_ref_id_specifier] = ACTIONS(2980), + [sym__code_span_start] = ACTIONS(2980), + [sym__html_comment] = ACTIONS(2980), + [sym__autolink] = ACTIONS(2980), + [sym__highlight_span_start] = ACTIONS(2980), + [sym__insert_span_start] = ACTIONS(2980), + [sym__delete_span_start] = ACTIONS(2980), + [sym__edit_comment_span_start] = ACTIONS(2980), + [sym__single_quote_span_open] = ACTIONS(2980), + [sym__double_quote_span_open] = ACTIONS(2980), + [sym__shortcode_open_escaped] = ACTIONS(2980), + [sym__shortcode_open] = ACTIONS(2980), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2980), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2980), + [sym__cite_author_in_text] = ACTIONS(2980), + [sym__cite_suppress_author] = ACTIONS(2980), + [sym__strikeout_open] = ACTIONS(2980), + [sym__subscript_open] = ACTIONS(2980), + [sym__superscript_open] = ACTIONS(2980), + [sym__inline_note_start_token] = ACTIONS(2980), + [sym__strong_emphasis_open_star] = ACTIONS(2980), + [sym__strong_emphasis_open_underscore] = ACTIONS(2980), + [sym__emphasis_open_star] = ACTIONS(2980), + [sym__emphasis_open_underscore] = ACTIONS(2980), + [sym_inline_note_reference] = ACTIONS(2980), + [sym_html_element] = ACTIONS(2980), + }, + [STATE(459)] = { + [ts_builtin_sym_end] = ACTIONS(2984), + [anon_sym_COLON] = ACTIONS(2982), + [sym_entity_reference] = ACTIONS(2982), + [sym_numeric_character_reference] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_BANG_LBRACK] = ACTIONS(2984), + [anon_sym_DOLLAR] = ACTIONS(2982), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2984), + [aux_sym_pandoc_str_token1] = ACTIONS(2982), + [anon_sym_PIPE] = ACTIONS(2984), + [aux_sym__prose_punctuation_token1] = ACTIONS(2982), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2982), + [sym__line_ending] = ACTIONS(2984), + [sym__soft_line_ending] = ACTIONS(2984), + [sym__block_quote_start] = ACTIONS(2984), + [sym_atx_h1_marker] = ACTIONS(2984), + [sym_atx_h2_marker] = ACTIONS(2984), + [sym_atx_h3_marker] = ACTIONS(2984), + [sym_atx_h4_marker] = ACTIONS(2984), + [sym_atx_h5_marker] = ACTIONS(2984), + [sym_atx_h6_marker] = ACTIONS(2984), + [sym__thematic_break] = ACTIONS(2984), + [sym__list_marker_minus] = ACTIONS(2984), + [sym__list_marker_plus] = ACTIONS(2984), + [sym__list_marker_star] = ACTIONS(2984), + [sym__list_marker_parenthesis] = ACTIONS(2984), + [sym__list_marker_dot] = ACTIONS(2984), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_example] = ACTIONS(2984), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2984), + [sym__fenced_code_block_start_backtick] = ACTIONS(2984), + [sym_minus_metadata] = ACTIONS(2984), + [sym__pipe_table_start] = ACTIONS(2984), + [sym__fenced_div_start] = ACTIONS(2984), + [sym_ref_id_specifier] = ACTIONS(2984), + [sym__code_span_start] = ACTIONS(2984), + [sym__html_comment] = ACTIONS(2984), + [sym__autolink] = ACTIONS(2984), + [sym__highlight_span_start] = ACTIONS(2984), + [sym__insert_span_start] = ACTIONS(2984), + [sym__delete_span_start] = ACTIONS(2984), + [sym__edit_comment_span_start] = ACTIONS(2984), + [sym__single_quote_span_open] = ACTIONS(2984), + [sym__double_quote_span_open] = ACTIONS(2984), + [sym__shortcode_open_escaped] = ACTIONS(2984), + [sym__shortcode_open] = ACTIONS(2984), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2984), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2984), + [sym__cite_author_in_text] = ACTIONS(2984), + [sym__cite_suppress_author] = ACTIONS(2984), + [sym__strikeout_open] = ACTIONS(2984), + [sym__subscript_open] = ACTIONS(2984), + [sym__superscript_open] = ACTIONS(2984), + [sym__inline_note_start_token] = ACTIONS(2984), + [sym__strong_emphasis_open_star] = ACTIONS(2984), + [sym__strong_emphasis_open_underscore] = ACTIONS(2984), + [sym__emphasis_open_star] = ACTIONS(2984), + [sym__emphasis_open_underscore] = ACTIONS(2984), + [sym_inline_note_reference] = ACTIONS(2984), + [sym_html_element] = ACTIONS(2984), + }, + [STATE(460)] = { + [ts_builtin_sym_end] = ACTIONS(3162), + [anon_sym_COLON] = ACTIONS(3160), + [sym_entity_reference] = ACTIONS(3160), + [sym_numeric_character_reference] = ACTIONS(3162), + [anon_sym_LBRACK] = ACTIONS(3162), + [anon_sym_BANG_LBRACK] = ACTIONS(3162), + [anon_sym_DOLLAR] = ACTIONS(3160), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(3162), + [aux_sym_pandoc_str_token1] = ACTIONS(3160), + [anon_sym_PIPE] = ACTIONS(3162), + [aux_sym__prose_punctuation_token1] = ACTIONS(3160), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3160), + [sym__line_ending] = ACTIONS(3162), + [sym__soft_line_ending] = ACTIONS(3162), + [sym__block_quote_start] = ACTIONS(3162), + [sym_atx_h1_marker] = ACTIONS(3162), + [sym_atx_h2_marker] = ACTIONS(3162), + [sym_atx_h3_marker] = ACTIONS(3162), + [sym_atx_h4_marker] = ACTIONS(3162), + [sym_atx_h5_marker] = ACTIONS(3162), + [sym_atx_h6_marker] = ACTIONS(3162), + [sym__thematic_break] = ACTIONS(3162), + [sym__list_marker_minus] = ACTIONS(3162), + [sym__list_marker_plus] = ACTIONS(3162), + [sym__list_marker_star] = ACTIONS(3162), + [sym__list_marker_parenthesis] = ACTIONS(3162), + [sym__list_marker_dot] = ACTIONS(3162), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_example] = ACTIONS(3162), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3162), + [sym__fenced_code_block_start_backtick] = ACTIONS(3162), + [sym_minus_metadata] = ACTIONS(3162), + [sym__pipe_table_start] = ACTIONS(3162), + [sym__fenced_div_start] = ACTIONS(3162), + [sym_ref_id_specifier] = ACTIONS(3162), + [sym__code_span_start] = ACTIONS(3162), + [sym__html_comment] = ACTIONS(3162), + [sym__autolink] = ACTIONS(3162), + [sym__highlight_span_start] = ACTIONS(3162), + [sym__insert_span_start] = ACTIONS(3162), + [sym__delete_span_start] = ACTIONS(3162), + [sym__edit_comment_span_start] = ACTIONS(3162), + [sym__single_quote_span_open] = ACTIONS(3162), + [sym__double_quote_span_open] = ACTIONS(3162), + [sym__shortcode_open_escaped] = ACTIONS(3162), + [sym__shortcode_open] = ACTIONS(3162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3162), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3162), + [sym__cite_author_in_text] = ACTIONS(3162), + [sym__cite_suppress_author] = ACTIONS(3162), + [sym__strikeout_open] = ACTIONS(3162), + [sym__subscript_open] = ACTIONS(3162), + [sym__superscript_open] = ACTIONS(3162), + [sym__inline_note_start_token] = ACTIONS(3162), + [sym__strong_emphasis_open_star] = ACTIONS(3162), + [sym__strong_emphasis_open_underscore] = ACTIONS(3162), + [sym__emphasis_open_star] = ACTIONS(3162), + [sym__emphasis_open_underscore] = ACTIONS(3162), + [sym_inline_note_reference] = ACTIONS(3162), + [sym_html_element] = ACTIONS(3162), + }, + [STATE(461)] = { + [ts_builtin_sym_end] = ACTIONS(3166), + [anon_sym_COLON] = ACTIONS(3164), + [sym_entity_reference] = ACTIONS(3164), + [sym_numeric_character_reference] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(3166), + [anon_sym_BANG_LBRACK] = ACTIONS(3166), + [anon_sym_DOLLAR] = ACTIONS(3164), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(3166), + [aux_sym_pandoc_str_token1] = ACTIONS(3164), + [anon_sym_PIPE] = ACTIONS(3166), + [aux_sym__prose_punctuation_token1] = ACTIONS(3164), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3164), + [sym__line_ending] = ACTIONS(3166), + [sym__soft_line_ending] = ACTIONS(3166), + [sym__block_quote_start] = ACTIONS(3166), + [sym_atx_h1_marker] = ACTIONS(3166), + [sym_atx_h2_marker] = ACTIONS(3166), + [sym_atx_h3_marker] = ACTIONS(3166), + [sym_atx_h4_marker] = ACTIONS(3166), + [sym_atx_h5_marker] = ACTIONS(3166), + [sym_atx_h6_marker] = ACTIONS(3166), + [sym__thematic_break] = ACTIONS(3166), + [sym__list_marker_minus] = ACTIONS(3166), + [sym__list_marker_plus] = ACTIONS(3166), + [sym__list_marker_star] = ACTIONS(3166), + [sym__list_marker_parenthesis] = ACTIONS(3166), + [sym__list_marker_dot] = ACTIONS(3166), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_example] = ACTIONS(3166), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3166), + [sym__fenced_code_block_start_backtick] = ACTIONS(3166), + [sym_minus_metadata] = ACTIONS(3166), + [sym__pipe_table_start] = ACTIONS(3166), + [sym__fenced_div_start] = ACTIONS(3166), + [sym_ref_id_specifier] = ACTIONS(3166), + [sym__code_span_start] = ACTIONS(3166), + [sym__html_comment] = ACTIONS(3166), + [sym__autolink] = ACTIONS(3166), + [sym__highlight_span_start] = ACTIONS(3166), + [sym__insert_span_start] = ACTIONS(3166), + [sym__delete_span_start] = ACTIONS(3166), + [sym__edit_comment_span_start] = ACTIONS(3166), + [sym__single_quote_span_open] = ACTIONS(3166), + [sym__double_quote_span_open] = ACTIONS(3166), + [sym__shortcode_open_escaped] = ACTIONS(3166), + [sym__shortcode_open] = ACTIONS(3166), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3166), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3166), + [sym__cite_author_in_text] = ACTIONS(3166), + [sym__cite_suppress_author] = ACTIONS(3166), + [sym__strikeout_open] = ACTIONS(3166), + [sym__subscript_open] = ACTIONS(3166), + [sym__superscript_open] = ACTIONS(3166), + [sym__inline_note_start_token] = ACTIONS(3166), + [sym__strong_emphasis_open_star] = ACTIONS(3166), + [sym__strong_emphasis_open_underscore] = ACTIONS(3166), + [sym__emphasis_open_star] = ACTIONS(3166), + [sym__emphasis_open_underscore] = ACTIONS(3166), + [sym_inline_note_reference] = ACTIONS(3166), + [sym_html_element] = ACTIONS(3166), + }, + [STATE(462)] = { + [ts_builtin_sym_end] = ACTIONS(2988), + [anon_sym_COLON] = ACTIONS(2986), + [sym_entity_reference] = ACTIONS(2986), + [sym_numeric_character_reference] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_BANG_LBRACK] = ACTIONS(2988), + [anon_sym_DOLLAR] = ACTIONS(2986), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2988), + [aux_sym_pandoc_str_token1] = ACTIONS(2986), + [anon_sym_PIPE] = ACTIONS(2988), + [aux_sym__prose_punctuation_token1] = ACTIONS(2986), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2986), + [sym__line_ending] = ACTIONS(2988), + [sym__soft_line_ending] = ACTIONS(2988), + [sym__block_quote_start] = ACTIONS(2988), + [sym_atx_h1_marker] = ACTIONS(2988), + [sym_atx_h2_marker] = ACTIONS(2988), + [sym_atx_h3_marker] = ACTIONS(2988), + [sym_atx_h4_marker] = ACTIONS(2988), + [sym_atx_h5_marker] = ACTIONS(2988), + [sym_atx_h6_marker] = ACTIONS(2988), + [sym__thematic_break] = ACTIONS(2988), + [sym__list_marker_minus] = ACTIONS(2988), + [sym__list_marker_plus] = ACTIONS(2988), + [sym__list_marker_star] = ACTIONS(2988), + [sym__list_marker_parenthesis] = ACTIONS(2988), + [sym__list_marker_dot] = ACTIONS(2988), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_example] = ACTIONS(2988), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2988), + [sym__fenced_code_block_start_backtick] = ACTIONS(2988), + [sym_minus_metadata] = ACTIONS(2988), + [sym__pipe_table_start] = ACTIONS(2988), + [sym__fenced_div_start] = ACTIONS(2988), + [sym_ref_id_specifier] = ACTIONS(2988), + [sym__code_span_start] = ACTIONS(2988), + [sym__html_comment] = ACTIONS(2988), + [sym__autolink] = ACTIONS(2988), + [sym__highlight_span_start] = ACTIONS(2988), + [sym__insert_span_start] = ACTIONS(2988), + [sym__delete_span_start] = ACTIONS(2988), + [sym__edit_comment_span_start] = ACTIONS(2988), + [sym__single_quote_span_open] = ACTIONS(2988), + [sym__double_quote_span_open] = ACTIONS(2988), + [sym__shortcode_open_escaped] = ACTIONS(2988), + [sym__shortcode_open] = ACTIONS(2988), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2988), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2988), + [sym__cite_author_in_text] = ACTIONS(2988), + [sym__cite_suppress_author] = ACTIONS(2988), + [sym__strikeout_open] = ACTIONS(2988), + [sym__subscript_open] = ACTIONS(2988), + [sym__superscript_open] = ACTIONS(2988), + [sym__inline_note_start_token] = ACTIONS(2988), + [sym__strong_emphasis_open_star] = ACTIONS(2988), + [sym__strong_emphasis_open_underscore] = ACTIONS(2988), + [sym__emphasis_open_star] = ACTIONS(2988), + [sym__emphasis_open_underscore] = ACTIONS(2988), + [sym_inline_note_reference] = ACTIONS(2988), + [sym_html_element] = ACTIONS(2988), + }, + [STATE(463)] = { + [ts_builtin_sym_end] = ACTIONS(2992), + [anon_sym_COLON] = ACTIONS(2990), + [sym_entity_reference] = ACTIONS(2990), + [sym_numeric_character_reference] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_BANG_LBRACK] = ACTIONS(2992), + [anon_sym_DOLLAR] = ACTIONS(2990), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2992), + [aux_sym_pandoc_str_token1] = ACTIONS(2990), + [anon_sym_PIPE] = ACTIONS(2992), + [aux_sym__prose_punctuation_token1] = ACTIONS(2990), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2990), + [sym__line_ending] = ACTIONS(2992), + [sym__soft_line_ending] = ACTIONS(2992), + [sym__block_quote_start] = ACTIONS(2992), + [sym_atx_h1_marker] = ACTIONS(2992), + [sym_atx_h2_marker] = ACTIONS(2992), + [sym_atx_h3_marker] = ACTIONS(2992), + [sym_atx_h4_marker] = ACTIONS(2992), + [sym_atx_h5_marker] = ACTIONS(2992), + [sym_atx_h6_marker] = ACTIONS(2992), + [sym__thematic_break] = ACTIONS(2992), + [sym__list_marker_minus] = ACTIONS(2992), + [sym__list_marker_plus] = ACTIONS(2992), + [sym__list_marker_star] = ACTIONS(2992), + [sym__list_marker_parenthesis] = ACTIONS(2992), + [sym__list_marker_dot] = ACTIONS(2992), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_example] = ACTIONS(2992), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2992), + [sym__fenced_code_block_start_backtick] = ACTIONS(2992), + [sym_minus_metadata] = ACTIONS(2992), + [sym__pipe_table_start] = ACTIONS(2992), + [sym__fenced_div_start] = ACTIONS(2992), + [sym_ref_id_specifier] = ACTIONS(2992), + [sym__code_span_start] = ACTIONS(2992), + [sym__html_comment] = ACTIONS(2992), + [sym__autolink] = ACTIONS(2992), + [sym__highlight_span_start] = ACTIONS(2992), + [sym__insert_span_start] = ACTIONS(2992), + [sym__delete_span_start] = ACTIONS(2992), + [sym__edit_comment_span_start] = ACTIONS(2992), + [sym__single_quote_span_open] = ACTIONS(2992), + [sym__double_quote_span_open] = ACTIONS(2992), + [sym__shortcode_open_escaped] = ACTIONS(2992), + [sym__shortcode_open] = ACTIONS(2992), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2992), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2992), + [sym__cite_author_in_text] = ACTIONS(2992), + [sym__cite_suppress_author] = ACTIONS(2992), + [sym__strikeout_open] = ACTIONS(2992), + [sym__subscript_open] = ACTIONS(2992), + [sym__superscript_open] = ACTIONS(2992), + [sym__inline_note_start_token] = ACTIONS(2992), + [sym__strong_emphasis_open_star] = ACTIONS(2992), + [sym__strong_emphasis_open_underscore] = ACTIONS(2992), + [sym__emphasis_open_star] = ACTIONS(2992), + [sym__emphasis_open_underscore] = ACTIONS(2992), + [sym_inline_note_reference] = ACTIONS(2992), + [sym_html_element] = ACTIONS(2992), + }, + [STATE(464)] = { + [sym_pandoc_span] = STATE(464), + [sym_pandoc_image] = STATE(464), + [sym_pandoc_math] = STATE(464), + [sym_pandoc_display_math] = STATE(464), + [sym_pandoc_code_span] = STATE(464), + [sym_pandoc_single_quote] = STATE(464), + [sym_pandoc_double_quote] = STATE(464), + [sym_insert] = STATE(464), + [sym_delete] = STATE(464), + [sym_edit_comment] = STATE(464), + [sym_highlight] = STATE(464), + [sym__pandoc_attr_specifier] = STATE(464), + [sym__inline_element] = STATE(464), + [sym_shortcode_escaped] = STATE(464), + [sym_shortcode] = STATE(464), + [sym_citation] = STATE(464), + [sym_inline_note] = STATE(464), + [sym_pandoc_superscript] = STATE(464), + [sym_pandoc_subscript] = STATE(464), + [sym_pandoc_strikeout] = STATE(464), + [sym_pandoc_emph] = STATE(464), + [sym_pandoc_strong] = STATE(464), + [sym_pandoc_str] = STATE(464), + [sym__prose_punctuation] = STATE(464), + [sym_pandoc_line_break] = STATE(464), + [aux_sym__line_repeat1] = STATE(464), + [sym_entity_reference] = ACTIONS(4444), + [sym_numeric_character_reference] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4450), + [anon_sym_BANG_LBRACK] = ACTIONS(4453), + [anon_sym_DOLLAR] = ACTIONS(4456), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4459), + [anon_sym_LBRACE] = ACTIONS(4462), + [aux_sym_pandoc_str_token1] = ACTIONS(4465), + [anon_sym_PIPE] = ACTIONS(4468), + [aux_sym__prose_punctuation_token1] = ACTIONS(4444), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4471), + [sym__whitespace] = ACTIONS(4474), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4477), + [sym__html_comment] = ACTIONS(4447), + [sym__autolink] = ACTIONS(4447), + [sym__highlight_span_start] = ACTIONS(4480), + [sym__insert_span_start] = ACTIONS(4483), + [sym__delete_span_start] = ACTIONS(4486), + [sym__edit_comment_span_start] = ACTIONS(4489), + [sym__single_quote_span_open] = ACTIONS(4492), + [sym__single_quote_span_close] = ACTIONS(3282), + [sym__double_quote_span_open] = ACTIONS(4495), + [sym__shortcode_open_escaped] = ACTIONS(4498), + [sym__shortcode_open] = ACTIONS(4501), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4504), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4507), + [sym__cite_author_in_text] = ACTIONS(4510), + [sym__cite_suppress_author] = ACTIONS(4513), + [sym__strikeout_open] = ACTIONS(4516), + [sym__subscript_open] = ACTIONS(4519), + [sym__superscript_open] = ACTIONS(4522), + [sym__inline_note_start_token] = ACTIONS(4525), + [sym__strong_emphasis_open_star] = ACTIONS(4528), + [sym__strong_emphasis_open_underscore] = ACTIONS(4531), + [sym__emphasis_open_star] = ACTIONS(4534), + [sym__emphasis_open_underscore] = ACTIONS(4537), + [sym_inline_note_reference] = ACTIONS(4447), + [sym_html_element] = ACTIONS(4447), + }, + [STATE(465)] = { + [ts_builtin_sym_end] = ACTIONS(2996), + [anon_sym_COLON] = ACTIONS(2994), + [sym_entity_reference] = ACTIONS(2994), + [sym_numeric_character_reference] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_BANG_LBRACK] = ACTIONS(2996), + [anon_sym_DOLLAR] = ACTIONS(2994), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2996), + [aux_sym_pandoc_str_token1] = ACTIONS(2994), + [anon_sym_PIPE] = ACTIONS(2996), + [aux_sym__prose_punctuation_token1] = ACTIONS(2994), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2994), + [sym__line_ending] = ACTIONS(2996), + [sym__soft_line_ending] = ACTIONS(2996), + [sym__block_quote_start] = ACTIONS(2996), + [sym_atx_h1_marker] = ACTIONS(2996), + [sym_atx_h2_marker] = ACTIONS(2996), + [sym_atx_h3_marker] = ACTIONS(2996), + [sym_atx_h4_marker] = ACTIONS(2996), + [sym_atx_h5_marker] = ACTIONS(2996), + [sym_atx_h6_marker] = ACTIONS(2996), + [sym__thematic_break] = ACTIONS(2996), + [sym__list_marker_minus] = ACTIONS(2996), + [sym__list_marker_plus] = ACTIONS(2996), + [sym__list_marker_star] = ACTIONS(2996), + [sym__list_marker_parenthesis] = ACTIONS(2996), + [sym__list_marker_dot] = ACTIONS(2996), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_example] = ACTIONS(2996), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2996), + [sym__fenced_code_block_start_backtick] = ACTIONS(2996), + [sym_minus_metadata] = ACTIONS(2996), + [sym__pipe_table_start] = ACTIONS(2996), + [sym__fenced_div_start] = ACTIONS(2996), + [sym_ref_id_specifier] = ACTIONS(2996), + [sym__code_span_start] = ACTIONS(2996), + [sym__html_comment] = ACTIONS(2996), + [sym__autolink] = ACTIONS(2996), + [sym__highlight_span_start] = ACTIONS(2996), + [sym__insert_span_start] = ACTIONS(2996), + [sym__delete_span_start] = ACTIONS(2996), + [sym__edit_comment_span_start] = ACTIONS(2996), + [sym__single_quote_span_open] = ACTIONS(2996), + [sym__double_quote_span_open] = ACTIONS(2996), + [sym__shortcode_open_escaped] = ACTIONS(2996), + [sym__shortcode_open] = ACTIONS(2996), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2996), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2996), + [sym__cite_author_in_text] = ACTIONS(2996), + [sym__cite_suppress_author] = ACTIONS(2996), + [sym__strikeout_open] = ACTIONS(2996), + [sym__subscript_open] = ACTIONS(2996), + [sym__superscript_open] = ACTIONS(2996), + [sym__inline_note_start_token] = ACTIONS(2996), + [sym__strong_emphasis_open_star] = ACTIONS(2996), + [sym__strong_emphasis_open_underscore] = ACTIONS(2996), + [sym__emphasis_open_star] = ACTIONS(2996), + [sym__emphasis_open_underscore] = ACTIONS(2996), + [sym_inline_note_reference] = ACTIONS(2996), + [sym_html_element] = ACTIONS(2996), + }, + [STATE(466)] = { + [sym_pandoc_span] = STATE(506), + [sym_pandoc_image] = STATE(506), + [sym_pandoc_math] = STATE(506), + [sym_pandoc_display_math] = STATE(506), + [sym_pandoc_code_span] = STATE(506), + [sym_pandoc_single_quote] = STATE(506), + [sym_pandoc_double_quote] = STATE(506), + [sym_insert] = STATE(506), + [sym_delete] = STATE(506), + [sym_edit_comment] = STATE(506), + [sym_highlight] = STATE(506), + [sym__pandoc_attr_specifier] = STATE(506), + [sym__inline_element] = STATE(506), + [sym_shortcode_escaped] = STATE(506), + [sym_shortcode] = STATE(506), + [sym_citation] = STATE(506), + [sym_inline_note] = STATE(506), + [sym_pandoc_superscript] = STATE(506), + [sym_pandoc_subscript] = STATE(506), + [sym_pandoc_strikeout] = STATE(506), + [sym_pandoc_emph] = STATE(506), + [sym_pandoc_strong] = STATE(506), + [sym_pandoc_str] = STATE(506), + [sym__prose_punctuation] = STATE(506), + [sym_pandoc_line_break] = STATE(506), + [aux_sym__line_repeat1] = STATE(506), + [sym_entity_reference] = ACTIONS(4540), + [sym_numeric_character_reference] = ACTIONS(4542), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(3098), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(4540), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(4544), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(4542), + [sym__autolink] = ACTIONS(4542), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(4542), + [sym_html_element] = ACTIONS(4542), + }, + [STATE(467)] = { + [anon_sym_COLON] = ACTIONS(2968), + [sym_entity_reference] = ACTIONS(2968), + [sym_numeric_character_reference] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_BANG_LBRACK] = ACTIONS(2970), + [anon_sym_DOLLAR] = ACTIONS(2968), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2970), + [aux_sym_pandoc_str_token1] = ACTIONS(2968), + [anon_sym_PIPE] = ACTIONS(2970), + [aux_sym__prose_punctuation_token1] = ACTIONS(2968), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2968), + [sym__line_ending] = ACTIONS(2970), + [sym__soft_line_ending] = ACTIONS(2970), + [sym__block_close] = ACTIONS(2970), + [sym__block_quote_start] = ACTIONS(2970), + [sym_atx_h1_marker] = ACTIONS(2970), + [sym_atx_h2_marker] = ACTIONS(2970), + [sym_atx_h3_marker] = ACTIONS(2970), + [sym_atx_h4_marker] = ACTIONS(2970), + [sym_atx_h5_marker] = ACTIONS(2970), + [sym_atx_h6_marker] = ACTIONS(2970), + [sym__thematic_break] = ACTIONS(2970), + [sym__list_marker_minus] = ACTIONS(2970), + [sym__list_marker_plus] = ACTIONS(2970), + [sym__list_marker_star] = ACTIONS(2970), + [sym__list_marker_parenthesis] = ACTIONS(2970), + [sym__list_marker_dot] = ACTIONS(2970), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_example] = ACTIONS(2970), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2970), + [sym__fenced_code_block_start_backtick] = ACTIONS(2970), + [sym_minus_metadata] = ACTIONS(2970), + [sym__pipe_table_start] = ACTIONS(2970), + [sym__fenced_div_start] = ACTIONS(2970), + [sym_ref_id_specifier] = ACTIONS(2970), + [sym__code_span_start] = ACTIONS(2970), + [sym__html_comment] = ACTIONS(2970), + [sym__autolink] = ACTIONS(2970), + [sym__highlight_span_start] = ACTIONS(2970), + [sym__insert_span_start] = ACTIONS(2970), + [sym__delete_span_start] = ACTIONS(2970), + [sym__edit_comment_span_start] = ACTIONS(2970), + [sym__single_quote_span_open] = ACTIONS(2970), + [sym__double_quote_span_open] = ACTIONS(2970), + [sym__shortcode_open_escaped] = ACTIONS(2970), + [sym__shortcode_open] = ACTIONS(2970), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2970), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2970), + [sym__cite_author_in_text] = ACTIONS(2970), + [sym__cite_suppress_author] = ACTIONS(2970), + [sym__strikeout_open] = ACTIONS(2970), + [sym__subscript_open] = ACTIONS(2970), + [sym__superscript_open] = ACTIONS(2970), + [sym__inline_note_start_token] = ACTIONS(2970), + [sym__strong_emphasis_open_star] = ACTIONS(2970), + [sym__strong_emphasis_open_underscore] = ACTIONS(2970), + [sym__emphasis_open_star] = ACTIONS(2970), + [sym__emphasis_open_underscore] = ACTIONS(2970), + [sym_inline_note_reference] = ACTIONS(2970), + [sym_html_element] = ACTIONS(2970), + }, + [STATE(468)] = { + [ts_builtin_sym_end] = ACTIONS(3000), + [anon_sym_COLON] = ACTIONS(2998), + [sym_entity_reference] = ACTIONS(2998), + [sym_numeric_character_reference] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_BANG_LBRACK] = ACTIONS(3000), + [anon_sym_DOLLAR] = ACTIONS(2998), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3000), + [aux_sym_pandoc_str_token1] = ACTIONS(2998), + [anon_sym_PIPE] = ACTIONS(3000), + [aux_sym__prose_punctuation_token1] = ACTIONS(2998), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2998), + [sym__line_ending] = ACTIONS(3000), + [sym__soft_line_ending] = ACTIONS(3000), + [sym__block_quote_start] = ACTIONS(3000), + [sym_atx_h1_marker] = ACTIONS(3000), + [sym_atx_h2_marker] = ACTIONS(3000), + [sym_atx_h3_marker] = ACTIONS(3000), + [sym_atx_h4_marker] = ACTIONS(3000), + [sym_atx_h5_marker] = ACTIONS(3000), + [sym_atx_h6_marker] = ACTIONS(3000), + [sym__thematic_break] = ACTIONS(3000), + [sym__list_marker_minus] = ACTIONS(3000), + [sym__list_marker_plus] = ACTIONS(3000), + [sym__list_marker_star] = ACTIONS(3000), + [sym__list_marker_parenthesis] = ACTIONS(3000), + [sym__list_marker_dot] = ACTIONS(3000), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_example] = ACTIONS(3000), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3000), + [sym__fenced_code_block_start_backtick] = ACTIONS(3000), + [sym_minus_metadata] = ACTIONS(3000), + [sym__pipe_table_start] = ACTIONS(3000), + [sym__fenced_div_start] = ACTIONS(3000), + [sym_ref_id_specifier] = ACTIONS(3000), + [sym__code_span_start] = ACTIONS(3000), + [sym__html_comment] = ACTIONS(3000), + [sym__autolink] = ACTIONS(3000), + [sym__highlight_span_start] = ACTIONS(3000), + [sym__insert_span_start] = ACTIONS(3000), + [sym__delete_span_start] = ACTIONS(3000), + [sym__edit_comment_span_start] = ACTIONS(3000), + [sym__single_quote_span_open] = ACTIONS(3000), + [sym__double_quote_span_open] = ACTIONS(3000), + [sym__shortcode_open_escaped] = ACTIONS(3000), + [sym__shortcode_open] = ACTIONS(3000), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3000), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3000), + [sym__cite_author_in_text] = ACTIONS(3000), + [sym__cite_suppress_author] = ACTIONS(3000), + [sym__strikeout_open] = ACTIONS(3000), + [sym__subscript_open] = ACTIONS(3000), + [sym__superscript_open] = ACTIONS(3000), + [sym__inline_note_start_token] = ACTIONS(3000), + [sym__strong_emphasis_open_star] = ACTIONS(3000), + [sym__strong_emphasis_open_underscore] = ACTIONS(3000), + [sym__emphasis_open_star] = ACTIONS(3000), + [sym__emphasis_open_underscore] = ACTIONS(3000), + [sym_inline_note_reference] = ACTIONS(3000), + [sym_html_element] = ACTIONS(3000), + }, + [STATE(469)] = { + [ts_builtin_sym_end] = ACTIONS(3004), + [anon_sym_COLON] = ACTIONS(3002), + [sym_entity_reference] = ACTIONS(3002), + [sym_numeric_character_reference] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_BANG_LBRACK] = ACTIONS(3004), + [anon_sym_DOLLAR] = ACTIONS(3002), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3004), + [aux_sym_pandoc_str_token1] = ACTIONS(3002), + [anon_sym_PIPE] = ACTIONS(3004), + [aux_sym__prose_punctuation_token1] = ACTIONS(3002), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3002), + [sym__line_ending] = ACTIONS(3004), + [sym__soft_line_ending] = ACTIONS(3004), + [sym__block_quote_start] = ACTIONS(3004), + [sym_atx_h1_marker] = ACTIONS(3004), + [sym_atx_h2_marker] = ACTIONS(3004), + [sym_atx_h3_marker] = ACTIONS(3004), + [sym_atx_h4_marker] = ACTIONS(3004), + [sym_atx_h5_marker] = ACTIONS(3004), + [sym_atx_h6_marker] = ACTIONS(3004), + [sym__thematic_break] = ACTIONS(3004), + [sym__list_marker_minus] = ACTIONS(3004), + [sym__list_marker_plus] = ACTIONS(3004), + [sym__list_marker_star] = ACTIONS(3004), + [sym__list_marker_parenthesis] = ACTIONS(3004), + [sym__list_marker_dot] = ACTIONS(3004), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_example] = ACTIONS(3004), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3004), + [sym__fenced_code_block_start_backtick] = ACTIONS(3004), + [sym_minus_metadata] = ACTIONS(3004), + [sym__pipe_table_start] = ACTIONS(3004), + [sym__fenced_div_start] = ACTIONS(3004), + [sym_ref_id_specifier] = ACTIONS(3004), + [sym__code_span_start] = ACTIONS(3004), + [sym__html_comment] = ACTIONS(3004), + [sym__autolink] = ACTIONS(3004), + [sym__highlight_span_start] = ACTIONS(3004), + [sym__insert_span_start] = ACTIONS(3004), + [sym__delete_span_start] = ACTIONS(3004), + [sym__edit_comment_span_start] = ACTIONS(3004), + [sym__single_quote_span_open] = ACTIONS(3004), + [sym__double_quote_span_open] = ACTIONS(3004), + [sym__shortcode_open_escaped] = ACTIONS(3004), + [sym__shortcode_open] = ACTIONS(3004), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3004), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3004), + [sym__cite_author_in_text] = ACTIONS(3004), + [sym__cite_suppress_author] = ACTIONS(3004), + [sym__strikeout_open] = ACTIONS(3004), + [sym__subscript_open] = ACTIONS(3004), + [sym__superscript_open] = ACTIONS(3004), + [sym__inline_note_start_token] = ACTIONS(3004), + [sym__strong_emphasis_open_star] = ACTIONS(3004), + [sym__strong_emphasis_open_underscore] = ACTIONS(3004), + [sym__emphasis_open_star] = ACTIONS(3004), + [sym__emphasis_open_underscore] = ACTIONS(3004), + [sym_inline_note_reference] = ACTIONS(3004), + [sym_html_element] = ACTIONS(3004), + }, + [STATE(470)] = { + [ts_builtin_sym_end] = ACTIONS(2657), + [anon_sym_COLON] = ACTIONS(2655), + [sym_entity_reference] = ACTIONS(2655), + [sym_numeric_character_reference] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_BANG_LBRACK] = ACTIONS(2657), + [anon_sym_DOLLAR] = ACTIONS(2655), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2657), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), + [aux_sym__prose_punctuation_token1] = ACTIONS(2655), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), + [sym__line_ending] = ACTIONS(2657), + [sym__soft_line_ending] = ACTIONS(2657), + [sym__block_quote_start] = ACTIONS(2657), + [sym_atx_h1_marker] = ACTIONS(2657), + [sym_atx_h2_marker] = ACTIONS(2657), + [sym_atx_h3_marker] = ACTIONS(2657), + [sym_atx_h4_marker] = ACTIONS(2657), + [sym_atx_h5_marker] = ACTIONS(2657), + [sym_atx_h6_marker] = ACTIONS(2657), + [sym__thematic_break] = ACTIONS(2657), + [sym__list_marker_minus] = ACTIONS(2657), + [sym__list_marker_plus] = ACTIONS(2657), + [sym__list_marker_star] = ACTIONS(2657), + [sym__list_marker_parenthesis] = ACTIONS(2657), + [sym__list_marker_dot] = ACTIONS(2657), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_example] = ACTIONS(2657), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2657), + [sym__fenced_code_block_start_backtick] = ACTIONS(2657), + [sym_minus_metadata] = ACTIONS(2657), + [sym__pipe_table_start] = ACTIONS(2657), + [sym__fenced_div_start] = ACTIONS(2657), + [sym_ref_id_specifier] = ACTIONS(2657), + [sym__code_span_start] = ACTIONS(2657), + [sym__html_comment] = ACTIONS(2657), + [sym__autolink] = ACTIONS(2657), + [sym__highlight_span_start] = ACTIONS(2657), + [sym__insert_span_start] = ACTIONS(2657), + [sym__delete_span_start] = ACTIONS(2657), + [sym__edit_comment_span_start] = ACTIONS(2657), + [sym__single_quote_span_open] = ACTIONS(2657), + [sym__double_quote_span_open] = ACTIONS(2657), + [sym__shortcode_open_escaped] = ACTIONS(2657), + [sym__shortcode_open] = ACTIONS(2657), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2657), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2657), + [sym__cite_author_in_text] = ACTIONS(2657), + [sym__cite_suppress_author] = ACTIONS(2657), + [sym__strikeout_open] = ACTIONS(2657), + [sym__subscript_open] = ACTIONS(2657), + [sym__superscript_open] = ACTIONS(2657), + [sym__inline_note_start_token] = ACTIONS(2657), + [sym__strong_emphasis_open_star] = ACTIONS(2657), + [sym__strong_emphasis_open_underscore] = ACTIONS(2657), + [sym__emphasis_open_star] = ACTIONS(2657), + [sym__emphasis_open_underscore] = ACTIONS(2657), + [sym_inline_note_reference] = ACTIONS(2657), + [sym_html_element] = ACTIONS(2657), + }, + [STATE(471)] = { + [ts_builtin_sym_end] = ACTIONS(3102), + [anon_sym_COLON] = ACTIONS(3100), + [sym_entity_reference] = ACTIONS(3100), + [sym_numeric_character_reference] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_BANG_LBRACK] = ACTIONS(3102), + [anon_sym_DOLLAR] = ACTIONS(3100), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3102), + [anon_sym_LBRACE] = ACTIONS(3102), + [aux_sym_pandoc_str_token1] = ACTIONS(3100), + [anon_sym_PIPE] = ACTIONS(3102), + [aux_sym__prose_punctuation_token1] = ACTIONS(3100), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3100), + [sym__line_ending] = ACTIONS(3102), + [sym__soft_line_ending] = ACTIONS(3102), + [sym__block_quote_start] = ACTIONS(3102), + [sym_atx_h1_marker] = ACTIONS(3102), + [sym_atx_h2_marker] = ACTIONS(3102), + [sym_atx_h3_marker] = ACTIONS(3102), + [sym_atx_h4_marker] = ACTIONS(3102), + [sym_atx_h5_marker] = ACTIONS(3102), + [sym_atx_h6_marker] = ACTIONS(3102), + [sym__thematic_break] = ACTIONS(3102), + [sym__list_marker_minus] = ACTIONS(3102), + [sym__list_marker_plus] = ACTIONS(3102), + [sym__list_marker_star] = ACTIONS(3102), + [sym__list_marker_parenthesis] = ACTIONS(3102), + [sym__list_marker_dot] = ACTIONS(3102), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_example] = ACTIONS(3102), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3102), + [sym__fenced_code_block_start_backtick] = ACTIONS(3102), + [sym_minus_metadata] = ACTIONS(3102), + [sym__pipe_table_start] = ACTIONS(3102), + [sym__fenced_div_start] = ACTIONS(3102), + [sym_ref_id_specifier] = ACTIONS(3102), + [sym__code_span_start] = ACTIONS(3102), + [sym__html_comment] = ACTIONS(3102), + [sym__autolink] = ACTIONS(3102), + [sym__highlight_span_start] = ACTIONS(3102), + [sym__insert_span_start] = ACTIONS(3102), + [sym__delete_span_start] = ACTIONS(3102), + [sym__edit_comment_span_start] = ACTIONS(3102), + [sym__single_quote_span_open] = ACTIONS(3102), + [sym__double_quote_span_open] = ACTIONS(3102), + [sym__shortcode_open_escaped] = ACTIONS(3102), + [sym__shortcode_open] = ACTIONS(3102), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3102), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3102), + [sym__cite_author_in_text] = ACTIONS(3102), + [sym__cite_suppress_author] = ACTIONS(3102), + [sym__strikeout_open] = ACTIONS(3102), + [sym__subscript_open] = ACTIONS(3102), + [sym__superscript_open] = ACTIONS(3102), + [sym__inline_note_start_token] = ACTIONS(3102), + [sym__strong_emphasis_open_star] = ACTIONS(3102), + [sym__strong_emphasis_open_underscore] = ACTIONS(3102), + [sym__emphasis_open_star] = ACTIONS(3102), + [sym__emphasis_open_underscore] = ACTIONS(3102), + [sym_inline_note_reference] = ACTIONS(3102), + [sym_html_element] = ACTIONS(3102), + }, + [STATE(472)] = { + [ts_builtin_sym_end] = ACTIONS(3170), + [anon_sym_COLON] = ACTIONS(3168), + [sym_entity_reference] = ACTIONS(3168), + [sym_numeric_character_reference] = ACTIONS(3170), + [anon_sym_LBRACK] = ACTIONS(3170), + [anon_sym_BANG_LBRACK] = ACTIONS(3170), + [anon_sym_DOLLAR] = ACTIONS(3168), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3170), + [anon_sym_LBRACE] = ACTIONS(3170), + [aux_sym_pandoc_str_token1] = ACTIONS(3168), + [anon_sym_PIPE] = ACTIONS(3170), + [aux_sym__prose_punctuation_token1] = ACTIONS(3168), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3168), + [sym__line_ending] = ACTIONS(3170), + [sym__soft_line_ending] = ACTIONS(3170), + [sym__block_quote_start] = ACTIONS(3170), + [sym_atx_h1_marker] = ACTIONS(3170), + [sym_atx_h2_marker] = ACTIONS(3170), + [sym_atx_h3_marker] = ACTIONS(3170), + [sym_atx_h4_marker] = ACTIONS(3170), + [sym_atx_h5_marker] = ACTIONS(3170), + [sym_atx_h6_marker] = ACTIONS(3170), + [sym__thematic_break] = ACTIONS(3170), + [sym__list_marker_minus] = ACTIONS(3170), + [sym__list_marker_plus] = ACTIONS(3170), + [sym__list_marker_star] = ACTIONS(3170), + [sym__list_marker_parenthesis] = ACTIONS(3170), + [sym__list_marker_dot] = ACTIONS(3170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_example] = ACTIONS(3170), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3170), + [sym__fenced_code_block_start_backtick] = ACTIONS(3170), + [sym_minus_metadata] = ACTIONS(3170), + [sym__pipe_table_start] = ACTIONS(3170), + [sym__fenced_div_start] = ACTIONS(3170), + [sym_ref_id_specifier] = ACTIONS(3170), + [sym__code_span_start] = ACTIONS(3170), + [sym__html_comment] = ACTIONS(3170), + [sym__autolink] = ACTIONS(3170), + [sym__highlight_span_start] = ACTIONS(3170), + [sym__insert_span_start] = ACTIONS(3170), + [sym__delete_span_start] = ACTIONS(3170), + [sym__edit_comment_span_start] = ACTIONS(3170), + [sym__single_quote_span_open] = ACTIONS(3170), + [sym__double_quote_span_open] = ACTIONS(3170), + [sym__shortcode_open_escaped] = ACTIONS(3170), + [sym__shortcode_open] = ACTIONS(3170), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3170), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3170), + [sym__cite_author_in_text] = ACTIONS(3170), + [sym__cite_suppress_author] = ACTIONS(3170), + [sym__strikeout_open] = ACTIONS(3170), + [sym__subscript_open] = ACTIONS(3170), + [sym__superscript_open] = ACTIONS(3170), + [sym__inline_note_start_token] = ACTIONS(3170), + [sym__strong_emphasis_open_star] = ACTIONS(3170), + [sym__strong_emphasis_open_underscore] = ACTIONS(3170), + [sym__emphasis_open_star] = ACTIONS(3170), + [sym__emphasis_open_underscore] = ACTIONS(3170), + [sym_inline_note_reference] = ACTIONS(3170), + [sym_html_element] = ACTIONS(3170), + }, + [STATE(473)] = { + [ts_builtin_sym_end] = ACTIONS(3174), + [anon_sym_COLON] = ACTIONS(3172), + [sym_entity_reference] = ACTIONS(3172), + [sym_numeric_character_reference] = ACTIONS(3174), + [anon_sym_LBRACK] = ACTIONS(3174), + [anon_sym_BANG_LBRACK] = ACTIONS(3174), + [anon_sym_DOLLAR] = ACTIONS(3172), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(3174), + [aux_sym_pandoc_str_token1] = ACTIONS(3172), + [anon_sym_PIPE] = ACTIONS(3174), + [aux_sym__prose_punctuation_token1] = ACTIONS(3172), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3172), + [sym__line_ending] = ACTIONS(3174), + [sym__soft_line_ending] = ACTIONS(3174), + [sym__block_quote_start] = ACTIONS(3174), + [sym_atx_h1_marker] = ACTIONS(3174), + [sym_atx_h2_marker] = ACTIONS(3174), + [sym_atx_h3_marker] = ACTIONS(3174), + [sym_atx_h4_marker] = ACTIONS(3174), + [sym_atx_h5_marker] = ACTIONS(3174), + [sym_atx_h6_marker] = ACTIONS(3174), + [sym__thematic_break] = ACTIONS(3174), + [sym__list_marker_minus] = ACTIONS(3174), + [sym__list_marker_plus] = ACTIONS(3174), + [sym__list_marker_star] = ACTIONS(3174), + [sym__list_marker_parenthesis] = ACTIONS(3174), + [sym__list_marker_dot] = ACTIONS(3174), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_example] = ACTIONS(3174), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3174), + [sym__fenced_code_block_start_backtick] = ACTIONS(3174), + [sym_minus_metadata] = ACTIONS(3174), + [sym__pipe_table_start] = ACTIONS(3174), + [sym__fenced_div_start] = ACTIONS(3174), + [sym_ref_id_specifier] = ACTIONS(3174), + [sym__code_span_start] = ACTIONS(3174), + [sym__html_comment] = ACTIONS(3174), + [sym__autolink] = ACTIONS(3174), + [sym__highlight_span_start] = ACTIONS(3174), + [sym__insert_span_start] = ACTIONS(3174), + [sym__delete_span_start] = ACTIONS(3174), + [sym__edit_comment_span_start] = ACTIONS(3174), + [sym__single_quote_span_open] = ACTIONS(3174), + [sym__double_quote_span_open] = ACTIONS(3174), + [sym__shortcode_open_escaped] = ACTIONS(3174), + [sym__shortcode_open] = ACTIONS(3174), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3174), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3174), + [sym__cite_author_in_text] = ACTIONS(3174), + [sym__cite_suppress_author] = ACTIONS(3174), + [sym__strikeout_open] = ACTIONS(3174), + [sym__subscript_open] = ACTIONS(3174), + [sym__superscript_open] = ACTIONS(3174), + [sym__inline_note_start_token] = ACTIONS(3174), + [sym__strong_emphasis_open_star] = ACTIONS(3174), + [sym__strong_emphasis_open_underscore] = ACTIONS(3174), + [sym__emphasis_open_star] = ACTIONS(3174), + [sym__emphasis_open_underscore] = ACTIONS(3174), + [sym_inline_note_reference] = ACTIONS(3174), + [sym_html_element] = ACTIONS(3174), + }, + [STATE(474)] = { + [anon_sym_COLON] = ACTIONS(3368), + [sym_entity_reference] = ACTIONS(3368), + [sym_numeric_character_reference] = ACTIONS(3370), + [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_BANG_LBRACK] = ACTIONS(3370), + [anon_sym_DOLLAR] = ACTIONS(3368), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3370), + [aux_sym_pandoc_str_token1] = ACTIONS(3368), + [anon_sym_PIPE] = ACTIONS(3370), + [aux_sym__prose_punctuation_token1] = ACTIONS(3368), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3368), + [sym__line_ending] = ACTIONS(3370), + [sym__soft_line_ending] = ACTIONS(3370), + [sym__block_close] = ACTIONS(3370), + [sym__block_quote_start] = ACTIONS(3370), + [sym_atx_h1_marker] = ACTIONS(3370), + [sym_atx_h2_marker] = ACTIONS(3370), + [sym_atx_h3_marker] = ACTIONS(3370), + [sym_atx_h4_marker] = ACTIONS(3370), + [sym_atx_h5_marker] = ACTIONS(3370), + [sym_atx_h6_marker] = ACTIONS(3370), + [sym__thematic_break] = ACTIONS(3370), + [sym__list_marker_minus] = ACTIONS(3370), + [sym__list_marker_plus] = ACTIONS(3370), + [sym__list_marker_star] = ACTIONS(3370), + [sym__list_marker_parenthesis] = ACTIONS(3370), + [sym__list_marker_dot] = ACTIONS(3370), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_example] = ACTIONS(3370), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3370), + [sym__fenced_code_block_start_backtick] = ACTIONS(3370), + [sym_minus_metadata] = ACTIONS(3370), + [sym__pipe_table_start] = ACTIONS(3370), + [sym__fenced_div_start] = ACTIONS(3370), + [sym_ref_id_specifier] = ACTIONS(3370), + [sym__code_span_start] = ACTIONS(3370), + [sym__html_comment] = ACTIONS(3370), + [sym__autolink] = ACTIONS(3370), + [sym__highlight_span_start] = ACTIONS(3370), + [sym__insert_span_start] = ACTIONS(3370), + [sym__delete_span_start] = ACTIONS(3370), + [sym__edit_comment_span_start] = ACTIONS(3370), + [sym__single_quote_span_open] = ACTIONS(3370), + [sym__double_quote_span_open] = ACTIONS(3370), + [sym__shortcode_open_escaped] = ACTIONS(3370), + [sym__shortcode_open] = ACTIONS(3370), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3370), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3370), + [sym__cite_author_in_text] = ACTIONS(3370), + [sym__cite_suppress_author] = ACTIONS(3370), + [sym__strikeout_open] = ACTIONS(3370), + [sym__subscript_open] = ACTIONS(3370), + [sym__superscript_open] = ACTIONS(3370), + [sym__inline_note_start_token] = ACTIONS(3370), + [sym__strong_emphasis_open_star] = ACTIONS(3370), + [sym__strong_emphasis_open_underscore] = ACTIONS(3370), + [sym__emphasis_open_star] = ACTIONS(3370), + [sym__emphasis_open_underscore] = ACTIONS(3370), + [sym_inline_note_reference] = ACTIONS(3370), + [sym_html_element] = ACTIONS(3370), + }, + [STATE(475)] = { + [anon_sym_COLON] = ACTIONS(3194), + [sym_entity_reference] = ACTIONS(3194), + [sym_numeric_character_reference] = ACTIONS(3196), + [anon_sym_LBRACK] = ACTIONS(3196), + [anon_sym_BANG_LBRACK] = ACTIONS(3196), + [anon_sym_DOLLAR] = ACTIONS(3194), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3196), + [aux_sym_pandoc_str_token1] = ACTIONS(3194), + [anon_sym_PIPE] = ACTIONS(3196), + [aux_sym__prose_punctuation_token1] = ACTIONS(3194), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3194), + [sym__line_ending] = ACTIONS(3196), + [sym__soft_line_ending] = ACTIONS(3196), + [sym__block_close] = ACTIONS(3196), + [sym__block_quote_start] = ACTIONS(3196), + [sym_atx_h1_marker] = ACTIONS(3196), + [sym_atx_h2_marker] = ACTIONS(3196), + [sym_atx_h3_marker] = ACTIONS(3196), + [sym_atx_h4_marker] = ACTIONS(3196), + [sym_atx_h5_marker] = ACTIONS(3196), + [sym_atx_h6_marker] = ACTIONS(3196), + [sym__thematic_break] = ACTIONS(3196), + [sym__list_marker_minus] = ACTIONS(3196), + [sym__list_marker_plus] = ACTIONS(3196), + [sym__list_marker_star] = ACTIONS(3196), + [sym__list_marker_parenthesis] = ACTIONS(3196), + [sym__list_marker_dot] = ACTIONS(3196), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3196), + [sym__list_marker_example] = ACTIONS(3196), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3196), + [sym__fenced_code_block_start_backtick] = ACTIONS(3196), + [sym_minus_metadata] = ACTIONS(3196), + [sym__pipe_table_start] = ACTIONS(3196), + [sym__fenced_div_start] = ACTIONS(3196), + [sym_ref_id_specifier] = ACTIONS(3196), + [sym__code_span_start] = ACTIONS(3196), + [sym__html_comment] = ACTIONS(3196), + [sym__autolink] = ACTIONS(3196), + [sym__highlight_span_start] = ACTIONS(3196), + [sym__insert_span_start] = ACTIONS(3196), + [sym__delete_span_start] = ACTIONS(3196), + [sym__edit_comment_span_start] = ACTIONS(3196), + [sym__single_quote_span_open] = ACTIONS(3196), + [sym__double_quote_span_open] = ACTIONS(3196), + [sym__shortcode_open_escaped] = ACTIONS(3196), + [sym__shortcode_open] = ACTIONS(3196), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3196), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3196), + [sym__cite_author_in_text] = ACTIONS(3196), + [sym__cite_suppress_author] = ACTIONS(3196), + [sym__strikeout_open] = ACTIONS(3196), + [sym__subscript_open] = ACTIONS(3196), + [sym__superscript_open] = ACTIONS(3196), + [sym__inline_note_start_token] = ACTIONS(3196), + [sym__strong_emphasis_open_star] = ACTIONS(3196), + [sym__strong_emphasis_open_underscore] = ACTIONS(3196), + [sym__emphasis_open_star] = ACTIONS(3196), + [sym__emphasis_open_underscore] = ACTIONS(3196), + [sym_inline_note_reference] = ACTIONS(3196), + [sym_html_element] = ACTIONS(3196), + }, + [STATE(476)] = { + [ts_builtin_sym_end] = ACTIONS(2880), + [anon_sym_COLON] = ACTIONS(2878), + [sym_entity_reference] = ACTIONS(2878), + [sym_numeric_character_reference] = ACTIONS(2880), + [anon_sym_LBRACK] = ACTIONS(2880), + [anon_sym_BANG_LBRACK] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2878), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2880), + [aux_sym_pandoc_str_token1] = ACTIONS(2878), + [anon_sym_PIPE] = ACTIONS(2880), + [aux_sym__prose_punctuation_token1] = ACTIONS(2878), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2878), + [sym__line_ending] = ACTIONS(2880), + [sym__soft_line_ending] = ACTIONS(2880), + [sym__block_quote_start] = ACTIONS(2880), + [sym_atx_h1_marker] = ACTIONS(2880), + [sym_atx_h2_marker] = ACTIONS(2880), + [sym_atx_h3_marker] = ACTIONS(2880), + [sym_atx_h4_marker] = ACTIONS(2880), + [sym_atx_h5_marker] = ACTIONS(2880), + [sym_atx_h6_marker] = ACTIONS(2880), + [sym__thematic_break] = ACTIONS(2880), + [sym__list_marker_minus] = ACTIONS(2880), + [sym__list_marker_plus] = ACTIONS(2880), + [sym__list_marker_star] = ACTIONS(2880), + [sym__list_marker_parenthesis] = ACTIONS(2880), + [sym__list_marker_dot] = ACTIONS(2880), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_example] = ACTIONS(2880), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2880), + [sym__fenced_code_block_start_backtick] = ACTIONS(2880), + [sym_minus_metadata] = ACTIONS(2880), + [sym__pipe_table_start] = ACTIONS(2880), + [sym__fenced_div_start] = ACTIONS(2880), + [sym_ref_id_specifier] = ACTIONS(2880), + [sym__code_span_start] = ACTIONS(2880), + [sym__html_comment] = ACTIONS(2880), + [sym__autolink] = ACTIONS(2880), + [sym__highlight_span_start] = ACTIONS(2880), + [sym__insert_span_start] = ACTIONS(2880), + [sym__delete_span_start] = ACTIONS(2880), + [sym__edit_comment_span_start] = ACTIONS(2880), + [sym__single_quote_span_open] = ACTIONS(2880), + [sym__double_quote_span_open] = ACTIONS(2880), + [sym__shortcode_open_escaped] = ACTIONS(2880), + [sym__shortcode_open] = ACTIONS(2880), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2880), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2880), + [sym__cite_author_in_text] = ACTIONS(2880), + [sym__cite_suppress_author] = ACTIONS(2880), + [sym__strikeout_open] = ACTIONS(2880), + [sym__subscript_open] = ACTIONS(2880), + [sym__superscript_open] = ACTIONS(2880), + [sym__inline_note_start_token] = ACTIONS(2880), + [sym__strong_emphasis_open_star] = ACTIONS(2880), + [sym__strong_emphasis_open_underscore] = ACTIONS(2880), + [sym__emphasis_open_star] = ACTIONS(2880), + [sym__emphasis_open_underscore] = ACTIONS(2880), + [sym_inline_note_reference] = ACTIONS(2880), + [sym_html_element] = ACTIONS(2880), + }, + [STATE(477)] = { + [ts_builtin_sym_end] = ACTIONS(3180), + [anon_sym_COLON] = ACTIONS(3178), + [sym_entity_reference] = ACTIONS(3178), + [sym_numeric_character_reference] = ACTIONS(3180), + [anon_sym_LBRACK] = ACTIONS(3180), + [anon_sym_BANG_LBRACK] = ACTIONS(3180), + [anon_sym_DOLLAR] = ACTIONS(3178), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3180), + [anon_sym_LBRACE] = ACTIONS(3180), + [aux_sym_pandoc_str_token1] = ACTIONS(3178), + [anon_sym_PIPE] = ACTIONS(3180), + [aux_sym__prose_punctuation_token1] = ACTIONS(3178), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3178), + [sym__line_ending] = ACTIONS(3180), + [sym__soft_line_ending] = ACTIONS(3180), + [sym__block_quote_start] = ACTIONS(3180), + [sym_atx_h1_marker] = ACTIONS(3180), + [sym_atx_h2_marker] = ACTIONS(3180), + [sym_atx_h3_marker] = ACTIONS(3180), + [sym_atx_h4_marker] = ACTIONS(3180), + [sym_atx_h5_marker] = ACTIONS(3180), + [sym_atx_h6_marker] = ACTIONS(3180), + [sym__thematic_break] = ACTIONS(3180), + [sym__list_marker_minus] = ACTIONS(3180), + [sym__list_marker_plus] = ACTIONS(3180), + [sym__list_marker_star] = ACTIONS(3180), + [sym__list_marker_parenthesis] = ACTIONS(3180), + [sym__list_marker_dot] = ACTIONS(3180), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3180), + [sym__list_marker_example] = ACTIONS(3180), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3180), + [sym__fenced_code_block_start_backtick] = ACTIONS(3180), + [sym_minus_metadata] = ACTIONS(3180), + [sym__pipe_table_start] = ACTIONS(3180), + [sym__fenced_div_start] = ACTIONS(3180), + [sym_ref_id_specifier] = ACTIONS(3180), + [sym__code_span_start] = ACTIONS(3180), + [sym__html_comment] = ACTIONS(3180), + [sym__autolink] = ACTIONS(3180), + [sym__highlight_span_start] = ACTIONS(3180), + [sym__insert_span_start] = ACTIONS(3180), + [sym__delete_span_start] = ACTIONS(3180), + [sym__edit_comment_span_start] = ACTIONS(3180), + [sym__single_quote_span_open] = ACTIONS(3180), + [sym__double_quote_span_open] = ACTIONS(3180), + [sym__shortcode_open_escaped] = ACTIONS(3180), + [sym__shortcode_open] = ACTIONS(3180), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3180), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3180), + [sym__cite_author_in_text] = ACTIONS(3180), + [sym__cite_suppress_author] = ACTIONS(3180), + [sym__strikeout_open] = ACTIONS(3180), + [sym__subscript_open] = ACTIONS(3180), + [sym__superscript_open] = ACTIONS(3180), + [sym__inline_note_start_token] = ACTIONS(3180), + [sym__strong_emphasis_open_star] = ACTIONS(3180), + [sym__strong_emphasis_open_underscore] = ACTIONS(3180), + [sym__emphasis_open_star] = ACTIONS(3180), + [sym__emphasis_open_underscore] = ACTIONS(3180), + [sym_inline_note_reference] = ACTIONS(3180), + [sym_html_element] = ACTIONS(3180), + }, + [STATE(478)] = { + [ts_builtin_sym_end] = ACTIONS(3184), + [anon_sym_COLON] = ACTIONS(3182), + [sym_entity_reference] = ACTIONS(3182), + [sym_numeric_character_reference] = ACTIONS(3184), + [anon_sym_LBRACK] = ACTIONS(3184), + [anon_sym_BANG_LBRACK] = ACTIONS(3184), + [anon_sym_DOLLAR] = ACTIONS(3182), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3184), + [anon_sym_LBRACE] = ACTIONS(3184), + [aux_sym_pandoc_str_token1] = ACTIONS(3182), + [anon_sym_PIPE] = ACTIONS(3184), + [aux_sym__prose_punctuation_token1] = ACTIONS(3182), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3182), + [sym__line_ending] = ACTIONS(3184), + [sym__soft_line_ending] = ACTIONS(3184), + [sym__block_quote_start] = ACTIONS(3184), + [sym_atx_h1_marker] = ACTIONS(3184), + [sym_atx_h2_marker] = ACTIONS(3184), + [sym_atx_h3_marker] = ACTIONS(3184), + [sym_atx_h4_marker] = ACTIONS(3184), + [sym_atx_h5_marker] = ACTIONS(3184), + [sym_atx_h6_marker] = ACTIONS(3184), + [sym__thematic_break] = ACTIONS(3184), + [sym__list_marker_minus] = ACTIONS(3184), + [sym__list_marker_plus] = ACTIONS(3184), + [sym__list_marker_star] = ACTIONS(3184), + [sym__list_marker_parenthesis] = ACTIONS(3184), + [sym__list_marker_dot] = ACTIONS(3184), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_example] = ACTIONS(3184), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3184), + [sym__fenced_code_block_start_backtick] = ACTIONS(3184), + [sym_minus_metadata] = ACTIONS(3184), + [sym__pipe_table_start] = ACTIONS(3184), + [sym__fenced_div_start] = ACTIONS(3184), + [sym_ref_id_specifier] = ACTIONS(3184), + [sym__code_span_start] = ACTIONS(3184), + [sym__html_comment] = ACTIONS(3184), + [sym__autolink] = ACTIONS(3184), + [sym__highlight_span_start] = ACTIONS(3184), + [sym__insert_span_start] = ACTIONS(3184), + [sym__delete_span_start] = ACTIONS(3184), + [sym__edit_comment_span_start] = ACTIONS(3184), + [sym__single_quote_span_open] = ACTIONS(3184), + [sym__double_quote_span_open] = ACTIONS(3184), + [sym__shortcode_open_escaped] = ACTIONS(3184), + [sym__shortcode_open] = ACTIONS(3184), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3184), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3184), + [sym__cite_author_in_text] = ACTIONS(3184), + [sym__cite_suppress_author] = ACTIONS(3184), + [sym__strikeout_open] = ACTIONS(3184), + [sym__subscript_open] = ACTIONS(3184), + [sym__superscript_open] = ACTIONS(3184), + [sym__inline_note_start_token] = ACTIONS(3184), + [sym__strong_emphasis_open_star] = ACTIONS(3184), + [sym__strong_emphasis_open_underscore] = ACTIONS(3184), + [sym__emphasis_open_star] = ACTIONS(3184), + [sym__emphasis_open_underscore] = ACTIONS(3184), + [sym_inline_note_reference] = ACTIONS(3184), + [sym_html_element] = ACTIONS(3184), + }, + [STATE(479)] = { + [anon_sym_COLON] = ACTIONS(2978), + [sym_entity_reference] = ACTIONS(2978), + [sym_numeric_character_reference] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_BANG_LBRACK] = ACTIONS(2980), + [anon_sym_DOLLAR] = ACTIONS(2978), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2980), + [aux_sym_pandoc_str_token1] = ACTIONS(2978), + [anon_sym_PIPE] = ACTIONS(2980), + [aux_sym__prose_punctuation_token1] = ACTIONS(2978), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2978), + [sym__line_ending] = ACTIONS(2980), + [sym__soft_line_ending] = ACTIONS(2980), + [sym__block_close] = ACTIONS(2980), + [sym__block_quote_start] = ACTIONS(2980), + [sym_atx_h1_marker] = ACTIONS(2980), + [sym_atx_h2_marker] = ACTIONS(2980), + [sym_atx_h3_marker] = ACTIONS(2980), + [sym_atx_h4_marker] = ACTIONS(2980), + [sym_atx_h5_marker] = ACTIONS(2980), + [sym_atx_h6_marker] = ACTIONS(2980), + [sym__thematic_break] = ACTIONS(2980), + [sym__list_marker_minus] = ACTIONS(2980), + [sym__list_marker_plus] = ACTIONS(2980), + [sym__list_marker_star] = ACTIONS(2980), + [sym__list_marker_parenthesis] = ACTIONS(2980), + [sym__list_marker_dot] = ACTIONS(2980), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2980), + [sym__list_marker_example] = ACTIONS(2980), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2980), + [sym__fenced_code_block_start_backtick] = ACTIONS(2980), + [sym_minus_metadata] = ACTIONS(2980), + [sym__pipe_table_start] = ACTIONS(2980), + [sym__fenced_div_start] = ACTIONS(2980), + [sym_ref_id_specifier] = ACTIONS(2980), + [sym__code_span_start] = ACTIONS(2980), + [sym__html_comment] = ACTIONS(2980), + [sym__autolink] = ACTIONS(2980), + [sym__highlight_span_start] = ACTIONS(2980), + [sym__insert_span_start] = ACTIONS(2980), + [sym__delete_span_start] = ACTIONS(2980), + [sym__edit_comment_span_start] = ACTIONS(2980), + [sym__single_quote_span_open] = ACTIONS(2980), + [sym__double_quote_span_open] = ACTIONS(2980), + [sym__shortcode_open_escaped] = ACTIONS(2980), + [sym__shortcode_open] = ACTIONS(2980), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2980), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2980), + [sym__cite_author_in_text] = ACTIONS(2980), + [sym__cite_suppress_author] = ACTIONS(2980), + [sym__strikeout_open] = ACTIONS(2980), + [sym__subscript_open] = ACTIONS(2980), + [sym__superscript_open] = ACTIONS(2980), + [sym__inline_note_start_token] = ACTIONS(2980), + [sym__strong_emphasis_open_star] = ACTIONS(2980), + [sym__strong_emphasis_open_underscore] = ACTIONS(2980), + [sym__emphasis_open_star] = ACTIONS(2980), + [sym__emphasis_open_underscore] = ACTIONS(2980), + [sym_inline_note_reference] = ACTIONS(2980), + [sym_html_element] = ACTIONS(2980), + }, + [STATE(480)] = { + [anon_sym_COLON] = ACTIONS(2982), + [sym_entity_reference] = ACTIONS(2982), + [sym_numeric_character_reference] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_BANG_LBRACK] = ACTIONS(2984), + [anon_sym_DOLLAR] = ACTIONS(2982), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2984), + [aux_sym_pandoc_str_token1] = ACTIONS(2982), + [anon_sym_PIPE] = ACTIONS(2984), + [aux_sym__prose_punctuation_token1] = ACTIONS(2982), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2982), + [sym__line_ending] = ACTIONS(2984), + [sym__soft_line_ending] = ACTIONS(2984), + [sym__block_close] = ACTIONS(2984), + [sym__block_quote_start] = ACTIONS(2984), + [sym_atx_h1_marker] = ACTIONS(2984), + [sym_atx_h2_marker] = ACTIONS(2984), + [sym_atx_h3_marker] = ACTIONS(2984), + [sym_atx_h4_marker] = ACTIONS(2984), + [sym_atx_h5_marker] = ACTIONS(2984), + [sym_atx_h6_marker] = ACTIONS(2984), + [sym__thematic_break] = ACTIONS(2984), + [sym__list_marker_minus] = ACTIONS(2984), + [sym__list_marker_plus] = ACTIONS(2984), + [sym__list_marker_star] = ACTIONS(2984), + [sym__list_marker_parenthesis] = ACTIONS(2984), + [sym__list_marker_dot] = ACTIONS(2984), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2984), + [sym__list_marker_example] = ACTIONS(2984), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2984), + [sym__fenced_code_block_start_backtick] = ACTIONS(2984), + [sym_minus_metadata] = ACTIONS(2984), + [sym__pipe_table_start] = ACTIONS(2984), + [sym__fenced_div_start] = ACTIONS(2984), + [sym_ref_id_specifier] = ACTIONS(2984), + [sym__code_span_start] = ACTIONS(2984), + [sym__html_comment] = ACTIONS(2984), + [sym__autolink] = ACTIONS(2984), + [sym__highlight_span_start] = ACTIONS(2984), + [sym__insert_span_start] = ACTIONS(2984), + [sym__delete_span_start] = ACTIONS(2984), + [sym__edit_comment_span_start] = ACTIONS(2984), + [sym__single_quote_span_open] = ACTIONS(2984), + [sym__double_quote_span_open] = ACTIONS(2984), + [sym__shortcode_open_escaped] = ACTIONS(2984), + [sym__shortcode_open] = ACTIONS(2984), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2984), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2984), + [sym__cite_author_in_text] = ACTIONS(2984), + [sym__cite_suppress_author] = ACTIONS(2984), + [sym__strikeout_open] = ACTIONS(2984), + [sym__subscript_open] = ACTIONS(2984), + [sym__superscript_open] = ACTIONS(2984), + [sym__inline_note_start_token] = ACTIONS(2984), + [sym__strong_emphasis_open_star] = ACTIONS(2984), + [sym__strong_emphasis_open_underscore] = ACTIONS(2984), + [sym__emphasis_open_star] = ACTIONS(2984), + [sym__emphasis_open_underscore] = ACTIONS(2984), + [sym_inline_note_reference] = ACTIONS(2984), + [sym_html_element] = ACTIONS(2984), + }, + [STATE(481)] = { + [anon_sym_COLON] = ACTIONS(2986), + [sym_entity_reference] = ACTIONS(2986), + [sym_numeric_character_reference] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_BANG_LBRACK] = ACTIONS(2988), + [anon_sym_DOLLAR] = ACTIONS(2986), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2988), + [aux_sym_pandoc_str_token1] = ACTIONS(2986), + [anon_sym_PIPE] = ACTIONS(2988), + [aux_sym__prose_punctuation_token1] = ACTIONS(2986), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2986), + [sym__line_ending] = ACTIONS(2988), + [sym__soft_line_ending] = ACTIONS(2988), + [sym__block_close] = ACTIONS(2988), + [sym__block_quote_start] = ACTIONS(2988), + [sym_atx_h1_marker] = ACTIONS(2988), + [sym_atx_h2_marker] = ACTIONS(2988), + [sym_atx_h3_marker] = ACTIONS(2988), + [sym_atx_h4_marker] = ACTIONS(2988), + [sym_atx_h5_marker] = ACTIONS(2988), + [sym_atx_h6_marker] = ACTIONS(2988), + [sym__thematic_break] = ACTIONS(2988), + [sym__list_marker_minus] = ACTIONS(2988), + [sym__list_marker_plus] = ACTIONS(2988), + [sym__list_marker_star] = ACTIONS(2988), + [sym__list_marker_parenthesis] = ACTIONS(2988), + [sym__list_marker_dot] = ACTIONS(2988), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2988), + [sym__list_marker_example] = ACTIONS(2988), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2988), + [sym__fenced_code_block_start_backtick] = ACTIONS(2988), + [sym_minus_metadata] = ACTIONS(2988), + [sym__pipe_table_start] = ACTIONS(2988), + [sym__fenced_div_start] = ACTIONS(2988), + [sym_ref_id_specifier] = ACTIONS(2988), + [sym__code_span_start] = ACTIONS(2988), + [sym__html_comment] = ACTIONS(2988), + [sym__autolink] = ACTIONS(2988), + [sym__highlight_span_start] = ACTIONS(2988), + [sym__insert_span_start] = ACTIONS(2988), + [sym__delete_span_start] = ACTIONS(2988), + [sym__edit_comment_span_start] = ACTIONS(2988), + [sym__single_quote_span_open] = ACTIONS(2988), + [sym__double_quote_span_open] = ACTIONS(2988), + [sym__shortcode_open_escaped] = ACTIONS(2988), + [sym__shortcode_open] = ACTIONS(2988), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2988), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2988), + [sym__cite_author_in_text] = ACTIONS(2988), + [sym__cite_suppress_author] = ACTIONS(2988), + [sym__strikeout_open] = ACTIONS(2988), + [sym__subscript_open] = ACTIONS(2988), + [sym__superscript_open] = ACTIONS(2988), + [sym__inline_note_start_token] = ACTIONS(2988), + [sym__strong_emphasis_open_star] = ACTIONS(2988), + [sym__strong_emphasis_open_underscore] = ACTIONS(2988), + [sym__emphasis_open_star] = ACTIONS(2988), + [sym__emphasis_open_underscore] = ACTIONS(2988), + [sym_inline_note_reference] = ACTIONS(2988), + [sym_html_element] = ACTIONS(2988), + }, + [STATE(482)] = { + [anon_sym_COLON] = ACTIONS(2990), + [sym_entity_reference] = ACTIONS(2990), + [sym_numeric_character_reference] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_BANG_LBRACK] = ACTIONS(2992), + [anon_sym_DOLLAR] = ACTIONS(2990), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2992), + [aux_sym_pandoc_str_token1] = ACTIONS(2990), + [anon_sym_PIPE] = ACTIONS(2992), + [aux_sym__prose_punctuation_token1] = ACTIONS(2990), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2990), + [sym__line_ending] = ACTIONS(2992), + [sym__soft_line_ending] = ACTIONS(2992), + [sym__block_close] = ACTIONS(2992), + [sym__block_quote_start] = ACTIONS(2992), + [sym_atx_h1_marker] = ACTIONS(2992), + [sym_atx_h2_marker] = ACTIONS(2992), + [sym_atx_h3_marker] = ACTIONS(2992), + [sym_atx_h4_marker] = ACTIONS(2992), + [sym_atx_h5_marker] = ACTIONS(2992), + [sym_atx_h6_marker] = ACTIONS(2992), + [sym__thematic_break] = ACTIONS(2992), + [sym__list_marker_minus] = ACTIONS(2992), + [sym__list_marker_plus] = ACTIONS(2992), + [sym__list_marker_star] = ACTIONS(2992), + [sym__list_marker_parenthesis] = ACTIONS(2992), + [sym__list_marker_dot] = ACTIONS(2992), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2992), + [sym__list_marker_example] = ACTIONS(2992), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2992), + [sym__fenced_code_block_start_backtick] = ACTIONS(2992), + [sym_minus_metadata] = ACTIONS(2992), + [sym__pipe_table_start] = ACTIONS(2992), + [sym__fenced_div_start] = ACTIONS(2992), + [sym_ref_id_specifier] = ACTIONS(2992), + [sym__code_span_start] = ACTIONS(2992), + [sym__html_comment] = ACTIONS(2992), + [sym__autolink] = ACTIONS(2992), + [sym__highlight_span_start] = ACTIONS(2992), + [sym__insert_span_start] = ACTIONS(2992), + [sym__delete_span_start] = ACTIONS(2992), + [sym__edit_comment_span_start] = ACTIONS(2992), + [sym__single_quote_span_open] = ACTIONS(2992), + [sym__double_quote_span_open] = ACTIONS(2992), + [sym__shortcode_open_escaped] = ACTIONS(2992), + [sym__shortcode_open] = ACTIONS(2992), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2992), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2992), + [sym__cite_author_in_text] = ACTIONS(2992), + [sym__cite_suppress_author] = ACTIONS(2992), + [sym__strikeout_open] = ACTIONS(2992), + [sym__subscript_open] = ACTIONS(2992), + [sym__superscript_open] = ACTIONS(2992), + [sym__inline_note_start_token] = ACTIONS(2992), + [sym__strong_emphasis_open_star] = ACTIONS(2992), + [sym__strong_emphasis_open_underscore] = ACTIONS(2992), + [sym__emphasis_open_star] = ACTIONS(2992), + [sym__emphasis_open_underscore] = ACTIONS(2992), + [sym_inline_note_reference] = ACTIONS(2992), + [sym_html_element] = ACTIONS(2992), + }, + [STATE(483)] = { + [anon_sym_COLON] = ACTIONS(2994), + [sym_entity_reference] = ACTIONS(2994), + [sym_numeric_character_reference] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_BANG_LBRACK] = ACTIONS(2996), + [anon_sym_DOLLAR] = ACTIONS(2994), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2996), + [aux_sym_pandoc_str_token1] = ACTIONS(2994), + [anon_sym_PIPE] = ACTIONS(2996), + [aux_sym__prose_punctuation_token1] = ACTIONS(2994), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2994), + [sym__line_ending] = ACTIONS(2996), + [sym__soft_line_ending] = ACTIONS(2996), + [sym__block_close] = ACTIONS(2996), + [sym__block_quote_start] = ACTIONS(2996), + [sym_atx_h1_marker] = ACTIONS(2996), + [sym_atx_h2_marker] = ACTIONS(2996), + [sym_atx_h3_marker] = ACTIONS(2996), + [sym_atx_h4_marker] = ACTIONS(2996), + [sym_atx_h5_marker] = ACTIONS(2996), + [sym_atx_h6_marker] = ACTIONS(2996), + [sym__thematic_break] = ACTIONS(2996), + [sym__list_marker_minus] = ACTIONS(2996), + [sym__list_marker_plus] = ACTIONS(2996), + [sym__list_marker_star] = ACTIONS(2996), + [sym__list_marker_parenthesis] = ACTIONS(2996), + [sym__list_marker_dot] = ACTIONS(2996), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2996), + [sym__list_marker_example] = ACTIONS(2996), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2996), + [sym__fenced_code_block_start_backtick] = ACTIONS(2996), + [sym_minus_metadata] = ACTIONS(2996), + [sym__pipe_table_start] = ACTIONS(2996), + [sym__fenced_div_start] = ACTIONS(2996), + [sym_ref_id_specifier] = ACTIONS(2996), + [sym__code_span_start] = ACTIONS(2996), + [sym__html_comment] = ACTIONS(2996), + [sym__autolink] = ACTIONS(2996), + [sym__highlight_span_start] = ACTIONS(2996), + [sym__insert_span_start] = ACTIONS(2996), + [sym__delete_span_start] = ACTIONS(2996), + [sym__edit_comment_span_start] = ACTIONS(2996), + [sym__single_quote_span_open] = ACTIONS(2996), + [sym__double_quote_span_open] = ACTIONS(2996), + [sym__shortcode_open_escaped] = ACTIONS(2996), + [sym__shortcode_open] = ACTIONS(2996), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2996), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2996), + [sym__cite_author_in_text] = ACTIONS(2996), + [sym__cite_suppress_author] = ACTIONS(2996), + [sym__strikeout_open] = ACTIONS(2996), + [sym__subscript_open] = ACTIONS(2996), + [sym__superscript_open] = ACTIONS(2996), + [sym__inline_note_start_token] = ACTIONS(2996), + [sym__strong_emphasis_open_star] = ACTIONS(2996), + [sym__strong_emphasis_open_underscore] = ACTIONS(2996), + [sym__emphasis_open_star] = ACTIONS(2996), + [sym__emphasis_open_underscore] = ACTIONS(2996), + [sym_inline_note_reference] = ACTIONS(2996), + [sym_html_element] = ACTIONS(2996), + }, + [STATE(484)] = { + [anon_sym_COLON] = ACTIONS(2998), + [sym_entity_reference] = ACTIONS(2998), + [sym_numeric_character_reference] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_BANG_LBRACK] = ACTIONS(3000), + [anon_sym_DOLLAR] = ACTIONS(2998), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3000), + [aux_sym_pandoc_str_token1] = ACTIONS(2998), + [anon_sym_PIPE] = ACTIONS(3000), + [aux_sym__prose_punctuation_token1] = ACTIONS(2998), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2998), + [sym__line_ending] = ACTIONS(3000), + [sym__soft_line_ending] = ACTIONS(3000), + [sym__block_close] = ACTIONS(3000), + [sym__block_quote_start] = ACTIONS(3000), + [sym_atx_h1_marker] = ACTIONS(3000), + [sym_atx_h2_marker] = ACTIONS(3000), + [sym_atx_h3_marker] = ACTIONS(3000), + [sym_atx_h4_marker] = ACTIONS(3000), + [sym_atx_h5_marker] = ACTIONS(3000), + [sym_atx_h6_marker] = ACTIONS(3000), + [sym__thematic_break] = ACTIONS(3000), + [sym__list_marker_minus] = ACTIONS(3000), + [sym__list_marker_plus] = ACTIONS(3000), + [sym__list_marker_star] = ACTIONS(3000), + [sym__list_marker_parenthesis] = ACTIONS(3000), + [sym__list_marker_dot] = ACTIONS(3000), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3000), + [sym__list_marker_example] = ACTIONS(3000), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3000), + [sym__fenced_code_block_start_backtick] = ACTIONS(3000), + [sym_minus_metadata] = ACTIONS(3000), + [sym__pipe_table_start] = ACTIONS(3000), + [sym__fenced_div_start] = ACTIONS(3000), + [sym_ref_id_specifier] = ACTIONS(3000), + [sym__code_span_start] = ACTIONS(3000), + [sym__html_comment] = ACTIONS(3000), + [sym__autolink] = ACTIONS(3000), + [sym__highlight_span_start] = ACTIONS(3000), + [sym__insert_span_start] = ACTIONS(3000), + [sym__delete_span_start] = ACTIONS(3000), + [sym__edit_comment_span_start] = ACTIONS(3000), + [sym__single_quote_span_open] = ACTIONS(3000), + [sym__double_quote_span_open] = ACTIONS(3000), + [sym__shortcode_open_escaped] = ACTIONS(3000), + [sym__shortcode_open] = ACTIONS(3000), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3000), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3000), + [sym__cite_author_in_text] = ACTIONS(3000), + [sym__cite_suppress_author] = ACTIONS(3000), + [sym__strikeout_open] = ACTIONS(3000), + [sym__subscript_open] = ACTIONS(3000), + [sym__superscript_open] = ACTIONS(3000), + [sym__inline_note_start_token] = ACTIONS(3000), + [sym__strong_emphasis_open_star] = ACTIONS(3000), + [sym__strong_emphasis_open_underscore] = ACTIONS(3000), + [sym__emphasis_open_star] = ACTIONS(3000), + [sym__emphasis_open_underscore] = ACTIONS(3000), + [sym_inline_note_reference] = ACTIONS(3000), + [sym_html_element] = ACTIONS(3000), + }, + [STATE(485)] = { + [anon_sym_COLON] = ACTIONS(3002), + [sym_entity_reference] = ACTIONS(3002), + [sym_numeric_character_reference] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_BANG_LBRACK] = ACTIONS(3004), + [anon_sym_DOLLAR] = ACTIONS(3002), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3004), + [aux_sym_pandoc_str_token1] = ACTIONS(3002), + [anon_sym_PIPE] = ACTIONS(3004), + [aux_sym__prose_punctuation_token1] = ACTIONS(3002), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3002), + [sym__line_ending] = ACTIONS(3004), + [sym__soft_line_ending] = ACTIONS(3004), + [sym__block_close] = ACTIONS(3004), + [sym__block_quote_start] = ACTIONS(3004), + [sym_atx_h1_marker] = ACTIONS(3004), + [sym_atx_h2_marker] = ACTIONS(3004), + [sym_atx_h3_marker] = ACTIONS(3004), + [sym_atx_h4_marker] = ACTIONS(3004), + [sym_atx_h5_marker] = ACTIONS(3004), + [sym_atx_h6_marker] = ACTIONS(3004), + [sym__thematic_break] = ACTIONS(3004), + [sym__list_marker_minus] = ACTIONS(3004), + [sym__list_marker_plus] = ACTIONS(3004), + [sym__list_marker_star] = ACTIONS(3004), + [sym__list_marker_parenthesis] = ACTIONS(3004), + [sym__list_marker_dot] = ACTIONS(3004), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3004), + [sym__list_marker_example] = ACTIONS(3004), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3004), + [sym__fenced_code_block_start_backtick] = ACTIONS(3004), + [sym_minus_metadata] = ACTIONS(3004), + [sym__pipe_table_start] = ACTIONS(3004), + [sym__fenced_div_start] = ACTIONS(3004), + [sym_ref_id_specifier] = ACTIONS(3004), + [sym__code_span_start] = ACTIONS(3004), + [sym__html_comment] = ACTIONS(3004), + [sym__autolink] = ACTIONS(3004), + [sym__highlight_span_start] = ACTIONS(3004), + [sym__insert_span_start] = ACTIONS(3004), + [sym__delete_span_start] = ACTIONS(3004), + [sym__edit_comment_span_start] = ACTIONS(3004), + [sym__single_quote_span_open] = ACTIONS(3004), + [sym__double_quote_span_open] = ACTIONS(3004), + [sym__shortcode_open_escaped] = ACTIONS(3004), + [sym__shortcode_open] = ACTIONS(3004), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3004), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3004), + [sym__cite_author_in_text] = ACTIONS(3004), + [sym__cite_suppress_author] = ACTIONS(3004), + [sym__strikeout_open] = ACTIONS(3004), + [sym__subscript_open] = ACTIONS(3004), + [sym__superscript_open] = ACTIONS(3004), + [sym__inline_note_start_token] = ACTIONS(3004), + [sym__strong_emphasis_open_star] = ACTIONS(3004), + [sym__strong_emphasis_open_underscore] = ACTIONS(3004), + [sym__emphasis_open_star] = ACTIONS(3004), + [sym__emphasis_open_underscore] = ACTIONS(3004), + [sym_inline_note_reference] = ACTIONS(3004), + [sym_html_element] = ACTIONS(3004), + }, + [STATE(486)] = { + [ts_builtin_sym_end] = ACTIONS(3044), + [anon_sym_COLON] = ACTIONS(3042), + [sym_entity_reference] = ACTIONS(3042), + [sym_numeric_character_reference] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_BANG_LBRACK] = ACTIONS(3044), + [anon_sym_DOLLAR] = ACTIONS(3042), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3044), + [aux_sym_pandoc_str_token1] = ACTIONS(3042), + [anon_sym_PIPE] = ACTIONS(3044), + [aux_sym__prose_punctuation_token1] = ACTIONS(3042), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3042), + [sym__line_ending] = ACTIONS(3044), + [sym__soft_line_ending] = ACTIONS(3044), + [sym__block_quote_start] = ACTIONS(3044), + [sym_atx_h1_marker] = ACTIONS(3044), + [sym_atx_h2_marker] = ACTIONS(3044), + [sym_atx_h3_marker] = ACTIONS(3044), + [sym_atx_h4_marker] = ACTIONS(3044), + [sym_atx_h5_marker] = ACTIONS(3044), + [sym_atx_h6_marker] = ACTIONS(3044), + [sym__thematic_break] = ACTIONS(3044), + [sym__list_marker_minus] = ACTIONS(3044), + [sym__list_marker_plus] = ACTIONS(3044), + [sym__list_marker_star] = ACTIONS(3044), + [sym__list_marker_parenthesis] = ACTIONS(3044), + [sym__list_marker_dot] = ACTIONS(3044), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_example] = ACTIONS(3044), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3044), + [sym__fenced_code_block_start_backtick] = ACTIONS(3044), + [sym_minus_metadata] = ACTIONS(3044), + [sym__pipe_table_start] = ACTIONS(3044), + [sym__fenced_div_start] = ACTIONS(3044), + [sym_ref_id_specifier] = ACTIONS(3044), + [sym__code_span_start] = ACTIONS(3044), + [sym__html_comment] = ACTIONS(3044), + [sym__autolink] = ACTIONS(3044), + [sym__highlight_span_start] = ACTIONS(3044), + [sym__insert_span_start] = ACTIONS(3044), + [sym__delete_span_start] = ACTIONS(3044), + [sym__edit_comment_span_start] = ACTIONS(3044), + [sym__single_quote_span_open] = ACTIONS(3044), + [sym__double_quote_span_open] = ACTIONS(3044), + [sym__shortcode_open_escaped] = ACTIONS(3044), + [sym__shortcode_open] = ACTIONS(3044), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3044), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3044), + [sym__cite_author_in_text] = ACTIONS(3044), + [sym__cite_suppress_author] = ACTIONS(3044), + [sym__strikeout_open] = ACTIONS(3044), + [sym__subscript_open] = ACTIONS(3044), + [sym__superscript_open] = ACTIONS(3044), + [sym__inline_note_start_token] = ACTIONS(3044), + [sym__strong_emphasis_open_star] = ACTIONS(3044), + [sym__strong_emphasis_open_underscore] = ACTIONS(3044), + [sym__emphasis_open_star] = ACTIONS(3044), + [sym__emphasis_open_underscore] = ACTIONS(3044), + [sym_inline_note_reference] = ACTIONS(3044), + [sym_html_element] = ACTIONS(3044), + }, + [STATE(487)] = { + [ts_builtin_sym_end] = ACTIONS(3048), + [anon_sym_COLON] = ACTIONS(3046), + [sym_entity_reference] = ACTIONS(3046), + [sym_numeric_character_reference] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_BANG_LBRACK] = ACTIONS(3048), + [anon_sym_DOLLAR] = ACTIONS(3046), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3048), + [aux_sym_pandoc_str_token1] = ACTIONS(3046), + [anon_sym_PIPE] = ACTIONS(3048), + [aux_sym__prose_punctuation_token1] = ACTIONS(3046), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3046), + [sym__line_ending] = ACTIONS(3048), + [sym__soft_line_ending] = ACTIONS(3048), + [sym__block_quote_start] = ACTIONS(3048), + [sym_atx_h1_marker] = ACTIONS(3048), + [sym_atx_h2_marker] = ACTIONS(3048), + [sym_atx_h3_marker] = ACTIONS(3048), + [sym_atx_h4_marker] = ACTIONS(3048), + [sym_atx_h5_marker] = ACTIONS(3048), + [sym_atx_h6_marker] = ACTIONS(3048), + [sym__thematic_break] = ACTIONS(3048), + [sym__list_marker_minus] = ACTIONS(3048), + [sym__list_marker_plus] = ACTIONS(3048), + [sym__list_marker_star] = ACTIONS(3048), + [sym__list_marker_parenthesis] = ACTIONS(3048), + [sym__list_marker_dot] = ACTIONS(3048), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_example] = ACTIONS(3048), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3048), + [sym__fenced_code_block_start_backtick] = ACTIONS(3048), + [sym_minus_metadata] = ACTIONS(3048), + [sym__pipe_table_start] = ACTIONS(3048), + [sym__fenced_div_start] = ACTIONS(3048), + [sym_ref_id_specifier] = ACTIONS(3048), + [sym__code_span_start] = ACTIONS(3048), + [sym__html_comment] = ACTIONS(3048), + [sym__autolink] = ACTIONS(3048), + [sym__highlight_span_start] = ACTIONS(3048), + [sym__insert_span_start] = ACTIONS(3048), + [sym__delete_span_start] = ACTIONS(3048), + [sym__edit_comment_span_start] = ACTIONS(3048), + [sym__single_quote_span_open] = ACTIONS(3048), + [sym__double_quote_span_open] = ACTIONS(3048), + [sym__shortcode_open_escaped] = ACTIONS(3048), + [sym__shortcode_open] = ACTIONS(3048), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3048), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3048), + [sym__cite_author_in_text] = ACTIONS(3048), + [sym__cite_suppress_author] = ACTIONS(3048), + [sym__strikeout_open] = ACTIONS(3048), + [sym__subscript_open] = ACTIONS(3048), + [sym__superscript_open] = ACTIONS(3048), + [sym__inline_note_start_token] = ACTIONS(3048), + [sym__strong_emphasis_open_star] = ACTIONS(3048), + [sym__strong_emphasis_open_underscore] = ACTIONS(3048), + [sym__emphasis_open_star] = ACTIONS(3048), + [sym__emphasis_open_underscore] = ACTIONS(3048), + [sym_inline_note_reference] = ACTIONS(3048), + [sym_html_element] = ACTIONS(3048), + }, + [STATE(488)] = { + [anon_sym_COLON] = ACTIONS(3006), + [sym_entity_reference] = ACTIONS(3006), + [sym_numeric_character_reference] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_BANG_LBRACK] = ACTIONS(3008), + [anon_sym_DOLLAR] = ACTIONS(3006), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3008), + [aux_sym_pandoc_str_token1] = ACTIONS(3006), + [anon_sym_PIPE] = ACTIONS(3008), + [aux_sym__prose_punctuation_token1] = ACTIONS(3006), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3006), + [sym__line_ending] = ACTIONS(3008), + [sym__soft_line_ending] = ACTIONS(3008), + [sym__block_close] = ACTIONS(3008), + [sym__block_quote_start] = ACTIONS(3008), + [sym_atx_h1_marker] = ACTIONS(3008), + [sym_atx_h2_marker] = ACTIONS(3008), + [sym_atx_h3_marker] = ACTIONS(3008), + [sym_atx_h4_marker] = ACTIONS(3008), + [sym_atx_h5_marker] = ACTIONS(3008), + [sym_atx_h6_marker] = ACTIONS(3008), + [sym__thematic_break] = ACTIONS(3008), + [sym__list_marker_minus] = ACTIONS(3008), + [sym__list_marker_plus] = ACTIONS(3008), + [sym__list_marker_star] = ACTIONS(3008), + [sym__list_marker_parenthesis] = ACTIONS(3008), + [sym__list_marker_dot] = ACTIONS(3008), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_example] = ACTIONS(3008), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3008), + [sym__fenced_code_block_start_backtick] = ACTIONS(3008), + [sym_minus_metadata] = ACTIONS(3008), + [sym__pipe_table_start] = ACTIONS(3008), + [sym__fenced_div_start] = ACTIONS(3008), + [sym_ref_id_specifier] = ACTIONS(3008), + [sym__code_span_start] = ACTIONS(3008), + [sym__html_comment] = ACTIONS(3008), + [sym__autolink] = ACTIONS(3008), + [sym__highlight_span_start] = ACTIONS(3008), + [sym__insert_span_start] = ACTIONS(3008), + [sym__delete_span_start] = ACTIONS(3008), + [sym__edit_comment_span_start] = ACTIONS(3008), + [sym__single_quote_span_open] = ACTIONS(3008), + [sym__double_quote_span_open] = ACTIONS(3008), + [sym__shortcode_open_escaped] = ACTIONS(3008), + [sym__shortcode_open] = ACTIONS(3008), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3008), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3008), + [sym__cite_author_in_text] = ACTIONS(3008), + [sym__cite_suppress_author] = ACTIONS(3008), + [sym__strikeout_open] = ACTIONS(3008), + [sym__subscript_open] = ACTIONS(3008), + [sym__superscript_open] = ACTIONS(3008), + [sym__inline_note_start_token] = ACTIONS(3008), + [sym__strong_emphasis_open_star] = ACTIONS(3008), + [sym__strong_emphasis_open_underscore] = ACTIONS(3008), + [sym__emphasis_open_star] = ACTIONS(3008), + [sym__emphasis_open_underscore] = ACTIONS(3008), + [sym_inline_note_reference] = ACTIONS(3008), + [sym_html_element] = ACTIONS(3008), + }, + [STATE(489)] = { + [ts_builtin_sym_end] = ACTIONS(3052), + [anon_sym_COLON] = ACTIONS(3050), + [sym_entity_reference] = ACTIONS(3050), + [sym_numeric_character_reference] = ACTIONS(3052), + [anon_sym_LBRACK] = ACTIONS(3052), + [anon_sym_BANG_LBRACK] = ACTIONS(3052), + [anon_sym_DOLLAR] = ACTIONS(3050), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(3052), + [aux_sym_pandoc_str_token1] = ACTIONS(3050), + [anon_sym_PIPE] = ACTIONS(3052), + [aux_sym__prose_punctuation_token1] = ACTIONS(3050), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3050), + [sym__line_ending] = ACTIONS(3052), + [sym__soft_line_ending] = ACTIONS(3052), + [sym__block_quote_start] = ACTIONS(3052), + [sym_atx_h1_marker] = ACTIONS(3052), + [sym_atx_h2_marker] = ACTIONS(3052), + [sym_atx_h3_marker] = ACTIONS(3052), + [sym_atx_h4_marker] = ACTIONS(3052), + [sym_atx_h5_marker] = ACTIONS(3052), + [sym_atx_h6_marker] = ACTIONS(3052), + [sym__thematic_break] = ACTIONS(3052), + [sym__list_marker_minus] = ACTIONS(3052), + [sym__list_marker_plus] = ACTIONS(3052), + [sym__list_marker_star] = ACTIONS(3052), + [sym__list_marker_parenthesis] = ACTIONS(3052), + [sym__list_marker_dot] = ACTIONS(3052), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_example] = ACTIONS(3052), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3052), + [sym__fenced_code_block_start_backtick] = ACTIONS(3052), + [sym_minus_metadata] = ACTIONS(3052), + [sym__pipe_table_start] = ACTIONS(3052), + [sym__fenced_div_start] = ACTIONS(3052), + [sym_ref_id_specifier] = ACTIONS(3052), + [sym__code_span_start] = ACTIONS(3052), + [sym__html_comment] = ACTIONS(3052), + [sym__autolink] = ACTIONS(3052), + [sym__highlight_span_start] = ACTIONS(3052), + [sym__insert_span_start] = ACTIONS(3052), + [sym__delete_span_start] = ACTIONS(3052), + [sym__edit_comment_span_start] = ACTIONS(3052), + [sym__single_quote_span_open] = ACTIONS(3052), + [sym__double_quote_span_open] = ACTIONS(3052), + [sym__shortcode_open_escaped] = ACTIONS(3052), + [sym__shortcode_open] = ACTIONS(3052), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3052), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3052), + [sym__cite_author_in_text] = ACTIONS(3052), + [sym__cite_suppress_author] = ACTIONS(3052), + [sym__strikeout_open] = ACTIONS(3052), + [sym__subscript_open] = ACTIONS(3052), + [sym__superscript_open] = ACTIONS(3052), + [sym__inline_note_start_token] = ACTIONS(3052), + [sym__strong_emphasis_open_star] = ACTIONS(3052), + [sym__strong_emphasis_open_underscore] = ACTIONS(3052), + [sym__emphasis_open_star] = ACTIONS(3052), + [sym__emphasis_open_underscore] = ACTIONS(3052), + [sym_inline_note_reference] = ACTIONS(3052), + [sym_html_element] = ACTIONS(3052), + }, + [STATE(490)] = { + [anon_sym_COLON] = ACTIONS(3014), + [sym_entity_reference] = ACTIONS(3014), + [sym_numeric_character_reference] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_BANG_LBRACK] = ACTIONS(3016), + [anon_sym_DOLLAR] = ACTIONS(3014), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3016), + [aux_sym_pandoc_str_token1] = ACTIONS(3014), + [anon_sym_PIPE] = ACTIONS(3016), + [aux_sym__prose_punctuation_token1] = ACTIONS(3014), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3014), + [sym__line_ending] = ACTIONS(3016), + [sym__soft_line_ending] = ACTIONS(3016), + [sym__block_close] = ACTIONS(3016), + [sym__block_quote_start] = ACTIONS(3016), + [sym_atx_h1_marker] = ACTIONS(3016), + [sym_atx_h2_marker] = ACTIONS(3016), + [sym_atx_h3_marker] = ACTIONS(3016), + [sym_atx_h4_marker] = ACTIONS(3016), + [sym_atx_h5_marker] = ACTIONS(3016), + [sym_atx_h6_marker] = ACTIONS(3016), + [sym__thematic_break] = ACTIONS(3016), + [sym__list_marker_minus] = ACTIONS(3016), + [sym__list_marker_plus] = ACTIONS(3016), + [sym__list_marker_star] = ACTIONS(3016), + [sym__list_marker_parenthesis] = ACTIONS(3016), + [sym__list_marker_dot] = ACTIONS(3016), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_example] = ACTIONS(3016), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3016), + [sym__fenced_code_block_start_backtick] = ACTIONS(3016), + [sym_minus_metadata] = ACTIONS(3016), + [sym__pipe_table_start] = ACTIONS(3016), + [sym__fenced_div_start] = ACTIONS(3016), + [sym_ref_id_specifier] = ACTIONS(3016), + [sym__code_span_start] = ACTIONS(3016), + [sym__html_comment] = ACTIONS(3016), + [sym__autolink] = ACTIONS(3016), + [sym__highlight_span_start] = ACTIONS(3016), + [sym__insert_span_start] = ACTIONS(3016), + [sym__delete_span_start] = ACTIONS(3016), + [sym__edit_comment_span_start] = ACTIONS(3016), + [sym__single_quote_span_open] = ACTIONS(3016), + [sym__double_quote_span_open] = ACTIONS(3016), + [sym__shortcode_open_escaped] = ACTIONS(3016), + [sym__shortcode_open] = ACTIONS(3016), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3016), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3016), + [sym__cite_author_in_text] = ACTIONS(3016), + [sym__cite_suppress_author] = ACTIONS(3016), + [sym__strikeout_open] = ACTIONS(3016), + [sym__subscript_open] = ACTIONS(3016), + [sym__superscript_open] = ACTIONS(3016), + [sym__inline_note_start_token] = ACTIONS(3016), + [sym__strong_emphasis_open_star] = ACTIONS(3016), + [sym__strong_emphasis_open_underscore] = ACTIONS(3016), + [sym__emphasis_open_star] = ACTIONS(3016), + [sym__emphasis_open_underscore] = ACTIONS(3016), + [sym_inline_note_reference] = ACTIONS(3016), + [sym_html_element] = ACTIONS(3016), + }, + [STATE(491)] = { + [anon_sym_COLON] = ACTIONS(3182), + [sym_entity_reference] = ACTIONS(3182), + [sym_numeric_character_reference] = ACTIONS(3184), + [anon_sym_LBRACK] = ACTIONS(3184), + [anon_sym_BANG_LBRACK] = ACTIONS(3184), + [anon_sym_DOLLAR] = ACTIONS(3182), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3184), + [anon_sym_LBRACE] = ACTIONS(3184), + [aux_sym_pandoc_str_token1] = ACTIONS(3182), + [anon_sym_PIPE] = ACTIONS(3184), + [aux_sym__prose_punctuation_token1] = ACTIONS(3182), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3182), + [sym__line_ending] = ACTIONS(3184), + [sym__soft_line_ending] = ACTIONS(3184), + [sym__block_close] = ACTIONS(3184), + [sym__block_quote_start] = ACTIONS(3184), + [sym_atx_h1_marker] = ACTIONS(3184), + [sym_atx_h2_marker] = ACTIONS(3184), + [sym_atx_h3_marker] = ACTIONS(3184), + [sym_atx_h4_marker] = ACTIONS(3184), + [sym_atx_h5_marker] = ACTIONS(3184), + [sym_atx_h6_marker] = ACTIONS(3184), + [sym__thematic_break] = ACTIONS(3184), + [sym__list_marker_minus] = ACTIONS(3184), + [sym__list_marker_plus] = ACTIONS(3184), + [sym__list_marker_star] = ACTIONS(3184), + [sym__list_marker_parenthesis] = ACTIONS(3184), + [sym__list_marker_dot] = ACTIONS(3184), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3184), + [sym__list_marker_example] = ACTIONS(3184), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3184), + [sym__fenced_code_block_start_backtick] = ACTIONS(3184), + [sym_minus_metadata] = ACTIONS(3184), + [sym__pipe_table_start] = ACTIONS(3184), + [sym__fenced_div_start] = ACTIONS(3184), + [sym_ref_id_specifier] = ACTIONS(3184), + [sym__code_span_start] = ACTIONS(3184), + [sym__html_comment] = ACTIONS(3184), + [sym__autolink] = ACTIONS(3184), + [sym__highlight_span_start] = ACTIONS(3184), + [sym__insert_span_start] = ACTIONS(3184), + [sym__delete_span_start] = ACTIONS(3184), + [sym__edit_comment_span_start] = ACTIONS(3184), + [sym__single_quote_span_open] = ACTIONS(3184), + [sym__double_quote_span_open] = ACTIONS(3184), + [sym__shortcode_open_escaped] = ACTIONS(3184), + [sym__shortcode_open] = ACTIONS(3184), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3184), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3184), + [sym__cite_author_in_text] = ACTIONS(3184), + [sym__cite_suppress_author] = ACTIONS(3184), + [sym__strikeout_open] = ACTIONS(3184), + [sym__subscript_open] = ACTIONS(3184), + [sym__superscript_open] = ACTIONS(3184), + [sym__inline_note_start_token] = ACTIONS(3184), + [sym__strong_emphasis_open_star] = ACTIONS(3184), + [sym__strong_emphasis_open_underscore] = ACTIONS(3184), + [sym__emphasis_open_star] = ACTIONS(3184), + [sym__emphasis_open_underscore] = ACTIONS(3184), + [sym_inline_note_reference] = ACTIONS(3184), + [sym_html_element] = ACTIONS(3184), + }, + [STATE(492)] = { + [ts_builtin_sym_end] = ACTIONS(3188), + [anon_sym_COLON] = ACTIONS(3186), + [sym_entity_reference] = ACTIONS(3186), + [sym_numeric_character_reference] = ACTIONS(3188), + [anon_sym_LBRACK] = ACTIONS(3188), + [anon_sym_BANG_LBRACK] = ACTIONS(3188), + [anon_sym_DOLLAR] = ACTIONS(3186), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3188), + [anon_sym_LBRACE] = ACTIONS(3188), + [aux_sym_pandoc_str_token1] = ACTIONS(3186), + [anon_sym_PIPE] = ACTIONS(3188), + [aux_sym__prose_punctuation_token1] = ACTIONS(3186), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3186), + [sym__line_ending] = ACTIONS(3188), + [sym__soft_line_ending] = ACTIONS(3188), + [sym__block_quote_start] = ACTIONS(3188), + [sym_atx_h1_marker] = ACTIONS(3188), + [sym_atx_h2_marker] = ACTIONS(3188), + [sym_atx_h3_marker] = ACTIONS(3188), + [sym_atx_h4_marker] = ACTIONS(3188), + [sym_atx_h5_marker] = ACTIONS(3188), + [sym_atx_h6_marker] = ACTIONS(3188), + [sym__thematic_break] = ACTIONS(3188), + [sym__list_marker_minus] = ACTIONS(3188), + [sym__list_marker_plus] = ACTIONS(3188), + [sym__list_marker_star] = ACTIONS(3188), + [sym__list_marker_parenthesis] = ACTIONS(3188), + [sym__list_marker_dot] = ACTIONS(3188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_example] = ACTIONS(3188), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3188), + [sym__fenced_code_block_start_backtick] = ACTIONS(3188), + [sym_minus_metadata] = ACTIONS(3188), + [sym__pipe_table_start] = ACTIONS(3188), + [sym__fenced_div_start] = ACTIONS(3188), + [sym_ref_id_specifier] = ACTIONS(3188), + [sym__code_span_start] = ACTIONS(3188), + [sym__html_comment] = ACTIONS(3188), + [sym__autolink] = ACTIONS(3188), + [sym__highlight_span_start] = ACTIONS(3188), + [sym__insert_span_start] = ACTIONS(3188), + [sym__delete_span_start] = ACTIONS(3188), + [sym__edit_comment_span_start] = ACTIONS(3188), + [sym__single_quote_span_open] = ACTIONS(3188), + [sym__double_quote_span_open] = ACTIONS(3188), + [sym__shortcode_open_escaped] = ACTIONS(3188), + [sym__shortcode_open] = ACTIONS(3188), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3188), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3188), + [sym__cite_author_in_text] = ACTIONS(3188), + [sym__cite_suppress_author] = ACTIONS(3188), + [sym__strikeout_open] = ACTIONS(3188), + [sym__subscript_open] = ACTIONS(3188), + [sym__superscript_open] = ACTIONS(3188), + [sym__inline_note_start_token] = ACTIONS(3188), + [sym__strong_emphasis_open_star] = ACTIONS(3188), + [sym__strong_emphasis_open_underscore] = ACTIONS(3188), + [sym__emphasis_open_star] = ACTIONS(3188), + [sym__emphasis_open_underscore] = ACTIONS(3188), + [sym_inline_note_reference] = ACTIONS(3188), + [sym_html_element] = ACTIONS(3188), + }, + [STATE(493)] = { + [ts_builtin_sym_end] = ACTIONS(3056), + [anon_sym_COLON] = ACTIONS(3054), + [sym_entity_reference] = ACTIONS(3054), + [sym_numeric_character_reference] = ACTIONS(3056), + [anon_sym_LBRACK] = ACTIONS(3056), + [anon_sym_BANG_LBRACK] = ACTIONS(3056), + [anon_sym_DOLLAR] = ACTIONS(3054), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3056), + [anon_sym_LBRACE] = ACTIONS(3056), + [aux_sym_pandoc_str_token1] = ACTIONS(3054), + [anon_sym_PIPE] = ACTIONS(3056), + [aux_sym__prose_punctuation_token1] = ACTIONS(3054), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3054), + [sym__line_ending] = ACTIONS(3056), + [sym__soft_line_ending] = ACTIONS(3056), + [sym__block_quote_start] = ACTIONS(3056), + [sym_atx_h1_marker] = ACTIONS(3056), + [sym_atx_h2_marker] = ACTIONS(3056), + [sym_atx_h3_marker] = ACTIONS(3056), + [sym_atx_h4_marker] = ACTIONS(3056), + [sym_atx_h5_marker] = ACTIONS(3056), + [sym_atx_h6_marker] = ACTIONS(3056), + [sym__thematic_break] = ACTIONS(3056), + [sym__list_marker_minus] = ACTIONS(3056), + [sym__list_marker_plus] = ACTIONS(3056), + [sym__list_marker_star] = ACTIONS(3056), + [sym__list_marker_parenthesis] = ACTIONS(3056), + [sym__list_marker_dot] = ACTIONS(3056), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_example] = ACTIONS(3056), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3056), + [sym__fenced_code_block_start_backtick] = ACTIONS(3056), + [sym_minus_metadata] = ACTIONS(3056), + [sym__pipe_table_start] = ACTIONS(3056), + [sym__fenced_div_start] = ACTIONS(3056), + [sym_ref_id_specifier] = ACTIONS(3056), + [sym__code_span_start] = ACTIONS(3056), + [sym__html_comment] = ACTIONS(3056), + [sym__autolink] = ACTIONS(3056), + [sym__highlight_span_start] = ACTIONS(3056), + [sym__insert_span_start] = ACTIONS(3056), + [sym__delete_span_start] = ACTIONS(3056), + [sym__edit_comment_span_start] = ACTIONS(3056), + [sym__single_quote_span_open] = ACTIONS(3056), + [sym__double_quote_span_open] = ACTIONS(3056), + [sym__shortcode_open_escaped] = ACTIONS(3056), + [sym__shortcode_open] = ACTIONS(3056), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3056), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3056), + [sym__cite_author_in_text] = ACTIONS(3056), + [sym__cite_suppress_author] = ACTIONS(3056), + [sym__strikeout_open] = ACTIONS(3056), + [sym__subscript_open] = ACTIONS(3056), + [sym__superscript_open] = ACTIONS(3056), + [sym__inline_note_start_token] = ACTIONS(3056), + [sym__strong_emphasis_open_star] = ACTIONS(3056), + [sym__strong_emphasis_open_underscore] = ACTIONS(3056), + [sym__emphasis_open_star] = ACTIONS(3056), + [sym__emphasis_open_underscore] = ACTIONS(3056), + [sym_inline_note_reference] = ACTIONS(3056), + [sym_html_element] = ACTIONS(3056), + }, + [STATE(494)] = { + [anon_sym_COLON] = ACTIONS(3018), + [sym_entity_reference] = ACTIONS(3018), + [sym_numeric_character_reference] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_BANG_LBRACK] = ACTIONS(3020), + [anon_sym_DOLLAR] = ACTIONS(3018), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3020), + [aux_sym_pandoc_str_token1] = ACTIONS(3018), + [anon_sym_PIPE] = ACTIONS(3020), + [aux_sym__prose_punctuation_token1] = ACTIONS(3018), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3018), + [sym__line_ending] = ACTIONS(3020), + [sym__soft_line_ending] = ACTIONS(3020), + [sym__block_close] = ACTIONS(3020), + [sym__block_quote_start] = ACTIONS(3020), + [sym_atx_h1_marker] = ACTIONS(3020), + [sym_atx_h2_marker] = ACTIONS(3020), + [sym_atx_h3_marker] = ACTIONS(3020), + [sym_atx_h4_marker] = ACTIONS(3020), + [sym_atx_h5_marker] = ACTIONS(3020), + [sym_atx_h6_marker] = ACTIONS(3020), + [sym__thematic_break] = ACTIONS(3020), + [sym__list_marker_minus] = ACTIONS(3020), + [sym__list_marker_plus] = ACTIONS(3020), + [sym__list_marker_star] = ACTIONS(3020), + [sym__list_marker_parenthesis] = ACTIONS(3020), + [sym__list_marker_dot] = ACTIONS(3020), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_example] = ACTIONS(3020), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3020), + [sym__fenced_code_block_start_backtick] = ACTIONS(3020), + [sym_minus_metadata] = ACTIONS(3020), + [sym__pipe_table_start] = ACTIONS(3020), + [sym__fenced_div_start] = ACTIONS(3020), + [sym_ref_id_specifier] = ACTIONS(3020), + [sym__code_span_start] = ACTIONS(3020), + [sym__html_comment] = ACTIONS(3020), + [sym__autolink] = ACTIONS(3020), + [sym__highlight_span_start] = ACTIONS(3020), + [sym__insert_span_start] = ACTIONS(3020), + [sym__delete_span_start] = ACTIONS(3020), + [sym__edit_comment_span_start] = ACTIONS(3020), + [sym__single_quote_span_open] = ACTIONS(3020), + [sym__double_quote_span_open] = ACTIONS(3020), + [sym__shortcode_open_escaped] = ACTIONS(3020), + [sym__shortcode_open] = ACTIONS(3020), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3020), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3020), + [sym__cite_author_in_text] = ACTIONS(3020), + [sym__cite_suppress_author] = ACTIONS(3020), + [sym__strikeout_open] = ACTIONS(3020), + [sym__subscript_open] = ACTIONS(3020), + [sym__superscript_open] = ACTIONS(3020), + [sym__inline_note_start_token] = ACTIONS(3020), + [sym__strong_emphasis_open_star] = ACTIONS(3020), + [sym__strong_emphasis_open_underscore] = ACTIONS(3020), + [sym__emphasis_open_star] = ACTIONS(3020), + [sym__emphasis_open_underscore] = ACTIONS(3020), + [sym_inline_note_reference] = ACTIONS(3020), + [sym_html_element] = ACTIONS(3020), + }, + [STATE(495)] = { + [ts_builtin_sym_end] = ACTIONS(3060), + [anon_sym_COLON] = ACTIONS(3058), + [sym_entity_reference] = ACTIONS(3058), + [sym_numeric_character_reference] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_BANG_LBRACK] = ACTIONS(3060), + [anon_sym_DOLLAR] = ACTIONS(3058), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3060), + [aux_sym_pandoc_str_token1] = ACTIONS(3058), + [anon_sym_PIPE] = ACTIONS(3060), + [aux_sym__prose_punctuation_token1] = ACTIONS(3058), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3058), + [sym__line_ending] = ACTIONS(3060), + [sym__soft_line_ending] = ACTIONS(3060), + [sym__block_quote_start] = ACTIONS(3060), + [sym_atx_h1_marker] = ACTIONS(3060), + [sym_atx_h2_marker] = ACTIONS(3060), + [sym_atx_h3_marker] = ACTIONS(3060), + [sym_atx_h4_marker] = ACTIONS(3060), + [sym_atx_h5_marker] = ACTIONS(3060), + [sym_atx_h6_marker] = ACTIONS(3060), + [sym__thematic_break] = ACTIONS(3060), + [sym__list_marker_minus] = ACTIONS(3060), + [sym__list_marker_plus] = ACTIONS(3060), + [sym__list_marker_star] = ACTIONS(3060), + [sym__list_marker_parenthesis] = ACTIONS(3060), + [sym__list_marker_dot] = ACTIONS(3060), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_example] = ACTIONS(3060), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3060), + [sym__fenced_code_block_start_backtick] = ACTIONS(3060), + [sym_minus_metadata] = ACTIONS(3060), + [sym__pipe_table_start] = ACTIONS(3060), + [sym__fenced_div_start] = ACTIONS(3060), + [sym_ref_id_specifier] = ACTIONS(3060), + [sym__code_span_start] = ACTIONS(3060), + [sym__html_comment] = ACTIONS(3060), + [sym__autolink] = ACTIONS(3060), + [sym__highlight_span_start] = ACTIONS(3060), + [sym__insert_span_start] = ACTIONS(3060), + [sym__delete_span_start] = ACTIONS(3060), + [sym__edit_comment_span_start] = ACTIONS(3060), + [sym__single_quote_span_open] = ACTIONS(3060), + [sym__double_quote_span_open] = ACTIONS(3060), + [sym__shortcode_open_escaped] = ACTIONS(3060), + [sym__shortcode_open] = ACTIONS(3060), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3060), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3060), + [sym__cite_author_in_text] = ACTIONS(3060), + [sym__cite_suppress_author] = ACTIONS(3060), + [sym__strikeout_open] = ACTIONS(3060), + [sym__subscript_open] = ACTIONS(3060), + [sym__superscript_open] = ACTIONS(3060), + [sym__inline_note_start_token] = ACTIONS(3060), + [sym__strong_emphasis_open_star] = ACTIONS(3060), + [sym__strong_emphasis_open_underscore] = ACTIONS(3060), + [sym__emphasis_open_star] = ACTIONS(3060), + [sym__emphasis_open_underscore] = ACTIONS(3060), + [sym_inline_note_reference] = ACTIONS(3060), + [sym_html_element] = ACTIONS(3060), + }, + [STATE(496)] = { + [anon_sym_COLON] = ACTIONS(3022), + [sym_entity_reference] = ACTIONS(3022), + [sym_numeric_character_reference] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_BANG_LBRACK] = ACTIONS(3024), + [anon_sym_DOLLAR] = ACTIONS(3022), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3024), + [aux_sym_pandoc_str_token1] = ACTIONS(3022), + [anon_sym_PIPE] = ACTIONS(3024), + [aux_sym__prose_punctuation_token1] = ACTIONS(3022), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3022), + [sym__line_ending] = ACTIONS(3024), + [sym__soft_line_ending] = ACTIONS(3024), + [sym__block_close] = ACTIONS(3024), + [sym__block_quote_start] = ACTIONS(3024), + [sym_atx_h1_marker] = ACTIONS(3024), + [sym_atx_h2_marker] = ACTIONS(3024), + [sym_atx_h3_marker] = ACTIONS(3024), + [sym_atx_h4_marker] = ACTIONS(3024), + [sym_atx_h5_marker] = ACTIONS(3024), + [sym_atx_h6_marker] = ACTIONS(3024), + [sym__thematic_break] = ACTIONS(3024), + [sym__list_marker_minus] = ACTIONS(3024), + [sym__list_marker_plus] = ACTIONS(3024), + [sym__list_marker_star] = ACTIONS(3024), + [sym__list_marker_parenthesis] = ACTIONS(3024), + [sym__list_marker_dot] = ACTIONS(3024), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_example] = ACTIONS(3024), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3024), + [sym__fenced_code_block_start_backtick] = ACTIONS(3024), + [sym_minus_metadata] = ACTIONS(3024), + [sym__pipe_table_start] = ACTIONS(3024), + [sym__fenced_div_start] = ACTIONS(3024), + [sym_ref_id_specifier] = ACTIONS(3024), + [sym__code_span_start] = ACTIONS(3024), + [sym__html_comment] = ACTIONS(3024), + [sym__autolink] = ACTIONS(3024), + [sym__highlight_span_start] = ACTIONS(3024), + [sym__insert_span_start] = ACTIONS(3024), + [sym__delete_span_start] = ACTIONS(3024), + [sym__edit_comment_span_start] = ACTIONS(3024), + [sym__single_quote_span_open] = ACTIONS(3024), + [sym__double_quote_span_open] = ACTIONS(3024), + [sym__shortcode_open_escaped] = ACTIONS(3024), + [sym__shortcode_open] = ACTIONS(3024), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3024), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3024), + [sym__cite_author_in_text] = ACTIONS(3024), + [sym__cite_suppress_author] = ACTIONS(3024), + [sym__strikeout_open] = ACTIONS(3024), + [sym__subscript_open] = ACTIONS(3024), + [sym__superscript_open] = ACTIONS(3024), + [sym__inline_note_start_token] = ACTIONS(3024), + [sym__strong_emphasis_open_star] = ACTIONS(3024), + [sym__strong_emphasis_open_underscore] = ACTIONS(3024), + [sym__emphasis_open_star] = ACTIONS(3024), + [sym__emphasis_open_underscore] = ACTIONS(3024), + [sym_inline_note_reference] = ACTIONS(3024), + [sym_html_element] = ACTIONS(3024), + }, + [STATE(497)] = { + [anon_sym_COLON] = ACTIONS(3186), + [sym_entity_reference] = ACTIONS(3186), + [sym_numeric_character_reference] = ACTIONS(3188), + [anon_sym_LBRACK] = ACTIONS(3188), + [anon_sym_BANG_LBRACK] = ACTIONS(3188), + [anon_sym_DOLLAR] = ACTIONS(3186), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3188), + [anon_sym_LBRACE] = ACTIONS(3188), + [aux_sym_pandoc_str_token1] = ACTIONS(3186), + [anon_sym_PIPE] = ACTIONS(3188), + [aux_sym__prose_punctuation_token1] = ACTIONS(3186), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3186), + [sym__line_ending] = ACTIONS(3188), + [sym__soft_line_ending] = ACTIONS(3188), + [sym__block_close] = ACTIONS(3188), + [sym__block_quote_start] = ACTIONS(3188), + [sym_atx_h1_marker] = ACTIONS(3188), + [sym_atx_h2_marker] = ACTIONS(3188), + [sym_atx_h3_marker] = ACTIONS(3188), + [sym_atx_h4_marker] = ACTIONS(3188), + [sym_atx_h5_marker] = ACTIONS(3188), + [sym_atx_h6_marker] = ACTIONS(3188), + [sym__thematic_break] = ACTIONS(3188), + [sym__list_marker_minus] = ACTIONS(3188), + [sym__list_marker_plus] = ACTIONS(3188), + [sym__list_marker_star] = ACTIONS(3188), + [sym__list_marker_parenthesis] = ACTIONS(3188), + [sym__list_marker_dot] = ACTIONS(3188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3188), + [sym__list_marker_example] = ACTIONS(3188), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3188), + [sym__fenced_code_block_start_backtick] = ACTIONS(3188), + [sym_minus_metadata] = ACTIONS(3188), + [sym__pipe_table_start] = ACTIONS(3188), + [sym__fenced_div_start] = ACTIONS(3188), + [sym_ref_id_specifier] = ACTIONS(3188), + [sym__code_span_start] = ACTIONS(3188), + [sym__html_comment] = ACTIONS(3188), + [sym__autolink] = ACTIONS(3188), + [sym__highlight_span_start] = ACTIONS(3188), + [sym__insert_span_start] = ACTIONS(3188), + [sym__delete_span_start] = ACTIONS(3188), + [sym__edit_comment_span_start] = ACTIONS(3188), + [sym__single_quote_span_open] = ACTIONS(3188), + [sym__double_quote_span_open] = ACTIONS(3188), + [sym__shortcode_open_escaped] = ACTIONS(3188), + [sym__shortcode_open] = ACTIONS(3188), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3188), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3188), + [sym__cite_author_in_text] = ACTIONS(3188), + [sym__cite_suppress_author] = ACTIONS(3188), + [sym__strikeout_open] = ACTIONS(3188), + [sym__subscript_open] = ACTIONS(3188), + [sym__superscript_open] = ACTIONS(3188), + [sym__inline_note_start_token] = ACTIONS(3188), + [sym__strong_emphasis_open_star] = ACTIONS(3188), + [sym__strong_emphasis_open_underscore] = ACTIONS(3188), + [sym__emphasis_open_star] = ACTIONS(3188), + [sym__emphasis_open_underscore] = ACTIONS(3188), + [sym_inline_note_reference] = ACTIONS(3188), + [sym_html_element] = ACTIONS(3188), + }, + [STATE(498)] = { + [anon_sym_COLON] = ACTIONS(3190), + [sym_entity_reference] = ACTIONS(3190), + [sym_numeric_character_reference] = ACTIONS(3192), + [anon_sym_LBRACK] = ACTIONS(3192), + [anon_sym_BANG_LBRACK] = ACTIONS(3192), + [anon_sym_DOLLAR] = ACTIONS(3190), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3192), + [anon_sym_LBRACE] = ACTIONS(3192), + [aux_sym_pandoc_str_token1] = ACTIONS(3190), + [anon_sym_PIPE] = ACTIONS(3192), + [aux_sym__prose_punctuation_token1] = ACTIONS(3190), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3190), + [sym__line_ending] = ACTIONS(3192), + [sym__soft_line_ending] = ACTIONS(3192), + [sym__block_close] = ACTIONS(3192), + [sym__block_quote_start] = ACTIONS(3192), + [sym_atx_h1_marker] = ACTIONS(3192), + [sym_atx_h2_marker] = ACTIONS(3192), + [sym_atx_h3_marker] = ACTIONS(3192), + [sym_atx_h4_marker] = ACTIONS(3192), + [sym_atx_h5_marker] = ACTIONS(3192), + [sym_atx_h6_marker] = ACTIONS(3192), + [sym__thematic_break] = ACTIONS(3192), + [sym__list_marker_minus] = ACTIONS(3192), + [sym__list_marker_plus] = ACTIONS(3192), + [sym__list_marker_star] = ACTIONS(3192), + [sym__list_marker_parenthesis] = ACTIONS(3192), + [sym__list_marker_dot] = ACTIONS(3192), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_example] = ACTIONS(3192), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3192), + [sym__fenced_code_block_start_backtick] = ACTIONS(3192), + [sym_minus_metadata] = ACTIONS(3192), + [sym__pipe_table_start] = ACTIONS(3192), + [sym__fenced_div_start] = ACTIONS(3192), + [sym_ref_id_specifier] = ACTIONS(3192), + [sym__code_span_start] = ACTIONS(3192), + [sym__html_comment] = ACTIONS(3192), + [sym__autolink] = ACTIONS(3192), + [sym__highlight_span_start] = ACTIONS(3192), + [sym__insert_span_start] = ACTIONS(3192), + [sym__delete_span_start] = ACTIONS(3192), + [sym__edit_comment_span_start] = ACTIONS(3192), + [sym__single_quote_span_open] = ACTIONS(3192), + [sym__double_quote_span_open] = ACTIONS(3192), + [sym__shortcode_open_escaped] = ACTIONS(3192), + [sym__shortcode_open] = ACTIONS(3192), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3192), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3192), + [sym__cite_author_in_text] = ACTIONS(3192), + [sym__cite_suppress_author] = ACTIONS(3192), + [sym__strikeout_open] = ACTIONS(3192), + [sym__subscript_open] = ACTIONS(3192), + [sym__superscript_open] = ACTIONS(3192), + [sym__inline_note_start_token] = ACTIONS(3192), + [sym__strong_emphasis_open_star] = ACTIONS(3192), + [sym__strong_emphasis_open_underscore] = ACTIONS(3192), + [sym__emphasis_open_star] = ACTIONS(3192), + [sym__emphasis_open_underscore] = ACTIONS(3192), + [sym_inline_note_reference] = ACTIONS(3192), + [sym_html_element] = ACTIONS(3192), + }, + [STATE(499)] = { + [ts_builtin_sym_end] = ACTIONS(3064), + [anon_sym_COLON] = ACTIONS(3062), + [sym_entity_reference] = ACTIONS(3062), + [sym_numeric_character_reference] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_BANG_LBRACK] = ACTIONS(3064), + [anon_sym_DOLLAR] = ACTIONS(3062), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3064), + [aux_sym_pandoc_str_token1] = ACTIONS(3062), + [anon_sym_PIPE] = ACTIONS(3064), + [aux_sym__prose_punctuation_token1] = ACTIONS(3062), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3062), + [sym__line_ending] = ACTIONS(3064), + [sym__soft_line_ending] = ACTIONS(3064), + [sym__block_quote_start] = ACTIONS(3064), + [sym_atx_h1_marker] = ACTIONS(3064), + [sym_atx_h2_marker] = ACTIONS(3064), + [sym_atx_h3_marker] = ACTIONS(3064), + [sym_atx_h4_marker] = ACTIONS(3064), + [sym_atx_h5_marker] = ACTIONS(3064), + [sym_atx_h6_marker] = ACTIONS(3064), + [sym__thematic_break] = ACTIONS(3064), + [sym__list_marker_minus] = ACTIONS(3064), + [sym__list_marker_plus] = ACTIONS(3064), + [sym__list_marker_star] = ACTIONS(3064), + [sym__list_marker_parenthesis] = ACTIONS(3064), + [sym__list_marker_dot] = ACTIONS(3064), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_example] = ACTIONS(3064), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3064), + [sym__fenced_code_block_start_backtick] = ACTIONS(3064), + [sym_minus_metadata] = ACTIONS(3064), + [sym__pipe_table_start] = ACTIONS(3064), + [sym__fenced_div_start] = ACTIONS(3064), + [sym_ref_id_specifier] = ACTIONS(3064), + [sym__code_span_start] = ACTIONS(3064), + [sym__html_comment] = ACTIONS(3064), + [sym__autolink] = ACTIONS(3064), + [sym__highlight_span_start] = ACTIONS(3064), + [sym__insert_span_start] = ACTIONS(3064), + [sym__delete_span_start] = ACTIONS(3064), + [sym__edit_comment_span_start] = ACTIONS(3064), + [sym__single_quote_span_open] = ACTIONS(3064), + [sym__double_quote_span_open] = ACTIONS(3064), + [sym__shortcode_open_escaped] = ACTIONS(3064), + [sym__shortcode_open] = ACTIONS(3064), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3064), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3064), + [sym__cite_author_in_text] = ACTIONS(3064), + [sym__cite_suppress_author] = ACTIONS(3064), + [sym__strikeout_open] = ACTIONS(3064), + [sym__subscript_open] = ACTIONS(3064), + [sym__superscript_open] = ACTIONS(3064), + [sym__inline_note_start_token] = ACTIONS(3064), + [sym__strong_emphasis_open_star] = ACTIONS(3064), + [sym__strong_emphasis_open_underscore] = ACTIONS(3064), + [sym__emphasis_open_star] = ACTIONS(3064), + [sym__emphasis_open_underscore] = ACTIONS(3064), + [sym_inline_note_reference] = ACTIONS(3064), + [sym_html_element] = ACTIONS(3064), + }, + [STATE(500)] = { + [ts_builtin_sym_end] = ACTIONS(3192), + [anon_sym_COLON] = ACTIONS(3190), + [sym_entity_reference] = ACTIONS(3190), + [sym_numeric_character_reference] = ACTIONS(3192), + [anon_sym_LBRACK] = ACTIONS(3192), + [anon_sym_BANG_LBRACK] = ACTIONS(3192), + [anon_sym_DOLLAR] = ACTIONS(3190), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3192), + [anon_sym_LBRACE] = ACTIONS(3192), + [aux_sym_pandoc_str_token1] = ACTIONS(3190), + [anon_sym_PIPE] = ACTIONS(3192), + [aux_sym__prose_punctuation_token1] = ACTIONS(3190), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3190), + [sym__line_ending] = ACTIONS(3192), + [sym__soft_line_ending] = ACTIONS(3192), + [sym__block_quote_start] = ACTIONS(3192), + [sym_atx_h1_marker] = ACTIONS(3192), + [sym_atx_h2_marker] = ACTIONS(3192), + [sym_atx_h3_marker] = ACTIONS(3192), + [sym_atx_h4_marker] = ACTIONS(3192), + [sym_atx_h5_marker] = ACTIONS(3192), + [sym_atx_h6_marker] = ACTIONS(3192), + [sym__thematic_break] = ACTIONS(3192), + [sym__list_marker_minus] = ACTIONS(3192), + [sym__list_marker_plus] = ACTIONS(3192), + [sym__list_marker_star] = ACTIONS(3192), + [sym__list_marker_parenthesis] = ACTIONS(3192), + [sym__list_marker_dot] = ACTIONS(3192), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3192), + [sym__list_marker_example] = ACTIONS(3192), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3192), + [sym__fenced_code_block_start_backtick] = ACTIONS(3192), + [sym_minus_metadata] = ACTIONS(3192), + [sym__pipe_table_start] = ACTIONS(3192), + [sym__fenced_div_start] = ACTIONS(3192), + [sym_ref_id_specifier] = ACTIONS(3192), + [sym__code_span_start] = ACTIONS(3192), + [sym__html_comment] = ACTIONS(3192), + [sym__autolink] = ACTIONS(3192), + [sym__highlight_span_start] = ACTIONS(3192), + [sym__insert_span_start] = ACTIONS(3192), + [sym__delete_span_start] = ACTIONS(3192), + [sym__edit_comment_span_start] = ACTIONS(3192), + [sym__single_quote_span_open] = ACTIONS(3192), + [sym__double_quote_span_open] = ACTIONS(3192), + [sym__shortcode_open_escaped] = ACTIONS(3192), + [sym__shortcode_open] = ACTIONS(3192), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3192), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3192), + [sym__cite_author_in_text] = ACTIONS(3192), + [sym__cite_suppress_author] = ACTIONS(3192), + [sym__strikeout_open] = ACTIONS(3192), + [sym__subscript_open] = ACTIONS(3192), + [sym__superscript_open] = ACTIONS(3192), + [sym__inline_note_start_token] = ACTIONS(3192), + [sym__strong_emphasis_open_star] = ACTIONS(3192), + [sym__strong_emphasis_open_underscore] = ACTIONS(3192), + [sym__emphasis_open_star] = ACTIONS(3192), + [sym__emphasis_open_underscore] = ACTIONS(3192), + [sym_inline_note_reference] = ACTIONS(3192), + [sym_html_element] = ACTIONS(3192), + }, + [STATE(501)] = { + [ts_builtin_sym_end] = ACTIONS(3068), + [anon_sym_COLON] = ACTIONS(3066), + [sym_entity_reference] = ACTIONS(3066), + [sym_numeric_character_reference] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_BANG_LBRACK] = ACTIONS(3068), + [anon_sym_DOLLAR] = ACTIONS(3066), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3068), + [anon_sym_LBRACE] = ACTIONS(3068), + [aux_sym_pandoc_str_token1] = ACTIONS(3066), + [anon_sym_PIPE] = ACTIONS(3068), + [aux_sym__prose_punctuation_token1] = ACTIONS(3066), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3066), + [sym__line_ending] = ACTIONS(3068), + [sym__soft_line_ending] = ACTIONS(3068), + [sym__block_quote_start] = ACTIONS(3068), + [sym_atx_h1_marker] = ACTIONS(3068), + [sym_atx_h2_marker] = ACTIONS(3068), + [sym_atx_h3_marker] = ACTIONS(3068), + [sym_atx_h4_marker] = ACTIONS(3068), + [sym_atx_h5_marker] = ACTIONS(3068), + [sym_atx_h6_marker] = ACTIONS(3068), + [sym__thematic_break] = ACTIONS(3068), + [sym__list_marker_minus] = ACTIONS(3068), + [sym__list_marker_plus] = ACTIONS(3068), + [sym__list_marker_star] = ACTIONS(3068), + [sym__list_marker_parenthesis] = ACTIONS(3068), + [sym__list_marker_dot] = ACTIONS(3068), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_example] = ACTIONS(3068), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3068), + [sym__fenced_code_block_start_backtick] = ACTIONS(3068), + [sym_minus_metadata] = ACTIONS(3068), + [sym__pipe_table_start] = ACTIONS(3068), + [sym__fenced_div_start] = ACTIONS(3068), + [sym_ref_id_specifier] = ACTIONS(3068), + [sym__code_span_start] = ACTIONS(3068), + [sym__html_comment] = ACTIONS(3068), + [sym__autolink] = ACTIONS(3068), + [sym__highlight_span_start] = ACTIONS(3068), + [sym__insert_span_start] = ACTIONS(3068), + [sym__delete_span_start] = ACTIONS(3068), + [sym__edit_comment_span_start] = ACTIONS(3068), + [sym__single_quote_span_open] = ACTIONS(3068), + [sym__double_quote_span_open] = ACTIONS(3068), + [sym__shortcode_open_escaped] = ACTIONS(3068), + [sym__shortcode_open] = ACTIONS(3068), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3068), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3068), + [sym__cite_author_in_text] = ACTIONS(3068), + [sym__cite_suppress_author] = ACTIONS(3068), + [sym__strikeout_open] = ACTIONS(3068), + [sym__subscript_open] = ACTIONS(3068), + [sym__superscript_open] = ACTIONS(3068), + [sym__inline_note_start_token] = ACTIONS(3068), + [sym__strong_emphasis_open_star] = ACTIONS(3068), + [sym__strong_emphasis_open_underscore] = ACTIONS(3068), + [sym__emphasis_open_star] = ACTIONS(3068), + [sym__emphasis_open_underscore] = ACTIONS(3068), + [sym_inline_note_reference] = ACTIONS(3068), + [sym_html_element] = ACTIONS(3068), + }, + [STATE(502)] = { + [anon_sym_COLON] = ACTIONS(3136), + [sym_entity_reference] = ACTIONS(3136), + [sym_numeric_character_reference] = ACTIONS(3138), + [anon_sym_LBRACK] = ACTIONS(3138), + [anon_sym_BANG_LBRACK] = ACTIONS(3138), + [anon_sym_DOLLAR] = ACTIONS(3136), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3138), + [anon_sym_LBRACE] = ACTIONS(3138), + [aux_sym_pandoc_str_token1] = ACTIONS(3136), + [anon_sym_PIPE] = ACTIONS(3138), + [aux_sym__prose_punctuation_token1] = ACTIONS(3136), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3136), + [sym__line_ending] = ACTIONS(3138), + [sym__soft_line_ending] = ACTIONS(3138), + [sym__block_close] = ACTIONS(3138), + [sym__block_quote_start] = ACTIONS(3138), + [sym_atx_h1_marker] = ACTIONS(3138), + [sym_atx_h2_marker] = ACTIONS(3138), + [sym_atx_h3_marker] = ACTIONS(3138), + [sym_atx_h4_marker] = ACTIONS(3138), + [sym_atx_h5_marker] = ACTIONS(3138), + [sym_atx_h6_marker] = ACTIONS(3138), + [sym__thematic_break] = ACTIONS(3138), + [sym__list_marker_minus] = ACTIONS(3138), + [sym__list_marker_plus] = ACTIONS(3138), + [sym__list_marker_star] = ACTIONS(3138), + [sym__list_marker_parenthesis] = ACTIONS(3138), + [sym__list_marker_dot] = ACTIONS(3138), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_example] = ACTIONS(3138), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3138), + [sym__fenced_code_block_start_backtick] = ACTIONS(3138), + [sym_minus_metadata] = ACTIONS(3138), + [sym__pipe_table_start] = ACTIONS(3138), + [sym__fenced_div_start] = ACTIONS(3138), + [sym_ref_id_specifier] = ACTIONS(3138), + [sym__code_span_start] = ACTIONS(3138), + [sym__html_comment] = ACTIONS(3138), + [sym__autolink] = ACTIONS(3138), + [sym__highlight_span_start] = ACTIONS(3138), + [sym__insert_span_start] = ACTIONS(3138), + [sym__delete_span_start] = ACTIONS(3138), + [sym__edit_comment_span_start] = ACTIONS(3138), + [sym__single_quote_span_open] = ACTIONS(3138), + [sym__double_quote_span_open] = ACTIONS(3138), + [sym__shortcode_open_escaped] = ACTIONS(3138), + [sym__shortcode_open] = ACTIONS(3138), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3138), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3138), + [sym__cite_author_in_text] = ACTIONS(3138), + [sym__cite_suppress_author] = ACTIONS(3138), + [sym__strikeout_open] = ACTIONS(3138), + [sym__subscript_open] = ACTIONS(3138), + [sym__superscript_open] = ACTIONS(3138), + [sym__inline_note_start_token] = ACTIONS(3138), + [sym__strong_emphasis_open_star] = ACTIONS(3138), + [sym__strong_emphasis_open_underscore] = ACTIONS(3138), + [sym__emphasis_open_star] = ACTIONS(3138), + [sym__emphasis_open_underscore] = ACTIONS(3138), + [sym_inline_note_reference] = ACTIONS(3138), + [sym_html_element] = ACTIONS(3138), + }, + [STATE(503)] = { + [ts_builtin_sym_end] = ACTIONS(3020), + [anon_sym_COLON] = ACTIONS(3018), + [sym_entity_reference] = ACTIONS(3018), + [sym_numeric_character_reference] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_BANG_LBRACK] = ACTIONS(3020), + [anon_sym_DOLLAR] = ACTIONS(3018), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3020), + [aux_sym_pandoc_str_token1] = ACTIONS(3018), + [anon_sym_PIPE] = ACTIONS(3020), + [aux_sym__prose_punctuation_token1] = ACTIONS(3018), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3018), + [sym__line_ending] = ACTIONS(3020), + [sym__soft_line_ending] = ACTIONS(3020), + [sym__block_quote_start] = ACTIONS(3020), + [sym_atx_h1_marker] = ACTIONS(3020), + [sym_atx_h2_marker] = ACTIONS(3020), + [sym_atx_h3_marker] = ACTIONS(3020), + [sym_atx_h4_marker] = ACTIONS(3020), + [sym_atx_h5_marker] = ACTIONS(3020), + [sym_atx_h6_marker] = ACTIONS(3020), + [sym__thematic_break] = ACTIONS(3020), + [sym__list_marker_minus] = ACTIONS(3020), + [sym__list_marker_plus] = ACTIONS(3020), + [sym__list_marker_star] = ACTIONS(3020), + [sym__list_marker_parenthesis] = ACTIONS(3020), + [sym__list_marker_dot] = ACTIONS(3020), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3020), + [sym__list_marker_example] = ACTIONS(3020), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3020), + [sym__fenced_code_block_start_backtick] = ACTIONS(3020), + [sym_minus_metadata] = ACTIONS(3020), + [sym__pipe_table_start] = ACTIONS(3020), + [sym__fenced_div_start] = ACTIONS(3020), + [sym_ref_id_specifier] = ACTIONS(3020), + [sym__code_span_start] = ACTIONS(3020), + [sym__html_comment] = ACTIONS(3020), + [sym__autolink] = ACTIONS(3020), + [sym__highlight_span_start] = ACTIONS(3020), + [sym__insert_span_start] = ACTIONS(3020), + [sym__delete_span_start] = ACTIONS(3020), + [sym__edit_comment_span_start] = ACTIONS(3020), + [sym__single_quote_span_open] = ACTIONS(3020), + [sym__double_quote_span_open] = ACTIONS(3020), + [sym__shortcode_open_escaped] = ACTIONS(3020), + [sym__shortcode_open] = ACTIONS(3020), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3020), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3020), + [sym__cite_author_in_text] = ACTIONS(3020), + [sym__cite_suppress_author] = ACTIONS(3020), + [sym__strikeout_open] = ACTIONS(3020), + [sym__subscript_open] = ACTIONS(3020), + [sym__superscript_open] = ACTIONS(3020), + [sym__inline_note_start_token] = ACTIONS(3020), + [sym__strong_emphasis_open_star] = ACTIONS(3020), + [sym__strong_emphasis_open_underscore] = ACTIONS(3020), + [sym__emphasis_open_star] = ACTIONS(3020), + [sym__emphasis_open_underscore] = ACTIONS(3020), + [sym_inline_note_reference] = ACTIONS(3020), + [sym_html_element] = ACTIONS(3020), + }, + [STATE(504)] = { + [anon_sym_COLON] = ACTIONS(3140), + [sym_entity_reference] = ACTIONS(3140), + [sym_numeric_character_reference] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3142), + [anon_sym_BANG_LBRACK] = ACTIONS(3142), + [anon_sym_DOLLAR] = ACTIONS(3140), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(3142), + [aux_sym_pandoc_str_token1] = ACTIONS(3140), + [anon_sym_PIPE] = ACTIONS(3142), + [aux_sym__prose_punctuation_token1] = ACTIONS(3140), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3140), + [sym__line_ending] = ACTIONS(3142), + [sym__soft_line_ending] = ACTIONS(3142), + [sym__block_close] = ACTIONS(3142), + [sym__block_quote_start] = ACTIONS(3142), + [sym_atx_h1_marker] = ACTIONS(3142), + [sym_atx_h2_marker] = ACTIONS(3142), + [sym_atx_h3_marker] = ACTIONS(3142), + [sym_atx_h4_marker] = ACTIONS(3142), + [sym_atx_h5_marker] = ACTIONS(3142), + [sym_atx_h6_marker] = ACTIONS(3142), + [sym__thematic_break] = ACTIONS(3142), + [sym__list_marker_minus] = ACTIONS(3142), + [sym__list_marker_plus] = ACTIONS(3142), + [sym__list_marker_star] = ACTIONS(3142), + [sym__list_marker_parenthesis] = ACTIONS(3142), + [sym__list_marker_dot] = ACTIONS(3142), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_example] = ACTIONS(3142), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3142), + [sym__fenced_code_block_start_backtick] = ACTIONS(3142), + [sym_minus_metadata] = ACTIONS(3142), + [sym__pipe_table_start] = ACTIONS(3142), + [sym__fenced_div_start] = ACTIONS(3142), + [sym_ref_id_specifier] = ACTIONS(3142), + [sym__code_span_start] = ACTIONS(3142), + [sym__html_comment] = ACTIONS(3142), + [sym__autolink] = ACTIONS(3142), + [sym__highlight_span_start] = ACTIONS(3142), + [sym__insert_span_start] = ACTIONS(3142), + [sym__delete_span_start] = ACTIONS(3142), + [sym__edit_comment_span_start] = ACTIONS(3142), + [sym__single_quote_span_open] = ACTIONS(3142), + [sym__double_quote_span_open] = ACTIONS(3142), + [sym__shortcode_open_escaped] = ACTIONS(3142), + [sym__shortcode_open] = ACTIONS(3142), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3142), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3142), + [sym__cite_author_in_text] = ACTIONS(3142), + [sym__cite_suppress_author] = ACTIONS(3142), + [sym__strikeout_open] = ACTIONS(3142), + [sym__subscript_open] = ACTIONS(3142), + [sym__superscript_open] = ACTIONS(3142), + [sym__inline_note_start_token] = ACTIONS(3142), + [sym__strong_emphasis_open_star] = ACTIONS(3142), + [sym__strong_emphasis_open_underscore] = ACTIONS(3142), + [sym__emphasis_open_star] = ACTIONS(3142), + [sym__emphasis_open_underscore] = ACTIONS(3142), + [sym_inline_note_reference] = ACTIONS(3142), + [sym_html_element] = ACTIONS(3142), + }, + [STATE(505)] = { + [anon_sym_COLON] = ACTIONS(3034), + [sym_entity_reference] = ACTIONS(3034), + [sym_numeric_character_reference] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_BANG_LBRACK] = ACTIONS(3036), + [anon_sym_DOLLAR] = ACTIONS(3034), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3036), + [aux_sym_pandoc_str_token1] = ACTIONS(3034), + [anon_sym_PIPE] = ACTIONS(3036), + [aux_sym__prose_punctuation_token1] = ACTIONS(3034), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3034), + [sym__line_ending] = ACTIONS(3036), + [sym__soft_line_ending] = ACTIONS(3036), + [sym__block_close] = ACTIONS(3036), + [sym__block_quote_start] = ACTIONS(3036), + [sym_atx_h1_marker] = ACTIONS(3036), + [sym_atx_h2_marker] = ACTIONS(3036), + [sym_atx_h3_marker] = ACTIONS(3036), + [sym_atx_h4_marker] = ACTIONS(3036), + [sym_atx_h5_marker] = ACTIONS(3036), + [sym_atx_h6_marker] = ACTIONS(3036), + [sym__thematic_break] = ACTIONS(3036), + [sym__list_marker_minus] = ACTIONS(3036), + [sym__list_marker_plus] = ACTIONS(3036), + [sym__list_marker_star] = ACTIONS(3036), + [sym__list_marker_parenthesis] = ACTIONS(3036), + [sym__list_marker_dot] = ACTIONS(3036), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3036), + [sym__list_marker_example] = ACTIONS(3036), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3036), + [sym__fenced_code_block_start_backtick] = ACTIONS(3036), + [sym_minus_metadata] = ACTIONS(3036), + [sym__pipe_table_start] = ACTIONS(3036), + [sym__fenced_div_start] = ACTIONS(3036), + [sym_ref_id_specifier] = ACTIONS(3036), + [sym__code_span_start] = ACTIONS(3036), + [sym__html_comment] = ACTIONS(3036), + [sym__autolink] = ACTIONS(3036), + [sym__highlight_span_start] = ACTIONS(3036), + [sym__insert_span_start] = ACTIONS(3036), + [sym__delete_span_start] = ACTIONS(3036), + [sym__edit_comment_span_start] = ACTIONS(3036), + [sym__single_quote_span_open] = ACTIONS(3036), + [sym__double_quote_span_open] = ACTIONS(3036), + [sym__shortcode_open_escaped] = ACTIONS(3036), + [sym__shortcode_open] = ACTIONS(3036), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3036), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3036), + [sym__cite_author_in_text] = ACTIONS(3036), + [sym__cite_suppress_author] = ACTIONS(3036), + [sym__strikeout_open] = ACTIONS(3036), + [sym__subscript_open] = ACTIONS(3036), + [sym__superscript_open] = ACTIONS(3036), + [sym__inline_note_start_token] = ACTIONS(3036), + [sym__strong_emphasis_open_star] = ACTIONS(3036), + [sym__strong_emphasis_open_underscore] = ACTIONS(3036), + [sym__emphasis_open_star] = ACTIONS(3036), + [sym__emphasis_open_underscore] = ACTIONS(3036), + [sym_inline_note_reference] = ACTIONS(3036), + [sym_html_element] = ACTIONS(3036), + }, + [STATE(506)] = { + [sym_pandoc_span] = STATE(544), + [sym_pandoc_image] = STATE(544), + [sym_pandoc_math] = STATE(544), + [sym_pandoc_display_math] = STATE(544), + [sym_pandoc_code_span] = STATE(544), + [sym_pandoc_single_quote] = STATE(544), + [sym_pandoc_double_quote] = STATE(544), + [sym_insert] = STATE(544), + [sym_delete] = STATE(544), + [sym_edit_comment] = STATE(544), + [sym_highlight] = STATE(544), + [sym__pandoc_attr_specifier] = STATE(544), + [sym__inline_element] = STATE(544), + [sym_shortcode_escaped] = STATE(544), + [sym_shortcode] = STATE(544), + [sym_citation] = STATE(544), + [sym_inline_note] = STATE(544), + [sym_pandoc_superscript] = STATE(544), + [sym_pandoc_subscript] = STATE(544), + [sym_pandoc_strikeout] = STATE(544), + [sym_pandoc_emph] = STATE(544), + [sym_pandoc_strong] = STATE(544), + [sym_pandoc_str] = STATE(544), + [sym__prose_punctuation] = STATE(544), + [sym_pandoc_line_break] = STATE(544), + [aux_sym__line_repeat1] = STATE(544), + [sym_entity_reference] = ACTIONS(4546), + [sym_numeric_character_reference] = ACTIONS(4548), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_BANG_LBRACK] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2239), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2241), + [aux_sym_insert_token1] = ACTIONS(3080), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2249), + [aux_sym__prose_punctuation_token1] = ACTIONS(4546), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(4544), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(4548), + [sym__autolink] = ACTIONS(4548), + [sym__highlight_span_start] = ACTIONS(2259), + [sym__insert_span_start] = ACTIONS(2261), + [sym__delete_span_start] = ACTIONS(2263), + [sym__edit_comment_span_start] = ACTIONS(2265), + [sym__single_quote_span_open] = ACTIONS(2267), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2271), + [sym__shortcode_open] = ACTIONS(2273), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2275), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2277), + [sym__cite_author_in_text] = ACTIONS(2279), + [sym__cite_suppress_author] = ACTIONS(2281), + [sym__strikeout_open] = ACTIONS(2283), + [sym__subscript_open] = ACTIONS(2285), + [sym__superscript_open] = ACTIONS(2287), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2291), + [sym__strong_emphasis_open_underscore] = ACTIONS(2293), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2297), + [sym_inline_note_reference] = ACTIONS(4548), + [sym_html_element] = ACTIONS(4548), + }, + [STATE(507)] = { + [ts_builtin_sym_end] = ACTIONS(2956), + [anon_sym_COLON] = ACTIONS(2954), + [sym_entity_reference] = ACTIONS(2954), + [sym_numeric_character_reference] = ACTIONS(2956), + [anon_sym_LBRACK] = ACTIONS(2956), + [anon_sym_BANG_LBRACK] = ACTIONS(2956), + [anon_sym_DOLLAR] = ACTIONS(2954), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2956), + [anon_sym_LBRACE] = ACTIONS(2956), + [aux_sym_pandoc_str_token1] = ACTIONS(2954), + [anon_sym_PIPE] = ACTIONS(2956), + [aux_sym__prose_punctuation_token1] = ACTIONS(2954), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2954), + [sym__line_ending] = ACTIONS(2956), + [sym__soft_line_ending] = ACTIONS(2956), + [sym__block_quote_start] = ACTIONS(2956), + [sym_atx_h1_marker] = ACTIONS(2956), + [sym_atx_h2_marker] = ACTIONS(2956), + [sym_atx_h3_marker] = ACTIONS(2956), + [sym_atx_h4_marker] = ACTIONS(2956), + [sym_atx_h5_marker] = ACTIONS(2956), + [sym_atx_h6_marker] = ACTIONS(2956), + [sym__thematic_break] = ACTIONS(2956), + [sym__list_marker_minus] = ACTIONS(2956), + [sym__list_marker_plus] = ACTIONS(2956), + [sym__list_marker_star] = ACTIONS(2956), + [sym__list_marker_parenthesis] = ACTIONS(2956), + [sym__list_marker_dot] = ACTIONS(2956), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2956), + [sym__list_marker_example] = ACTIONS(2956), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2956), + [sym__fenced_code_block_start_backtick] = ACTIONS(2956), + [sym_minus_metadata] = ACTIONS(2956), + [sym__pipe_table_start] = ACTIONS(2956), + [sym__fenced_div_start] = ACTIONS(2956), + [sym_ref_id_specifier] = ACTIONS(2956), + [sym__code_span_start] = ACTIONS(2956), + [sym__html_comment] = ACTIONS(2956), + [sym__autolink] = ACTIONS(2956), + [sym__highlight_span_start] = ACTIONS(2956), + [sym__insert_span_start] = ACTIONS(2956), + [sym__delete_span_start] = ACTIONS(2956), + [sym__edit_comment_span_start] = ACTIONS(2956), + [sym__single_quote_span_open] = ACTIONS(2956), + [sym__double_quote_span_open] = ACTIONS(2956), + [sym__shortcode_open_escaped] = ACTIONS(2956), + [sym__shortcode_open] = ACTIONS(2956), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2956), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2956), + [sym__cite_author_in_text] = ACTIONS(2956), + [sym__cite_suppress_author] = ACTIONS(2956), + [sym__strikeout_open] = ACTIONS(2956), + [sym__subscript_open] = ACTIONS(2956), + [sym__superscript_open] = ACTIONS(2956), + [sym__inline_note_start_token] = ACTIONS(2956), + [sym__strong_emphasis_open_star] = ACTIONS(2956), + [sym__strong_emphasis_open_underscore] = ACTIONS(2956), + [sym__emphasis_open_star] = ACTIONS(2956), + [sym__emphasis_open_underscore] = ACTIONS(2956), + [sym_inline_note_reference] = ACTIONS(2956), + [sym_html_element] = ACTIONS(2956), + }, + [STATE(508)] = { + [sym_pandoc_span] = STATE(511), + [sym_pandoc_image] = STATE(511), + [sym_pandoc_math] = STATE(511), + [sym_pandoc_display_math] = STATE(511), + [sym_pandoc_code_span] = STATE(511), + [sym_pandoc_single_quote] = STATE(511), + [sym_pandoc_double_quote] = STATE(511), + [sym_insert] = STATE(511), + [sym_delete] = STATE(511), + [sym_edit_comment] = STATE(511), + [sym_highlight] = STATE(511), + [sym__pandoc_attr_specifier] = STATE(511), + [sym__inline_element] = STATE(511), + [sym_shortcode_escaped] = STATE(511), + [sym_shortcode] = STATE(511), + [sym_citation] = STATE(511), + [sym_inline_note] = STATE(511), + [sym_pandoc_superscript] = STATE(511), + [sym_pandoc_subscript] = STATE(511), + [sym_pandoc_strikeout] = STATE(511), + [sym_pandoc_emph] = STATE(511), + [sym_pandoc_strong] = STATE(511), + [sym_pandoc_str] = STATE(511), + [sym__prose_punctuation] = STATE(511), + [sym_pandoc_line_break] = STATE(511), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(511), + [sym_entity_reference] = ACTIONS(4550), + [sym_numeric_character_reference] = ACTIONS(4552), + [anon_sym_LBRACK] = ACTIONS(2313), + [anon_sym_BANG_LBRACK] = ACTIONS(2315), + [anon_sym_DOLLAR] = ACTIONS(2317), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2321), + [aux_sym_pandoc_str_token1] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2325), + [aux_sym__prose_punctuation_token1] = ACTIONS(4550), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2327), + [sym__whitespace] = ACTIONS(2759), + [sym__line_ending] = ACTIONS(2837), + [sym__code_span_start] = ACTIONS(2331), + [sym__html_comment] = ACTIONS(4552), + [sym__autolink] = ACTIONS(4552), + [sym__highlight_span_start] = ACTIONS(2333), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2337), + [sym__edit_comment_span_start] = ACTIONS(2339), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2343), + [sym__shortcode_open_escaped] = ACTIONS(2345), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2349), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2351), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2355), + [sym__strikeout_open] = ACTIONS(2357), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2361), + [sym__inline_note_start_token] = ACTIONS(2363), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2367), + [sym__emphasis_open_star] = ACTIONS(2369), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(4552), + [sym_html_element] = ACTIONS(4552), + [sym__pipe_table_delimiter] = ACTIONS(2837), + }, + [STATE(509)] = { + [anon_sym_COLON] = ACTIONS(3144), + [sym_entity_reference] = ACTIONS(3144), + [sym_numeric_character_reference] = ACTIONS(3146), + [anon_sym_LBRACK] = ACTIONS(3146), + [anon_sym_BANG_LBRACK] = ACTIONS(3146), + [anon_sym_DOLLAR] = ACTIONS(3144), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(3146), + [aux_sym_pandoc_str_token1] = ACTIONS(3144), + [anon_sym_PIPE] = ACTIONS(3146), + [aux_sym__prose_punctuation_token1] = ACTIONS(3144), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3144), + [sym__line_ending] = ACTIONS(3146), + [sym__soft_line_ending] = ACTIONS(3146), + [sym__block_close] = ACTIONS(3146), + [sym__block_quote_start] = ACTIONS(3146), + [sym_atx_h1_marker] = ACTIONS(3146), + [sym_atx_h2_marker] = ACTIONS(3146), + [sym_atx_h3_marker] = ACTIONS(3146), + [sym_atx_h4_marker] = ACTIONS(3146), + [sym_atx_h5_marker] = ACTIONS(3146), + [sym_atx_h6_marker] = ACTIONS(3146), + [sym__thematic_break] = ACTIONS(3146), + [sym__list_marker_minus] = ACTIONS(3146), + [sym__list_marker_plus] = ACTIONS(3146), + [sym__list_marker_star] = ACTIONS(3146), + [sym__list_marker_parenthesis] = ACTIONS(3146), + [sym__list_marker_dot] = ACTIONS(3146), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_example] = ACTIONS(3146), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3146), + [sym__fenced_code_block_start_backtick] = ACTIONS(3146), + [sym_minus_metadata] = ACTIONS(3146), + [sym__pipe_table_start] = ACTIONS(3146), + [sym__fenced_div_start] = ACTIONS(3146), + [sym_ref_id_specifier] = ACTIONS(3146), + [sym__code_span_start] = ACTIONS(3146), + [sym__html_comment] = ACTIONS(3146), + [sym__autolink] = ACTIONS(3146), + [sym__highlight_span_start] = ACTIONS(3146), + [sym__insert_span_start] = ACTIONS(3146), + [sym__delete_span_start] = ACTIONS(3146), + [sym__edit_comment_span_start] = ACTIONS(3146), + [sym__single_quote_span_open] = ACTIONS(3146), + [sym__double_quote_span_open] = ACTIONS(3146), + [sym__shortcode_open_escaped] = ACTIONS(3146), + [sym__shortcode_open] = ACTIONS(3146), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3146), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3146), + [sym__cite_author_in_text] = ACTIONS(3146), + [sym__cite_suppress_author] = ACTIONS(3146), + [sym__strikeout_open] = ACTIONS(3146), + [sym__subscript_open] = ACTIONS(3146), + [sym__superscript_open] = ACTIONS(3146), + [sym__inline_note_start_token] = ACTIONS(3146), + [sym__strong_emphasis_open_star] = ACTIONS(3146), + [sym__strong_emphasis_open_underscore] = ACTIONS(3146), + [sym__emphasis_open_star] = ACTIONS(3146), + [sym__emphasis_open_underscore] = ACTIONS(3146), + [sym_inline_note_reference] = ACTIONS(3146), + [sym_html_element] = ACTIONS(3146), + }, + [STATE(510)] = { + [ts_builtin_sym_end] = ACTIONS(3106), + [anon_sym_COLON] = ACTIONS(3104), + [sym_entity_reference] = ACTIONS(3104), + [sym_numeric_character_reference] = ACTIONS(3106), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_BANG_LBRACK] = ACTIONS(3106), + [anon_sym_DOLLAR] = ACTIONS(3104), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3106), + [anon_sym_LBRACE] = ACTIONS(3106), + [aux_sym_pandoc_str_token1] = ACTIONS(3104), + [anon_sym_PIPE] = ACTIONS(3106), + [aux_sym__prose_punctuation_token1] = ACTIONS(3104), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3104), + [sym__line_ending] = ACTIONS(3106), + [sym__soft_line_ending] = ACTIONS(3106), + [sym__block_quote_start] = ACTIONS(3106), + [sym_atx_h1_marker] = ACTIONS(3106), + [sym_atx_h2_marker] = ACTIONS(3106), + [sym_atx_h3_marker] = ACTIONS(3106), + [sym_atx_h4_marker] = ACTIONS(3106), + [sym_atx_h5_marker] = ACTIONS(3106), + [sym_atx_h6_marker] = ACTIONS(3106), + [sym__thematic_break] = ACTIONS(3106), + [sym__list_marker_minus] = ACTIONS(3106), + [sym__list_marker_plus] = ACTIONS(3106), + [sym__list_marker_star] = ACTIONS(3106), + [sym__list_marker_parenthesis] = ACTIONS(3106), + [sym__list_marker_dot] = ACTIONS(3106), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_example] = ACTIONS(3106), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3106), + [sym__fenced_code_block_start_backtick] = ACTIONS(3106), + [sym_minus_metadata] = ACTIONS(3106), + [sym__pipe_table_start] = ACTIONS(3106), + [sym__fenced_div_start] = ACTIONS(3106), + [sym_ref_id_specifier] = ACTIONS(3106), + [sym__code_span_start] = ACTIONS(3106), + [sym__html_comment] = ACTIONS(3106), + [sym__autolink] = ACTIONS(3106), + [sym__highlight_span_start] = ACTIONS(3106), + [sym__insert_span_start] = ACTIONS(3106), + [sym__delete_span_start] = ACTIONS(3106), + [sym__edit_comment_span_start] = ACTIONS(3106), + [sym__single_quote_span_open] = ACTIONS(3106), + [sym__double_quote_span_open] = ACTIONS(3106), + [sym__shortcode_open_escaped] = ACTIONS(3106), + [sym__shortcode_open] = ACTIONS(3106), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3106), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3106), + [sym__cite_author_in_text] = ACTIONS(3106), + [sym__cite_suppress_author] = ACTIONS(3106), + [sym__strikeout_open] = ACTIONS(3106), + [sym__subscript_open] = ACTIONS(3106), + [sym__superscript_open] = ACTIONS(3106), + [sym__inline_note_start_token] = ACTIONS(3106), + [sym__strong_emphasis_open_star] = ACTIONS(3106), + [sym__strong_emphasis_open_underscore] = ACTIONS(3106), + [sym__emphasis_open_star] = ACTIONS(3106), + [sym__emphasis_open_underscore] = ACTIONS(3106), + [sym_inline_note_reference] = ACTIONS(3106), + [sym_html_element] = ACTIONS(3106), + }, + [STATE(511)] = { + [sym_pandoc_span] = STATE(511), + [sym_pandoc_image] = STATE(511), + [sym_pandoc_math] = STATE(511), + [sym_pandoc_display_math] = STATE(511), + [sym_pandoc_code_span] = STATE(511), + [sym_pandoc_single_quote] = STATE(511), + [sym_pandoc_double_quote] = STATE(511), + [sym_insert] = STATE(511), + [sym_delete] = STATE(511), + [sym_edit_comment] = STATE(511), + [sym_highlight] = STATE(511), + [sym__pandoc_attr_specifier] = STATE(511), + [sym__inline_element] = STATE(511), + [sym_shortcode_escaped] = STATE(511), + [sym_shortcode] = STATE(511), + [sym_citation] = STATE(511), + [sym_inline_note] = STATE(511), + [sym_pandoc_superscript] = STATE(511), + [sym_pandoc_subscript] = STATE(511), + [sym_pandoc_strikeout] = STATE(511), + [sym_pandoc_emph] = STATE(511), + [sym_pandoc_strong] = STATE(511), + [sym_pandoc_str] = STATE(511), + [sym__prose_punctuation] = STATE(511), + [sym_pandoc_line_break] = STATE(511), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(511), + [sym_entity_reference] = ACTIONS(4554), + [sym_numeric_character_reference] = ACTIONS(4557), + [anon_sym_LBRACK] = ACTIONS(4560), + [anon_sym_BANG_LBRACK] = ACTIONS(4563), + [anon_sym_DOLLAR] = ACTIONS(4566), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4569), + [anon_sym_LBRACE] = ACTIONS(4572), + [aux_sym_pandoc_str_token1] = ACTIONS(4575), + [anon_sym_PIPE] = ACTIONS(4578), + [aux_sym__prose_punctuation_token1] = ACTIONS(4554), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4581), + [sym__whitespace] = ACTIONS(4584), + [sym__line_ending] = ACTIONS(2694), + [sym__code_span_start] = ACTIONS(4587), + [sym__html_comment] = ACTIONS(4557), + [sym__autolink] = ACTIONS(4557), + [sym__highlight_span_start] = ACTIONS(4590), + [sym__insert_span_start] = ACTIONS(4593), + [sym__delete_span_start] = ACTIONS(4596), + [sym__edit_comment_span_start] = ACTIONS(4599), + [sym__single_quote_span_open] = ACTIONS(4602), + [sym__double_quote_span_open] = ACTIONS(4605), + [sym__shortcode_open_escaped] = ACTIONS(4608), + [sym__shortcode_open] = ACTIONS(4611), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4614), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4617), + [sym__cite_author_in_text] = ACTIONS(4620), + [sym__cite_suppress_author] = ACTIONS(4623), + [sym__strikeout_open] = ACTIONS(4626), + [sym__subscript_open] = ACTIONS(4629), + [sym__superscript_open] = ACTIONS(4632), + [sym__inline_note_start_token] = ACTIONS(4635), + [sym__strong_emphasis_open_star] = ACTIONS(4638), + [sym__strong_emphasis_open_underscore] = ACTIONS(4641), + [sym__emphasis_open_star] = ACTIONS(4644), + [sym__emphasis_open_underscore] = ACTIONS(4647), + [sym_inline_note_reference] = ACTIONS(4557), + [sym_html_element] = ACTIONS(4557), + [sym__pipe_table_delimiter] = ACTIONS(2694), + }, + [STATE(512)] = { + [ts_builtin_sym_end] = ACTIONS(3072), + [anon_sym_COLON] = ACTIONS(3070), + [sym_entity_reference] = ACTIONS(3070), + [sym_numeric_character_reference] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3072), + [anon_sym_BANG_LBRACK] = ACTIONS(3072), + [anon_sym_DOLLAR] = ACTIONS(3070), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3072), + [anon_sym_LBRACE] = ACTIONS(3072), + [aux_sym_pandoc_str_token1] = ACTIONS(3070), + [anon_sym_PIPE] = ACTIONS(3072), + [aux_sym__prose_punctuation_token1] = ACTIONS(3070), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3070), + [sym__line_ending] = ACTIONS(3072), + [sym__soft_line_ending] = ACTIONS(3072), + [sym__block_quote_start] = ACTIONS(3072), + [sym_atx_h1_marker] = ACTIONS(3072), + [sym_atx_h2_marker] = ACTIONS(3072), + [sym_atx_h3_marker] = ACTIONS(3072), + [sym_atx_h4_marker] = ACTIONS(3072), + [sym_atx_h5_marker] = ACTIONS(3072), + [sym_atx_h6_marker] = ACTIONS(3072), + [sym__thematic_break] = ACTIONS(3072), + [sym__list_marker_minus] = ACTIONS(3072), + [sym__list_marker_plus] = ACTIONS(3072), + [sym__list_marker_star] = ACTIONS(3072), + [sym__list_marker_parenthesis] = ACTIONS(3072), + [sym__list_marker_dot] = ACTIONS(3072), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_example] = ACTIONS(3072), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3072), + [sym__fenced_code_block_start_backtick] = ACTIONS(3072), + [sym_minus_metadata] = ACTIONS(3072), + [sym__pipe_table_start] = ACTIONS(3072), + [sym__fenced_div_start] = ACTIONS(3072), + [sym_ref_id_specifier] = ACTIONS(3072), + [sym__code_span_start] = ACTIONS(3072), + [sym__html_comment] = ACTIONS(3072), + [sym__autolink] = ACTIONS(3072), + [sym__highlight_span_start] = ACTIONS(3072), + [sym__insert_span_start] = ACTIONS(3072), + [sym__delete_span_start] = ACTIONS(3072), + [sym__edit_comment_span_start] = ACTIONS(3072), + [sym__single_quote_span_open] = ACTIONS(3072), + [sym__double_quote_span_open] = ACTIONS(3072), + [sym__shortcode_open_escaped] = ACTIONS(3072), + [sym__shortcode_open] = ACTIONS(3072), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3072), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3072), + [sym__cite_author_in_text] = ACTIONS(3072), + [sym__cite_suppress_author] = ACTIONS(3072), + [sym__strikeout_open] = ACTIONS(3072), + [sym__subscript_open] = ACTIONS(3072), + [sym__superscript_open] = ACTIONS(3072), + [sym__inline_note_start_token] = ACTIONS(3072), + [sym__strong_emphasis_open_star] = ACTIONS(3072), + [sym__strong_emphasis_open_underscore] = ACTIONS(3072), + [sym__emphasis_open_star] = ACTIONS(3072), + [sym__emphasis_open_underscore] = ACTIONS(3072), + [sym_inline_note_reference] = ACTIONS(3072), + [sym_html_element] = ACTIONS(3072), + }, + [STATE(513)] = { + [ts_builtin_sym_end] = ACTIONS(3024), + [anon_sym_COLON] = ACTIONS(3022), + [sym_entity_reference] = ACTIONS(3022), + [sym_numeric_character_reference] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_BANG_LBRACK] = ACTIONS(3024), + [anon_sym_DOLLAR] = ACTIONS(3022), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3024), + [aux_sym_pandoc_str_token1] = ACTIONS(3022), + [anon_sym_PIPE] = ACTIONS(3024), + [aux_sym__prose_punctuation_token1] = ACTIONS(3022), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3022), + [sym__line_ending] = ACTIONS(3024), + [sym__soft_line_ending] = ACTIONS(3024), + [sym__block_quote_start] = ACTIONS(3024), + [sym_atx_h1_marker] = ACTIONS(3024), + [sym_atx_h2_marker] = ACTIONS(3024), + [sym_atx_h3_marker] = ACTIONS(3024), + [sym_atx_h4_marker] = ACTIONS(3024), + [sym_atx_h5_marker] = ACTIONS(3024), + [sym_atx_h6_marker] = ACTIONS(3024), + [sym__thematic_break] = ACTIONS(3024), + [sym__list_marker_minus] = ACTIONS(3024), + [sym__list_marker_plus] = ACTIONS(3024), + [sym__list_marker_star] = ACTIONS(3024), + [sym__list_marker_parenthesis] = ACTIONS(3024), + [sym__list_marker_dot] = ACTIONS(3024), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3024), + [sym__list_marker_example] = ACTIONS(3024), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3024), + [sym__fenced_code_block_start_backtick] = ACTIONS(3024), + [sym_minus_metadata] = ACTIONS(3024), + [sym__pipe_table_start] = ACTIONS(3024), + [sym__fenced_div_start] = ACTIONS(3024), + [sym_ref_id_specifier] = ACTIONS(3024), + [sym__code_span_start] = ACTIONS(3024), + [sym__html_comment] = ACTIONS(3024), + [sym__autolink] = ACTIONS(3024), + [sym__highlight_span_start] = ACTIONS(3024), + [sym__insert_span_start] = ACTIONS(3024), + [sym__delete_span_start] = ACTIONS(3024), + [sym__edit_comment_span_start] = ACTIONS(3024), + [sym__single_quote_span_open] = ACTIONS(3024), + [sym__double_quote_span_open] = ACTIONS(3024), + [sym__shortcode_open_escaped] = ACTIONS(3024), + [sym__shortcode_open] = ACTIONS(3024), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3024), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3024), + [sym__cite_author_in_text] = ACTIONS(3024), + [sym__cite_suppress_author] = ACTIONS(3024), + [sym__strikeout_open] = ACTIONS(3024), + [sym__subscript_open] = ACTIONS(3024), + [sym__superscript_open] = ACTIONS(3024), + [sym__inline_note_start_token] = ACTIONS(3024), + [sym__strong_emphasis_open_star] = ACTIONS(3024), + [sym__strong_emphasis_open_underscore] = ACTIONS(3024), + [sym__emphasis_open_star] = ACTIONS(3024), + [sym__emphasis_open_underscore] = ACTIONS(3024), + [sym_inline_note_reference] = ACTIONS(3024), + [sym_html_element] = ACTIONS(3024), + }, + [STATE(514)] = { + [ts_builtin_sym_end] = ACTIONS(3088), + [anon_sym_COLON] = ACTIONS(3086), + [sym_entity_reference] = ACTIONS(3086), + [sym_numeric_character_reference] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_BANG_LBRACK] = ACTIONS(3088), + [anon_sym_DOLLAR] = ACTIONS(3086), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [aux_sym_pandoc_str_token1] = ACTIONS(3086), + [anon_sym_PIPE] = ACTIONS(3088), + [aux_sym__prose_punctuation_token1] = ACTIONS(3086), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3086), + [sym__line_ending] = ACTIONS(3088), + [sym__soft_line_ending] = ACTIONS(3088), + [sym__block_quote_start] = ACTIONS(3088), + [sym_atx_h1_marker] = ACTIONS(3088), + [sym_atx_h2_marker] = ACTIONS(3088), + [sym_atx_h3_marker] = ACTIONS(3088), + [sym_atx_h4_marker] = ACTIONS(3088), + [sym_atx_h5_marker] = ACTIONS(3088), + [sym_atx_h6_marker] = ACTIONS(3088), + [sym__thematic_break] = ACTIONS(3088), + [sym__list_marker_minus] = ACTIONS(3088), + [sym__list_marker_plus] = ACTIONS(3088), + [sym__list_marker_star] = ACTIONS(3088), + [sym__list_marker_parenthesis] = ACTIONS(3088), + [sym__list_marker_dot] = ACTIONS(3088), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_example] = ACTIONS(3088), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3088), + [sym__fenced_code_block_start_backtick] = ACTIONS(3088), + [sym_minus_metadata] = ACTIONS(3088), + [sym__pipe_table_start] = ACTIONS(3088), + [sym__fenced_div_start] = ACTIONS(3088), + [sym_ref_id_specifier] = ACTIONS(3088), + [sym__code_span_start] = ACTIONS(3088), + [sym__html_comment] = ACTIONS(3088), + [sym__autolink] = ACTIONS(3088), + [sym__highlight_span_start] = ACTIONS(3088), + [sym__insert_span_start] = ACTIONS(3088), + [sym__delete_span_start] = ACTIONS(3088), + [sym__edit_comment_span_start] = ACTIONS(3088), + [sym__single_quote_span_open] = ACTIONS(3088), + [sym__double_quote_span_open] = ACTIONS(3088), + [sym__shortcode_open_escaped] = ACTIONS(3088), + [sym__shortcode_open] = ACTIONS(3088), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3088), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3088), + [sym__cite_author_in_text] = ACTIONS(3088), + [sym__cite_suppress_author] = ACTIONS(3088), + [sym__strikeout_open] = ACTIONS(3088), + [sym__subscript_open] = ACTIONS(3088), + [sym__superscript_open] = ACTIONS(3088), + [sym__inline_note_start_token] = ACTIONS(3088), + [sym__strong_emphasis_open_star] = ACTIONS(3088), + [sym__strong_emphasis_open_underscore] = ACTIONS(3088), + [sym__emphasis_open_star] = ACTIONS(3088), + [sym__emphasis_open_underscore] = ACTIONS(3088), + [sym_inline_note_reference] = ACTIONS(3088), + [sym_html_element] = ACTIONS(3088), + }, + [STATE(515)] = { + [anon_sym_COLON] = ACTIONS(2655), + [sym_entity_reference] = ACTIONS(2655), + [sym_numeric_character_reference] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_BANG_LBRACK] = ACTIONS(2657), + [anon_sym_DOLLAR] = ACTIONS(2655), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2657), + [aux_sym_pandoc_str_token1] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2657), + [aux_sym__prose_punctuation_token1] = ACTIONS(2655), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2655), + [sym__line_ending] = ACTIONS(2657), + [sym__soft_line_ending] = ACTIONS(2657), + [sym__block_close] = ACTIONS(2657), + [sym__block_quote_start] = ACTIONS(2657), + [sym_atx_h1_marker] = ACTIONS(2657), + [sym_atx_h2_marker] = ACTIONS(2657), + [sym_atx_h3_marker] = ACTIONS(2657), + [sym_atx_h4_marker] = ACTIONS(2657), + [sym_atx_h5_marker] = ACTIONS(2657), + [sym_atx_h6_marker] = ACTIONS(2657), + [sym__thematic_break] = ACTIONS(2657), + [sym__list_marker_minus] = ACTIONS(2657), + [sym__list_marker_plus] = ACTIONS(2657), + [sym__list_marker_star] = ACTIONS(2657), + [sym__list_marker_parenthesis] = ACTIONS(2657), + [sym__list_marker_dot] = ACTIONS(2657), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2657), + [sym__list_marker_example] = ACTIONS(2657), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2657), + [sym__fenced_code_block_start_backtick] = ACTIONS(2657), + [sym_minus_metadata] = ACTIONS(2657), + [sym__pipe_table_start] = ACTIONS(2657), + [sym__fenced_div_start] = ACTIONS(2657), + [sym_ref_id_specifier] = ACTIONS(2657), + [sym__code_span_start] = ACTIONS(2657), + [sym__html_comment] = ACTIONS(2657), + [sym__autolink] = ACTIONS(2657), + [sym__highlight_span_start] = ACTIONS(2657), + [sym__insert_span_start] = ACTIONS(2657), + [sym__delete_span_start] = ACTIONS(2657), + [sym__edit_comment_span_start] = ACTIONS(2657), + [sym__single_quote_span_open] = ACTIONS(2657), + [sym__double_quote_span_open] = ACTIONS(2657), + [sym__shortcode_open_escaped] = ACTIONS(2657), + [sym__shortcode_open] = ACTIONS(2657), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2657), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2657), + [sym__cite_author_in_text] = ACTIONS(2657), + [sym__cite_suppress_author] = ACTIONS(2657), + [sym__strikeout_open] = ACTIONS(2657), + [sym__subscript_open] = ACTIONS(2657), + [sym__superscript_open] = ACTIONS(2657), + [sym__inline_note_start_token] = ACTIONS(2657), + [sym__strong_emphasis_open_star] = ACTIONS(2657), + [sym__strong_emphasis_open_underscore] = ACTIONS(2657), + [sym__emphasis_open_star] = ACTIONS(2657), + [sym__emphasis_open_underscore] = ACTIONS(2657), + [sym_inline_note_reference] = ACTIONS(2657), + [sym_html_element] = ACTIONS(2657), + }, + [STATE(516)] = { + [ts_builtin_sym_end] = ACTIONS(2970), + [anon_sym_COLON] = ACTIONS(2968), + [sym_entity_reference] = ACTIONS(2968), + [sym_numeric_character_reference] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_BANG_LBRACK] = ACTIONS(2970), + [anon_sym_DOLLAR] = ACTIONS(2968), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2970), + [aux_sym_pandoc_str_token1] = ACTIONS(2968), + [anon_sym_PIPE] = ACTIONS(2970), + [aux_sym__prose_punctuation_token1] = ACTIONS(2968), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2968), + [sym__line_ending] = ACTIONS(2970), + [sym__soft_line_ending] = ACTIONS(2970), + [sym__block_quote_start] = ACTIONS(2970), + [sym_atx_h1_marker] = ACTIONS(2970), + [sym_atx_h2_marker] = ACTIONS(2970), + [sym_atx_h3_marker] = ACTIONS(2970), + [sym_atx_h4_marker] = ACTIONS(2970), + [sym_atx_h5_marker] = ACTIONS(2970), + [sym_atx_h6_marker] = ACTIONS(2970), + [sym__thematic_break] = ACTIONS(2970), + [sym__list_marker_minus] = ACTIONS(2970), + [sym__list_marker_plus] = ACTIONS(2970), + [sym__list_marker_star] = ACTIONS(2970), + [sym__list_marker_parenthesis] = ACTIONS(2970), + [sym__list_marker_dot] = ACTIONS(2970), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2970), + [sym__list_marker_example] = ACTIONS(2970), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2970), + [sym__fenced_code_block_start_backtick] = ACTIONS(2970), + [sym_minus_metadata] = ACTIONS(2970), + [sym__pipe_table_start] = ACTIONS(2970), + [sym__fenced_div_start] = ACTIONS(2970), + [sym_ref_id_specifier] = ACTIONS(2970), + [sym__code_span_start] = ACTIONS(2970), + [sym__html_comment] = ACTIONS(2970), + [sym__autolink] = ACTIONS(2970), + [sym__highlight_span_start] = ACTIONS(2970), + [sym__insert_span_start] = ACTIONS(2970), + [sym__delete_span_start] = ACTIONS(2970), + [sym__edit_comment_span_start] = ACTIONS(2970), + [sym__single_quote_span_open] = ACTIONS(2970), + [sym__double_quote_span_open] = ACTIONS(2970), + [sym__shortcode_open_escaped] = ACTIONS(2970), + [sym__shortcode_open] = ACTIONS(2970), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2970), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2970), + [sym__cite_author_in_text] = ACTIONS(2970), + [sym__cite_suppress_author] = ACTIONS(2970), + [sym__strikeout_open] = ACTIONS(2970), + [sym__subscript_open] = ACTIONS(2970), + [sym__superscript_open] = ACTIONS(2970), + [sym__inline_note_start_token] = ACTIONS(2970), + [sym__strong_emphasis_open_star] = ACTIONS(2970), + [sym__strong_emphasis_open_underscore] = ACTIONS(2970), + [sym__emphasis_open_star] = ACTIONS(2970), + [sym__emphasis_open_underscore] = ACTIONS(2970), + [sym_inline_note_reference] = ACTIONS(2970), + [sym_html_element] = ACTIONS(2970), + }, + [STATE(517)] = { + [anon_sym_COLON] = ACTIONS(3148), + [sym_entity_reference] = ACTIONS(3148), + [sym_numeric_character_reference] = ACTIONS(3150), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_BANG_LBRACK] = ACTIONS(3150), + [anon_sym_DOLLAR] = ACTIONS(3148), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(3150), + [aux_sym_pandoc_str_token1] = ACTIONS(3148), + [anon_sym_PIPE] = ACTIONS(3150), + [aux_sym__prose_punctuation_token1] = ACTIONS(3148), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3148), + [sym__line_ending] = ACTIONS(3150), + [sym__soft_line_ending] = ACTIONS(3150), + [sym__block_close] = ACTIONS(3150), + [sym__block_quote_start] = ACTIONS(3150), + [sym_atx_h1_marker] = ACTIONS(3150), + [sym_atx_h2_marker] = ACTIONS(3150), + [sym_atx_h3_marker] = ACTIONS(3150), + [sym_atx_h4_marker] = ACTIONS(3150), + [sym_atx_h5_marker] = ACTIONS(3150), + [sym_atx_h6_marker] = ACTIONS(3150), + [sym__thematic_break] = ACTIONS(3150), + [sym__list_marker_minus] = ACTIONS(3150), + [sym__list_marker_plus] = ACTIONS(3150), + [sym__list_marker_star] = ACTIONS(3150), + [sym__list_marker_parenthesis] = ACTIONS(3150), + [sym__list_marker_dot] = ACTIONS(3150), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3150), + [sym__list_marker_example] = ACTIONS(3150), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3150), + [sym__fenced_code_block_start_backtick] = ACTIONS(3150), + [sym_minus_metadata] = ACTIONS(3150), + [sym__pipe_table_start] = ACTIONS(3150), + [sym__fenced_div_start] = ACTIONS(3150), + [sym_ref_id_specifier] = ACTIONS(3150), + [sym__code_span_start] = ACTIONS(3150), + [sym__html_comment] = ACTIONS(3150), + [sym__autolink] = ACTIONS(3150), + [sym__highlight_span_start] = ACTIONS(3150), + [sym__insert_span_start] = ACTIONS(3150), + [sym__delete_span_start] = ACTIONS(3150), + [sym__edit_comment_span_start] = ACTIONS(3150), + [sym__single_quote_span_open] = ACTIONS(3150), + [sym__double_quote_span_open] = ACTIONS(3150), + [sym__shortcode_open_escaped] = ACTIONS(3150), + [sym__shortcode_open] = ACTIONS(3150), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3150), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3150), + [sym__cite_author_in_text] = ACTIONS(3150), + [sym__cite_suppress_author] = ACTIONS(3150), + [sym__strikeout_open] = ACTIONS(3150), + [sym__subscript_open] = ACTIONS(3150), + [sym__superscript_open] = ACTIONS(3150), + [sym__inline_note_start_token] = ACTIONS(3150), + [sym__strong_emphasis_open_star] = ACTIONS(3150), + [sym__strong_emphasis_open_underscore] = ACTIONS(3150), + [sym__emphasis_open_star] = ACTIONS(3150), + [sym__emphasis_open_underscore] = ACTIONS(3150), + [sym_inline_note_reference] = ACTIONS(3150), + [sym_html_element] = ACTIONS(3150), + }, + [STATE(518)] = { + [ts_builtin_sym_end] = ACTIONS(3370), + [anon_sym_COLON] = ACTIONS(3368), + [sym_entity_reference] = ACTIONS(3368), + [sym_numeric_character_reference] = ACTIONS(3370), + [anon_sym_LBRACK] = ACTIONS(3370), + [anon_sym_BANG_LBRACK] = ACTIONS(3370), + [anon_sym_DOLLAR] = ACTIONS(3368), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3370), + [anon_sym_LBRACE] = ACTIONS(3370), + [aux_sym_pandoc_str_token1] = ACTIONS(3368), + [anon_sym_PIPE] = ACTIONS(3370), + [aux_sym__prose_punctuation_token1] = ACTIONS(3368), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3368), + [sym__line_ending] = ACTIONS(3370), + [sym__soft_line_ending] = ACTIONS(3370), + [sym__block_quote_start] = ACTIONS(3370), + [sym_atx_h1_marker] = ACTIONS(3370), + [sym_atx_h2_marker] = ACTIONS(3370), + [sym_atx_h3_marker] = ACTIONS(3370), + [sym_atx_h4_marker] = ACTIONS(3370), + [sym_atx_h5_marker] = ACTIONS(3370), + [sym_atx_h6_marker] = ACTIONS(3370), + [sym__thematic_break] = ACTIONS(3370), + [sym__list_marker_minus] = ACTIONS(3370), + [sym__list_marker_plus] = ACTIONS(3370), + [sym__list_marker_star] = ACTIONS(3370), + [sym__list_marker_parenthesis] = ACTIONS(3370), + [sym__list_marker_dot] = ACTIONS(3370), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3370), + [sym__list_marker_example] = ACTIONS(3370), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3370), + [sym__fenced_code_block_start_backtick] = ACTIONS(3370), + [sym_minus_metadata] = ACTIONS(3370), + [sym__pipe_table_start] = ACTIONS(3370), + [sym__fenced_div_start] = ACTIONS(3370), + [sym_ref_id_specifier] = ACTIONS(3370), + [sym__code_span_start] = ACTIONS(3370), + [sym__html_comment] = ACTIONS(3370), + [sym__autolink] = ACTIONS(3370), + [sym__highlight_span_start] = ACTIONS(3370), + [sym__insert_span_start] = ACTIONS(3370), + [sym__delete_span_start] = ACTIONS(3370), + [sym__edit_comment_span_start] = ACTIONS(3370), + [sym__single_quote_span_open] = ACTIONS(3370), + [sym__double_quote_span_open] = ACTIONS(3370), + [sym__shortcode_open_escaped] = ACTIONS(3370), + [sym__shortcode_open] = ACTIONS(3370), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3370), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3370), + [sym__cite_author_in_text] = ACTIONS(3370), + [sym__cite_suppress_author] = ACTIONS(3370), + [sym__strikeout_open] = ACTIONS(3370), + [sym__subscript_open] = ACTIONS(3370), + [sym__superscript_open] = ACTIONS(3370), + [sym__inline_note_start_token] = ACTIONS(3370), + [sym__strong_emphasis_open_star] = ACTIONS(3370), + [sym__strong_emphasis_open_underscore] = ACTIONS(3370), + [sym__emphasis_open_star] = ACTIONS(3370), + [sym__emphasis_open_underscore] = ACTIONS(3370), + [sym_inline_note_reference] = ACTIONS(3370), + [sym_html_element] = ACTIONS(3370), + }, + [STATE(519)] = { + [anon_sym_COLON] = ACTIONS(3042), + [sym_entity_reference] = ACTIONS(3042), + [sym_numeric_character_reference] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_BANG_LBRACK] = ACTIONS(3044), + [anon_sym_DOLLAR] = ACTIONS(3042), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3044), + [aux_sym_pandoc_str_token1] = ACTIONS(3042), + [anon_sym_PIPE] = ACTIONS(3044), + [aux_sym__prose_punctuation_token1] = ACTIONS(3042), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3042), + [sym__line_ending] = ACTIONS(3044), + [sym__soft_line_ending] = ACTIONS(3044), + [sym__block_close] = ACTIONS(3044), + [sym__block_quote_start] = ACTIONS(3044), + [sym_atx_h1_marker] = ACTIONS(3044), + [sym_atx_h2_marker] = ACTIONS(3044), + [sym_atx_h3_marker] = ACTIONS(3044), + [sym_atx_h4_marker] = ACTIONS(3044), + [sym_atx_h5_marker] = ACTIONS(3044), + [sym_atx_h6_marker] = ACTIONS(3044), + [sym__thematic_break] = ACTIONS(3044), + [sym__list_marker_minus] = ACTIONS(3044), + [sym__list_marker_plus] = ACTIONS(3044), + [sym__list_marker_star] = ACTIONS(3044), + [sym__list_marker_parenthesis] = ACTIONS(3044), + [sym__list_marker_dot] = ACTIONS(3044), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3044), + [sym__list_marker_example] = ACTIONS(3044), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3044), + [sym__fenced_code_block_start_backtick] = ACTIONS(3044), + [sym_minus_metadata] = ACTIONS(3044), + [sym__pipe_table_start] = ACTIONS(3044), + [sym__fenced_div_start] = ACTIONS(3044), + [sym_ref_id_specifier] = ACTIONS(3044), + [sym__code_span_start] = ACTIONS(3044), + [sym__html_comment] = ACTIONS(3044), + [sym__autolink] = ACTIONS(3044), + [sym__highlight_span_start] = ACTIONS(3044), + [sym__insert_span_start] = ACTIONS(3044), + [sym__delete_span_start] = ACTIONS(3044), + [sym__edit_comment_span_start] = ACTIONS(3044), + [sym__single_quote_span_open] = ACTIONS(3044), + [sym__double_quote_span_open] = ACTIONS(3044), + [sym__shortcode_open_escaped] = ACTIONS(3044), + [sym__shortcode_open] = ACTIONS(3044), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3044), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3044), + [sym__cite_author_in_text] = ACTIONS(3044), + [sym__cite_suppress_author] = ACTIONS(3044), + [sym__strikeout_open] = ACTIONS(3044), + [sym__subscript_open] = ACTIONS(3044), + [sym__superscript_open] = ACTIONS(3044), + [sym__inline_note_start_token] = ACTIONS(3044), + [sym__strong_emphasis_open_star] = ACTIONS(3044), + [sym__strong_emphasis_open_underscore] = ACTIONS(3044), + [sym__emphasis_open_star] = ACTIONS(3044), + [sym__emphasis_open_underscore] = ACTIONS(3044), + [sym_inline_note_reference] = ACTIONS(3044), + [sym_html_element] = ACTIONS(3044), + }, + [STATE(520)] = { + [anon_sym_COLON] = ACTIONS(3046), + [sym_entity_reference] = ACTIONS(3046), + [sym_numeric_character_reference] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_BANG_LBRACK] = ACTIONS(3048), + [anon_sym_DOLLAR] = ACTIONS(3046), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3048), + [aux_sym_pandoc_str_token1] = ACTIONS(3046), + [anon_sym_PIPE] = ACTIONS(3048), + [aux_sym__prose_punctuation_token1] = ACTIONS(3046), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3046), + [sym__line_ending] = ACTIONS(3048), + [sym__soft_line_ending] = ACTIONS(3048), + [sym__block_close] = ACTIONS(3048), + [sym__block_quote_start] = ACTIONS(3048), + [sym_atx_h1_marker] = ACTIONS(3048), + [sym_atx_h2_marker] = ACTIONS(3048), + [sym_atx_h3_marker] = ACTIONS(3048), + [sym_atx_h4_marker] = ACTIONS(3048), + [sym_atx_h5_marker] = ACTIONS(3048), + [sym_atx_h6_marker] = ACTIONS(3048), + [sym__thematic_break] = ACTIONS(3048), + [sym__list_marker_minus] = ACTIONS(3048), + [sym__list_marker_plus] = ACTIONS(3048), + [sym__list_marker_star] = ACTIONS(3048), + [sym__list_marker_parenthesis] = ACTIONS(3048), + [sym__list_marker_dot] = ACTIONS(3048), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3048), + [sym__list_marker_example] = ACTIONS(3048), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3048), + [sym__fenced_code_block_start_backtick] = ACTIONS(3048), + [sym_minus_metadata] = ACTIONS(3048), + [sym__pipe_table_start] = ACTIONS(3048), + [sym__fenced_div_start] = ACTIONS(3048), + [sym_ref_id_specifier] = ACTIONS(3048), + [sym__code_span_start] = ACTIONS(3048), + [sym__html_comment] = ACTIONS(3048), + [sym__autolink] = ACTIONS(3048), + [sym__highlight_span_start] = ACTIONS(3048), + [sym__insert_span_start] = ACTIONS(3048), + [sym__delete_span_start] = ACTIONS(3048), + [sym__edit_comment_span_start] = ACTIONS(3048), + [sym__single_quote_span_open] = ACTIONS(3048), + [sym__double_quote_span_open] = ACTIONS(3048), + [sym__shortcode_open_escaped] = ACTIONS(3048), + [sym__shortcode_open] = ACTIONS(3048), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3048), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3048), + [sym__cite_author_in_text] = ACTIONS(3048), + [sym__cite_suppress_author] = ACTIONS(3048), + [sym__strikeout_open] = ACTIONS(3048), + [sym__subscript_open] = ACTIONS(3048), + [sym__superscript_open] = ACTIONS(3048), + [sym__inline_note_start_token] = ACTIONS(3048), + [sym__strong_emphasis_open_star] = ACTIONS(3048), + [sym__strong_emphasis_open_underscore] = ACTIONS(3048), + [sym__emphasis_open_star] = ACTIONS(3048), + [sym__emphasis_open_underscore] = ACTIONS(3048), + [sym_inline_note_reference] = ACTIONS(3048), + [sym_html_element] = ACTIONS(3048), + }, + [STATE(521)] = { + [anon_sym_COLON] = ACTIONS(3050), + [sym_entity_reference] = ACTIONS(3050), + [sym_numeric_character_reference] = ACTIONS(3052), + [anon_sym_LBRACK] = ACTIONS(3052), + [anon_sym_BANG_LBRACK] = ACTIONS(3052), + [anon_sym_DOLLAR] = ACTIONS(3050), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(3052), + [aux_sym_pandoc_str_token1] = ACTIONS(3050), + [anon_sym_PIPE] = ACTIONS(3052), + [aux_sym__prose_punctuation_token1] = ACTIONS(3050), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3050), + [sym__line_ending] = ACTIONS(3052), + [sym__soft_line_ending] = ACTIONS(3052), + [sym__block_close] = ACTIONS(3052), + [sym__block_quote_start] = ACTIONS(3052), + [sym_atx_h1_marker] = ACTIONS(3052), + [sym_atx_h2_marker] = ACTIONS(3052), + [sym_atx_h3_marker] = ACTIONS(3052), + [sym_atx_h4_marker] = ACTIONS(3052), + [sym_atx_h5_marker] = ACTIONS(3052), + [sym_atx_h6_marker] = ACTIONS(3052), + [sym__thematic_break] = ACTIONS(3052), + [sym__list_marker_minus] = ACTIONS(3052), + [sym__list_marker_plus] = ACTIONS(3052), + [sym__list_marker_star] = ACTIONS(3052), + [sym__list_marker_parenthesis] = ACTIONS(3052), + [sym__list_marker_dot] = ACTIONS(3052), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3052), + [sym__list_marker_example] = ACTIONS(3052), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3052), + [sym__fenced_code_block_start_backtick] = ACTIONS(3052), + [sym_minus_metadata] = ACTIONS(3052), + [sym__pipe_table_start] = ACTIONS(3052), + [sym__fenced_div_start] = ACTIONS(3052), + [sym_ref_id_specifier] = ACTIONS(3052), + [sym__code_span_start] = ACTIONS(3052), + [sym__html_comment] = ACTIONS(3052), + [sym__autolink] = ACTIONS(3052), + [sym__highlight_span_start] = ACTIONS(3052), + [sym__insert_span_start] = ACTIONS(3052), + [sym__delete_span_start] = ACTIONS(3052), + [sym__edit_comment_span_start] = ACTIONS(3052), + [sym__single_quote_span_open] = ACTIONS(3052), + [sym__double_quote_span_open] = ACTIONS(3052), + [sym__shortcode_open_escaped] = ACTIONS(3052), + [sym__shortcode_open] = ACTIONS(3052), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3052), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3052), + [sym__cite_author_in_text] = ACTIONS(3052), + [sym__cite_suppress_author] = ACTIONS(3052), + [sym__strikeout_open] = ACTIONS(3052), + [sym__subscript_open] = ACTIONS(3052), + [sym__superscript_open] = ACTIONS(3052), + [sym__inline_note_start_token] = ACTIONS(3052), + [sym__strong_emphasis_open_star] = ACTIONS(3052), + [sym__strong_emphasis_open_underscore] = ACTIONS(3052), + [sym__emphasis_open_star] = ACTIONS(3052), + [sym__emphasis_open_underscore] = ACTIONS(3052), + [sym_inline_note_reference] = ACTIONS(3052), + [sym_html_element] = ACTIONS(3052), + }, + [STATE(522)] = { + [anon_sym_COLON] = ACTIONS(3054), + [sym_entity_reference] = ACTIONS(3054), + [sym_numeric_character_reference] = ACTIONS(3056), + [anon_sym_LBRACK] = ACTIONS(3056), + [anon_sym_BANG_LBRACK] = ACTIONS(3056), + [anon_sym_DOLLAR] = ACTIONS(3054), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3056), + [anon_sym_LBRACE] = ACTIONS(3056), + [aux_sym_pandoc_str_token1] = ACTIONS(3054), + [anon_sym_PIPE] = ACTIONS(3056), + [aux_sym__prose_punctuation_token1] = ACTIONS(3054), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3054), + [sym__line_ending] = ACTIONS(3056), + [sym__soft_line_ending] = ACTIONS(3056), + [sym__block_close] = ACTIONS(3056), + [sym__block_quote_start] = ACTIONS(3056), + [sym_atx_h1_marker] = ACTIONS(3056), + [sym_atx_h2_marker] = ACTIONS(3056), + [sym_atx_h3_marker] = ACTIONS(3056), + [sym_atx_h4_marker] = ACTIONS(3056), + [sym_atx_h5_marker] = ACTIONS(3056), + [sym_atx_h6_marker] = ACTIONS(3056), + [sym__thematic_break] = ACTIONS(3056), + [sym__list_marker_minus] = ACTIONS(3056), + [sym__list_marker_plus] = ACTIONS(3056), + [sym__list_marker_star] = ACTIONS(3056), + [sym__list_marker_parenthesis] = ACTIONS(3056), + [sym__list_marker_dot] = ACTIONS(3056), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3056), + [sym__list_marker_example] = ACTIONS(3056), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3056), + [sym__fenced_code_block_start_backtick] = ACTIONS(3056), + [sym_minus_metadata] = ACTIONS(3056), + [sym__pipe_table_start] = ACTIONS(3056), + [sym__fenced_div_start] = ACTIONS(3056), + [sym_ref_id_specifier] = ACTIONS(3056), + [sym__code_span_start] = ACTIONS(3056), + [sym__html_comment] = ACTIONS(3056), + [sym__autolink] = ACTIONS(3056), + [sym__highlight_span_start] = ACTIONS(3056), + [sym__insert_span_start] = ACTIONS(3056), + [sym__delete_span_start] = ACTIONS(3056), + [sym__edit_comment_span_start] = ACTIONS(3056), + [sym__single_quote_span_open] = ACTIONS(3056), + [sym__double_quote_span_open] = ACTIONS(3056), + [sym__shortcode_open_escaped] = ACTIONS(3056), + [sym__shortcode_open] = ACTIONS(3056), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3056), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3056), + [sym__cite_author_in_text] = ACTIONS(3056), + [sym__cite_suppress_author] = ACTIONS(3056), + [sym__strikeout_open] = ACTIONS(3056), + [sym__subscript_open] = ACTIONS(3056), + [sym__superscript_open] = ACTIONS(3056), + [sym__inline_note_start_token] = ACTIONS(3056), + [sym__strong_emphasis_open_star] = ACTIONS(3056), + [sym__strong_emphasis_open_underscore] = ACTIONS(3056), + [sym__emphasis_open_star] = ACTIONS(3056), + [sym__emphasis_open_underscore] = ACTIONS(3056), + [sym_inline_note_reference] = ACTIONS(3056), + [sym_html_element] = ACTIONS(3056), + }, + [STATE(523)] = { + [ts_builtin_sym_end] = ACTIONS(3110), + [anon_sym_COLON] = ACTIONS(3108), + [sym_entity_reference] = ACTIONS(3108), + [sym_numeric_character_reference] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3110), + [anon_sym_BANG_LBRACK] = ACTIONS(3110), + [anon_sym_DOLLAR] = ACTIONS(3108), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3110), + [aux_sym_pandoc_str_token1] = ACTIONS(3108), + [anon_sym_PIPE] = ACTIONS(3110), + [aux_sym__prose_punctuation_token1] = ACTIONS(3108), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3108), + [sym__line_ending] = ACTIONS(3110), + [sym__soft_line_ending] = ACTIONS(3110), + [sym__block_quote_start] = ACTIONS(3110), + [sym_atx_h1_marker] = ACTIONS(3110), + [sym_atx_h2_marker] = ACTIONS(3110), + [sym_atx_h3_marker] = ACTIONS(3110), + [sym_atx_h4_marker] = ACTIONS(3110), + [sym_atx_h5_marker] = ACTIONS(3110), + [sym_atx_h6_marker] = ACTIONS(3110), + [sym__thematic_break] = ACTIONS(3110), + [sym__list_marker_minus] = ACTIONS(3110), + [sym__list_marker_plus] = ACTIONS(3110), + [sym__list_marker_star] = ACTIONS(3110), + [sym__list_marker_parenthesis] = ACTIONS(3110), + [sym__list_marker_dot] = ACTIONS(3110), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_example] = ACTIONS(3110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3110), + [sym__fenced_code_block_start_backtick] = ACTIONS(3110), + [sym_minus_metadata] = ACTIONS(3110), + [sym__pipe_table_start] = ACTIONS(3110), + [sym__fenced_div_start] = ACTIONS(3110), + [sym_ref_id_specifier] = ACTIONS(3110), + [sym__code_span_start] = ACTIONS(3110), + [sym__html_comment] = ACTIONS(3110), + [sym__autolink] = ACTIONS(3110), + [sym__highlight_span_start] = ACTIONS(3110), + [sym__insert_span_start] = ACTIONS(3110), + [sym__delete_span_start] = ACTIONS(3110), + [sym__edit_comment_span_start] = ACTIONS(3110), + [sym__single_quote_span_open] = ACTIONS(3110), + [sym__double_quote_span_open] = ACTIONS(3110), + [sym__shortcode_open_escaped] = ACTIONS(3110), + [sym__shortcode_open] = ACTIONS(3110), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3110), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3110), + [sym__cite_author_in_text] = ACTIONS(3110), + [sym__cite_suppress_author] = ACTIONS(3110), + [sym__strikeout_open] = ACTIONS(3110), + [sym__subscript_open] = ACTIONS(3110), + [sym__superscript_open] = ACTIONS(3110), + [sym__inline_note_start_token] = ACTIONS(3110), + [sym__strong_emphasis_open_star] = ACTIONS(3110), + [sym__strong_emphasis_open_underscore] = ACTIONS(3110), + [sym__emphasis_open_star] = ACTIONS(3110), + [sym__emphasis_open_underscore] = ACTIONS(3110), + [sym_inline_note_reference] = ACTIONS(3110), + [sym_html_element] = ACTIONS(3110), + }, + [STATE(524)] = { + [anon_sym_COLON] = ACTIONS(3152), + [sym_entity_reference] = ACTIONS(3152), + [sym_numeric_character_reference] = ACTIONS(3154), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_BANG_LBRACK] = ACTIONS(3154), + [anon_sym_DOLLAR] = ACTIONS(3152), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3154), + [aux_sym_pandoc_str_token1] = ACTIONS(3152), + [anon_sym_PIPE] = ACTIONS(3154), + [aux_sym__prose_punctuation_token1] = ACTIONS(3152), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3152), + [sym__line_ending] = ACTIONS(3154), + [sym__soft_line_ending] = ACTIONS(3154), + [sym__block_close] = ACTIONS(3154), + [sym__block_quote_start] = ACTIONS(3154), + [sym_atx_h1_marker] = ACTIONS(3154), + [sym_atx_h2_marker] = ACTIONS(3154), + [sym_atx_h3_marker] = ACTIONS(3154), + [sym_atx_h4_marker] = ACTIONS(3154), + [sym_atx_h5_marker] = ACTIONS(3154), + [sym_atx_h6_marker] = ACTIONS(3154), + [sym__thematic_break] = ACTIONS(3154), + [sym__list_marker_minus] = ACTIONS(3154), + [sym__list_marker_plus] = ACTIONS(3154), + [sym__list_marker_star] = ACTIONS(3154), + [sym__list_marker_parenthesis] = ACTIONS(3154), + [sym__list_marker_dot] = ACTIONS(3154), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3154), + [sym__list_marker_example] = ACTIONS(3154), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3154), + [sym__fenced_code_block_start_backtick] = ACTIONS(3154), + [sym_minus_metadata] = ACTIONS(3154), + [sym__pipe_table_start] = ACTIONS(3154), + [sym__fenced_div_start] = ACTIONS(3154), + [sym_ref_id_specifier] = ACTIONS(3154), + [sym__code_span_start] = ACTIONS(3154), + [sym__html_comment] = ACTIONS(3154), + [sym__autolink] = ACTIONS(3154), + [sym__highlight_span_start] = ACTIONS(3154), + [sym__insert_span_start] = ACTIONS(3154), + [sym__delete_span_start] = ACTIONS(3154), + [sym__edit_comment_span_start] = ACTIONS(3154), + [sym__single_quote_span_open] = ACTIONS(3154), + [sym__double_quote_span_open] = ACTIONS(3154), + [sym__shortcode_open_escaped] = ACTIONS(3154), + [sym__shortcode_open] = ACTIONS(3154), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3154), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3154), + [sym__cite_author_in_text] = ACTIONS(3154), + [sym__cite_suppress_author] = ACTIONS(3154), + [sym__strikeout_open] = ACTIONS(3154), + [sym__subscript_open] = ACTIONS(3154), + [sym__superscript_open] = ACTIONS(3154), + [sym__inline_note_start_token] = ACTIONS(3154), + [sym__strong_emphasis_open_star] = ACTIONS(3154), + [sym__strong_emphasis_open_underscore] = ACTIONS(3154), + [sym__emphasis_open_star] = ACTIONS(3154), + [sym__emphasis_open_underscore] = ACTIONS(3154), + [sym_inline_note_reference] = ACTIONS(3154), + [sym_html_element] = ACTIONS(3154), + }, + [STATE(525)] = { + [anon_sym_COLON] = ACTIONS(3058), + [sym_entity_reference] = ACTIONS(3058), + [sym_numeric_character_reference] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_BANG_LBRACK] = ACTIONS(3060), + [anon_sym_DOLLAR] = ACTIONS(3058), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3060), + [aux_sym_pandoc_str_token1] = ACTIONS(3058), + [anon_sym_PIPE] = ACTIONS(3060), + [aux_sym__prose_punctuation_token1] = ACTIONS(3058), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3058), + [sym__line_ending] = ACTIONS(3060), + [sym__soft_line_ending] = ACTIONS(3060), + [sym__block_close] = ACTIONS(3060), + [sym__block_quote_start] = ACTIONS(3060), + [sym_atx_h1_marker] = ACTIONS(3060), + [sym_atx_h2_marker] = ACTIONS(3060), + [sym_atx_h3_marker] = ACTIONS(3060), + [sym_atx_h4_marker] = ACTIONS(3060), + [sym_atx_h5_marker] = ACTIONS(3060), + [sym_atx_h6_marker] = ACTIONS(3060), + [sym__thematic_break] = ACTIONS(3060), + [sym__list_marker_minus] = ACTIONS(3060), + [sym__list_marker_plus] = ACTIONS(3060), + [sym__list_marker_star] = ACTIONS(3060), + [sym__list_marker_parenthesis] = ACTIONS(3060), + [sym__list_marker_dot] = ACTIONS(3060), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3060), + [sym__list_marker_example] = ACTIONS(3060), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3060), + [sym__fenced_code_block_start_backtick] = ACTIONS(3060), + [sym_minus_metadata] = ACTIONS(3060), + [sym__pipe_table_start] = ACTIONS(3060), + [sym__fenced_div_start] = ACTIONS(3060), + [sym_ref_id_specifier] = ACTIONS(3060), + [sym__code_span_start] = ACTIONS(3060), + [sym__html_comment] = ACTIONS(3060), + [sym__autolink] = ACTIONS(3060), + [sym__highlight_span_start] = ACTIONS(3060), + [sym__insert_span_start] = ACTIONS(3060), + [sym__delete_span_start] = ACTIONS(3060), + [sym__edit_comment_span_start] = ACTIONS(3060), + [sym__single_quote_span_open] = ACTIONS(3060), + [sym__double_quote_span_open] = ACTIONS(3060), + [sym__shortcode_open_escaped] = ACTIONS(3060), + [sym__shortcode_open] = ACTIONS(3060), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3060), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3060), + [sym__cite_author_in_text] = ACTIONS(3060), + [sym__cite_suppress_author] = ACTIONS(3060), + [sym__strikeout_open] = ACTIONS(3060), + [sym__subscript_open] = ACTIONS(3060), + [sym__superscript_open] = ACTIONS(3060), + [sym__inline_note_start_token] = ACTIONS(3060), + [sym__strong_emphasis_open_star] = ACTIONS(3060), + [sym__strong_emphasis_open_underscore] = ACTIONS(3060), + [sym__emphasis_open_star] = ACTIONS(3060), + [sym__emphasis_open_underscore] = ACTIONS(3060), + [sym_inline_note_reference] = ACTIONS(3060), + [sym_html_element] = ACTIONS(3060), + }, + [STATE(526)] = { + [anon_sym_COLON] = ACTIONS(3062), + [sym_entity_reference] = ACTIONS(3062), + [sym_numeric_character_reference] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_BANG_LBRACK] = ACTIONS(3064), + [anon_sym_DOLLAR] = ACTIONS(3062), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3064), + [aux_sym_pandoc_str_token1] = ACTIONS(3062), + [anon_sym_PIPE] = ACTIONS(3064), + [aux_sym__prose_punctuation_token1] = ACTIONS(3062), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3062), + [sym__line_ending] = ACTIONS(3064), + [sym__soft_line_ending] = ACTIONS(3064), + [sym__block_close] = ACTIONS(3064), + [sym__block_quote_start] = ACTIONS(3064), + [sym_atx_h1_marker] = ACTIONS(3064), + [sym_atx_h2_marker] = ACTIONS(3064), + [sym_atx_h3_marker] = ACTIONS(3064), + [sym_atx_h4_marker] = ACTIONS(3064), + [sym_atx_h5_marker] = ACTIONS(3064), + [sym_atx_h6_marker] = ACTIONS(3064), + [sym__thematic_break] = ACTIONS(3064), + [sym__list_marker_minus] = ACTIONS(3064), + [sym__list_marker_plus] = ACTIONS(3064), + [sym__list_marker_star] = ACTIONS(3064), + [sym__list_marker_parenthesis] = ACTIONS(3064), + [sym__list_marker_dot] = ACTIONS(3064), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3064), + [sym__list_marker_example] = ACTIONS(3064), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3064), + [sym__fenced_code_block_start_backtick] = ACTIONS(3064), + [sym_minus_metadata] = ACTIONS(3064), + [sym__pipe_table_start] = ACTIONS(3064), + [sym__fenced_div_start] = ACTIONS(3064), + [sym_ref_id_specifier] = ACTIONS(3064), + [sym__code_span_start] = ACTIONS(3064), + [sym__html_comment] = ACTIONS(3064), + [sym__autolink] = ACTIONS(3064), + [sym__highlight_span_start] = ACTIONS(3064), + [sym__insert_span_start] = ACTIONS(3064), + [sym__delete_span_start] = ACTIONS(3064), + [sym__edit_comment_span_start] = ACTIONS(3064), + [sym__single_quote_span_open] = ACTIONS(3064), + [sym__double_quote_span_open] = ACTIONS(3064), + [sym__shortcode_open_escaped] = ACTIONS(3064), + [sym__shortcode_open] = ACTIONS(3064), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3064), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3064), + [sym__cite_author_in_text] = ACTIONS(3064), + [sym__cite_suppress_author] = ACTIONS(3064), + [sym__strikeout_open] = ACTIONS(3064), + [sym__subscript_open] = ACTIONS(3064), + [sym__superscript_open] = ACTIONS(3064), + [sym__inline_note_start_token] = ACTIONS(3064), + [sym__strong_emphasis_open_star] = ACTIONS(3064), + [sym__strong_emphasis_open_underscore] = ACTIONS(3064), + [sym__emphasis_open_star] = ACTIONS(3064), + [sym__emphasis_open_underscore] = ACTIONS(3064), + [sym_inline_note_reference] = ACTIONS(3064), + [sym_html_element] = ACTIONS(3064), + }, + [STATE(527)] = { + [anon_sym_COLON] = ACTIONS(3066), + [sym_entity_reference] = ACTIONS(3066), + [sym_numeric_character_reference] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_BANG_LBRACK] = ACTIONS(3068), + [anon_sym_DOLLAR] = ACTIONS(3066), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3068), + [anon_sym_LBRACE] = ACTIONS(3068), + [aux_sym_pandoc_str_token1] = ACTIONS(3066), + [anon_sym_PIPE] = ACTIONS(3068), + [aux_sym__prose_punctuation_token1] = ACTIONS(3066), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3066), + [sym__line_ending] = ACTIONS(3068), + [sym__soft_line_ending] = ACTIONS(3068), + [sym__block_close] = ACTIONS(3068), + [sym__block_quote_start] = ACTIONS(3068), + [sym_atx_h1_marker] = ACTIONS(3068), + [sym_atx_h2_marker] = ACTIONS(3068), + [sym_atx_h3_marker] = ACTIONS(3068), + [sym_atx_h4_marker] = ACTIONS(3068), + [sym_atx_h5_marker] = ACTIONS(3068), + [sym_atx_h6_marker] = ACTIONS(3068), + [sym__thematic_break] = ACTIONS(3068), + [sym__list_marker_minus] = ACTIONS(3068), + [sym__list_marker_plus] = ACTIONS(3068), + [sym__list_marker_star] = ACTIONS(3068), + [sym__list_marker_parenthesis] = ACTIONS(3068), + [sym__list_marker_dot] = ACTIONS(3068), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3068), + [sym__list_marker_example] = ACTIONS(3068), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3068), + [sym__fenced_code_block_start_backtick] = ACTIONS(3068), + [sym_minus_metadata] = ACTIONS(3068), + [sym__pipe_table_start] = ACTIONS(3068), + [sym__fenced_div_start] = ACTIONS(3068), + [sym_ref_id_specifier] = ACTIONS(3068), + [sym__code_span_start] = ACTIONS(3068), + [sym__html_comment] = ACTIONS(3068), + [sym__autolink] = ACTIONS(3068), + [sym__highlight_span_start] = ACTIONS(3068), + [sym__insert_span_start] = ACTIONS(3068), + [sym__delete_span_start] = ACTIONS(3068), + [sym__edit_comment_span_start] = ACTIONS(3068), + [sym__single_quote_span_open] = ACTIONS(3068), + [sym__double_quote_span_open] = ACTIONS(3068), + [sym__shortcode_open_escaped] = ACTIONS(3068), + [sym__shortcode_open] = ACTIONS(3068), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3068), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3068), + [sym__cite_author_in_text] = ACTIONS(3068), + [sym__cite_suppress_author] = ACTIONS(3068), + [sym__strikeout_open] = ACTIONS(3068), + [sym__subscript_open] = ACTIONS(3068), + [sym__superscript_open] = ACTIONS(3068), + [sym__inline_note_start_token] = ACTIONS(3068), + [sym__strong_emphasis_open_star] = ACTIONS(3068), + [sym__strong_emphasis_open_underscore] = ACTIONS(3068), + [sym__emphasis_open_star] = ACTIONS(3068), + [sym__emphasis_open_underscore] = ACTIONS(3068), + [sym_inline_note_reference] = ACTIONS(3068), + [sym_html_element] = ACTIONS(3068), + }, + [STATE(528)] = { + [ts_builtin_sym_end] = ACTIONS(3028), + [anon_sym_COLON] = ACTIONS(3026), + [sym_entity_reference] = ACTIONS(3026), + [sym_numeric_character_reference] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_BANG_LBRACK] = ACTIONS(3028), + [anon_sym_DOLLAR] = ACTIONS(3026), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3028), + [aux_sym_pandoc_str_token1] = ACTIONS(3026), + [anon_sym_PIPE] = ACTIONS(3028), + [aux_sym__prose_punctuation_token1] = ACTIONS(3026), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3026), + [sym__line_ending] = ACTIONS(3028), + [sym__soft_line_ending] = ACTIONS(3028), + [sym__block_quote_start] = ACTIONS(3028), + [sym_atx_h1_marker] = ACTIONS(3028), + [sym_atx_h2_marker] = ACTIONS(3028), + [sym_atx_h3_marker] = ACTIONS(3028), + [sym_atx_h4_marker] = ACTIONS(3028), + [sym_atx_h5_marker] = ACTIONS(3028), + [sym_atx_h6_marker] = ACTIONS(3028), + [sym__thematic_break] = ACTIONS(3028), + [sym__list_marker_minus] = ACTIONS(3028), + [sym__list_marker_plus] = ACTIONS(3028), + [sym__list_marker_star] = ACTIONS(3028), + [sym__list_marker_parenthesis] = ACTIONS(3028), + [sym__list_marker_dot] = ACTIONS(3028), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3028), + [sym__list_marker_example] = ACTIONS(3028), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3028), + [sym__fenced_code_block_start_backtick] = ACTIONS(3028), + [sym_minus_metadata] = ACTIONS(3028), + [sym__pipe_table_start] = ACTIONS(3028), + [sym__fenced_div_start] = ACTIONS(3028), + [sym_ref_id_specifier] = ACTIONS(3028), + [sym__code_span_start] = ACTIONS(3028), + [sym__html_comment] = ACTIONS(3028), + [sym__autolink] = ACTIONS(3028), + [sym__highlight_span_start] = ACTIONS(3028), + [sym__insert_span_start] = ACTIONS(3028), + [sym__delete_span_start] = ACTIONS(3028), + [sym__edit_comment_span_start] = ACTIONS(3028), + [sym__single_quote_span_open] = ACTIONS(3028), + [sym__double_quote_span_open] = ACTIONS(3028), + [sym__shortcode_open_escaped] = ACTIONS(3028), + [sym__shortcode_open] = ACTIONS(3028), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3028), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3028), + [sym__cite_author_in_text] = ACTIONS(3028), + [sym__cite_suppress_author] = ACTIONS(3028), + [sym__strikeout_open] = ACTIONS(3028), + [sym__subscript_open] = ACTIONS(3028), + [sym__superscript_open] = ACTIONS(3028), + [sym__inline_note_start_token] = ACTIONS(3028), + [sym__strong_emphasis_open_star] = ACTIONS(3028), + [sym__strong_emphasis_open_underscore] = ACTIONS(3028), + [sym__emphasis_open_star] = ACTIONS(3028), + [sym__emphasis_open_underscore] = ACTIONS(3028), + [sym_inline_note_reference] = ACTIONS(3028), + [sym_html_element] = ACTIONS(3028), + }, + [STATE(529)] = { + [anon_sym_COLON] = ACTIONS(3156), + [sym_entity_reference] = ACTIONS(3156), + [sym_numeric_character_reference] = ACTIONS(3158), + [anon_sym_LBRACK] = ACTIONS(3158), + [anon_sym_BANG_LBRACK] = ACTIONS(3158), + [anon_sym_DOLLAR] = ACTIONS(3156), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(3158), + [aux_sym_pandoc_str_token1] = ACTIONS(3156), + [anon_sym_PIPE] = ACTIONS(3158), + [aux_sym__prose_punctuation_token1] = ACTIONS(3156), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3156), + [sym__line_ending] = ACTIONS(3158), + [sym__soft_line_ending] = ACTIONS(3158), + [sym__block_close] = ACTIONS(3158), + [sym__block_quote_start] = ACTIONS(3158), + [sym_atx_h1_marker] = ACTIONS(3158), + [sym_atx_h2_marker] = ACTIONS(3158), + [sym_atx_h3_marker] = ACTIONS(3158), + [sym_atx_h4_marker] = ACTIONS(3158), + [sym_atx_h5_marker] = ACTIONS(3158), + [sym_atx_h6_marker] = ACTIONS(3158), + [sym__thematic_break] = ACTIONS(3158), + [sym__list_marker_minus] = ACTIONS(3158), + [sym__list_marker_plus] = ACTIONS(3158), + [sym__list_marker_star] = ACTIONS(3158), + [sym__list_marker_parenthesis] = ACTIONS(3158), + [sym__list_marker_dot] = ACTIONS(3158), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3158), + [sym__list_marker_example] = ACTIONS(3158), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3158), + [sym__fenced_code_block_start_backtick] = ACTIONS(3158), + [sym_minus_metadata] = ACTIONS(3158), + [sym__pipe_table_start] = ACTIONS(3158), + [sym__fenced_div_start] = ACTIONS(3158), + [sym_ref_id_specifier] = ACTIONS(3158), + [sym__code_span_start] = ACTIONS(3158), + [sym__html_comment] = ACTIONS(3158), + [sym__autolink] = ACTIONS(3158), + [sym__highlight_span_start] = ACTIONS(3158), + [sym__insert_span_start] = ACTIONS(3158), + [sym__delete_span_start] = ACTIONS(3158), + [sym__edit_comment_span_start] = ACTIONS(3158), + [sym__single_quote_span_open] = ACTIONS(3158), + [sym__double_quote_span_open] = ACTIONS(3158), + [sym__shortcode_open_escaped] = ACTIONS(3158), + [sym__shortcode_open] = ACTIONS(3158), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3158), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3158), + [sym__cite_author_in_text] = ACTIONS(3158), + [sym__cite_suppress_author] = ACTIONS(3158), + [sym__strikeout_open] = ACTIONS(3158), + [sym__subscript_open] = ACTIONS(3158), + [sym__superscript_open] = ACTIONS(3158), + [sym__inline_note_start_token] = ACTIONS(3158), + [sym__strong_emphasis_open_star] = ACTIONS(3158), + [sym__strong_emphasis_open_underscore] = ACTIONS(3158), + [sym__emphasis_open_star] = ACTIONS(3158), + [sym__emphasis_open_underscore] = ACTIONS(3158), + [sym_inline_note_reference] = ACTIONS(3158), + [sym_html_element] = ACTIONS(3158), + }, + [STATE(530)] = { + [ts_builtin_sym_end] = ACTIONS(3008), + [anon_sym_COLON] = ACTIONS(3006), + [sym_entity_reference] = ACTIONS(3006), + [sym_numeric_character_reference] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_BANG_LBRACK] = ACTIONS(3008), + [anon_sym_DOLLAR] = ACTIONS(3006), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3008), + [aux_sym_pandoc_str_token1] = ACTIONS(3006), + [anon_sym_PIPE] = ACTIONS(3008), + [aux_sym__prose_punctuation_token1] = ACTIONS(3006), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3006), + [sym__line_ending] = ACTIONS(3008), + [sym__soft_line_ending] = ACTIONS(3008), + [sym__block_quote_start] = ACTIONS(3008), + [sym_atx_h1_marker] = ACTIONS(3008), + [sym_atx_h2_marker] = ACTIONS(3008), + [sym_atx_h3_marker] = ACTIONS(3008), + [sym_atx_h4_marker] = ACTIONS(3008), + [sym_atx_h5_marker] = ACTIONS(3008), + [sym_atx_h6_marker] = ACTIONS(3008), + [sym__thematic_break] = ACTIONS(3008), + [sym__list_marker_minus] = ACTIONS(3008), + [sym__list_marker_plus] = ACTIONS(3008), + [sym__list_marker_star] = ACTIONS(3008), + [sym__list_marker_parenthesis] = ACTIONS(3008), + [sym__list_marker_dot] = ACTIONS(3008), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3008), + [sym__list_marker_example] = ACTIONS(3008), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3008), + [sym__fenced_code_block_start_backtick] = ACTIONS(3008), + [sym_minus_metadata] = ACTIONS(3008), + [sym__pipe_table_start] = ACTIONS(3008), + [sym__fenced_div_start] = ACTIONS(3008), + [sym_ref_id_specifier] = ACTIONS(3008), + [sym__code_span_start] = ACTIONS(3008), + [sym__html_comment] = ACTIONS(3008), + [sym__autolink] = ACTIONS(3008), + [sym__highlight_span_start] = ACTIONS(3008), + [sym__insert_span_start] = ACTIONS(3008), + [sym__delete_span_start] = ACTIONS(3008), + [sym__edit_comment_span_start] = ACTIONS(3008), + [sym__single_quote_span_open] = ACTIONS(3008), + [sym__double_quote_span_open] = ACTIONS(3008), + [sym__shortcode_open_escaped] = ACTIONS(3008), + [sym__shortcode_open] = ACTIONS(3008), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3008), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3008), + [sym__cite_author_in_text] = ACTIONS(3008), + [sym__cite_suppress_author] = ACTIONS(3008), + [sym__strikeout_open] = ACTIONS(3008), + [sym__subscript_open] = ACTIONS(3008), + [sym__superscript_open] = ACTIONS(3008), + [sym__inline_note_start_token] = ACTIONS(3008), + [sym__strong_emphasis_open_star] = ACTIONS(3008), + [sym__strong_emphasis_open_underscore] = ACTIONS(3008), + [sym__emphasis_open_star] = ACTIONS(3008), + [sym__emphasis_open_underscore] = ACTIONS(3008), + [sym_inline_note_reference] = ACTIONS(3008), + [sym_html_element] = ACTIONS(3008), + }, + [STATE(531)] = { + [ts_builtin_sym_end] = ACTIONS(3114), + [anon_sym_COLON] = ACTIONS(3112), + [sym_entity_reference] = ACTIONS(3112), + [sym_numeric_character_reference] = ACTIONS(3114), + [anon_sym_LBRACK] = ACTIONS(3114), + [anon_sym_BANG_LBRACK] = ACTIONS(3114), + [anon_sym_DOLLAR] = ACTIONS(3112), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3114), + [anon_sym_LBRACE] = ACTIONS(3114), + [aux_sym_pandoc_str_token1] = ACTIONS(3112), + [anon_sym_PIPE] = ACTIONS(3114), + [aux_sym__prose_punctuation_token1] = ACTIONS(3112), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3112), + [sym__line_ending] = ACTIONS(3114), + [sym__soft_line_ending] = ACTIONS(3114), + [sym__block_quote_start] = ACTIONS(3114), + [sym_atx_h1_marker] = ACTIONS(3114), + [sym_atx_h2_marker] = ACTIONS(3114), + [sym_atx_h3_marker] = ACTIONS(3114), + [sym_atx_h4_marker] = ACTIONS(3114), + [sym_atx_h5_marker] = ACTIONS(3114), + [sym_atx_h6_marker] = ACTIONS(3114), + [sym__thematic_break] = ACTIONS(3114), + [sym__list_marker_minus] = ACTIONS(3114), + [sym__list_marker_plus] = ACTIONS(3114), + [sym__list_marker_star] = ACTIONS(3114), + [sym__list_marker_parenthesis] = ACTIONS(3114), + [sym__list_marker_dot] = ACTIONS(3114), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_example] = ACTIONS(3114), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3114), + [sym__fenced_code_block_start_backtick] = ACTIONS(3114), + [sym_minus_metadata] = ACTIONS(3114), + [sym__pipe_table_start] = ACTIONS(3114), + [sym__fenced_div_start] = ACTIONS(3114), + [sym_ref_id_specifier] = ACTIONS(3114), + [sym__code_span_start] = ACTIONS(3114), + [sym__html_comment] = ACTIONS(3114), + [sym__autolink] = ACTIONS(3114), + [sym__highlight_span_start] = ACTIONS(3114), + [sym__insert_span_start] = ACTIONS(3114), + [sym__delete_span_start] = ACTIONS(3114), + [sym__edit_comment_span_start] = ACTIONS(3114), + [sym__single_quote_span_open] = ACTIONS(3114), + [sym__double_quote_span_open] = ACTIONS(3114), + [sym__shortcode_open_escaped] = ACTIONS(3114), + [sym__shortcode_open] = ACTIONS(3114), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3114), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3114), + [sym__cite_author_in_text] = ACTIONS(3114), + [sym__cite_suppress_author] = ACTIONS(3114), + [sym__strikeout_open] = ACTIONS(3114), + [sym__subscript_open] = ACTIONS(3114), + [sym__superscript_open] = ACTIONS(3114), + [sym__inline_note_start_token] = ACTIONS(3114), + [sym__strong_emphasis_open_star] = ACTIONS(3114), + [sym__strong_emphasis_open_underscore] = ACTIONS(3114), + [sym__emphasis_open_star] = ACTIONS(3114), + [sym__emphasis_open_underscore] = ACTIONS(3114), + [sym_inline_note_reference] = ACTIONS(3114), + [sym_html_element] = ACTIONS(3114), + }, + [STATE(532)] = { + [ts_builtin_sym_end] = ACTIONS(2807), + [anon_sym_COLON] = ACTIONS(2805), + [sym_entity_reference] = ACTIONS(2805), + [sym_numeric_character_reference] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_BANG_LBRACK] = ACTIONS(2807), + [anon_sym_DOLLAR] = ACTIONS(2805), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [aux_sym__prose_punctuation_token1] = ACTIONS(2805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), + [sym__line_ending] = ACTIONS(2807), + [sym__soft_line_ending] = ACTIONS(2807), + [sym__block_quote_start] = ACTIONS(2807), + [sym_atx_h1_marker] = ACTIONS(2807), + [sym_atx_h2_marker] = ACTIONS(2807), + [sym_atx_h3_marker] = ACTIONS(2807), + [sym_atx_h4_marker] = ACTIONS(2807), + [sym_atx_h5_marker] = ACTIONS(2807), + [sym_atx_h6_marker] = ACTIONS(2807), + [sym__thematic_break] = ACTIONS(2807), + [sym__list_marker_minus] = ACTIONS(2807), + [sym__list_marker_plus] = ACTIONS(2807), + [sym__list_marker_star] = ACTIONS(2807), + [sym__list_marker_parenthesis] = ACTIONS(2807), + [sym__list_marker_dot] = ACTIONS(2807), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_example] = ACTIONS(2807), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2807), + [sym__fenced_code_block_start_backtick] = ACTIONS(2807), + [sym_minus_metadata] = ACTIONS(2807), + [sym__pipe_table_start] = ACTIONS(2807), + [sym__fenced_div_start] = ACTIONS(2807), + [sym_ref_id_specifier] = ACTIONS(2807), + [sym__code_span_start] = ACTIONS(2807), + [sym__html_comment] = ACTIONS(2807), + [sym__autolink] = ACTIONS(2807), + [sym__highlight_span_start] = ACTIONS(2807), + [sym__insert_span_start] = ACTIONS(2807), + [sym__delete_span_start] = ACTIONS(2807), + [sym__edit_comment_span_start] = ACTIONS(2807), + [sym__single_quote_span_open] = ACTIONS(2807), + [sym__double_quote_span_open] = ACTIONS(2807), + [sym__shortcode_open_escaped] = ACTIONS(2807), + [sym__shortcode_open] = ACTIONS(2807), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2807), + [sym__cite_author_in_text] = ACTIONS(2807), + [sym__cite_suppress_author] = ACTIONS(2807), + [sym__strikeout_open] = ACTIONS(2807), + [sym__subscript_open] = ACTIONS(2807), + [sym__superscript_open] = ACTIONS(2807), + [sym__inline_note_start_token] = ACTIONS(2807), + [sym__strong_emphasis_open_star] = ACTIONS(2807), + [sym__strong_emphasis_open_underscore] = ACTIONS(2807), + [sym__emphasis_open_star] = ACTIONS(2807), + [sym__emphasis_open_underscore] = ACTIONS(2807), + [sym_inline_note_reference] = ACTIONS(2807), + [sym_html_element] = ACTIONS(2807), + }, + [STATE(533)] = { + [anon_sym_COLON] = ACTIONS(3160), + [sym_entity_reference] = ACTIONS(3160), + [sym_numeric_character_reference] = ACTIONS(3162), + [anon_sym_LBRACK] = ACTIONS(3162), + [anon_sym_BANG_LBRACK] = ACTIONS(3162), + [anon_sym_DOLLAR] = ACTIONS(3160), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(3162), + [aux_sym_pandoc_str_token1] = ACTIONS(3160), + [anon_sym_PIPE] = ACTIONS(3162), + [aux_sym__prose_punctuation_token1] = ACTIONS(3160), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3160), + [sym__line_ending] = ACTIONS(3162), + [sym__soft_line_ending] = ACTIONS(3162), + [sym__block_close] = ACTIONS(3162), + [sym__block_quote_start] = ACTIONS(3162), + [sym_atx_h1_marker] = ACTIONS(3162), + [sym_atx_h2_marker] = ACTIONS(3162), + [sym_atx_h3_marker] = ACTIONS(3162), + [sym_atx_h4_marker] = ACTIONS(3162), + [sym_atx_h5_marker] = ACTIONS(3162), + [sym_atx_h6_marker] = ACTIONS(3162), + [sym__thematic_break] = ACTIONS(3162), + [sym__list_marker_minus] = ACTIONS(3162), + [sym__list_marker_plus] = ACTIONS(3162), + [sym__list_marker_star] = ACTIONS(3162), + [sym__list_marker_parenthesis] = ACTIONS(3162), + [sym__list_marker_dot] = ACTIONS(3162), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3162), + [sym__list_marker_example] = ACTIONS(3162), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3162), + [sym__fenced_code_block_start_backtick] = ACTIONS(3162), + [sym_minus_metadata] = ACTIONS(3162), + [sym__pipe_table_start] = ACTIONS(3162), + [sym__fenced_div_start] = ACTIONS(3162), + [sym_ref_id_specifier] = ACTIONS(3162), + [sym__code_span_start] = ACTIONS(3162), + [sym__html_comment] = ACTIONS(3162), + [sym__autolink] = ACTIONS(3162), + [sym__highlight_span_start] = ACTIONS(3162), + [sym__insert_span_start] = ACTIONS(3162), + [sym__delete_span_start] = ACTIONS(3162), + [sym__edit_comment_span_start] = ACTIONS(3162), + [sym__single_quote_span_open] = ACTIONS(3162), + [sym__double_quote_span_open] = ACTIONS(3162), + [sym__shortcode_open_escaped] = ACTIONS(3162), + [sym__shortcode_open] = ACTIONS(3162), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3162), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3162), + [sym__cite_author_in_text] = ACTIONS(3162), + [sym__cite_suppress_author] = ACTIONS(3162), + [sym__strikeout_open] = ACTIONS(3162), + [sym__subscript_open] = ACTIONS(3162), + [sym__superscript_open] = ACTIONS(3162), + [sym__inline_note_start_token] = ACTIONS(3162), + [sym__strong_emphasis_open_star] = ACTIONS(3162), + [sym__strong_emphasis_open_underscore] = ACTIONS(3162), + [sym__emphasis_open_star] = ACTIONS(3162), + [sym__emphasis_open_underscore] = ACTIONS(3162), + [sym_inline_note_reference] = ACTIONS(3162), + [sym_html_element] = ACTIONS(3162), + }, + [STATE(534)] = { + [ts_builtin_sym_end] = ACTIONS(3118), + [anon_sym_COLON] = ACTIONS(3116), + [sym_entity_reference] = ACTIONS(3116), + [sym_numeric_character_reference] = ACTIONS(3118), + [anon_sym_LBRACK] = ACTIONS(3118), + [anon_sym_BANG_LBRACK] = ACTIONS(3118), + [anon_sym_DOLLAR] = ACTIONS(3116), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3118), + [anon_sym_LBRACE] = ACTIONS(3118), + [aux_sym_pandoc_str_token1] = ACTIONS(3116), + [anon_sym_PIPE] = ACTIONS(3118), + [aux_sym__prose_punctuation_token1] = ACTIONS(3116), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3116), + [sym__line_ending] = ACTIONS(3118), + [sym__soft_line_ending] = ACTIONS(3118), + [sym__block_quote_start] = ACTIONS(3118), + [sym_atx_h1_marker] = ACTIONS(3118), + [sym_atx_h2_marker] = ACTIONS(3118), + [sym_atx_h3_marker] = ACTIONS(3118), + [sym_atx_h4_marker] = ACTIONS(3118), + [sym_atx_h5_marker] = ACTIONS(3118), + [sym_atx_h6_marker] = ACTIONS(3118), + [sym__thematic_break] = ACTIONS(3118), + [sym__list_marker_minus] = ACTIONS(3118), + [sym__list_marker_plus] = ACTIONS(3118), + [sym__list_marker_star] = ACTIONS(3118), + [sym__list_marker_parenthesis] = ACTIONS(3118), + [sym__list_marker_dot] = ACTIONS(3118), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_example] = ACTIONS(3118), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3118), + [sym__fenced_code_block_start_backtick] = ACTIONS(3118), + [sym_minus_metadata] = ACTIONS(3118), + [sym__pipe_table_start] = ACTIONS(3118), + [sym__fenced_div_start] = ACTIONS(3118), + [sym_ref_id_specifier] = ACTIONS(3118), + [sym__code_span_start] = ACTIONS(3118), + [sym__html_comment] = ACTIONS(3118), + [sym__autolink] = ACTIONS(3118), + [sym__highlight_span_start] = ACTIONS(3118), + [sym__insert_span_start] = ACTIONS(3118), + [sym__delete_span_start] = ACTIONS(3118), + [sym__edit_comment_span_start] = ACTIONS(3118), + [sym__single_quote_span_open] = ACTIONS(3118), + [sym__double_quote_span_open] = ACTIONS(3118), + [sym__shortcode_open_escaped] = ACTIONS(3118), + [sym__shortcode_open] = ACTIONS(3118), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3118), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3118), + [sym__cite_author_in_text] = ACTIONS(3118), + [sym__cite_suppress_author] = ACTIONS(3118), + [sym__strikeout_open] = ACTIONS(3118), + [sym__subscript_open] = ACTIONS(3118), + [sym__superscript_open] = ACTIONS(3118), + [sym__inline_note_start_token] = ACTIONS(3118), + [sym__strong_emphasis_open_star] = ACTIONS(3118), + [sym__strong_emphasis_open_underscore] = ACTIONS(3118), + [sym__emphasis_open_star] = ACTIONS(3118), + [sym__emphasis_open_underscore] = ACTIONS(3118), + [sym_inline_note_reference] = ACTIONS(3118), + [sym_html_element] = ACTIONS(3118), + }, + [STATE(535)] = { + [ts_builtin_sym_end] = ACTIONS(2813), + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), + }, + [STATE(536)] = { + [anon_sym_COLON] = ACTIONS(3070), + [sym_entity_reference] = ACTIONS(3070), + [sym_numeric_character_reference] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3072), + [anon_sym_BANG_LBRACK] = ACTIONS(3072), + [anon_sym_DOLLAR] = ACTIONS(3070), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3072), + [anon_sym_LBRACE] = ACTIONS(3072), + [aux_sym_pandoc_str_token1] = ACTIONS(3070), + [anon_sym_PIPE] = ACTIONS(3072), + [aux_sym__prose_punctuation_token1] = ACTIONS(3070), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3070), + [sym__line_ending] = ACTIONS(3072), + [sym__soft_line_ending] = ACTIONS(3072), + [sym__block_close] = ACTIONS(3072), + [sym__block_quote_start] = ACTIONS(3072), + [sym_atx_h1_marker] = ACTIONS(3072), + [sym_atx_h2_marker] = ACTIONS(3072), + [sym_atx_h3_marker] = ACTIONS(3072), + [sym_atx_h4_marker] = ACTIONS(3072), + [sym_atx_h5_marker] = ACTIONS(3072), + [sym_atx_h6_marker] = ACTIONS(3072), + [sym__thematic_break] = ACTIONS(3072), + [sym__list_marker_minus] = ACTIONS(3072), + [sym__list_marker_plus] = ACTIONS(3072), + [sym__list_marker_star] = ACTIONS(3072), + [sym__list_marker_parenthesis] = ACTIONS(3072), + [sym__list_marker_dot] = ACTIONS(3072), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3072), + [sym__list_marker_example] = ACTIONS(3072), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3072), + [sym__fenced_code_block_start_backtick] = ACTIONS(3072), + [sym_minus_metadata] = ACTIONS(3072), + [sym__pipe_table_start] = ACTIONS(3072), + [sym__fenced_div_start] = ACTIONS(3072), + [sym_ref_id_specifier] = ACTIONS(3072), + [sym__code_span_start] = ACTIONS(3072), + [sym__html_comment] = ACTIONS(3072), + [sym__autolink] = ACTIONS(3072), + [sym__highlight_span_start] = ACTIONS(3072), + [sym__insert_span_start] = ACTIONS(3072), + [sym__delete_span_start] = ACTIONS(3072), + [sym__edit_comment_span_start] = ACTIONS(3072), + [sym__single_quote_span_open] = ACTIONS(3072), + [sym__double_quote_span_open] = ACTIONS(3072), + [sym__shortcode_open_escaped] = ACTIONS(3072), + [sym__shortcode_open] = ACTIONS(3072), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3072), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3072), + [sym__cite_author_in_text] = ACTIONS(3072), + [sym__cite_suppress_author] = ACTIONS(3072), + [sym__strikeout_open] = ACTIONS(3072), + [sym__subscript_open] = ACTIONS(3072), + [sym__superscript_open] = ACTIONS(3072), + [sym__inline_note_start_token] = ACTIONS(3072), + [sym__strong_emphasis_open_star] = ACTIONS(3072), + [sym__strong_emphasis_open_underscore] = ACTIONS(3072), + [sym__emphasis_open_star] = ACTIONS(3072), + [sym__emphasis_open_underscore] = ACTIONS(3072), + [sym_inline_note_reference] = ACTIONS(3072), + [sym_html_element] = ACTIONS(3072), + }, + [STATE(537)] = { + [sym_pandoc_span] = STATE(464), + [sym_pandoc_image] = STATE(464), + [sym_pandoc_math] = STATE(464), + [sym_pandoc_display_math] = STATE(464), + [sym_pandoc_code_span] = STATE(464), + [sym_pandoc_single_quote] = STATE(464), + [sym_pandoc_double_quote] = STATE(464), + [sym_insert] = STATE(464), + [sym_delete] = STATE(464), + [sym_edit_comment] = STATE(464), + [sym_highlight] = STATE(464), + [sym__pandoc_attr_specifier] = STATE(464), + [sym__inline_element] = STATE(464), + [sym_shortcode_escaped] = STATE(464), + [sym_shortcode] = STATE(464), + [sym_citation] = STATE(464), + [sym_inline_note] = STATE(464), + [sym_pandoc_superscript] = STATE(464), + [sym_pandoc_subscript] = STATE(464), + [sym_pandoc_strikeout] = STATE(464), + [sym_pandoc_emph] = STATE(464), + [sym_pandoc_strong] = STATE(464), + [sym_pandoc_str] = STATE(464), + [sym__prose_punctuation] = STATE(464), + [sym_pandoc_line_break] = STATE(464), + [aux_sym__line_repeat1] = STATE(464), + [sym_entity_reference] = ACTIONS(4650), + [sym_numeric_character_reference] = ACTIONS(4652), + [anon_sym_LBRACK] = ACTIONS(4654), + [anon_sym_BANG_LBRACK] = ACTIONS(4656), + [anon_sym_DOLLAR] = ACTIONS(4658), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4660), + [anon_sym_LBRACE] = ACTIONS(4662), + [aux_sym_pandoc_str_token1] = ACTIONS(4664), + [anon_sym_PIPE] = ACTIONS(4666), + [aux_sym__prose_punctuation_token1] = ACTIONS(4650), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4668), + [sym__whitespace] = ACTIONS(4670), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(4672), + [sym__html_comment] = ACTIONS(4652), + [sym__autolink] = ACTIONS(4652), + [sym__highlight_span_start] = ACTIONS(4674), + [sym__insert_span_start] = ACTIONS(4676), + [sym__delete_span_start] = ACTIONS(4678), + [sym__edit_comment_span_start] = ACTIONS(4680), + [sym__single_quote_span_open] = ACTIONS(4682), + [sym__single_quote_span_close] = ACTIONS(3080), + [sym__double_quote_span_open] = ACTIONS(4684), + [sym__shortcode_open_escaped] = ACTIONS(4686), + [sym__shortcode_open] = ACTIONS(4688), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4690), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4692), + [sym__cite_author_in_text] = ACTIONS(4694), + [sym__cite_suppress_author] = ACTIONS(4696), + [sym__strikeout_open] = ACTIONS(4698), + [sym__subscript_open] = ACTIONS(4700), + [sym__superscript_open] = ACTIONS(4702), + [sym__inline_note_start_token] = ACTIONS(4704), + [sym__strong_emphasis_open_star] = ACTIONS(4706), + [sym__strong_emphasis_open_underscore] = ACTIONS(4708), + [sym__emphasis_open_star] = ACTIONS(4710), + [sym__emphasis_open_underscore] = ACTIONS(4712), + [sym_inline_note_reference] = ACTIONS(4652), + [sym_html_element] = ACTIONS(4652), + }, + [STATE(538)] = { + [anon_sym_COLON] = ACTIONS(3164), + [sym_entity_reference] = ACTIONS(3164), + [sym_numeric_character_reference] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(3166), + [anon_sym_BANG_LBRACK] = ACTIONS(3166), + [anon_sym_DOLLAR] = ACTIONS(3164), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(3166), + [aux_sym_pandoc_str_token1] = ACTIONS(3164), + [anon_sym_PIPE] = ACTIONS(3166), + [aux_sym__prose_punctuation_token1] = ACTIONS(3164), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3164), + [sym__line_ending] = ACTIONS(3166), + [sym__soft_line_ending] = ACTIONS(3166), + [sym__block_close] = ACTIONS(3166), + [sym__block_quote_start] = ACTIONS(3166), + [sym_atx_h1_marker] = ACTIONS(3166), + [sym_atx_h2_marker] = ACTIONS(3166), + [sym_atx_h3_marker] = ACTIONS(3166), + [sym_atx_h4_marker] = ACTIONS(3166), + [sym_atx_h5_marker] = ACTIONS(3166), + [sym_atx_h6_marker] = ACTIONS(3166), + [sym__thematic_break] = ACTIONS(3166), + [sym__list_marker_minus] = ACTIONS(3166), + [sym__list_marker_plus] = ACTIONS(3166), + [sym__list_marker_star] = ACTIONS(3166), + [sym__list_marker_parenthesis] = ACTIONS(3166), + [sym__list_marker_dot] = ACTIONS(3166), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3166), + [sym__list_marker_example] = ACTIONS(3166), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3166), + [sym__fenced_code_block_start_backtick] = ACTIONS(3166), + [sym_minus_metadata] = ACTIONS(3166), + [sym__pipe_table_start] = ACTIONS(3166), + [sym__fenced_div_start] = ACTIONS(3166), + [sym_ref_id_specifier] = ACTIONS(3166), + [sym__code_span_start] = ACTIONS(3166), + [sym__html_comment] = ACTIONS(3166), + [sym__autolink] = ACTIONS(3166), + [sym__highlight_span_start] = ACTIONS(3166), + [sym__insert_span_start] = ACTIONS(3166), + [sym__delete_span_start] = ACTIONS(3166), + [sym__edit_comment_span_start] = ACTIONS(3166), + [sym__single_quote_span_open] = ACTIONS(3166), + [sym__double_quote_span_open] = ACTIONS(3166), + [sym__shortcode_open_escaped] = ACTIONS(3166), + [sym__shortcode_open] = ACTIONS(3166), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3166), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3166), + [sym__cite_author_in_text] = ACTIONS(3166), + [sym__cite_suppress_author] = ACTIONS(3166), + [sym__strikeout_open] = ACTIONS(3166), + [sym__subscript_open] = ACTIONS(3166), + [sym__superscript_open] = ACTIONS(3166), + [sym__inline_note_start_token] = ACTIONS(3166), + [sym__strong_emphasis_open_star] = ACTIONS(3166), + [sym__strong_emphasis_open_underscore] = ACTIONS(3166), + [sym__emphasis_open_star] = ACTIONS(3166), + [sym__emphasis_open_underscore] = ACTIONS(3166), + [sym_inline_note_reference] = ACTIONS(3166), + [sym_html_element] = ACTIONS(3166), + }, + [STATE(539)] = { + [ts_builtin_sym_end] = ACTIONS(3122), + [anon_sym_COLON] = ACTIONS(3120), + [sym_entity_reference] = ACTIONS(3120), + [sym_numeric_character_reference] = ACTIONS(3122), + [anon_sym_LBRACK] = ACTIONS(3122), + [anon_sym_BANG_LBRACK] = ACTIONS(3122), + [anon_sym_DOLLAR] = ACTIONS(3120), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3122), + [anon_sym_LBRACE] = ACTIONS(3122), + [aux_sym_pandoc_str_token1] = ACTIONS(3120), + [anon_sym_PIPE] = ACTIONS(3122), + [aux_sym__prose_punctuation_token1] = ACTIONS(3120), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3120), + [sym__line_ending] = ACTIONS(3122), + [sym__soft_line_ending] = ACTIONS(3122), + [sym__block_quote_start] = ACTIONS(3122), + [sym_atx_h1_marker] = ACTIONS(3122), + [sym_atx_h2_marker] = ACTIONS(3122), + [sym_atx_h3_marker] = ACTIONS(3122), + [sym_atx_h4_marker] = ACTIONS(3122), + [sym_atx_h5_marker] = ACTIONS(3122), + [sym_atx_h6_marker] = ACTIONS(3122), + [sym__thematic_break] = ACTIONS(3122), + [sym__list_marker_minus] = ACTIONS(3122), + [sym__list_marker_plus] = ACTIONS(3122), + [sym__list_marker_star] = ACTIONS(3122), + [sym__list_marker_parenthesis] = ACTIONS(3122), + [sym__list_marker_dot] = ACTIONS(3122), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_example] = ACTIONS(3122), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3122), + [sym__fenced_code_block_start_backtick] = ACTIONS(3122), + [sym_minus_metadata] = ACTIONS(3122), + [sym__pipe_table_start] = ACTIONS(3122), + [sym__fenced_div_start] = ACTIONS(3122), + [sym_ref_id_specifier] = ACTIONS(3122), + [sym__code_span_start] = ACTIONS(3122), + [sym__html_comment] = ACTIONS(3122), + [sym__autolink] = ACTIONS(3122), + [sym__highlight_span_start] = ACTIONS(3122), + [sym__insert_span_start] = ACTIONS(3122), + [sym__delete_span_start] = ACTIONS(3122), + [sym__edit_comment_span_start] = ACTIONS(3122), + [sym__single_quote_span_open] = ACTIONS(3122), + [sym__double_quote_span_open] = ACTIONS(3122), + [sym__shortcode_open_escaped] = ACTIONS(3122), + [sym__shortcode_open] = ACTIONS(3122), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3122), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3122), + [sym__cite_author_in_text] = ACTIONS(3122), + [sym__cite_suppress_author] = ACTIONS(3122), + [sym__strikeout_open] = ACTIONS(3122), + [sym__subscript_open] = ACTIONS(3122), + [sym__superscript_open] = ACTIONS(3122), + [sym__inline_note_start_token] = ACTIONS(3122), + [sym__strong_emphasis_open_star] = ACTIONS(3122), + [sym__strong_emphasis_open_underscore] = ACTIONS(3122), + [sym__emphasis_open_star] = ACTIONS(3122), + [sym__emphasis_open_underscore] = ACTIONS(3122), + [sym_inline_note_reference] = ACTIONS(3122), + [sym_html_element] = ACTIONS(3122), + }, + [STATE(540)] = { + [ts_builtin_sym_end] = ACTIONS(3126), + [anon_sym_COLON] = ACTIONS(3124), + [sym_entity_reference] = ACTIONS(3124), + [sym_numeric_character_reference] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3126), + [anon_sym_BANG_LBRACK] = ACTIONS(3126), + [anon_sym_DOLLAR] = ACTIONS(3124), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3126), + [anon_sym_LBRACE] = ACTIONS(3126), + [aux_sym_pandoc_str_token1] = ACTIONS(3124), + [anon_sym_PIPE] = ACTIONS(3126), + [aux_sym__prose_punctuation_token1] = ACTIONS(3124), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3124), + [sym__line_ending] = ACTIONS(3126), + [sym__soft_line_ending] = ACTIONS(3126), + [sym__block_quote_start] = ACTIONS(3126), + [sym_atx_h1_marker] = ACTIONS(3126), + [sym_atx_h2_marker] = ACTIONS(3126), + [sym_atx_h3_marker] = ACTIONS(3126), + [sym_atx_h4_marker] = ACTIONS(3126), + [sym_atx_h5_marker] = ACTIONS(3126), + [sym_atx_h6_marker] = ACTIONS(3126), + [sym__thematic_break] = ACTIONS(3126), + [sym__list_marker_minus] = ACTIONS(3126), + [sym__list_marker_plus] = ACTIONS(3126), + [sym__list_marker_star] = ACTIONS(3126), + [sym__list_marker_parenthesis] = ACTIONS(3126), + [sym__list_marker_dot] = ACTIONS(3126), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_example] = ACTIONS(3126), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3126), + [sym__fenced_code_block_start_backtick] = ACTIONS(3126), + [sym_minus_metadata] = ACTIONS(3126), + [sym__pipe_table_start] = ACTIONS(3126), + [sym__fenced_div_start] = ACTIONS(3126), + [sym_ref_id_specifier] = ACTIONS(3126), + [sym__code_span_start] = ACTIONS(3126), + [sym__html_comment] = ACTIONS(3126), + [sym__autolink] = ACTIONS(3126), + [sym__highlight_span_start] = ACTIONS(3126), + [sym__insert_span_start] = ACTIONS(3126), + [sym__delete_span_start] = ACTIONS(3126), + [sym__edit_comment_span_start] = ACTIONS(3126), + [sym__single_quote_span_open] = ACTIONS(3126), + [sym__double_quote_span_open] = ACTIONS(3126), + [sym__shortcode_open_escaped] = ACTIONS(3126), + [sym__shortcode_open] = ACTIONS(3126), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3126), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3126), + [sym__cite_author_in_text] = ACTIONS(3126), + [sym__cite_suppress_author] = ACTIONS(3126), + [sym__strikeout_open] = ACTIONS(3126), + [sym__subscript_open] = ACTIONS(3126), + [sym__superscript_open] = ACTIONS(3126), + [sym__inline_note_start_token] = ACTIONS(3126), + [sym__strong_emphasis_open_star] = ACTIONS(3126), + [sym__strong_emphasis_open_underscore] = ACTIONS(3126), + [sym__emphasis_open_star] = ACTIONS(3126), + [sym__emphasis_open_underscore] = ACTIONS(3126), + [sym_inline_note_reference] = ACTIONS(3126), + [sym_html_element] = ACTIONS(3126), + }, + [STATE(541)] = { + [ts_builtin_sym_end] = ACTIONS(3130), + [anon_sym_COLON] = ACTIONS(3128), + [sym_entity_reference] = ACTIONS(3128), + [sym_numeric_character_reference] = ACTIONS(3130), + [anon_sym_LBRACK] = ACTIONS(3130), + [anon_sym_BANG_LBRACK] = ACTIONS(3130), + [anon_sym_DOLLAR] = ACTIONS(3128), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3130), + [anon_sym_LBRACE] = ACTIONS(3130), + [aux_sym_pandoc_str_token1] = ACTIONS(3128), + [anon_sym_PIPE] = ACTIONS(3130), + [aux_sym__prose_punctuation_token1] = ACTIONS(3128), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3128), + [sym__line_ending] = ACTIONS(3130), + [sym__soft_line_ending] = ACTIONS(3130), + [sym__block_quote_start] = ACTIONS(3130), + [sym_atx_h1_marker] = ACTIONS(3130), + [sym_atx_h2_marker] = ACTIONS(3130), + [sym_atx_h3_marker] = ACTIONS(3130), + [sym_atx_h4_marker] = ACTIONS(3130), + [sym_atx_h5_marker] = ACTIONS(3130), + [sym_atx_h6_marker] = ACTIONS(3130), + [sym__thematic_break] = ACTIONS(3130), + [sym__list_marker_minus] = ACTIONS(3130), + [sym__list_marker_plus] = ACTIONS(3130), + [sym__list_marker_star] = ACTIONS(3130), + [sym__list_marker_parenthesis] = ACTIONS(3130), + [sym__list_marker_dot] = ACTIONS(3130), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_example] = ACTIONS(3130), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3130), + [sym__fenced_code_block_start_backtick] = ACTIONS(3130), + [sym_minus_metadata] = ACTIONS(3130), + [sym__pipe_table_start] = ACTIONS(3130), + [sym__fenced_div_start] = ACTIONS(3130), + [sym_ref_id_specifier] = ACTIONS(3130), + [sym__code_span_start] = ACTIONS(3130), + [sym__html_comment] = ACTIONS(3130), + [sym__autolink] = ACTIONS(3130), + [sym__highlight_span_start] = ACTIONS(3130), + [sym__insert_span_start] = ACTIONS(3130), + [sym__delete_span_start] = ACTIONS(3130), + [sym__edit_comment_span_start] = ACTIONS(3130), + [sym__single_quote_span_open] = ACTIONS(3130), + [sym__double_quote_span_open] = ACTIONS(3130), + [sym__shortcode_open_escaped] = ACTIONS(3130), + [sym__shortcode_open] = ACTIONS(3130), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3130), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3130), + [sym__cite_author_in_text] = ACTIONS(3130), + [sym__cite_suppress_author] = ACTIONS(3130), + [sym__strikeout_open] = ACTIONS(3130), + [sym__subscript_open] = ACTIONS(3130), + [sym__superscript_open] = ACTIONS(3130), + [sym__inline_note_start_token] = ACTIONS(3130), + [sym__strong_emphasis_open_star] = ACTIONS(3130), + [sym__strong_emphasis_open_underscore] = ACTIONS(3130), + [sym__emphasis_open_star] = ACTIONS(3130), + [sym__emphasis_open_underscore] = ACTIONS(3130), + [sym_inline_note_reference] = ACTIONS(3130), + [sym_html_element] = ACTIONS(3130), + }, + [STATE(542)] = { + [ts_builtin_sym_end] = ACTIONS(3134), + [anon_sym_COLON] = ACTIONS(3132), + [sym_entity_reference] = ACTIONS(3132), + [sym_numeric_character_reference] = ACTIONS(3134), + [anon_sym_LBRACK] = ACTIONS(3134), + [anon_sym_BANG_LBRACK] = ACTIONS(3134), + [anon_sym_DOLLAR] = ACTIONS(3132), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3134), + [anon_sym_LBRACE] = ACTIONS(3134), + [aux_sym_pandoc_str_token1] = ACTIONS(3132), + [anon_sym_PIPE] = ACTIONS(3134), + [aux_sym__prose_punctuation_token1] = ACTIONS(3132), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3132), + [sym__line_ending] = ACTIONS(3134), + [sym__soft_line_ending] = ACTIONS(3134), + [sym__block_quote_start] = ACTIONS(3134), + [sym_atx_h1_marker] = ACTIONS(3134), + [sym_atx_h2_marker] = ACTIONS(3134), + [sym_atx_h3_marker] = ACTIONS(3134), + [sym_atx_h4_marker] = ACTIONS(3134), + [sym_atx_h5_marker] = ACTIONS(3134), + [sym_atx_h6_marker] = ACTIONS(3134), + [sym__thematic_break] = ACTIONS(3134), + [sym__list_marker_minus] = ACTIONS(3134), + [sym__list_marker_plus] = ACTIONS(3134), + [sym__list_marker_star] = ACTIONS(3134), + [sym__list_marker_parenthesis] = ACTIONS(3134), + [sym__list_marker_dot] = ACTIONS(3134), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3134), + [sym__list_marker_example] = ACTIONS(3134), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3134), + [sym__fenced_code_block_start_backtick] = ACTIONS(3134), + [sym_minus_metadata] = ACTIONS(3134), + [sym__pipe_table_start] = ACTIONS(3134), + [sym__fenced_div_start] = ACTIONS(3134), + [sym_ref_id_specifier] = ACTIONS(3134), + [sym__code_span_start] = ACTIONS(3134), + [sym__html_comment] = ACTIONS(3134), + [sym__autolink] = ACTIONS(3134), + [sym__highlight_span_start] = ACTIONS(3134), + [sym__insert_span_start] = ACTIONS(3134), + [sym__delete_span_start] = ACTIONS(3134), + [sym__edit_comment_span_start] = ACTIONS(3134), + [sym__single_quote_span_open] = ACTIONS(3134), + [sym__double_quote_span_open] = ACTIONS(3134), + [sym__shortcode_open_escaped] = ACTIONS(3134), + [sym__shortcode_open] = ACTIONS(3134), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3134), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3134), + [sym__cite_author_in_text] = ACTIONS(3134), + [sym__cite_suppress_author] = ACTIONS(3134), + [sym__strikeout_open] = ACTIONS(3134), + [sym__subscript_open] = ACTIONS(3134), + [sym__superscript_open] = ACTIONS(3134), + [sym__inline_note_start_token] = ACTIONS(3134), + [sym__strong_emphasis_open_star] = ACTIONS(3134), + [sym__strong_emphasis_open_underscore] = ACTIONS(3134), + [sym__emphasis_open_star] = ACTIONS(3134), + [sym__emphasis_open_underscore] = ACTIONS(3134), + [sym_inline_note_reference] = ACTIONS(3134), + [sym_html_element] = ACTIONS(3134), + }, + [STATE(543)] = { + [ts_builtin_sym_end] = ACTIONS(3138), + [anon_sym_COLON] = ACTIONS(3136), + [sym_entity_reference] = ACTIONS(3136), + [sym_numeric_character_reference] = ACTIONS(3138), + [anon_sym_LBRACK] = ACTIONS(3138), + [anon_sym_BANG_LBRACK] = ACTIONS(3138), + [anon_sym_DOLLAR] = ACTIONS(3136), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3138), + [anon_sym_LBRACE] = ACTIONS(3138), + [aux_sym_pandoc_str_token1] = ACTIONS(3136), + [anon_sym_PIPE] = ACTIONS(3138), + [aux_sym__prose_punctuation_token1] = ACTIONS(3136), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3136), + [sym__line_ending] = ACTIONS(3138), + [sym__soft_line_ending] = ACTIONS(3138), + [sym__block_quote_start] = ACTIONS(3138), + [sym_atx_h1_marker] = ACTIONS(3138), + [sym_atx_h2_marker] = ACTIONS(3138), + [sym_atx_h3_marker] = ACTIONS(3138), + [sym_atx_h4_marker] = ACTIONS(3138), + [sym_atx_h5_marker] = ACTIONS(3138), + [sym_atx_h6_marker] = ACTIONS(3138), + [sym__thematic_break] = ACTIONS(3138), + [sym__list_marker_minus] = ACTIONS(3138), + [sym__list_marker_plus] = ACTIONS(3138), + [sym__list_marker_star] = ACTIONS(3138), + [sym__list_marker_parenthesis] = ACTIONS(3138), + [sym__list_marker_dot] = ACTIONS(3138), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3138), + [sym__list_marker_example] = ACTIONS(3138), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3138), + [sym__fenced_code_block_start_backtick] = ACTIONS(3138), + [sym_minus_metadata] = ACTIONS(3138), + [sym__pipe_table_start] = ACTIONS(3138), + [sym__fenced_div_start] = ACTIONS(3138), + [sym_ref_id_specifier] = ACTIONS(3138), + [sym__code_span_start] = ACTIONS(3138), + [sym__html_comment] = ACTIONS(3138), + [sym__autolink] = ACTIONS(3138), + [sym__highlight_span_start] = ACTIONS(3138), + [sym__insert_span_start] = ACTIONS(3138), + [sym__delete_span_start] = ACTIONS(3138), + [sym__edit_comment_span_start] = ACTIONS(3138), + [sym__single_quote_span_open] = ACTIONS(3138), + [sym__double_quote_span_open] = ACTIONS(3138), + [sym__shortcode_open_escaped] = ACTIONS(3138), + [sym__shortcode_open] = ACTIONS(3138), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3138), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3138), + [sym__cite_author_in_text] = ACTIONS(3138), + [sym__cite_suppress_author] = ACTIONS(3138), + [sym__strikeout_open] = ACTIONS(3138), + [sym__subscript_open] = ACTIONS(3138), + [sym__superscript_open] = ACTIONS(3138), + [sym__inline_note_start_token] = ACTIONS(3138), + [sym__strong_emphasis_open_star] = ACTIONS(3138), + [sym__strong_emphasis_open_underscore] = ACTIONS(3138), + [sym__emphasis_open_star] = ACTIONS(3138), + [sym__emphasis_open_underscore] = ACTIONS(3138), + [sym_inline_note_reference] = ACTIONS(3138), + [sym_html_element] = ACTIONS(3138), + }, + [STATE(544)] = { + [sym_pandoc_span] = STATE(544), + [sym_pandoc_image] = STATE(544), + [sym_pandoc_math] = STATE(544), + [sym_pandoc_display_math] = STATE(544), + [sym_pandoc_code_span] = STATE(544), + [sym_pandoc_single_quote] = STATE(544), + [sym_pandoc_double_quote] = STATE(544), + [sym_insert] = STATE(544), + [sym_delete] = STATE(544), + [sym_edit_comment] = STATE(544), + [sym_highlight] = STATE(544), + [sym__pandoc_attr_specifier] = STATE(544), + [sym__inline_element] = STATE(544), + [sym_shortcode_escaped] = STATE(544), + [sym_shortcode] = STATE(544), + [sym_citation] = STATE(544), + [sym_inline_note] = STATE(544), + [sym_pandoc_superscript] = STATE(544), + [sym_pandoc_subscript] = STATE(544), + [sym_pandoc_strikeout] = STATE(544), + [sym_pandoc_emph] = STATE(544), + [sym_pandoc_strong] = STATE(544), + [sym_pandoc_str] = STATE(544), + [sym__prose_punctuation] = STATE(544), + [sym_pandoc_line_break] = STATE(544), + [aux_sym__line_repeat1] = STATE(544), + [sym_entity_reference] = ACTIONS(4714), + [sym_numeric_character_reference] = ACTIONS(4717), + [anon_sym_LBRACK] = ACTIONS(4720), + [anon_sym_BANG_LBRACK] = ACTIONS(4723), + [anon_sym_DOLLAR] = ACTIONS(4726), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4729), + [aux_sym_insert_token1] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(4732), + [aux_sym_pandoc_str_token1] = ACTIONS(4735), + [anon_sym_PIPE] = ACTIONS(4738), + [aux_sym__prose_punctuation_token1] = ACTIONS(4714), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4741), + [sym__whitespace] = ACTIONS(4744), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4747), + [sym__html_comment] = ACTIONS(4717), + [sym__autolink] = ACTIONS(4717), + [sym__highlight_span_start] = ACTIONS(4750), + [sym__insert_span_start] = ACTIONS(4753), + [sym__delete_span_start] = ACTIONS(4756), + [sym__edit_comment_span_start] = ACTIONS(4759), + [sym__single_quote_span_open] = ACTIONS(4762), + [sym__double_quote_span_open] = ACTIONS(4765), + [sym__shortcode_open_escaped] = ACTIONS(4768), + [sym__shortcode_open] = ACTIONS(4771), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4774), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4777), + [sym__cite_author_in_text] = ACTIONS(4780), + [sym__cite_suppress_author] = ACTIONS(4783), + [sym__strikeout_open] = ACTIONS(4786), + [sym__subscript_open] = ACTIONS(4789), + [sym__superscript_open] = ACTIONS(4792), + [sym__inline_note_start_token] = ACTIONS(4795), + [sym__strong_emphasis_open_star] = ACTIONS(4798), + [sym__strong_emphasis_open_underscore] = ACTIONS(4801), + [sym__emphasis_open_star] = ACTIONS(4804), + [sym__emphasis_open_underscore] = ACTIONS(4807), + [sym_inline_note_reference] = ACTIONS(4717), + [sym_html_element] = ACTIONS(4717), + }, + [STATE(545)] = { + [ts_builtin_sym_end] = ACTIONS(3142), + [anon_sym_COLON] = ACTIONS(3140), + [sym_entity_reference] = ACTIONS(3140), + [sym_numeric_character_reference] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3142), + [anon_sym_BANG_LBRACK] = ACTIONS(3142), + [anon_sym_DOLLAR] = ACTIONS(3140), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(3142), + [aux_sym_pandoc_str_token1] = ACTIONS(3140), + [anon_sym_PIPE] = ACTIONS(3142), + [aux_sym__prose_punctuation_token1] = ACTIONS(3140), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3140), + [sym__line_ending] = ACTIONS(3142), + [sym__soft_line_ending] = ACTIONS(3142), + [sym__block_quote_start] = ACTIONS(3142), + [sym_atx_h1_marker] = ACTIONS(3142), + [sym_atx_h2_marker] = ACTIONS(3142), + [sym_atx_h3_marker] = ACTIONS(3142), + [sym_atx_h4_marker] = ACTIONS(3142), + [sym_atx_h5_marker] = ACTIONS(3142), + [sym_atx_h6_marker] = ACTIONS(3142), + [sym__thematic_break] = ACTIONS(3142), + [sym__list_marker_minus] = ACTIONS(3142), + [sym__list_marker_plus] = ACTIONS(3142), + [sym__list_marker_star] = ACTIONS(3142), + [sym__list_marker_parenthesis] = ACTIONS(3142), + [sym__list_marker_dot] = ACTIONS(3142), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3142), + [sym__list_marker_example] = ACTIONS(3142), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3142), + [sym__fenced_code_block_start_backtick] = ACTIONS(3142), + [sym_minus_metadata] = ACTIONS(3142), + [sym__pipe_table_start] = ACTIONS(3142), + [sym__fenced_div_start] = ACTIONS(3142), + [sym_ref_id_specifier] = ACTIONS(3142), + [sym__code_span_start] = ACTIONS(3142), + [sym__html_comment] = ACTIONS(3142), + [sym__autolink] = ACTIONS(3142), + [sym__highlight_span_start] = ACTIONS(3142), + [sym__insert_span_start] = ACTIONS(3142), + [sym__delete_span_start] = ACTIONS(3142), + [sym__edit_comment_span_start] = ACTIONS(3142), + [sym__single_quote_span_open] = ACTIONS(3142), + [sym__double_quote_span_open] = ACTIONS(3142), + [sym__shortcode_open_escaped] = ACTIONS(3142), + [sym__shortcode_open] = ACTIONS(3142), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3142), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3142), + [sym__cite_author_in_text] = ACTIONS(3142), + [sym__cite_suppress_author] = ACTIONS(3142), + [sym__strikeout_open] = ACTIONS(3142), + [sym__subscript_open] = ACTIONS(3142), + [sym__superscript_open] = ACTIONS(3142), + [sym__inline_note_start_token] = ACTIONS(3142), + [sym__strong_emphasis_open_star] = ACTIONS(3142), + [sym__strong_emphasis_open_underscore] = ACTIONS(3142), + [sym__emphasis_open_star] = ACTIONS(3142), + [sym__emphasis_open_underscore] = ACTIONS(3142), + [sym_inline_note_reference] = ACTIONS(3142), + [sym_html_element] = ACTIONS(3142), + }, + [STATE(546)] = { + [ts_builtin_sym_end] = ACTIONS(2819), + [anon_sym_COLON] = ACTIONS(2817), + [sym_entity_reference] = ACTIONS(2817), + [sym_numeric_character_reference] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_BANG_LBRACK] = ACTIONS(2819), + [anon_sym_DOLLAR] = ACTIONS(2817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [aux_sym__prose_punctuation_token1] = ACTIONS(2817), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), + [sym__line_ending] = ACTIONS(2819), + [sym__soft_line_ending] = ACTIONS(2819), + [sym__block_quote_start] = ACTIONS(2819), + [sym_atx_h1_marker] = ACTIONS(2819), + [sym_atx_h2_marker] = ACTIONS(2819), + [sym_atx_h3_marker] = ACTIONS(2819), + [sym_atx_h4_marker] = ACTIONS(2819), + [sym_atx_h5_marker] = ACTIONS(2819), + [sym_atx_h6_marker] = ACTIONS(2819), + [sym__thematic_break] = ACTIONS(2819), + [sym__list_marker_minus] = ACTIONS(2819), + [sym__list_marker_plus] = ACTIONS(2819), + [sym__list_marker_star] = ACTIONS(2819), + [sym__list_marker_parenthesis] = ACTIONS(2819), + [sym__list_marker_dot] = ACTIONS(2819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_example] = ACTIONS(2819), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2819), + [sym__fenced_code_block_start_backtick] = ACTIONS(2819), + [sym_minus_metadata] = ACTIONS(2819), + [sym__pipe_table_start] = ACTIONS(2819), + [sym__fenced_div_start] = ACTIONS(2819), + [sym_ref_id_specifier] = ACTIONS(2819), + [sym__code_span_start] = ACTIONS(2819), + [sym__html_comment] = ACTIONS(2819), + [sym__autolink] = ACTIONS(2819), + [sym__highlight_span_start] = ACTIONS(2819), + [sym__insert_span_start] = ACTIONS(2819), + [sym__delete_span_start] = ACTIONS(2819), + [sym__edit_comment_span_start] = ACTIONS(2819), + [sym__single_quote_span_open] = ACTIONS(2819), + [sym__double_quote_span_open] = ACTIONS(2819), + [sym__shortcode_open_escaped] = ACTIONS(2819), + [sym__shortcode_open] = ACTIONS(2819), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2819), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2819), + [sym__cite_author_in_text] = ACTIONS(2819), + [sym__cite_suppress_author] = ACTIONS(2819), + [sym__strikeout_open] = ACTIONS(2819), + [sym__subscript_open] = ACTIONS(2819), + [sym__superscript_open] = ACTIONS(2819), + [sym__inline_note_start_token] = ACTIONS(2819), + [sym__strong_emphasis_open_star] = ACTIONS(2819), + [sym__strong_emphasis_open_underscore] = ACTIONS(2819), + [sym__emphasis_open_star] = ACTIONS(2819), + [sym__emphasis_open_underscore] = ACTIONS(2819), + [sym_inline_note_reference] = ACTIONS(2819), + [sym_html_element] = ACTIONS(2819), + }, + [STATE(547)] = { + [ts_builtin_sym_end] = ACTIONS(3146), + [anon_sym_COLON] = ACTIONS(3144), + [sym_entity_reference] = ACTIONS(3144), + [sym_numeric_character_reference] = ACTIONS(3146), + [anon_sym_LBRACK] = ACTIONS(3146), + [anon_sym_BANG_LBRACK] = ACTIONS(3146), + [anon_sym_DOLLAR] = ACTIONS(3144), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(3146), + [aux_sym_pandoc_str_token1] = ACTIONS(3144), + [anon_sym_PIPE] = ACTIONS(3146), + [aux_sym__prose_punctuation_token1] = ACTIONS(3144), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3144), + [sym__line_ending] = ACTIONS(3146), + [sym__soft_line_ending] = ACTIONS(3146), + [sym__block_quote_start] = ACTIONS(3146), + [sym_atx_h1_marker] = ACTIONS(3146), + [sym_atx_h2_marker] = ACTIONS(3146), + [sym_atx_h3_marker] = ACTIONS(3146), + [sym_atx_h4_marker] = ACTIONS(3146), + [sym_atx_h5_marker] = ACTIONS(3146), + [sym_atx_h6_marker] = ACTIONS(3146), + [sym__thematic_break] = ACTIONS(3146), + [sym__list_marker_minus] = ACTIONS(3146), + [sym__list_marker_plus] = ACTIONS(3146), + [sym__list_marker_star] = ACTIONS(3146), + [sym__list_marker_parenthesis] = ACTIONS(3146), + [sym__list_marker_dot] = ACTIONS(3146), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3146), + [sym__list_marker_example] = ACTIONS(3146), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3146), + [sym__fenced_code_block_start_backtick] = ACTIONS(3146), + [sym_minus_metadata] = ACTIONS(3146), + [sym__pipe_table_start] = ACTIONS(3146), + [sym__fenced_div_start] = ACTIONS(3146), + [sym_ref_id_specifier] = ACTIONS(3146), + [sym__code_span_start] = ACTIONS(3146), + [sym__html_comment] = ACTIONS(3146), + [sym__autolink] = ACTIONS(3146), + [sym__highlight_span_start] = ACTIONS(3146), + [sym__insert_span_start] = ACTIONS(3146), + [sym__delete_span_start] = ACTIONS(3146), + [sym__edit_comment_span_start] = ACTIONS(3146), + [sym__single_quote_span_open] = ACTIONS(3146), + [sym__double_quote_span_open] = ACTIONS(3146), + [sym__shortcode_open_escaped] = ACTIONS(3146), + [sym__shortcode_open] = ACTIONS(3146), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3146), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3146), + [sym__cite_author_in_text] = ACTIONS(3146), + [sym__cite_suppress_author] = ACTIONS(3146), + [sym__strikeout_open] = ACTIONS(3146), + [sym__subscript_open] = ACTIONS(3146), + [sym__superscript_open] = ACTIONS(3146), + [sym__inline_note_start_token] = ACTIONS(3146), + [sym__strong_emphasis_open_star] = ACTIONS(3146), + [sym__strong_emphasis_open_underscore] = ACTIONS(3146), + [sym__emphasis_open_star] = ACTIONS(3146), + [sym__emphasis_open_underscore] = ACTIONS(3146), + [sym_inline_note_reference] = ACTIONS(3146), + [sym_html_element] = ACTIONS(3146), + }, + [STATE(548)] = { + [sym_pandoc_span] = STATE(537), + [sym_pandoc_image] = STATE(537), + [sym_pandoc_math] = STATE(537), + [sym_pandoc_display_math] = STATE(537), + [sym_pandoc_code_span] = STATE(537), + [sym_pandoc_single_quote] = STATE(537), + [sym_pandoc_double_quote] = STATE(537), + [sym_insert] = STATE(537), + [sym_delete] = STATE(537), + [sym_edit_comment] = STATE(537), + [sym_highlight] = STATE(537), + [sym__pandoc_attr_specifier] = STATE(537), + [sym__inline_element] = STATE(537), + [sym_shortcode_escaped] = STATE(537), + [sym_shortcode] = STATE(537), + [sym_citation] = STATE(537), + [sym_inline_note] = STATE(537), + [sym_pandoc_superscript] = STATE(537), + [sym_pandoc_subscript] = STATE(537), + [sym_pandoc_strikeout] = STATE(537), + [sym_pandoc_emph] = STATE(537), + [sym_pandoc_strong] = STATE(537), + [sym_pandoc_str] = STATE(537), + [sym__prose_punctuation] = STATE(537), + [sym_pandoc_line_break] = STATE(537), + [aux_sym__line_repeat1] = STATE(537), + [sym_entity_reference] = ACTIONS(4810), + [sym_numeric_character_reference] = ACTIONS(4812), + [anon_sym_LBRACK] = ACTIONS(4654), + [anon_sym_BANG_LBRACK] = ACTIONS(4656), + [anon_sym_DOLLAR] = ACTIONS(4658), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4660), + [anon_sym_LBRACE] = ACTIONS(4662), + [aux_sym_pandoc_str_token1] = ACTIONS(4664), + [anon_sym_PIPE] = ACTIONS(4666), + [aux_sym__prose_punctuation_token1] = ACTIONS(4810), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4668), + [sym__whitespace] = ACTIONS(4670), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(4672), + [sym__html_comment] = ACTIONS(4812), + [sym__autolink] = ACTIONS(4812), + [sym__highlight_span_start] = ACTIONS(4674), + [sym__insert_span_start] = ACTIONS(4676), + [sym__delete_span_start] = ACTIONS(4678), + [sym__edit_comment_span_start] = ACTIONS(4680), + [sym__single_quote_span_open] = ACTIONS(4682), + [sym__single_quote_span_close] = ACTIONS(3098), + [sym__double_quote_span_open] = ACTIONS(4684), + [sym__shortcode_open_escaped] = ACTIONS(4686), + [sym__shortcode_open] = ACTIONS(4688), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4690), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4692), + [sym__cite_author_in_text] = ACTIONS(4694), + [sym__cite_suppress_author] = ACTIONS(4696), + [sym__strikeout_open] = ACTIONS(4698), + [sym__subscript_open] = ACTIONS(4700), + [sym__superscript_open] = ACTIONS(4702), + [sym__inline_note_start_token] = ACTIONS(4704), + [sym__strong_emphasis_open_star] = ACTIONS(4706), + [sym__strong_emphasis_open_underscore] = ACTIONS(4708), + [sym__emphasis_open_star] = ACTIONS(4710), + [sym__emphasis_open_underscore] = ACTIONS(4712), + [sym_inline_note_reference] = ACTIONS(4812), + [sym_html_element] = ACTIONS(4812), + }, + [STATE(549)] = { + [anon_sym_COLON] = ACTIONS(3168), + [sym_entity_reference] = ACTIONS(3168), + [sym_numeric_character_reference] = ACTIONS(3170), + [anon_sym_LBRACK] = ACTIONS(3170), + [anon_sym_BANG_LBRACK] = ACTIONS(3170), + [anon_sym_DOLLAR] = ACTIONS(3168), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3170), + [anon_sym_LBRACE] = ACTIONS(3170), + [aux_sym_pandoc_str_token1] = ACTIONS(3168), + [anon_sym_PIPE] = ACTIONS(3170), + [aux_sym__prose_punctuation_token1] = ACTIONS(3168), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3168), + [sym__line_ending] = ACTIONS(3170), + [sym__soft_line_ending] = ACTIONS(3170), + [sym__block_close] = ACTIONS(3170), + [sym__block_quote_start] = ACTIONS(3170), + [sym_atx_h1_marker] = ACTIONS(3170), + [sym_atx_h2_marker] = ACTIONS(3170), + [sym_atx_h3_marker] = ACTIONS(3170), + [sym_atx_h4_marker] = ACTIONS(3170), + [sym_atx_h5_marker] = ACTIONS(3170), + [sym_atx_h6_marker] = ACTIONS(3170), + [sym__thematic_break] = ACTIONS(3170), + [sym__list_marker_minus] = ACTIONS(3170), + [sym__list_marker_plus] = ACTIONS(3170), + [sym__list_marker_star] = ACTIONS(3170), + [sym__list_marker_parenthesis] = ACTIONS(3170), + [sym__list_marker_dot] = ACTIONS(3170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3170), + [sym__list_marker_example] = ACTIONS(3170), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3170), + [sym__fenced_code_block_start_backtick] = ACTIONS(3170), + [sym_minus_metadata] = ACTIONS(3170), + [sym__pipe_table_start] = ACTIONS(3170), + [sym__fenced_div_start] = ACTIONS(3170), + [sym_ref_id_specifier] = ACTIONS(3170), + [sym__code_span_start] = ACTIONS(3170), + [sym__html_comment] = ACTIONS(3170), + [sym__autolink] = ACTIONS(3170), + [sym__highlight_span_start] = ACTIONS(3170), + [sym__insert_span_start] = ACTIONS(3170), + [sym__delete_span_start] = ACTIONS(3170), + [sym__edit_comment_span_start] = ACTIONS(3170), + [sym__single_quote_span_open] = ACTIONS(3170), + [sym__double_quote_span_open] = ACTIONS(3170), + [sym__shortcode_open_escaped] = ACTIONS(3170), + [sym__shortcode_open] = ACTIONS(3170), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3170), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3170), + [sym__cite_author_in_text] = ACTIONS(3170), + [sym__cite_suppress_author] = ACTIONS(3170), + [sym__strikeout_open] = ACTIONS(3170), + [sym__subscript_open] = ACTIONS(3170), + [sym__superscript_open] = ACTIONS(3170), + [sym__inline_note_start_token] = ACTIONS(3170), + [sym__strong_emphasis_open_star] = ACTIONS(3170), + [sym__strong_emphasis_open_underscore] = ACTIONS(3170), + [sym__emphasis_open_star] = ACTIONS(3170), + [sym__emphasis_open_underscore] = ACTIONS(3170), + [sym_inline_note_reference] = ACTIONS(3170), + [sym_html_element] = ACTIONS(3170), + }, + [STATE(550)] = { + [anon_sym_COLON] = ACTIONS(3172), + [sym_entity_reference] = ACTIONS(3172), + [sym_numeric_character_reference] = ACTIONS(3174), + [anon_sym_LBRACK] = ACTIONS(3174), + [anon_sym_BANG_LBRACK] = ACTIONS(3174), + [anon_sym_DOLLAR] = ACTIONS(3172), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3174), + [anon_sym_LBRACE] = ACTIONS(3174), + [aux_sym_pandoc_str_token1] = ACTIONS(3172), + [anon_sym_PIPE] = ACTIONS(3174), + [aux_sym__prose_punctuation_token1] = ACTIONS(3172), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3172), + [sym__line_ending] = ACTIONS(3174), + [sym__soft_line_ending] = ACTIONS(3174), + [sym__block_close] = ACTIONS(3174), + [sym__block_quote_start] = ACTIONS(3174), + [sym_atx_h1_marker] = ACTIONS(3174), + [sym_atx_h2_marker] = ACTIONS(3174), + [sym_atx_h3_marker] = ACTIONS(3174), + [sym_atx_h4_marker] = ACTIONS(3174), + [sym_atx_h5_marker] = ACTIONS(3174), + [sym_atx_h6_marker] = ACTIONS(3174), + [sym__thematic_break] = ACTIONS(3174), + [sym__list_marker_minus] = ACTIONS(3174), + [sym__list_marker_plus] = ACTIONS(3174), + [sym__list_marker_star] = ACTIONS(3174), + [sym__list_marker_parenthesis] = ACTIONS(3174), + [sym__list_marker_dot] = ACTIONS(3174), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3174), + [sym__list_marker_example] = ACTIONS(3174), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3174), + [sym__fenced_code_block_start_backtick] = ACTIONS(3174), + [sym_minus_metadata] = ACTIONS(3174), + [sym__pipe_table_start] = ACTIONS(3174), + [sym__fenced_div_start] = ACTIONS(3174), + [sym_ref_id_specifier] = ACTIONS(3174), + [sym__code_span_start] = ACTIONS(3174), + [sym__html_comment] = ACTIONS(3174), + [sym__autolink] = ACTIONS(3174), + [sym__highlight_span_start] = ACTIONS(3174), + [sym__insert_span_start] = ACTIONS(3174), + [sym__delete_span_start] = ACTIONS(3174), + [sym__edit_comment_span_start] = ACTIONS(3174), + [sym__single_quote_span_open] = ACTIONS(3174), + [sym__double_quote_span_open] = ACTIONS(3174), + [sym__shortcode_open_escaped] = ACTIONS(3174), + [sym__shortcode_open] = ACTIONS(3174), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3174), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3174), + [sym__cite_author_in_text] = ACTIONS(3174), + [sym__cite_suppress_author] = ACTIONS(3174), + [sym__strikeout_open] = ACTIONS(3174), + [sym__subscript_open] = ACTIONS(3174), + [sym__superscript_open] = ACTIONS(3174), + [sym__inline_note_start_token] = ACTIONS(3174), + [sym__strong_emphasis_open_star] = ACTIONS(3174), + [sym__strong_emphasis_open_underscore] = ACTIONS(3174), + [sym__emphasis_open_star] = ACTIONS(3174), + [sym__emphasis_open_underscore] = ACTIONS(3174), + [sym_inline_note_reference] = ACTIONS(3174), + [sym_html_element] = ACTIONS(3174), + }, + [STATE(551)] = { + [ts_builtin_sym_end] = ACTIONS(2850), + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), + }, + [STATE(552)] = { + [anon_sym_COLON] = ACTIONS(2878), + [sym_entity_reference] = ACTIONS(2878), + [sym_numeric_character_reference] = ACTIONS(2880), + [anon_sym_LBRACK] = ACTIONS(2880), + [anon_sym_BANG_LBRACK] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2878), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2880), + [aux_sym_pandoc_str_token1] = ACTIONS(2878), + [anon_sym_PIPE] = ACTIONS(2880), + [aux_sym__prose_punctuation_token1] = ACTIONS(2878), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2878), + [sym__line_ending] = ACTIONS(2880), + [sym__soft_line_ending] = ACTIONS(2880), + [sym__block_close] = ACTIONS(2880), + [sym__block_quote_start] = ACTIONS(2880), + [sym_atx_h1_marker] = ACTIONS(2880), + [sym_atx_h2_marker] = ACTIONS(2880), + [sym_atx_h3_marker] = ACTIONS(2880), + [sym_atx_h4_marker] = ACTIONS(2880), + [sym_atx_h5_marker] = ACTIONS(2880), + [sym_atx_h6_marker] = ACTIONS(2880), + [sym__thematic_break] = ACTIONS(2880), + [sym__list_marker_minus] = ACTIONS(2880), + [sym__list_marker_plus] = ACTIONS(2880), + [sym__list_marker_star] = ACTIONS(2880), + [sym__list_marker_parenthesis] = ACTIONS(2880), + [sym__list_marker_dot] = ACTIONS(2880), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2880), + [sym__list_marker_example] = ACTIONS(2880), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2880), + [sym__fenced_code_block_start_backtick] = ACTIONS(2880), + [sym_minus_metadata] = ACTIONS(2880), + [sym__pipe_table_start] = ACTIONS(2880), + [sym__fenced_div_start] = ACTIONS(2880), + [sym_ref_id_specifier] = ACTIONS(2880), + [sym__code_span_start] = ACTIONS(2880), + [sym__html_comment] = ACTIONS(2880), + [sym__autolink] = ACTIONS(2880), + [sym__highlight_span_start] = ACTIONS(2880), + [sym__insert_span_start] = ACTIONS(2880), + [sym__delete_span_start] = ACTIONS(2880), + [sym__edit_comment_span_start] = ACTIONS(2880), + [sym__single_quote_span_open] = ACTIONS(2880), + [sym__double_quote_span_open] = ACTIONS(2880), + [sym__shortcode_open_escaped] = ACTIONS(2880), + [sym__shortcode_open] = ACTIONS(2880), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2880), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2880), + [sym__cite_author_in_text] = ACTIONS(2880), + [sym__cite_suppress_author] = ACTIONS(2880), + [sym__strikeout_open] = ACTIONS(2880), + [sym__subscript_open] = ACTIONS(2880), + [sym__superscript_open] = ACTIONS(2880), + [sym__inline_note_start_token] = ACTIONS(2880), + [sym__strong_emphasis_open_star] = ACTIONS(2880), + [sym__strong_emphasis_open_underscore] = ACTIONS(2880), + [sym__emphasis_open_star] = ACTIONS(2880), + [sym__emphasis_open_underscore] = ACTIONS(2880), + [sym_inline_note_reference] = ACTIONS(2880), + [sym_html_element] = ACTIONS(2880), + }, + [STATE(553)] = { + [ts_builtin_sym_end] = ACTIONS(2856), + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), + }, + [STATE(554)] = { + [sym_pandoc_span] = STATE(556), + [sym_pandoc_image] = STATE(556), + [sym_pandoc_math] = STATE(556), + [sym_pandoc_display_math] = STATE(556), + [sym_pandoc_code_span] = STATE(556), + [sym_pandoc_single_quote] = STATE(556), + [sym_pandoc_double_quote] = STATE(556), + [sym_insert] = STATE(556), + [sym_delete] = STATE(556), + [sym_edit_comment] = STATE(556), + [sym_highlight] = STATE(556), + [sym__pandoc_attr_specifier] = STATE(556), + [sym__inline_element] = STATE(556), + [sym_shortcode_escaped] = STATE(556), + [sym_shortcode] = STATE(556), + [sym_citation] = STATE(556), + [sym_inline_note] = STATE(556), + [sym_pandoc_superscript] = STATE(556), + [sym_pandoc_subscript] = STATE(556), + [sym_pandoc_strikeout] = STATE(556), + [sym_pandoc_emph] = STATE(556), + [sym_pandoc_strong] = STATE(556), + [sym_pandoc_str] = STATE(556), + [sym__prose_punctuation] = STATE(556), + [sym_pandoc_line_break] = STATE(556), + [aux_sym__line_repeat1] = STATE(556), + [sym_entity_reference] = ACTIONS(4814), + [sym_numeric_character_reference] = ACTIONS(4816), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_BANG_LBRACK] = ACTIONS(4820), + [anon_sym_DOLLAR] = ACTIONS(4822), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [aux_sym_pandoc_str_token1] = ACTIONS(4828), + [anon_sym_PIPE] = ACTIONS(4830), + [aux_sym__prose_punctuation_token1] = ACTIONS(4814), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4832), + [sym__whitespace] = ACTIONS(4834), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(4836), + [sym__html_comment] = ACTIONS(4816), + [sym__autolink] = ACTIONS(4816), + [sym__highlight_span_start] = ACTIONS(4838), + [sym__insert_span_start] = ACTIONS(4840), + [sym__delete_span_start] = ACTIONS(4842), + [sym__edit_comment_span_start] = ACTIONS(4844), + [sym__single_quote_span_open] = ACTIONS(4846), + [sym__double_quote_span_open] = ACTIONS(4848), + [sym__double_quote_span_close] = ACTIONS(3098), + [sym__shortcode_open_escaped] = ACTIONS(4850), + [sym__shortcode_open] = ACTIONS(4852), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4854), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4856), + [sym__cite_author_in_text] = ACTIONS(4858), + [sym__cite_suppress_author] = ACTIONS(4860), + [sym__strikeout_open] = ACTIONS(4862), + [sym__subscript_open] = ACTIONS(4864), + [sym__superscript_open] = ACTIONS(4866), + [sym__inline_note_start_token] = ACTIONS(4868), + [sym__strong_emphasis_open_star] = ACTIONS(4870), + [sym__strong_emphasis_open_underscore] = ACTIONS(4872), + [sym__emphasis_open_star] = ACTIONS(4874), + [sym__emphasis_open_underscore] = ACTIONS(4876), + [sym_inline_note_reference] = ACTIONS(4816), + [sym_html_element] = ACTIONS(4816), + }, + [STATE(555)] = { + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym__block_close] = ACTIONS(2801), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), + }, + [STATE(556)] = { + [sym_pandoc_span] = STATE(557), + [sym_pandoc_image] = STATE(557), + [sym_pandoc_math] = STATE(557), + [sym_pandoc_display_math] = STATE(557), + [sym_pandoc_code_span] = STATE(557), + [sym_pandoc_single_quote] = STATE(557), + [sym_pandoc_double_quote] = STATE(557), + [sym_insert] = STATE(557), + [sym_delete] = STATE(557), + [sym_edit_comment] = STATE(557), + [sym_highlight] = STATE(557), + [sym__pandoc_attr_specifier] = STATE(557), + [sym__inline_element] = STATE(557), + [sym_shortcode_escaped] = STATE(557), + [sym_shortcode] = STATE(557), + [sym_citation] = STATE(557), + [sym_inline_note] = STATE(557), + [sym_pandoc_superscript] = STATE(557), + [sym_pandoc_subscript] = STATE(557), + [sym_pandoc_strikeout] = STATE(557), + [sym_pandoc_emph] = STATE(557), + [sym_pandoc_strong] = STATE(557), + [sym_pandoc_str] = STATE(557), + [sym__prose_punctuation] = STATE(557), + [sym_pandoc_line_break] = STATE(557), + [aux_sym__line_repeat1] = STATE(557), + [sym_entity_reference] = ACTIONS(4878), + [sym_numeric_character_reference] = ACTIONS(4880), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_BANG_LBRACK] = ACTIONS(4820), + [anon_sym_DOLLAR] = ACTIONS(4822), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [aux_sym_pandoc_str_token1] = ACTIONS(4828), + [anon_sym_PIPE] = ACTIONS(4830), + [aux_sym__prose_punctuation_token1] = ACTIONS(4878), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4832), + [sym__whitespace] = ACTIONS(4834), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(4836), + [sym__html_comment] = ACTIONS(4880), + [sym__autolink] = ACTIONS(4880), + [sym__highlight_span_start] = ACTIONS(4838), + [sym__insert_span_start] = ACTIONS(4840), + [sym__delete_span_start] = ACTIONS(4842), + [sym__edit_comment_span_start] = ACTIONS(4844), + [sym__single_quote_span_open] = ACTIONS(4846), + [sym__double_quote_span_open] = ACTIONS(4848), + [sym__double_quote_span_close] = ACTIONS(3080), + [sym__shortcode_open_escaped] = ACTIONS(4850), + [sym__shortcode_open] = ACTIONS(4852), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4854), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4856), + [sym__cite_author_in_text] = ACTIONS(4858), + [sym__cite_suppress_author] = ACTIONS(4860), + [sym__strikeout_open] = ACTIONS(4862), + [sym__subscript_open] = ACTIONS(4864), + [sym__superscript_open] = ACTIONS(4866), + [sym__inline_note_start_token] = ACTIONS(4868), + [sym__strong_emphasis_open_star] = ACTIONS(4870), + [sym__strong_emphasis_open_underscore] = ACTIONS(4872), + [sym__emphasis_open_star] = ACTIONS(4874), + [sym__emphasis_open_underscore] = ACTIONS(4876), + [sym_inline_note_reference] = ACTIONS(4880), + [sym_html_element] = ACTIONS(4880), + }, + [STATE(557)] = { + [sym_pandoc_span] = STATE(557), + [sym_pandoc_image] = STATE(557), + [sym_pandoc_math] = STATE(557), + [sym_pandoc_display_math] = STATE(557), + [sym_pandoc_code_span] = STATE(557), + [sym_pandoc_single_quote] = STATE(557), + [sym_pandoc_double_quote] = STATE(557), + [sym_insert] = STATE(557), + [sym_delete] = STATE(557), + [sym_edit_comment] = STATE(557), + [sym_highlight] = STATE(557), + [sym__pandoc_attr_specifier] = STATE(557), + [sym__inline_element] = STATE(557), + [sym_shortcode_escaped] = STATE(557), + [sym_shortcode] = STATE(557), + [sym_citation] = STATE(557), + [sym_inline_note] = STATE(557), + [sym_pandoc_superscript] = STATE(557), + [sym_pandoc_subscript] = STATE(557), + [sym_pandoc_strikeout] = STATE(557), + [sym_pandoc_emph] = STATE(557), + [sym_pandoc_strong] = STATE(557), + [sym_pandoc_str] = STATE(557), + [sym__prose_punctuation] = STATE(557), + [sym_pandoc_line_break] = STATE(557), + [aux_sym__line_repeat1] = STATE(557), + [sym_entity_reference] = ACTIONS(4882), + [sym_numeric_character_reference] = ACTIONS(4885), + [anon_sym_LBRACK] = ACTIONS(4888), + [anon_sym_BANG_LBRACK] = ACTIONS(4891), + [anon_sym_DOLLAR] = ACTIONS(4894), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4897), + [anon_sym_LBRACE] = ACTIONS(4900), + [aux_sym_pandoc_str_token1] = ACTIONS(4903), + [anon_sym_PIPE] = ACTIONS(4906), + [aux_sym__prose_punctuation_token1] = ACTIONS(4882), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4909), + [sym__whitespace] = ACTIONS(4912), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(4915), + [sym__html_comment] = ACTIONS(4885), + [sym__autolink] = ACTIONS(4885), + [sym__highlight_span_start] = ACTIONS(4918), + [sym__insert_span_start] = ACTIONS(4921), + [sym__delete_span_start] = ACTIONS(4924), + [sym__edit_comment_span_start] = ACTIONS(4927), + [sym__single_quote_span_open] = ACTIONS(4930), + [sym__double_quote_span_open] = ACTIONS(4933), + [sym__double_quote_span_close] = ACTIONS(3282), + [sym__shortcode_open_escaped] = ACTIONS(4936), + [sym__shortcode_open] = ACTIONS(4939), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4942), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4945), + [sym__cite_author_in_text] = ACTIONS(4948), + [sym__cite_suppress_author] = ACTIONS(4951), + [sym__strikeout_open] = ACTIONS(4954), + [sym__subscript_open] = ACTIONS(4957), + [sym__superscript_open] = ACTIONS(4960), + [sym__inline_note_start_token] = ACTIONS(4963), + [sym__strong_emphasis_open_star] = ACTIONS(4966), + [sym__strong_emphasis_open_underscore] = ACTIONS(4969), + [sym__emphasis_open_star] = ACTIONS(4972), + [sym__emphasis_open_underscore] = ACTIONS(4975), + [sym_inline_note_reference] = ACTIONS(4885), + [sym_html_element] = ACTIONS(4885), + }, + [STATE(558)] = { + [sym_pandoc_span] = STATE(561), + [sym_pandoc_image] = STATE(561), + [sym_pandoc_math] = STATE(561), + [sym_pandoc_display_math] = STATE(561), + [sym_pandoc_code_span] = STATE(561), + [sym_pandoc_single_quote] = STATE(561), + [sym_pandoc_double_quote] = STATE(561), + [sym_insert] = STATE(561), + [sym_delete] = STATE(561), + [sym_edit_comment] = STATE(561), + [sym_highlight] = STATE(561), + [sym__pandoc_attr_specifier] = STATE(561), + [sym__inline_element] = STATE(561), + [sym_shortcode_escaped] = STATE(561), + [sym_shortcode] = STATE(561), + [sym_citation] = STATE(561), + [sym_inline_note] = STATE(561), + [sym_pandoc_superscript] = STATE(561), + [sym_pandoc_subscript] = STATE(561), + [sym_pandoc_strikeout] = STATE(561), + [sym_pandoc_emph] = STATE(561), + [sym_pandoc_strong] = STATE(561), + [sym_pandoc_str] = STATE(561), + [sym__prose_punctuation] = STATE(561), + [sym_pandoc_line_break] = STATE(561), + [aux_sym__line_repeat1] = STATE(561), + [sym_entity_reference] = ACTIONS(4978), + [sym_numeric_character_reference] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4982), + [anon_sym_BANG_LBRACK] = ACTIONS(4984), + [anon_sym_DOLLAR] = ACTIONS(4986), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4988), + [anon_sym_LBRACE] = ACTIONS(4990), + [aux_sym_pandoc_str_token1] = ACTIONS(4992), + [anon_sym_PIPE] = ACTIONS(4994), + [aux_sym__prose_punctuation_token1] = ACTIONS(4978), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4996), + [sym__whitespace] = ACTIONS(4998), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(5000), + [sym__html_comment] = ACTIONS(4980), + [sym__autolink] = ACTIONS(4980), + [sym__highlight_span_start] = ACTIONS(5002), + [sym__insert_span_start] = ACTIONS(5004), + [sym__delete_span_start] = ACTIONS(5006), + [sym__edit_comment_span_start] = ACTIONS(5008), + [sym__single_quote_span_open] = ACTIONS(5010), + [sym__double_quote_span_open] = ACTIONS(5012), + [sym__shortcode_open_escaped] = ACTIONS(5014), + [sym__shortcode_open] = ACTIONS(5016), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5018), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5020), + [sym__cite_author_in_text] = ACTIONS(5022), + [sym__cite_suppress_author] = ACTIONS(5024), + [sym__strikeout_open] = ACTIONS(5026), + [sym__strikeout_close] = ACTIONS(3098), + [sym__subscript_open] = ACTIONS(5028), + [sym__superscript_open] = ACTIONS(5030), + [sym__inline_note_start_token] = ACTIONS(5032), + [sym__strong_emphasis_open_star] = ACTIONS(5034), + [sym__strong_emphasis_open_underscore] = ACTIONS(5036), + [sym__emphasis_open_star] = ACTIONS(5038), + [sym__emphasis_open_underscore] = ACTIONS(5040), + [sym_inline_note_reference] = ACTIONS(4980), + [sym_html_element] = ACTIONS(4980), + }, + [STATE(559)] = { + [anon_sym_COLON] = ACTIONS(3082), + [sym_entity_reference] = ACTIONS(3082), + [sym_numeric_character_reference] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_BANG_LBRACK] = ACTIONS(3084), + [anon_sym_DOLLAR] = ACTIONS(3082), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3084), + [aux_sym_pandoc_str_token1] = ACTIONS(3082), + [anon_sym_PIPE] = ACTIONS(3084), + [aux_sym__prose_punctuation_token1] = ACTIONS(3082), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3082), + [sym__line_ending] = ACTIONS(3084), + [sym__soft_line_ending] = ACTIONS(3084), + [sym__block_close] = ACTIONS(3084), + [sym__block_quote_start] = ACTIONS(3084), + [sym_atx_h1_marker] = ACTIONS(3084), + [sym_atx_h2_marker] = ACTIONS(3084), + [sym_atx_h3_marker] = ACTIONS(3084), + [sym_atx_h4_marker] = ACTIONS(3084), + [sym_atx_h5_marker] = ACTIONS(3084), + [sym_atx_h6_marker] = ACTIONS(3084), + [sym__thematic_break] = ACTIONS(3084), + [sym__list_marker_minus] = ACTIONS(3084), + [sym__list_marker_plus] = ACTIONS(3084), + [sym__list_marker_star] = ACTIONS(3084), + [sym__list_marker_parenthesis] = ACTIONS(3084), + [sym__list_marker_dot] = ACTIONS(3084), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_example] = ACTIONS(3084), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3084), + [sym__fenced_code_block_start_backtick] = ACTIONS(3084), + [sym_minus_metadata] = ACTIONS(3084), + [sym__pipe_table_start] = ACTIONS(3084), + [sym__fenced_div_start] = ACTIONS(3084), + [sym_ref_id_specifier] = ACTIONS(3084), + [sym__code_span_start] = ACTIONS(3084), + [sym__html_comment] = ACTIONS(3084), + [sym__autolink] = ACTIONS(3084), + [sym__highlight_span_start] = ACTIONS(3084), + [sym__insert_span_start] = ACTIONS(3084), + [sym__delete_span_start] = ACTIONS(3084), + [sym__edit_comment_span_start] = ACTIONS(3084), + [sym__single_quote_span_open] = ACTIONS(3084), + [sym__double_quote_span_open] = ACTIONS(3084), + [sym__shortcode_open_escaped] = ACTIONS(3084), + [sym__shortcode_open] = ACTIONS(3084), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3084), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3084), + [sym__cite_author_in_text] = ACTIONS(3084), + [sym__cite_suppress_author] = ACTIONS(3084), + [sym__strikeout_open] = ACTIONS(3084), + [sym__subscript_open] = ACTIONS(3084), + [sym__superscript_open] = ACTIONS(3084), + [sym__inline_note_start_token] = ACTIONS(3084), + [sym__strong_emphasis_open_star] = ACTIONS(3084), + [sym__strong_emphasis_open_underscore] = ACTIONS(3084), + [sym__emphasis_open_star] = ACTIONS(3084), + [sym__emphasis_open_underscore] = ACTIONS(3084), + [sym_inline_note_reference] = ACTIONS(3084), + [sym_html_element] = ACTIONS(3084), + }, + [STATE(560)] = { + [ts_builtin_sym_end] = ACTIONS(2801), + [anon_sym_COLON] = ACTIONS(2799), + [sym_entity_reference] = ACTIONS(2799), + [sym_numeric_character_reference] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_BANG_LBRACK] = ACTIONS(2801), + [anon_sym_DOLLAR] = ACTIONS(2799), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2801), + [aux_sym_pandoc_str_token1] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2801), + [aux_sym__prose_punctuation_token1] = ACTIONS(2799), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2799), + [sym__line_ending] = ACTIONS(2801), + [sym__soft_line_ending] = ACTIONS(2801), + [sym__block_quote_start] = ACTIONS(2801), + [sym_atx_h1_marker] = ACTIONS(2801), + [sym_atx_h2_marker] = ACTIONS(2801), + [sym_atx_h3_marker] = ACTIONS(2801), + [sym_atx_h4_marker] = ACTIONS(2801), + [sym_atx_h5_marker] = ACTIONS(2801), + [sym_atx_h6_marker] = ACTIONS(2801), + [sym__thematic_break] = ACTIONS(2801), + [sym__list_marker_minus] = ACTIONS(2801), + [sym__list_marker_plus] = ACTIONS(2801), + [sym__list_marker_star] = ACTIONS(2801), + [sym__list_marker_parenthesis] = ACTIONS(2801), + [sym__list_marker_dot] = ACTIONS(2801), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2801), + [sym__list_marker_example] = ACTIONS(2801), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2801), + [sym__fenced_code_block_start_backtick] = ACTIONS(2801), + [sym_minus_metadata] = ACTIONS(2801), + [sym__pipe_table_start] = ACTIONS(2801), + [sym__fenced_div_start] = ACTIONS(2801), + [sym_ref_id_specifier] = ACTIONS(2801), + [sym__code_span_start] = ACTIONS(2801), + [sym__html_comment] = ACTIONS(2801), + [sym__autolink] = ACTIONS(2801), + [sym__highlight_span_start] = ACTIONS(2801), + [sym__insert_span_start] = ACTIONS(2801), + [sym__delete_span_start] = ACTIONS(2801), + [sym__edit_comment_span_start] = ACTIONS(2801), + [sym__single_quote_span_open] = ACTIONS(2801), + [sym__double_quote_span_open] = ACTIONS(2801), + [sym__shortcode_open_escaped] = ACTIONS(2801), + [sym__shortcode_open] = ACTIONS(2801), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2801), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2801), + [sym__cite_author_in_text] = ACTIONS(2801), + [sym__cite_suppress_author] = ACTIONS(2801), + [sym__strikeout_open] = ACTIONS(2801), + [sym__subscript_open] = ACTIONS(2801), + [sym__superscript_open] = ACTIONS(2801), + [sym__inline_note_start_token] = ACTIONS(2801), + [sym__strong_emphasis_open_star] = ACTIONS(2801), + [sym__strong_emphasis_open_underscore] = ACTIONS(2801), + [sym__emphasis_open_star] = ACTIONS(2801), + [sym__emphasis_open_underscore] = ACTIONS(2801), + [sym_inline_note_reference] = ACTIONS(2801), + [sym_html_element] = ACTIONS(2801), + }, + [STATE(561)] = { + [sym_pandoc_span] = STATE(563), + [sym_pandoc_image] = STATE(563), + [sym_pandoc_math] = STATE(563), + [sym_pandoc_display_math] = STATE(563), + [sym_pandoc_code_span] = STATE(563), + [sym_pandoc_single_quote] = STATE(563), + [sym_pandoc_double_quote] = STATE(563), + [sym_insert] = STATE(563), + [sym_delete] = STATE(563), + [sym_edit_comment] = STATE(563), + [sym_highlight] = STATE(563), + [sym__pandoc_attr_specifier] = STATE(563), + [sym__inline_element] = STATE(563), + [sym_shortcode_escaped] = STATE(563), + [sym_shortcode] = STATE(563), + [sym_citation] = STATE(563), + [sym_inline_note] = STATE(563), + [sym_pandoc_superscript] = STATE(563), + [sym_pandoc_subscript] = STATE(563), + [sym_pandoc_strikeout] = STATE(563), + [sym_pandoc_emph] = STATE(563), + [sym_pandoc_strong] = STATE(563), + [sym_pandoc_str] = STATE(563), + [sym__prose_punctuation] = STATE(563), + [sym_pandoc_line_break] = STATE(563), + [aux_sym__line_repeat1] = STATE(563), + [sym_entity_reference] = ACTIONS(5042), + [sym_numeric_character_reference] = ACTIONS(5044), + [anon_sym_LBRACK] = ACTIONS(4982), + [anon_sym_BANG_LBRACK] = ACTIONS(4984), + [anon_sym_DOLLAR] = ACTIONS(4986), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4988), + [anon_sym_LBRACE] = ACTIONS(4990), + [aux_sym_pandoc_str_token1] = ACTIONS(4992), + [anon_sym_PIPE] = ACTIONS(4994), + [aux_sym__prose_punctuation_token1] = ACTIONS(5042), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4996), + [sym__whitespace] = ACTIONS(4998), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(5000), + [sym__html_comment] = ACTIONS(5044), + [sym__autolink] = ACTIONS(5044), + [sym__highlight_span_start] = ACTIONS(5002), + [sym__insert_span_start] = ACTIONS(5004), + [sym__delete_span_start] = ACTIONS(5006), + [sym__edit_comment_span_start] = ACTIONS(5008), + [sym__single_quote_span_open] = ACTIONS(5010), + [sym__double_quote_span_open] = ACTIONS(5012), + [sym__shortcode_open_escaped] = ACTIONS(5014), + [sym__shortcode_open] = ACTIONS(5016), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5018), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5020), + [sym__cite_author_in_text] = ACTIONS(5022), + [sym__cite_suppress_author] = ACTIONS(5024), + [sym__strikeout_open] = ACTIONS(5026), + [sym__strikeout_close] = ACTIONS(3080), + [sym__subscript_open] = ACTIONS(5028), + [sym__superscript_open] = ACTIONS(5030), + [sym__inline_note_start_token] = ACTIONS(5032), + [sym__strong_emphasis_open_star] = ACTIONS(5034), + [sym__strong_emphasis_open_underscore] = ACTIONS(5036), + [sym__emphasis_open_star] = ACTIONS(5038), + [sym__emphasis_open_underscore] = ACTIONS(5040), + [sym_inline_note_reference] = ACTIONS(5044), + [sym_html_element] = ACTIONS(5044), + }, + [STATE(562)] = { + [ts_builtin_sym_end] = ACTIONS(3084), + [anon_sym_COLON] = ACTIONS(3082), + [sym_entity_reference] = ACTIONS(3082), + [sym_numeric_character_reference] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_BANG_LBRACK] = ACTIONS(3084), + [anon_sym_DOLLAR] = ACTIONS(3082), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3084), + [aux_sym_pandoc_str_token1] = ACTIONS(3082), + [anon_sym_PIPE] = ACTIONS(3084), + [aux_sym__prose_punctuation_token1] = ACTIONS(3082), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3082), + [sym__line_ending] = ACTIONS(3084), + [sym__soft_line_ending] = ACTIONS(3084), + [sym__block_quote_start] = ACTIONS(3084), + [sym_atx_h1_marker] = ACTIONS(3084), + [sym_atx_h2_marker] = ACTIONS(3084), + [sym_atx_h3_marker] = ACTIONS(3084), + [sym_atx_h4_marker] = ACTIONS(3084), + [sym_atx_h5_marker] = ACTIONS(3084), + [sym_atx_h6_marker] = ACTIONS(3084), + [sym__thematic_break] = ACTIONS(3084), + [sym__list_marker_minus] = ACTIONS(3084), + [sym__list_marker_plus] = ACTIONS(3084), + [sym__list_marker_star] = ACTIONS(3084), + [sym__list_marker_parenthesis] = ACTIONS(3084), + [sym__list_marker_dot] = ACTIONS(3084), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3084), + [sym__list_marker_example] = ACTIONS(3084), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3084), + [sym__fenced_code_block_start_backtick] = ACTIONS(3084), + [sym_minus_metadata] = ACTIONS(3084), + [sym__pipe_table_start] = ACTIONS(3084), + [sym__fenced_div_start] = ACTIONS(3084), + [sym_ref_id_specifier] = ACTIONS(3084), + [sym__code_span_start] = ACTIONS(3084), + [sym__html_comment] = ACTIONS(3084), + [sym__autolink] = ACTIONS(3084), + [sym__highlight_span_start] = ACTIONS(3084), + [sym__insert_span_start] = ACTIONS(3084), + [sym__delete_span_start] = ACTIONS(3084), + [sym__edit_comment_span_start] = ACTIONS(3084), + [sym__single_quote_span_open] = ACTIONS(3084), + [sym__double_quote_span_open] = ACTIONS(3084), + [sym__shortcode_open_escaped] = ACTIONS(3084), + [sym__shortcode_open] = ACTIONS(3084), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3084), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3084), + [sym__cite_author_in_text] = ACTIONS(3084), + [sym__cite_suppress_author] = ACTIONS(3084), + [sym__strikeout_open] = ACTIONS(3084), + [sym__subscript_open] = ACTIONS(3084), + [sym__superscript_open] = ACTIONS(3084), + [sym__inline_note_start_token] = ACTIONS(3084), + [sym__strong_emphasis_open_star] = ACTIONS(3084), + [sym__strong_emphasis_open_underscore] = ACTIONS(3084), + [sym__emphasis_open_star] = ACTIONS(3084), + [sym__emphasis_open_underscore] = ACTIONS(3084), + [sym_inline_note_reference] = ACTIONS(3084), + [sym_html_element] = ACTIONS(3084), + }, + [STATE(563)] = { + [sym_pandoc_span] = STATE(563), + [sym_pandoc_image] = STATE(563), + [sym_pandoc_math] = STATE(563), + [sym_pandoc_display_math] = STATE(563), + [sym_pandoc_code_span] = STATE(563), + [sym_pandoc_single_quote] = STATE(563), + [sym_pandoc_double_quote] = STATE(563), + [sym_insert] = STATE(563), + [sym_delete] = STATE(563), + [sym_edit_comment] = STATE(563), + [sym_highlight] = STATE(563), + [sym__pandoc_attr_specifier] = STATE(563), + [sym__inline_element] = STATE(563), + [sym_shortcode_escaped] = STATE(563), + [sym_shortcode] = STATE(563), + [sym_citation] = STATE(563), + [sym_inline_note] = STATE(563), + [sym_pandoc_superscript] = STATE(563), + [sym_pandoc_subscript] = STATE(563), + [sym_pandoc_strikeout] = STATE(563), + [sym_pandoc_emph] = STATE(563), + [sym_pandoc_strong] = STATE(563), + [sym_pandoc_str] = STATE(563), + [sym__prose_punctuation] = STATE(563), + [sym_pandoc_line_break] = STATE(563), + [aux_sym__line_repeat1] = STATE(563), + [sym_entity_reference] = ACTIONS(5046), + [sym_numeric_character_reference] = ACTIONS(5049), + [anon_sym_LBRACK] = ACTIONS(5052), + [anon_sym_BANG_LBRACK] = ACTIONS(5055), + [anon_sym_DOLLAR] = ACTIONS(5058), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5061), + [anon_sym_LBRACE] = ACTIONS(5064), + [aux_sym_pandoc_str_token1] = ACTIONS(5067), + [anon_sym_PIPE] = ACTIONS(5070), + [aux_sym__prose_punctuation_token1] = ACTIONS(5046), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5073), + [sym__whitespace] = ACTIONS(5076), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(5079), + [sym__html_comment] = ACTIONS(5049), + [sym__autolink] = ACTIONS(5049), + [sym__highlight_span_start] = ACTIONS(5082), + [sym__insert_span_start] = ACTIONS(5085), + [sym__delete_span_start] = ACTIONS(5088), + [sym__edit_comment_span_start] = ACTIONS(5091), + [sym__single_quote_span_open] = ACTIONS(5094), + [sym__double_quote_span_open] = ACTIONS(5097), + [sym__shortcode_open_escaped] = ACTIONS(5100), + [sym__shortcode_open] = ACTIONS(5103), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5106), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5109), + [sym__cite_author_in_text] = ACTIONS(5112), + [sym__cite_suppress_author] = ACTIONS(5115), + [sym__strikeout_open] = ACTIONS(5118), + [sym__strikeout_close] = ACTIONS(3282), + [sym__subscript_open] = ACTIONS(5121), + [sym__superscript_open] = ACTIONS(5124), + [sym__inline_note_start_token] = ACTIONS(5127), + [sym__strong_emphasis_open_star] = ACTIONS(5130), + [sym__strong_emphasis_open_underscore] = ACTIONS(5133), + [sym__emphasis_open_star] = ACTIONS(5136), + [sym__emphasis_open_underscore] = ACTIONS(5139), + [sym_inline_note_reference] = ACTIONS(5049), + [sym_html_element] = ACTIONS(5049), + }, + [STATE(564)] = { + [anon_sym_COLON] = ACTIONS(3086), + [sym_entity_reference] = ACTIONS(3086), + [sym_numeric_character_reference] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_BANG_LBRACK] = ACTIONS(3088), + [anon_sym_DOLLAR] = ACTIONS(3086), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [aux_sym_pandoc_str_token1] = ACTIONS(3086), + [anon_sym_PIPE] = ACTIONS(3088), + [aux_sym__prose_punctuation_token1] = ACTIONS(3086), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3086), + [sym__line_ending] = ACTIONS(3088), + [sym__soft_line_ending] = ACTIONS(3088), + [sym__block_close] = ACTIONS(3088), + [sym__block_quote_start] = ACTIONS(3088), + [sym_atx_h1_marker] = ACTIONS(3088), + [sym_atx_h2_marker] = ACTIONS(3088), + [sym_atx_h3_marker] = ACTIONS(3088), + [sym_atx_h4_marker] = ACTIONS(3088), + [sym_atx_h5_marker] = ACTIONS(3088), + [sym_atx_h6_marker] = ACTIONS(3088), + [sym__thematic_break] = ACTIONS(3088), + [sym__list_marker_minus] = ACTIONS(3088), + [sym__list_marker_plus] = ACTIONS(3088), + [sym__list_marker_star] = ACTIONS(3088), + [sym__list_marker_parenthesis] = ACTIONS(3088), + [sym__list_marker_dot] = ACTIONS(3088), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3088), + [sym__list_marker_example] = ACTIONS(3088), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3088), + [sym__fenced_code_block_start_backtick] = ACTIONS(3088), + [sym_minus_metadata] = ACTIONS(3088), + [sym__pipe_table_start] = ACTIONS(3088), + [sym__fenced_div_start] = ACTIONS(3088), + [sym_ref_id_specifier] = ACTIONS(3088), + [sym__code_span_start] = ACTIONS(3088), + [sym__html_comment] = ACTIONS(3088), + [sym__autolink] = ACTIONS(3088), + [sym__highlight_span_start] = ACTIONS(3088), + [sym__insert_span_start] = ACTIONS(3088), + [sym__delete_span_start] = ACTIONS(3088), + [sym__edit_comment_span_start] = ACTIONS(3088), + [sym__single_quote_span_open] = ACTIONS(3088), + [sym__double_quote_span_open] = ACTIONS(3088), + [sym__shortcode_open_escaped] = ACTIONS(3088), + [sym__shortcode_open] = ACTIONS(3088), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3088), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3088), + [sym__cite_author_in_text] = ACTIONS(3088), + [sym__cite_suppress_author] = ACTIONS(3088), + [sym__strikeout_open] = ACTIONS(3088), + [sym__subscript_open] = ACTIONS(3088), + [sym__superscript_open] = ACTIONS(3088), + [sym__inline_note_start_token] = ACTIONS(3088), + [sym__strong_emphasis_open_star] = ACTIONS(3088), + [sym__strong_emphasis_open_underscore] = ACTIONS(3088), + [sym__emphasis_open_star] = ACTIONS(3088), + [sym__emphasis_open_underscore] = ACTIONS(3088), + [sym_inline_note_reference] = ACTIONS(3088), + [sym_html_element] = ACTIONS(3088), + }, + [STATE(565)] = { + [sym_pandoc_span] = STATE(567), + [sym_pandoc_image] = STATE(567), + [sym_pandoc_math] = STATE(567), + [sym_pandoc_display_math] = STATE(567), + [sym_pandoc_code_span] = STATE(567), + [sym_pandoc_single_quote] = STATE(567), + [sym_pandoc_double_quote] = STATE(567), + [sym_insert] = STATE(567), + [sym_delete] = STATE(567), + [sym_edit_comment] = STATE(567), + [sym_highlight] = STATE(567), + [sym__pandoc_attr_specifier] = STATE(567), + [sym__inline_element] = STATE(567), + [sym_shortcode_escaped] = STATE(567), + [sym_shortcode] = STATE(567), + [sym_citation] = STATE(567), + [sym_inline_note] = STATE(567), + [sym_pandoc_superscript] = STATE(567), + [sym_pandoc_subscript] = STATE(567), + [sym_pandoc_strikeout] = STATE(567), + [sym_pandoc_emph] = STATE(567), + [sym_pandoc_strong] = STATE(567), + [sym_pandoc_str] = STATE(567), + [sym__prose_punctuation] = STATE(567), + [sym_pandoc_line_break] = STATE(567), + [aux_sym__line_repeat1] = STATE(567), + [sym_entity_reference] = ACTIONS(5142), + [sym_numeric_character_reference] = ACTIONS(5144), + [anon_sym_LBRACK] = ACTIONS(5146), + [anon_sym_BANG_LBRACK] = ACTIONS(5148), + [anon_sym_DOLLAR] = ACTIONS(5150), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5152), + [anon_sym_LBRACE] = ACTIONS(5154), + [aux_sym_pandoc_str_token1] = ACTIONS(5156), + [anon_sym_PIPE] = ACTIONS(5158), + [aux_sym__prose_punctuation_token1] = ACTIONS(5142), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5160), + [sym__whitespace] = ACTIONS(5162), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(5164), + [sym__html_comment] = ACTIONS(5144), + [sym__autolink] = ACTIONS(5144), + [sym__highlight_span_start] = ACTIONS(5166), + [sym__insert_span_start] = ACTIONS(5168), + [sym__delete_span_start] = ACTIONS(5170), + [sym__edit_comment_span_start] = ACTIONS(5172), + [sym__single_quote_span_open] = ACTIONS(5174), + [sym__double_quote_span_open] = ACTIONS(5176), + [sym__shortcode_open_escaped] = ACTIONS(5178), + [sym__shortcode_open] = ACTIONS(5180), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5182), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5184), + [sym__cite_author_in_text] = ACTIONS(5186), + [sym__cite_suppress_author] = ACTIONS(5188), + [sym__strikeout_open] = ACTIONS(5190), + [sym__subscript_open] = ACTIONS(5192), + [sym__subscript_close] = ACTIONS(3098), + [sym__superscript_open] = ACTIONS(5194), + [sym__inline_note_start_token] = ACTIONS(5196), + [sym__strong_emphasis_open_star] = ACTIONS(5198), + [sym__strong_emphasis_open_underscore] = ACTIONS(5200), + [sym__emphasis_open_star] = ACTIONS(5202), + [sym__emphasis_open_underscore] = ACTIONS(5204), + [sym_inline_note_reference] = ACTIONS(5144), + [sym_html_element] = ACTIONS(5144), + }, + [STATE(566)] = { + [anon_sym_COLON] = ACTIONS(2805), + [sym_entity_reference] = ACTIONS(2805), + [sym_numeric_character_reference] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_BANG_LBRACK] = ACTIONS(2807), + [anon_sym_DOLLAR] = ACTIONS(2805), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [aux_sym_pandoc_str_token1] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [aux_sym__prose_punctuation_token1] = ACTIONS(2805), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2805), + [sym__line_ending] = ACTIONS(2807), + [sym__soft_line_ending] = ACTIONS(2807), + [sym__block_close] = ACTIONS(2807), + [sym__block_quote_start] = ACTIONS(2807), + [sym_atx_h1_marker] = ACTIONS(2807), + [sym_atx_h2_marker] = ACTIONS(2807), + [sym_atx_h3_marker] = ACTIONS(2807), + [sym_atx_h4_marker] = ACTIONS(2807), + [sym_atx_h5_marker] = ACTIONS(2807), + [sym_atx_h6_marker] = ACTIONS(2807), + [sym__thematic_break] = ACTIONS(2807), + [sym__list_marker_minus] = ACTIONS(2807), + [sym__list_marker_plus] = ACTIONS(2807), + [sym__list_marker_star] = ACTIONS(2807), + [sym__list_marker_parenthesis] = ACTIONS(2807), + [sym__list_marker_dot] = ACTIONS(2807), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2807), + [sym__list_marker_example] = ACTIONS(2807), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2807), + [sym__fenced_code_block_start_backtick] = ACTIONS(2807), + [sym_minus_metadata] = ACTIONS(2807), + [sym__pipe_table_start] = ACTIONS(2807), + [sym__fenced_div_start] = ACTIONS(2807), + [sym_ref_id_specifier] = ACTIONS(2807), + [sym__code_span_start] = ACTIONS(2807), + [sym__html_comment] = ACTIONS(2807), + [sym__autolink] = ACTIONS(2807), + [sym__highlight_span_start] = ACTIONS(2807), + [sym__insert_span_start] = ACTIONS(2807), + [sym__delete_span_start] = ACTIONS(2807), + [sym__edit_comment_span_start] = ACTIONS(2807), + [sym__single_quote_span_open] = ACTIONS(2807), + [sym__double_quote_span_open] = ACTIONS(2807), + [sym__shortcode_open_escaped] = ACTIONS(2807), + [sym__shortcode_open] = ACTIONS(2807), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2807), + [sym__cite_author_in_text] = ACTIONS(2807), + [sym__cite_suppress_author] = ACTIONS(2807), + [sym__strikeout_open] = ACTIONS(2807), + [sym__subscript_open] = ACTIONS(2807), + [sym__superscript_open] = ACTIONS(2807), + [sym__inline_note_start_token] = ACTIONS(2807), + [sym__strong_emphasis_open_star] = ACTIONS(2807), + [sym__strong_emphasis_open_underscore] = ACTIONS(2807), + [sym__emphasis_open_star] = ACTIONS(2807), + [sym__emphasis_open_underscore] = ACTIONS(2807), + [sym_inline_note_reference] = ACTIONS(2807), + [sym_html_element] = ACTIONS(2807), + }, + [STATE(567)] = { + [sym_pandoc_span] = STATE(569), + [sym_pandoc_image] = STATE(569), + [sym_pandoc_math] = STATE(569), + [sym_pandoc_display_math] = STATE(569), + [sym_pandoc_code_span] = STATE(569), + [sym_pandoc_single_quote] = STATE(569), + [sym_pandoc_double_quote] = STATE(569), + [sym_insert] = STATE(569), + [sym_delete] = STATE(569), + [sym_edit_comment] = STATE(569), + [sym_highlight] = STATE(569), + [sym__pandoc_attr_specifier] = STATE(569), + [sym__inline_element] = STATE(569), + [sym_shortcode_escaped] = STATE(569), + [sym_shortcode] = STATE(569), + [sym_citation] = STATE(569), + [sym_inline_note] = STATE(569), + [sym_pandoc_superscript] = STATE(569), + [sym_pandoc_subscript] = STATE(569), + [sym_pandoc_strikeout] = STATE(569), + [sym_pandoc_emph] = STATE(569), + [sym_pandoc_strong] = STATE(569), + [sym_pandoc_str] = STATE(569), + [sym__prose_punctuation] = STATE(569), + [sym_pandoc_line_break] = STATE(569), + [aux_sym__line_repeat1] = STATE(569), + [sym_entity_reference] = ACTIONS(5206), + [sym_numeric_character_reference] = ACTIONS(5208), + [anon_sym_LBRACK] = ACTIONS(5146), + [anon_sym_BANG_LBRACK] = ACTIONS(5148), + [anon_sym_DOLLAR] = ACTIONS(5150), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5152), + [anon_sym_LBRACE] = ACTIONS(5154), + [aux_sym_pandoc_str_token1] = ACTIONS(5156), + [anon_sym_PIPE] = ACTIONS(5158), + [aux_sym__prose_punctuation_token1] = ACTIONS(5206), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5160), + [sym__whitespace] = ACTIONS(5162), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(5164), + [sym__html_comment] = ACTIONS(5208), + [sym__autolink] = ACTIONS(5208), + [sym__highlight_span_start] = ACTIONS(5166), + [sym__insert_span_start] = ACTIONS(5168), + [sym__delete_span_start] = ACTIONS(5170), + [sym__edit_comment_span_start] = ACTIONS(5172), + [sym__single_quote_span_open] = ACTIONS(5174), + [sym__double_quote_span_open] = ACTIONS(5176), + [sym__shortcode_open_escaped] = ACTIONS(5178), + [sym__shortcode_open] = ACTIONS(5180), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5182), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5184), + [sym__cite_author_in_text] = ACTIONS(5186), + [sym__cite_suppress_author] = ACTIONS(5188), + [sym__strikeout_open] = ACTIONS(5190), + [sym__subscript_open] = ACTIONS(5192), + [sym__subscript_close] = ACTIONS(3080), + [sym__superscript_open] = ACTIONS(5194), + [sym__inline_note_start_token] = ACTIONS(5196), + [sym__strong_emphasis_open_star] = ACTIONS(5198), + [sym__strong_emphasis_open_underscore] = ACTIONS(5200), + [sym__emphasis_open_star] = ACTIONS(5202), + [sym__emphasis_open_underscore] = ACTIONS(5204), + [sym_inline_note_reference] = ACTIONS(5208), + [sym_html_element] = ACTIONS(5208), + }, + [STATE(568)] = { + [anon_sym_COLON] = ACTIONS(2811), + [sym_entity_reference] = ACTIONS(2811), + [sym_numeric_character_reference] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_BANG_LBRACK] = ACTIONS(2813), + [anon_sym_DOLLAR] = ACTIONS(2811), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2813), + [aux_sym_pandoc_str_token1] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2813), + [aux_sym__prose_punctuation_token1] = ACTIONS(2811), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2811), + [sym__line_ending] = ACTIONS(2813), + [sym__soft_line_ending] = ACTIONS(2813), + [sym__block_close] = ACTIONS(2813), + [sym__block_quote_start] = ACTIONS(2813), + [sym_atx_h1_marker] = ACTIONS(2813), + [sym_atx_h2_marker] = ACTIONS(2813), + [sym_atx_h3_marker] = ACTIONS(2813), + [sym_atx_h4_marker] = ACTIONS(2813), + [sym_atx_h5_marker] = ACTIONS(2813), + [sym_atx_h6_marker] = ACTIONS(2813), + [sym__thematic_break] = ACTIONS(2813), + [sym__list_marker_minus] = ACTIONS(2813), + [sym__list_marker_plus] = ACTIONS(2813), + [sym__list_marker_star] = ACTIONS(2813), + [sym__list_marker_parenthesis] = ACTIONS(2813), + [sym__list_marker_dot] = ACTIONS(2813), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2813), + [sym__list_marker_example] = ACTIONS(2813), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2813), + [sym__fenced_code_block_start_backtick] = ACTIONS(2813), + [sym_minus_metadata] = ACTIONS(2813), + [sym__pipe_table_start] = ACTIONS(2813), + [sym__fenced_div_start] = ACTIONS(2813), + [sym_ref_id_specifier] = ACTIONS(2813), + [sym__code_span_start] = ACTIONS(2813), + [sym__html_comment] = ACTIONS(2813), + [sym__autolink] = ACTIONS(2813), + [sym__highlight_span_start] = ACTIONS(2813), + [sym__insert_span_start] = ACTIONS(2813), + [sym__delete_span_start] = ACTIONS(2813), + [sym__edit_comment_span_start] = ACTIONS(2813), + [sym__single_quote_span_open] = ACTIONS(2813), + [sym__double_quote_span_open] = ACTIONS(2813), + [sym__shortcode_open_escaped] = ACTIONS(2813), + [sym__shortcode_open] = ACTIONS(2813), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2813), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2813), + [sym__cite_author_in_text] = ACTIONS(2813), + [sym__cite_suppress_author] = ACTIONS(2813), + [sym__strikeout_open] = ACTIONS(2813), + [sym__subscript_open] = ACTIONS(2813), + [sym__superscript_open] = ACTIONS(2813), + [sym__inline_note_start_token] = ACTIONS(2813), + [sym__strong_emphasis_open_star] = ACTIONS(2813), + [sym__strong_emphasis_open_underscore] = ACTIONS(2813), + [sym__emphasis_open_star] = ACTIONS(2813), + [sym__emphasis_open_underscore] = ACTIONS(2813), + [sym_inline_note_reference] = ACTIONS(2813), + [sym_html_element] = ACTIONS(2813), + }, + [STATE(569)] = { + [sym_pandoc_span] = STATE(569), + [sym_pandoc_image] = STATE(569), + [sym_pandoc_math] = STATE(569), + [sym_pandoc_display_math] = STATE(569), + [sym_pandoc_code_span] = STATE(569), + [sym_pandoc_single_quote] = STATE(569), + [sym_pandoc_double_quote] = STATE(569), + [sym_insert] = STATE(569), + [sym_delete] = STATE(569), + [sym_edit_comment] = STATE(569), + [sym_highlight] = STATE(569), + [sym__pandoc_attr_specifier] = STATE(569), + [sym__inline_element] = STATE(569), + [sym_shortcode_escaped] = STATE(569), + [sym_shortcode] = STATE(569), + [sym_citation] = STATE(569), + [sym_inline_note] = STATE(569), + [sym_pandoc_superscript] = STATE(569), + [sym_pandoc_subscript] = STATE(569), + [sym_pandoc_strikeout] = STATE(569), + [sym_pandoc_emph] = STATE(569), + [sym_pandoc_strong] = STATE(569), + [sym_pandoc_str] = STATE(569), + [sym__prose_punctuation] = STATE(569), + [sym_pandoc_line_break] = STATE(569), + [aux_sym__line_repeat1] = STATE(569), + [sym_entity_reference] = ACTIONS(5210), + [sym_numeric_character_reference] = ACTIONS(5213), + [anon_sym_LBRACK] = ACTIONS(5216), + [anon_sym_BANG_LBRACK] = ACTIONS(5219), + [anon_sym_DOLLAR] = ACTIONS(5222), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5225), + [anon_sym_LBRACE] = ACTIONS(5228), + [aux_sym_pandoc_str_token1] = ACTIONS(5231), + [anon_sym_PIPE] = ACTIONS(5234), + [aux_sym__prose_punctuation_token1] = ACTIONS(5210), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5237), + [sym__whitespace] = ACTIONS(5240), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(5243), + [sym__html_comment] = ACTIONS(5213), + [sym__autolink] = ACTIONS(5213), + [sym__highlight_span_start] = ACTIONS(5246), + [sym__insert_span_start] = ACTIONS(5249), + [sym__delete_span_start] = ACTIONS(5252), + [sym__edit_comment_span_start] = ACTIONS(5255), + [sym__single_quote_span_open] = ACTIONS(5258), + [sym__double_quote_span_open] = ACTIONS(5261), + [sym__shortcode_open_escaped] = ACTIONS(5264), + [sym__shortcode_open] = ACTIONS(5267), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5270), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5273), + [sym__cite_author_in_text] = ACTIONS(5276), + [sym__cite_suppress_author] = ACTIONS(5279), + [sym__strikeout_open] = ACTIONS(5282), + [sym__subscript_open] = ACTIONS(5285), + [sym__subscript_close] = ACTIONS(3282), + [sym__superscript_open] = ACTIONS(5288), + [sym__inline_note_start_token] = ACTIONS(5291), + [sym__strong_emphasis_open_star] = ACTIONS(5294), + [sym__strong_emphasis_open_underscore] = ACTIONS(5297), + [sym__emphasis_open_star] = ACTIONS(5300), + [sym__emphasis_open_underscore] = ACTIONS(5303), + [sym_inline_note_reference] = ACTIONS(5213), + [sym_html_element] = ACTIONS(5213), + }, + [STATE(570)] = { + [anon_sym_COLON] = ACTIONS(2817), + [sym_entity_reference] = ACTIONS(2817), + [sym_numeric_character_reference] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2819), + [anon_sym_BANG_LBRACK] = ACTIONS(2819), + [anon_sym_DOLLAR] = ACTIONS(2817), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [aux_sym_pandoc_str_token1] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [aux_sym__prose_punctuation_token1] = ACTIONS(2817), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2817), + [sym__line_ending] = ACTIONS(2819), + [sym__soft_line_ending] = ACTIONS(2819), + [sym__block_close] = ACTIONS(2819), + [sym__block_quote_start] = ACTIONS(2819), + [sym_atx_h1_marker] = ACTIONS(2819), + [sym_atx_h2_marker] = ACTIONS(2819), + [sym_atx_h3_marker] = ACTIONS(2819), + [sym_atx_h4_marker] = ACTIONS(2819), + [sym_atx_h5_marker] = ACTIONS(2819), + [sym_atx_h6_marker] = ACTIONS(2819), + [sym__thematic_break] = ACTIONS(2819), + [sym__list_marker_minus] = ACTIONS(2819), + [sym__list_marker_plus] = ACTIONS(2819), + [sym__list_marker_star] = ACTIONS(2819), + [sym__list_marker_parenthesis] = ACTIONS(2819), + [sym__list_marker_dot] = ACTIONS(2819), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2819), + [sym__list_marker_example] = ACTIONS(2819), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2819), + [sym__fenced_code_block_start_backtick] = ACTIONS(2819), + [sym_minus_metadata] = ACTIONS(2819), + [sym__pipe_table_start] = ACTIONS(2819), + [sym__fenced_div_start] = ACTIONS(2819), + [sym_ref_id_specifier] = ACTIONS(2819), + [sym__code_span_start] = ACTIONS(2819), + [sym__html_comment] = ACTIONS(2819), + [sym__autolink] = ACTIONS(2819), + [sym__highlight_span_start] = ACTIONS(2819), + [sym__insert_span_start] = ACTIONS(2819), + [sym__delete_span_start] = ACTIONS(2819), + [sym__edit_comment_span_start] = ACTIONS(2819), + [sym__single_quote_span_open] = ACTIONS(2819), + [sym__double_quote_span_open] = ACTIONS(2819), + [sym__shortcode_open_escaped] = ACTIONS(2819), + [sym__shortcode_open] = ACTIONS(2819), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2819), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2819), + [sym__cite_author_in_text] = ACTIONS(2819), + [sym__cite_suppress_author] = ACTIONS(2819), + [sym__strikeout_open] = ACTIONS(2819), + [sym__subscript_open] = ACTIONS(2819), + [sym__superscript_open] = ACTIONS(2819), + [sym__inline_note_start_token] = ACTIONS(2819), + [sym__strong_emphasis_open_star] = ACTIONS(2819), + [sym__strong_emphasis_open_underscore] = ACTIONS(2819), + [sym__emphasis_open_star] = ACTIONS(2819), + [sym__emphasis_open_underscore] = ACTIONS(2819), + [sym_inline_note_reference] = ACTIONS(2819), + [sym_html_element] = ACTIONS(2819), + }, + [STATE(571)] = { + [sym_pandoc_span] = STATE(573), + [sym_pandoc_image] = STATE(573), + [sym_pandoc_math] = STATE(573), + [sym_pandoc_display_math] = STATE(573), + [sym_pandoc_code_span] = STATE(573), + [sym_pandoc_single_quote] = STATE(573), + [sym_pandoc_double_quote] = STATE(573), + [sym_insert] = STATE(573), + [sym_delete] = STATE(573), + [sym_edit_comment] = STATE(573), + [sym_highlight] = STATE(573), + [sym__pandoc_attr_specifier] = STATE(573), + [sym__inline_element] = STATE(573), + [sym_shortcode_escaped] = STATE(573), + [sym_shortcode] = STATE(573), + [sym_citation] = STATE(573), + [sym_inline_note] = STATE(573), + [sym_pandoc_superscript] = STATE(573), + [sym_pandoc_subscript] = STATE(573), + [sym_pandoc_strikeout] = STATE(573), + [sym_pandoc_emph] = STATE(573), + [sym_pandoc_strong] = STATE(573), + [sym_pandoc_str] = STATE(573), + [sym__prose_punctuation] = STATE(573), + [sym_pandoc_line_break] = STATE(573), + [aux_sym__line_repeat1] = STATE(573), + [sym_entity_reference] = ACTIONS(5306), + [sym_numeric_character_reference] = ACTIONS(5308), + [anon_sym_LBRACK] = ACTIONS(5310), + [anon_sym_BANG_LBRACK] = ACTIONS(5312), + [anon_sym_DOLLAR] = ACTIONS(5314), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5316), + [anon_sym_LBRACE] = ACTIONS(5318), + [aux_sym_pandoc_str_token1] = ACTIONS(5320), + [anon_sym_PIPE] = ACTIONS(5322), + [aux_sym__prose_punctuation_token1] = ACTIONS(5306), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5324), + [sym__whitespace] = ACTIONS(5326), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(5328), + [sym__html_comment] = ACTIONS(5308), + [sym__autolink] = ACTIONS(5308), + [sym__highlight_span_start] = ACTIONS(5330), + [sym__insert_span_start] = ACTIONS(5332), + [sym__delete_span_start] = ACTIONS(5334), + [sym__edit_comment_span_start] = ACTIONS(5336), + [sym__single_quote_span_open] = ACTIONS(5338), + [sym__double_quote_span_open] = ACTIONS(5340), + [sym__shortcode_open_escaped] = ACTIONS(5342), + [sym__shortcode_open] = ACTIONS(5344), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5346), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5348), + [sym__cite_author_in_text] = ACTIONS(5350), + [sym__cite_suppress_author] = ACTIONS(5352), + [sym__strikeout_open] = ACTIONS(5354), + [sym__subscript_open] = ACTIONS(5356), + [sym__superscript_open] = ACTIONS(5358), + [sym__superscript_close] = ACTIONS(3098), + [sym__inline_note_start_token] = ACTIONS(5360), + [sym__strong_emphasis_open_star] = ACTIONS(5362), + [sym__strong_emphasis_open_underscore] = ACTIONS(5364), + [sym__emphasis_open_star] = ACTIONS(5366), + [sym__emphasis_open_underscore] = ACTIONS(5368), + [sym_inline_note_reference] = ACTIONS(5308), + [sym_html_element] = ACTIONS(5308), + }, + [STATE(572)] = { + [anon_sym_COLON] = ACTIONS(2848), + [sym_entity_reference] = ACTIONS(2848), + [sym_numeric_character_reference] = ACTIONS(2850), + [anon_sym_LBRACK] = ACTIONS(2850), + [anon_sym_BANG_LBRACK] = ACTIONS(2850), + [anon_sym_DOLLAR] = ACTIONS(2848), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2850), + [anon_sym_LBRACE] = ACTIONS(2850), + [aux_sym_pandoc_str_token1] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2850), + [aux_sym__prose_punctuation_token1] = ACTIONS(2848), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2848), + [sym__line_ending] = ACTIONS(2850), + [sym__soft_line_ending] = ACTIONS(2850), + [sym__block_close] = ACTIONS(2850), + [sym__block_quote_start] = ACTIONS(2850), + [sym_atx_h1_marker] = ACTIONS(2850), + [sym_atx_h2_marker] = ACTIONS(2850), + [sym_atx_h3_marker] = ACTIONS(2850), + [sym_atx_h4_marker] = ACTIONS(2850), + [sym_atx_h5_marker] = ACTIONS(2850), + [sym_atx_h6_marker] = ACTIONS(2850), + [sym__thematic_break] = ACTIONS(2850), + [sym__list_marker_minus] = ACTIONS(2850), + [sym__list_marker_plus] = ACTIONS(2850), + [sym__list_marker_star] = ACTIONS(2850), + [sym__list_marker_parenthesis] = ACTIONS(2850), + [sym__list_marker_dot] = ACTIONS(2850), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2850), + [sym__list_marker_example] = ACTIONS(2850), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2850), + [sym__fenced_code_block_start_backtick] = ACTIONS(2850), + [sym_minus_metadata] = ACTIONS(2850), + [sym__pipe_table_start] = ACTIONS(2850), + [sym__fenced_div_start] = ACTIONS(2850), + [sym_ref_id_specifier] = ACTIONS(2850), + [sym__code_span_start] = ACTIONS(2850), + [sym__html_comment] = ACTIONS(2850), + [sym__autolink] = ACTIONS(2850), + [sym__highlight_span_start] = ACTIONS(2850), + [sym__insert_span_start] = ACTIONS(2850), + [sym__delete_span_start] = ACTIONS(2850), + [sym__edit_comment_span_start] = ACTIONS(2850), + [sym__single_quote_span_open] = ACTIONS(2850), + [sym__double_quote_span_open] = ACTIONS(2850), + [sym__shortcode_open_escaped] = ACTIONS(2850), + [sym__shortcode_open] = ACTIONS(2850), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2850), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2850), + [sym__cite_author_in_text] = ACTIONS(2850), + [sym__cite_suppress_author] = ACTIONS(2850), + [sym__strikeout_open] = ACTIONS(2850), + [sym__subscript_open] = ACTIONS(2850), + [sym__superscript_open] = ACTIONS(2850), + [sym__inline_note_start_token] = ACTIONS(2850), + [sym__strong_emphasis_open_star] = ACTIONS(2850), + [sym__strong_emphasis_open_underscore] = ACTIONS(2850), + [sym__emphasis_open_star] = ACTIONS(2850), + [sym__emphasis_open_underscore] = ACTIONS(2850), + [sym_inline_note_reference] = ACTIONS(2850), + [sym_html_element] = ACTIONS(2850), + }, + [STATE(573)] = { + [sym_pandoc_span] = STATE(575), + [sym_pandoc_image] = STATE(575), + [sym_pandoc_math] = STATE(575), + [sym_pandoc_display_math] = STATE(575), + [sym_pandoc_code_span] = STATE(575), + [sym_pandoc_single_quote] = STATE(575), + [sym_pandoc_double_quote] = STATE(575), + [sym_insert] = STATE(575), + [sym_delete] = STATE(575), + [sym_edit_comment] = STATE(575), + [sym_highlight] = STATE(575), + [sym__pandoc_attr_specifier] = STATE(575), + [sym__inline_element] = STATE(575), + [sym_shortcode_escaped] = STATE(575), + [sym_shortcode] = STATE(575), + [sym_citation] = STATE(575), + [sym_inline_note] = STATE(575), + [sym_pandoc_superscript] = STATE(575), + [sym_pandoc_subscript] = STATE(575), + [sym_pandoc_strikeout] = STATE(575), + [sym_pandoc_emph] = STATE(575), + [sym_pandoc_strong] = STATE(575), + [sym_pandoc_str] = STATE(575), + [sym__prose_punctuation] = STATE(575), + [sym_pandoc_line_break] = STATE(575), + [aux_sym__line_repeat1] = STATE(575), + [sym_entity_reference] = ACTIONS(5370), + [sym_numeric_character_reference] = ACTIONS(5372), + [anon_sym_LBRACK] = ACTIONS(5310), + [anon_sym_BANG_LBRACK] = ACTIONS(5312), + [anon_sym_DOLLAR] = ACTIONS(5314), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5316), + [anon_sym_LBRACE] = ACTIONS(5318), + [aux_sym_pandoc_str_token1] = ACTIONS(5320), + [anon_sym_PIPE] = ACTIONS(5322), + [aux_sym__prose_punctuation_token1] = ACTIONS(5370), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5324), + [sym__whitespace] = ACTIONS(5326), + [sym__soft_line_ending] = ACTIONS(3080), + [sym__code_span_start] = ACTIONS(5328), + [sym__html_comment] = ACTIONS(5372), + [sym__autolink] = ACTIONS(5372), + [sym__highlight_span_start] = ACTIONS(5330), + [sym__insert_span_start] = ACTIONS(5332), + [sym__delete_span_start] = ACTIONS(5334), + [sym__edit_comment_span_start] = ACTIONS(5336), + [sym__single_quote_span_open] = ACTIONS(5338), + [sym__double_quote_span_open] = ACTIONS(5340), + [sym__shortcode_open_escaped] = ACTIONS(5342), + [sym__shortcode_open] = ACTIONS(5344), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5346), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5348), + [sym__cite_author_in_text] = ACTIONS(5350), + [sym__cite_suppress_author] = ACTIONS(5352), + [sym__strikeout_open] = ACTIONS(5354), + [sym__subscript_open] = ACTIONS(5356), + [sym__superscript_open] = ACTIONS(5358), + [sym__superscript_close] = ACTIONS(3080), + [sym__inline_note_start_token] = ACTIONS(5360), + [sym__strong_emphasis_open_star] = ACTIONS(5362), + [sym__strong_emphasis_open_underscore] = ACTIONS(5364), + [sym__emphasis_open_star] = ACTIONS(5366), + [sym__emphasis_open_underscore] = ACTIONS(5368), + [sym_inline_note_reference] = ACTIONS(5372), + [sym_html_element] = ACTIONS(5372), + }, + [STATE(574)] = { + [anon_sym_COLON] = ACTIONS(2854), + [sym_entity_reference] = ACTIONS(2854), + [sym_numeric_character_reference] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_BANG_LBRACK] = ACTIONS(2856), + [anon_sym_DOLLAR] = ACTIONS(2854), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [aux_sym_pandoc_str_token1] = ACTIONS(2854), + [anon_sym_PIPE] = ACTIONS(2856), + [aux_sym__prose_punctuation_token1] = ACTIONS(2854), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2854), + [sym__line_ending] = ACTIONS(2856), + [sym__soft_line_ending] = ACTIONS(2856), + [sym__block_close] = ACTIONS(2856), + [sym__block_quote_start] = ACTIONS(2856), + [sym_atx_h1_marker] = ACTIONS(2856), + [sym_atx_h2_marker] = ACTIONS(2856), + [sym_atx_h3_marker] = ACTIONS(2856), + [sym_atx_h4_marker] = ACTIONS(2856), + [sym_atx_h5_marker] = ACTIONS(2856), + [sym_atx_h6_marker] = ACTIONS(2856), + [sym__thematic_break] = ACTIONS(2856), + [sym__list_marker_minus] = ACTIONS(2856), + [sym__list_marker_plus] = ACTIONS(2856), + [sym__list_marker_star] = ACTIONS(2856), + [sym__list_marker_parenthesis] = ACTIONS(2856), + [sym__list_marker_dot] = ACTIONS(2856), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2856), + [sym__list_marker_example] = ACTIONS(2856), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2856), + [sym__fenced_code_block_start_backtick] = ACTIONS(2856), + [sym_minus_metadata] = ACTIONS(2856), + [sym__pipe_table_start] = ACTIONS(2856), + [sym__fenced_div_start] = ACTIONS(2856), + [sym_ref_id_specifier] = ACTIONS(2856), + [sym__code_span_start] = ACTIONS(2856), + [sym__html_comment] = ACTIONS(2856), + [sym__autolink] = ACTIONS(2856), + [sym__highlight_span_start] = ACTIONS(2856), + [sym__insert_span_start] = ACTIONS(2856), + [sym__delete_span_start] = ACTIONS(2856), + [sym__edit_comment_span_start] = ACTIONS(2856), + [sym__single_quote_span_open] = ACTIONS(2856), + [sym__double_quote_span_open] = ACTIONS(2856), + [sym__shortcode_open_escaped] = ACTIONS(2856), + [sym__shortcode_open] = ACTIONS(2856), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2856), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2856), + [sym__cite_author_in_text] = ACTIONS(2856), + [sym__cite_suppress_author] = ACTIONS(2856), + [sym__strikeout_open] = ACTIONS(2856), + [sym__subscript_open] = ACTIONS(2856), + [sym__superscript_open] = ACTIONS(2856), + [sym__inline_note_start_token] = ACTIONS(2856), + [sym__strong_emphasis_open_star] = ACTIONS(2856), + [sym__strong_emphasis_open_underscore] = ACTIONS(2856), + [sym__emphasis_open_star] = ACTIONS(2856), + [sym__emphasis_open_underscore] = ACTIONS(2856), + [sym_inline_note_reference] = ACTIONS(2856), + [sym_html_element] = ACTIONS(2856), + }, + [STATE(575)] = { + [sym_pandoc_span] = STATE(575), + [sym_pandoc_image] = STATE(575), + [sym_pandoc_math] = STATE(575), + [sym_pandoc_display_math] = STATE(575), + [sym_pandoc_code_span] = STATE(575), + [sym_pandoc_single_quote] = STATE(575), + [sym_pandoc_double_quote] = STATE(575), + [sym_insert] = STATE(575), + [sym_delete] = STATE(575), + [sym_edit_comment] = STATE(575), + [sym_highlight] = STATE(575), + [sym__pandoc_attr_specifier] = STATE(575), + [sym__inline_element] = STATE(575), + [sym_shortcode_escaped] = STATE(575), + [sym_shortcode] = STATE(575), + [sym_citation] = STATE(575), + [sym_inline_note] = STATE(575), + [sym_pandoc_superscript] = STATE(575), + [sym_pandoc_subscript] = STATE(575), + [sym_pandoc_strikeout] = STATE(575), + [sym_pandoc_emph] = STATE(575), + [sym_pandoc_strong] = STATE(575), + [sym_pandoc_str] = STATE(575), + [sym__prose_punctuation] = STATE(575), + [sym_pandoc_line_break] = STATE(575), + [aux_sym__line_repeat1] = STATE(575), + [sym_entity_reference] = ACTIONS(5374), + [sym_numeric_character_reference] = ACTIONS(5377), + [anon_sym_LBRACK] = ACTIONS(5380), + [anon_sym_BANG_LBRACK] = ACTIONS(5383), + [anon_sym_DOLLAR] = ACTIONS(5386), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(5389), + [anon_sym_LBRACE] = ACTIONS(5392), + [aux_sym_pandoc_str_token1] = ACTIONS(5395), + [anon_sym_PIPE] = ACTIONS(5398), + [aux_sym__prose_punctuation_token1] = ACTIONS(5374), + [aux_sym_pandoc_line_break_token1] = ACTIONS(5401), + [sym__whitespace] = ACTIONS(5404), + [sym__soft_line_ending] = ACTIONS(3282), + [sym__code_span_start] = ACTIONS(5407), + [sym__html_comment] = ACTIONS(5377), + [sym__autolink] = ACTIONS(5377), + [sym__highlight_span_start] = ACTIONS(5410), + [sym__insert_span_start] = ACTIONS(5413), + [sym__delete_span_start] = ACTIONS(5416), + [sym__edit_comment_span_start] = ACTIONS(5419), + [sym__single_quote_span_open] = ACTIONS(5422), + [sym__double_quote_span_open] = ACTIONS(5425), + [sym__shortcode_open_escaped] = ACTIONS(5428), + [sym__shortcode_open] = ACTIONS(5431), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(5434), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(5437), + [sym__cite_author_in_text] = ACTIONS(5440), + [sym__cite_suppress_author] = ACTIONS(5443), + [sym__strikeout_open] = ACTIONS(5446), + [sym__subscript_open] = ACTIONS(5449), + [sym__superscript_open] = ACTIONS(5452), + [sym__superscript_close] = ACTIONS(3282), + [sym__inline_note_start_token] = ACTIONS(5455), + [sym__strong_emphasis_open_star] = ACTIONS(5458), + [sym__strong_emphasis_open_underscore] = ACTIONS(5461), + [sym__emphasis_open_star] = ACTIONS(5464), + [sym__emphasis_open_underscore] = ACTIONS(5467), + [sym_inline_note_reference] = ACTIONS(5377), + [sym_html_element] = ACTIONS(5377), + }, + [STATE(576)] = { + [anon_sym_COLON] = ACTIONS(2860), + [sym_entity_reference] = ACTIONS(2860), + [sym_numeric_character_reference] = ACTIONS(2862), + [anon_sym_LBRACK] = ACTIONS(2862), + [anon_sym_BANG_LBRACK] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2860), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2862), + [anon_sym_LBRACE] = ACTIONS(2862), + [aux_sym_pandoc_str_token1] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2862), + [aux_sym__prose_punctuation_token1] = ACTIONS(2860), + [aux_sym_pandoc_line_break_token1] = ACTIONS(2860), + [sym__line_ending] = ACTIONS(2862), + [sym__soft_line_ending] = ACTIONS(2862), + [sym__block_close] = ACTIONS(2862), + [sym__block_quote_start] = ACTIONS(2862), + [sym_atx_h1_marker] = ACTIONS(2862), + [sym_atx_h2_marker] = ACTIONS(2862), + [sym_atx_h3_marker] = ACTIONS(2862), + [sym_atx_h4_marker] = ACTIONS(2862), + [sym_atx_h5_marker] = ACTIONS(2862), + [sym_atx_h6_marker] = ACTIONS(2862), + [sym__thematic_break] = ACTIONS(2862), + [sym__list_marker_minus] = ACTIONS(2862), + [sym__list_marker_plus] = ACTIONS(2862), + [sym__list_marker_star] = ACTIONS(2862), + [sym__list_marker_parenthesis] = ACTIONS(2862), + [sym__list_marker_dot] = ACTIONS(2862), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2862), + [sym__list_marker_example] = ACTIONS(2862), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2862), + [sym__fenced_code_block_start_backtick] = ACTIONS(2862), + [sym_minus_metadata] = ACTIONS(2862), + [sym__pipe_table_start] = ACTIONS(2862), + [sym__fenced_div_start] = ACTIONS(2862), + [sym_ref_id_specifier] = ACTIONS(2862), + [sym__code_span_start] = ACTIONS(2862), + [sym__html_comment] = ACTIONS(2862), + [sym__autolink] = ACTIONS(2862), + [sym__highlight_span_start] = ACTIONS(2862), + [sym__insert_span_start] = ACTIONS(2862), + [sym__delete_span_start] = ACTIONS(2862), + [sym__edit_comment_span_start] = ACTIONS(2862), + [sym__single_quote_span_open] = ACTIONS(2862), + [sym__double_quote_span_open] = ACTIONS(2862), + [sym__shortcode_open_escaped] = ACTIONS(2862), + [sym__shortcode_open] = ACTIONS(2862), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2862), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2862), + [sym__cite_author_in_text] = ACTIONS(2862), + [sym__cite_suppress_author] = ACTIONS(2862), + [sym__strikeout_open] = ACTIONS(2862), + [sym__subscript_open] = ACTIONS(2862), + [sym__superscript_open] = ACTIONS(2862), + [sym__inline_note_start_token] = ACTIONS(2862), + [sym__strong_emphasis_open_star] = ACTIONS(2862), + [sym__strong_emphasis_open_underscore] = ACTIONS(2862), + [sym__emphasis_open_star] = ACTIONS(2862), + [sym__emphasis_open_underscore] = ACTIONS(2862), + [sym_inline_note_reference] = ACTIONS(2862), + [sym_html_element] = ACTIONS(2862), + }, + [STATE(577)] = { + [anon_sym_COLON] = ACTIONS(3100), + [sym_entity_reference] = ACTIONS(3100), + [sym_numeric_character_reference] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3102), + [anon_sym_BANG_LBRACK] = ACTIONS(3102), + [anon_sym_DOLLAR] = ACTIONS(3100), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3102), + [anon_sym_LBRACE] = ACTIONS(3102), + [aux_sym_pandoc_str_token1] = ACTIONS(3100), + [anon_sym_PIPE] = ACTIONS(3102), + [aux_sym__prose_punctuation_token1] = ACTIONS(3100), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3100), + [sym__line_ending] = ACTIONS(3102), + [sym__soft_line_ending] = ACTIONS(3102), + [sym__block_close] = ACTIONS(3102), + [sym__block_quote_start] = ACTIONS(3102), + [sym_atx_h1_marker] = ACTIONS(3102), + [sym_atx_h2_marker] = ACTIONS(3102), + [sym_atx_h3_marker] = ACTIONS(3102), + [sym_atx_h4_marker] = ACTIONS(3102), + [sym_atx_h5_marker] = ACTIONS(3102), + [sym_atx_h6_marker] = ACTIONS(3102), + [sym__thematic_break] = ACTIONS(3102), + [sym__list_marker_minus] = ACTIONS(3102), + [sym__list_marker_plus] = ACTIONS(3102), + [sym__list_marker_star] = ACTIONS(3102), + [sym__list_marker_parenthesis] = ACTIONS(3102), + [sym__list_marker_dot] = ACTIONS(3102), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3102), + [sym__list_marker_example] = ACTIONS(3102), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3102), + [sym__fenced_code_block_start_backtick] = ACTIONS(3102), + [sym_minus_metadata] = ACTIONS(3102), + [sym__pipe_table_start] = ACTIONS(3102), + [sym__fenced_div_start] = ACTIONS(3102), + [sym_ref_id_specifier] = ACTIONS(3102), + [sym__code_span_start] = ACTIONS(3102), + [sym__html_comment] = ACTIONS(3102), + [sym__autolink] = ACTIONS(3102), + [sym__highlight_span_start] = ACTIONS(3102), + [sym__insert_span_start] = ACTIONS(3102), + [sym__delete_span_start] = ACTIONS(3102), + [sym__edit_comment_span_start] = ACTIONS(3102), + [sym__single_quote_span_open] = ACTIONS(3102), + [sym__double_quote_span_open] = ACTIONS(3102), + [sym__shortcode_open_escaped] = ACTIONS(3102), + [sym__shortcode_open] = ACTIONS(3102), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3102), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3102), + [sym__cite_author_in_text] = ACTIONS(3102), + [sym__cite_suppress_author] = ACTIONS(3102), + [sym__strikeout_open] = ACTIONS(3102), + [sym__subscript_open] = ACTIONS(3102), + [sym__superscript_open] = ACTIONS(3102), + [sym__inline_note_start_token] = ACTIONS(3102), + [sym__strong_emphasis_open_star] = ACTIONS(3102), + [sym__strong_emphasis_open_underscore] = ACTIONS(3102), + [sym__emphasis_open_star] = ACTIONS(3102), + [sym__emphasis_open_underscore] = ACTIONS(3102), + [sym_inline_note_reference] = ACTIONS(3102), + [sym_html_element] = ACTIONS(3102), + }, + [STATE(578)] = { + [anon_sym_COLON] = ACTIONS(3104), + [sym_entity_reference] = ACTIONS(3104), + [sym_numeric_character_reference] = ACTIONS(3106), + [anon_sym_LBRACK] = ACTIONS(3106), + [anon_sym_BANG_LBRACK] = ACTIONS(3106), + [anon_sym_DOLLAR] = ACTIONS(3104), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3106), + [anon_sym_LBRACE] = ACTIONS(3106), + [aux_sym_pandoc_str_token1] = ACTIONS(3104), + [anon_sym_PIPE] = ACTIONS(3106), + [aux_sym__prose_punctuation_token1] = ACTIONS(3104), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3104), + [sym__line_ending] = ACTIONS(3106), + [sym__soft_line_ending] = ACTIONS(3106), + [sym__block_close] = ACTIONS(3106), + [sym__block_quote_start] = ACTIONS(3106), + [sym_atx_h1_marker] = ACTIONS(3106), + [sym_atx_h2_marker] = ACTIONS(3106), + [sym_atx_h3_marker] = ACTIONS(3106), + [sym_atx_h4_marker] = ACTIONS(3106), + [sym_atx_h5_marker] = ACTIONS(3106), + [sym_atx_h6_marker] = ACTIONS(3106), + [sym__thematic_break] = ACTIONS(3106), + [sym__list_marker_minus] = ACTIONS(3106), + [sym__list_marker_plus] = ACTIONS(3106), + [sym__list_marker_star] = ACTIONS(3106), + [sym__list_marker_parenthesis] = ACTIONS(3106), + [sym__list_marker_dot] = ACTIONS(3106), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3106), + [sym__list_marker_example] = ACTIONS(3106), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3106), + [sym__fenced_code_block_start_backtick] = ACTIONS(3106), + [sym_minus_metadata] = ACTIONS(3106), + [sym__pipe_table_start] = ACTIONS(3106), + [sym__fenced_div_start] = ACTIONS(3106), + [sym_ref_id_specifier] = ACTIONS(3106), + [sym__code_span_start] = ACTIONS(3106), + [sym__html_comment] = ACTIONS(3106), + [sym__autolink] = ACTIONS(3106), + [sym__highlight_span_start] = ACTIONS(3106), + [sym__insert_span_start] = ACTIONS(3106), + [sym__delete_span_start] = ACTIONS(3106), + [sym__edit_comment_span_start] = ACTIONS(3106), + [sym__single_quote_span_open] = ACTIONS(3106), + [sym__double_quote_span_open] = ACTIONS(3106), + [sym__shortcode_open_escaped] = ACTIONS(3106), + [sym__shortcode_open] = ACTIONS(3106), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3106), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3106), + [sym__cite_author_in_text] = ACTIONS(3106), + [sym__cite_suppress_author] = ACTIONS(3106), + [sym__strikeout_open] = ACTIONS(3106), + [sym__subscript_open] = ACTIONS(3106), + [sym__superscript_open] = ACTIONS(3106), + [sym__inline_note_start_token] = ACTIONS(3106), + [sym__strong_emphasis_open_star] = ACTIONS(3106), + [sym__strong_emphasis_open_underscore] = ACTIONS(3106), + [sym__emphasis_open_star] = ACTIONS(3106), + [sym__emphasis_open_underscore] = ACTIONS(3106), + [sym_inline_note_reference] = ACTIONS(3106), + [sym_html_element] = ACTIONS(3106), + }, + [STATE(579)] = { + [ts_builtin_sym_end] = ACTIONS(3016), + [anon_sym_COLON] = ACTIONS(3014), + [sym_entity_reference] = ACTIONS(3014), + [sym_numeric_character_reference] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_BANG_LBRACK] = ACTIONS(3016), + [anon_sym_DOLLAR] = ACTIONS(3014), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3016), + [aux_sym_pandoc_str_token1] = ACTIONS(3014), + [anon_sym_PIPE] = ACTIONS(3016), + [aux_sym__prose_punctuation_token1] = ACTIONS(3014), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3014), + [sym__line_ending] = ACTIONS(3016), + [sym__soft_line_ending] = ACTIONS(3016), + [sym__block_quote_start] = ACTIONS(3016), + [sym_atx_h1_marker] = ACTIONS(3016), + [sym_atx_h2_marker] = ACTIONS(3016), + [sym_atx_h3_marker] = ACTIONS(3016), + [sym_atx_h4_marker] = ACTIONS(3016), + [sym_atx_h5_marker] = ACTIONS(3016), + [sym_atx_h6_marker] = ACTIONS(3016), + [sym__thematic_break] = ACTIONS(3016), + [sym__list_marker_minus] = ACTIONS(3016), + [sym__list_marker_plus] = ACTIONS(3016), + [sym__list_marker_star] = ACTIONS(3016), + [sym__list_marker_parenthesis] = ACTIONS(3016), + [sym__list_marker_dot] = ACTIONS(3016), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3016), + [sym__list_marker_example] = ACTIONS(3016), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3016), + [sym__fenced_code_block_start_backtick] = ACTIONS(3016), + [sym_minus_metadata] = ACTIONS(3016), + [sym__pipe_table_start] = ACTIONS(3016), + [sym__fenced_div_start] = ACTIONS(3016), + [sym_ref_id_specifier] = ACTIONS(3016), + [sym__code_span_start] = ACTIONS(3016), + [sym__html_comment] = ACTIONS(3016), + [sym__autolink] = ACTIONS(3016), + [sym__highlight_span_start] = ACTIONS(3016), + [sym__insert_span_start] = ACTIONS(3016), + [sym__delete_span_start] = ACTIONS(3016), + [sym__edit_comment_span_start] = ACTIONS(3016), + [sym__single_quote_span_open] = ACTIONS(3016), + [sym__double_quote_span_open] = ACTIONS(3016), + [sym__shortcode_open_escaped] = ACTIONS(3016), + [sym__shortcode_open] = ACTIONS(3016), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3016), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3016), + [sym__cite_author_in_text] = ACTIONS(3016), + [sym__cite_suppress_author] = ACTIONS(3016), + [sym__strikeout_open] = ACTIONS(3016), + [sym__subscript_open] = ACTIONS(3016), + [sym__superscript_open] = ACTIONS(3016), + [sym__inline_note_start_token] = ACTIONS(3016), + [sym__strong_emphasis_open_star] = ACTIONS(3016), + [sym__strong_emphasis_open_underscore] = ACTIONS(3016), + [sym__emphasis_open_star] = ACTIONS(3016), + [sym__emphasis_open_underscore] = ACTIONS(3016), + [sym_inline_note_reference] = ACTIONS(3016), + [sym_html_element] = ACTIONS(3016), + }, + [STATE(580)] = { + [anon_sym_COLON] = ACTIONS(3108), + [sym_entity_reference] = ACTIONS(3108), + [sym_numeric_character_reference] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3110), + [anon_sym_BANG_LBRACK] = ACTIONS(3110), + [anon_sym_DOLLAR] = ACTIONS(3108), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3110), + [aux_sym_pandoc_str_token1] = ACTIONS(3108), + [anon_sym_PIPE] = ACTIONS(3110), + [aux_sym__prose_punctuation_token1] = ACTIONS(3108), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3108), + [sym__line_ending] = ACTIONS(3110), + [sym__soft_line_ending] = ACTIONS(3110), + [sym__block_close] = ACTIONS(3110), + [sym__block_quote_start] = ACTIONS(3110), + [sym_atx_h1_marker] = ACTIONS(3110), + [sym_atx_h2_marker] = ACTIONS(3110), + [sym_atx_h3_marker] = ACTIONS(3110), + [sym_atx_h4_marker] = ACTIONS(3110), + [sym_atx_h5_marker] = ACTIONS(3110), + [sym_atx_h6_marker] = ACTIONS(3110), + [sym__thematic_break] = ACTIONS(3110), + [sym__list_marker_minus] = ACTIONS(3110), + [sym__list_marker_plus] = ACTIONS(3110), + [sym__list_marker_star] = ACTIONS(3110), + [sym__list_marker_parenthesis] = ACTIONS(3110), + [sym__list_marker_dot] = ACTIONS(3110), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3110), + [sym__list_marker_example] = ACTIONS(3110), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3110), + [sym__fenced_code_block_start_backtick] = ACTIONS(3110), + [sym_minus_metadata] = ACTIONS(3110), + [sym__pipe_table_start] = ACTIONS(3110), + [sym__fenced_div_start] = ACTIONS(3110), + [sym_ref_id_specifier] = ACTIONS(3110), + [sym__code_span_start] = ACTIONS(3110), + [sym__html_comment] = ACTIONS(3110), + [sym__autolink] = ACTIONS(3110), + [sym__highlight_span_start] = ACTIONS(3110), + [sym__insert_span_start] = ACTIONS(3110), + [sym__delete_span_start] = ACTIONS(3110), + [sym__edit_comment_span_start] = ACTIONS(3110), + [sym__single_quote_span_open] = ACTIONS(3110), + [sym__double_quote_span_open] = ACTIONS(3110), + [sym__shortcode_open_escaped] = ACTIONS(3110), + [sym__shortcode_open] = ACTIONS(3110), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3110), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3110), + [sym__cite_author_in_text] = ACTIONS(3110), + [sym__cite_suppress_author] = ACTIONS(3110), + [sym__strikeout_open] = ACTIONS(3110), + [sym__subscript_open] = ACTIONS(3110), + [sym__superscript_open] = ACTIONS(3110), + [sym__inline_note_start_token] = ACTIONS(3110), + [sym__strong_emphasis_open_star] = ACTIONS(3110), + [sym__strong_emphasis_open_underscore] = ACTIONS(3110), + [sym__emphasis_open_star] = ACTIONS(3110), + [sym__emphasis_open_underscore] = ACTIONS(3110), + [sym_inline_note_reference] = ACTIONS(3110), + [sym_html_element] = ACTIONS(3110), + }, + [STATE(581)] = { + [anon_sym_COLON] = ACTIONS(3112), + [sym_entity_reference] = ACTIONS(3112), + [sym_numeric_character_reference] = ACTIONS(3114), + [anon_sym_LBRACK] = ACTIONS(3114), + [anon_sym_BANG_LBRACK] = ACTIONS(3114), + [anon_sym_DOLLAR] = ACTIONS(3112), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3114), + [anon_sym_LBRACE] = ACTIONS(3114), + [aux_sym_pandoc_str_token1] = ACTIONS(3112), + [anon_sym_PIPE] = ACTIONS(3114), + [aux_sym__prose_punctuation_token1] = ACTIONS(3112), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3112), + [sym__line_ending] = ACTIONS(3114), + [sym__soft_line_ending] = ACTIONS(3114), + [sym__block_close] = ACTIONS(3114), + [sym__block_quote_start] = ACTIONS(3114), + [sym_atx_h1_marker] = ACTIONS(3114), + [sym_atx_h2_marker] = ACTIONS(3114), + [sym_atx_h3_marker] = ACTIONS(3114), + [sym_atx_h4_marker] = ACTIONS(3114), + [sym_atx_h5_marker] = ACTIONS(3114), + [sym_atx_h6_marker] = ACTIONS(3114), + [sym__thematic_break] = ACTIONS(3114), + [sym__list_marker_minus] = ACTIONS(3114), + [sym__list_marker_plus] = ACTIONS(3114), + [sym__list_marker_star] = ACTIONS(3114), + [sym__list_marker_parenthesis] = ACTIONS(3114), + [sym__list_marker_dot] = ACTIONS(3114), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3114), + [sym__list_marker_example] = ACTIONS(3114), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3114), + [sym__fenced_code_block_start_backtick] = ACTIONS(3114), + [sym_minus_metadata] = ACTIONS(3114), + [sym__pipe_table_start] = ACTIONS(3114), + [sym__fenced_div_start] = ACTIONS(3114), + [sym_ref_id_specifier] = ACTIONS(3114), + [sym__code_span_start] = ACTIONS(3114), + [sym__html_comment] = ACTIONS(3114), + [sym__autolink] = ACTIONS(3114), + [sym__highlight_span_start] = ACTIONS(3114), + [sym__insert_span_start] = ACTIONS(3114), + [sym__delete_span_start] = ACTIONS(3114), + [sym__edit_comment_span_start] = ACTIONS(3114), + [sym__single_quote_span_open] = ACTIONS(3114), + [sym__double_quote_span_open] = ACTIONS(3114), + [sym__shortcode_open_escaped] = ACTIONS(3114), + [sym__shortcode_open] = ACTIONS(3114), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3114), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3114), + [sym__cite_author_in_text] = ACTIONS(3114), + [sym__cite_suppress_author] = ACTIONS(3114), + [sym__strikeout_open] = ACTIONS(3114), + [sym__subscript_open] = ACTIONS(3114), + [sym__superscript_open] = ACTIONS(3114), + [sym__inline_note_start_token] = ACTIONS(3114), + [sym__strong_emphasis_open_star] = ACTIONS(3114), + [sym__strong_emphasis_open_underscore] = ACTIONS(3114), + [sym__emphasis_open_star] = ACTIONS(3114), + [sym__emphasis_open_underscore] = ACTIONS(3114), + [sym_inline_note_reference] = ACTIONS(3114), + [sym_html_element] = ACTIONS(3114), + }, + [STATE(582)] = { + [anon_sym_COLON] = ACTIONS(3116), + [sym_entity_reference] = ACTIONS(3116), + [sym_numeric_character_reference] = ACTIONS(3118), + [anon_sym_LBRACK] = ACTIONS(3118), + [anon_sym_BANG_LBRACK] = ACTIONS(3118), + [anon_sym_DOLLAR] = ACTIONS(3116), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3118), + [anon_sym_LBRACE] = ACTIONS(3118), + [aux_sym_pandoc_str_token1] = ACTIONS(3116), + [anon_sym_PIPE] = ACTIONS(3118), + [aux_sym__prose_punctuation_token1] = ACTIONS(3116), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3116), + [sym__line_ending] = ACTIONS(3118), + [sym__soft_line_ending] = ACTIONS(3118), + [sym__block_close] = ACTIONS(3118), + [sym__block_quote_start] = ACTIONS(3118), + [sym_atx_h1_marker] = ACTIONS(3118), + [sym_atx_h2_marker] = ACTIONS(3118), + [sym_atx_h3_marker] = ACTIONS(3118), + [sym_atx_h4_marker] = ACTIONS(3118), + [sym_atx_h5_marker] = ACTIONS(3118), + [sym_atx_h6_marker] = ACTIONS(3118), + [sym__thematic_break] = ACTIONS(3118), + [sym__list_marker_minus] = ACTIONS(3118), + [sym__list_marker_plus] = ACTIONS(3118), + [sym__list_marker_star] = ACTIONS(3118), + [sym__list_marker_parenthesis] = ACTIONS(3118), + [sym__list_marker_dot] = ACTIONS(3118), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3118), + [sym__list_marker_example] = ACTIONS(3118), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3118), + [sym__fenced_code_block_start_backtick] = ACTIONS(3118), + [sym_minus_metadata] = ACTIONS(3118), + [sym__pipe_table_start] = ACTIONS(3118), + [sym__fenced_div_start] = ACTIONS(3118), + [sym_ref_id_specifier] = ACTIONS(3118), + [sym__code_span_start] = ACTIONS(3118), + [sym__html_comment] = ACTIONS(3118), + [sym__autolink] = ACTIONS(3118), + [sym__highlight_span_start] = ACTIONS(3118), + [sym__insert_span_start] = ACTIONS(3118), + [sym__delete_span_start] = ACTIONS(3118), + [sym__edit_comment_span_start] = ACTIONS(3118), + [sym__single_quote_span_open] = ACTIONS(3118), + [sym__double_quote_span_open] = ACTIONS(3118), + [sym__shortcode_open_escaped] = ACTIONS(3118), + [sym__shortcode_open] = ACTIONS(3118), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3118), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3118), + [sym__cite_author_in_text] = ACTIONS(3118), + [sym__cite_suppress_author] = ACTIONS(3118), + [sym__strikeout_open] = ACTIONS(3118), + [sym__subscript_open] = ACTIONS(3118), + [sym__superscript_open] = ACTIONS(3118), + [sym__inline_note_start_token] = ACTIONS(3118), + [sym__strong_emphasis_open_star] = ACTIONS(3118), + [sym__strong_emphasis_open_underscore] = ACTIONS(3118), + [sym__emphasis_open_star] = ACTIONS(3118), + [sym__emphasis_open_underscore] = ACTIONS(3118), + [sym_inline_note_reference] = ACTIONS(3118), + [sym_html_element] = ACTIONS(3118), + }, + [STATE(583)] = { + [anon_sym_COLON] = ACTIONS(3120), + [sym_entity_reference] = ACTIONS(3120), + [sym_numeric_character_reference] = ACTIONS(3122), + [anon_sym_LBRACK] = ACTIONS(3122), + [anon_sym_BANG_LBRACK] = ACTIONS(3122), + [anon_sym_DOLLAR] = ACTIONS(3120), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3122), + [anon_sym_LBRACE] = ACTIONS(3122), + [aux_sym_pandoc_str_token1] = ACTIONS(3120), + [anon_sym_PIPE] = ACTIONS(3122), + [aux_sym__prose_punctuation_token1] = ACTIONS(3120), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3120), + [sym__line_ending] = ACTIONS(3122), + [sym__soft_line_ending] = ACTIONS(3122), + [sym__block_close] = ACTIONS(3122), + [sym__block_quote_start] = ACTIONS(3122), + [sym_atx_h1_marker] = ACTIONS(3122), + [sym_atx_h2_marker] = ACTIONS(3122), + [sym_atx_h3_marker] = ACTIONS(3122), + [sym_atx_h4_marker] = ACTIONS(3122), + [sym_atx_h5_marker] = ACTIONS(3122), + [sym_atx_h6_marker] = ACTIONS(3122), + [sym__thematic_break] = ACTIONS(3122), + [sym__list_marker_minus] = ACTIONS(3122), + [sym__list_marker_plus] = ACTIONS(3122), + [sym__list_marker_star] = ACTIONS(3122), + [sym__list_marker_parenthesis] = ACTIONS(3122), + [sym__list_marker_dot] = ACTIONS(3122), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3122), + [sym__list_marker_example] = ACTIONS(3122), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3122), + [sym__fenced_code_block_start_backtick] = ACTIONS(3122), + [sym_minus_metadata] = ACTIONS(3122), + [sym__pipe_table_start] = ACTIONS(3122), + [sym__fenced_div_start] = ACTIONS(3122), + [sym_ref_id_specifier] = ACTIONS(3122), + [sym__code_span_start] = ACTIONS(3122), + [sym__html_comment] = ACTIONS(3122), + [sym__autolink] = ACTIONS(3122), + [sym__highlight_span_start] = ACTIONS(3122), + [sym__insert_span_start] = ACTIONS(3122), + [sym__delete_span_start] = ACTIONS(3122), + [sym__edit_comment_span_start] = ACTIONS(3122), + [sym__single_quote_span_open] = ACTIONS(3122), + [sym__double_quote_span_open] = ACTIONS(3122), + [sym__shortcode_open_escaped] = ACTIONS(3122), + [sym__shortcode_open] = ACTIONS(3122), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3122), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3122), + [sym__cite_author_in_text] = ACTIONS(3122), + [sym__cite_suppress_author] = ACTIONS(3122), + [sym__strikeout_open] = ACTIONS(3122), + [sym__subscript_open] = ACTIONS(3122), + [sym__superscript_open] = ACTIONS(3122), + [sym__inline_note_start_token] = ACTIONS(3122), + [sym__strong_emphasis_open_star] = ACTIONS(3122), + [sym__strong_emphasis_open_underscore] = ACTIONS(3122), + [sym__emphasis_open_star] = ACTIONS(3122), + [sym__emphasis_open_underscore] = ACTIONS(3122), + [sym_inline_note_reference] = ACTIONS(3122), + [sym_html_element] = ACTIONS(3122), + }, + [STATE(584)] = { + [anon_sym_COLON] = ACTIONS(3124), + [sym_entity_reference] = ACTIONS(3124), + [sym_numeric_character_reference] = ACTIONS(3126), + [anon_sym_LBRACK] = ACTIONS(3126), + [anon_sym_BANG_LBRACK] = ACTIONS(3126), + [anon_sym_DOLLAR] = ACTIONS(3124), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3126), + [anon_sym_LBRACE] = ACTIONS(3126), + [aux_sym_pandoc_str_token1] = ACTIONS(3124), + [anon_sym_PIPE] = ACTIONS(3126), + [aux_sym__prose_punctuation_token1] = ACTIONS(3124), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3124), + [sym__line_ending] = ACTIONS(3126), + [sym__soft_line_ending] = ACTIONS(3126), + [sym__block_close] = ACTIONS(3126), + [sym__block_quote_start] = ACTIONS(3126), + [sym_atx_h1_marker] = ACTIONS(3126), + [sym_atx_h2_marker] = ACTIONS(3126), + [sym_atx_h3_marker] = ACTIONS(3126), + [sym_atx_h4_marker] = ACTIONS(3126), + [sym_atx_h5_marker] = ACTIONS(3126), + [sym_atx_h6_marker] = ACTIONS(3126), + [sym__thematic_break] = ACTIONS(3126), + [sym__list_marker_minus] = ACTIONS(3126), + [sym__list_marker_plus] = ACTIONS(3126), + [sym__list_marker_star] = ACTIONS(3126), + [sym__list_marker_parenthesis] = ACTIONS(3126), + [sym__list_marker_dot] = ACTIONS(3126), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3126), + [sym__list_marker_example] = ACTIONS(3126), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3126), + [sym__fenced_code_block_start_backtick] = ACTIONS(3126), + [sym_minus_metadata] = ACTIONS(3126), + [sym__pipe_table_start] = ACTIONS(3126), + [sym__fenced_div_start] = ACTIONS(3126), + [sym_ref_id_specifier] = ACTIONS(3126), + [sym__code_span_start] = ACTIONS(3126), + [sym__html_comment] = ACTIONS(3126), + [sym__autolink] = ACTIONS(3126), + [sym__highlight_span_start] = ACTIONS(3126), + [sym__insert_span_start] = ACTIONS(3126), + [sym__delete_span_start] = ACTIONS(3126), + [sym__edit_comment_span_start] = ACTIONS(3126), + [sym__single_quote_span_open] = ACTIONS(3126), + [sym__double_quote_span_open] = ACTIONS(3126), + [sym__shortcode_open_escaped] = ACTIONS(3126), + [sym__shortcode_open] = ACTIONS(3126), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3126), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3126), + [sym__cite_author_in_text] = ACTIONS(3126), + [sym__cite_suppress_author] = ACTIONS(3126), + [sym__strikeout_open] = ACTIONS(3126), + [sym__subscript_open] = ACTIONS(3126), + [sym__superscript_open] = ACTIONS(3126), + [sym__inline_note_start_token] = ACTIONS(3126), + [sym__strong_emphasis_open_star] = ACTIONS(3126), + [sym__strong_emphasis_open_underscore] = ACTIONS(3126), + [sym__emphasis_open_star] = ACTIONS(3126), + [sym__emphasis_open_underscore] = ACTIONS(3126), + [sym_inline_note_reference] = ACTIONS(3126), + [sym_html_element] = ACTIONS(3126), + }, + [STATE(585)] = { + [anon_sym_COLON] = ACTIONS(3128), + [sym_entity_reference] = ACTIONS(3128), + [sym_numeric_character_reference] = ACTIONS(3130), + [anon_sym_LBRACK] = ACTIONS(3130), + [anon_sym_BANG_LBRACK] = ACTIONS(3130), + [anon_sym_DOLLAR] = ACTIONS(3128), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3130), + [anon_sym_LBRACE] = ACTIONS(3130), + [aux_sym_pandoc_str_token1] = ACTIONS(3128), + [anon_sym_PIPE] = ACTIONS(3130), + [aux_sym__prose_punctuation_token1] = ACTIONS(3128), + [aux_sym_pandoc_line_break_token1] = ACTIONS(3128), + [sym__line_ending] = ACTIONS(3130), + [sym__soft_line_ending] = ACTIONS(3130), + [sym__block_close] = ACTIONS(3130), + [sym__block_quote_start] = ACTIONS(3130), + [sym_atx_h1_marker] = ACTIONS(3130), + [sym_atx_h2_marker] = ACTIONS(3130), + [sym_atx_h3_marker] = ACTIONS(3130), + [sym_atx_h4_marker] = ACTIONS(3130), + [sym_atx_h5_marker] = ACTIONS(3130), + [sym_atx_h6_marker] = ACTIONS(3130), + [sym__thematic_break] = ACTIONS(3130), + [sym__list_marker_minus] = ACTIONS(3130), + [sym__list_marker_plus] = ACTIONS(3130), + [sym__list_marker_star] = ACTIONS(3130), + [sym__list_marker_parenthesis] = ACTIONS(3130), + [sym__list_marker_dot] = ACTIONS(3130), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_star_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(3130), + [sym__list_marker_example] = ACTIONS(3130), + [sym__list_marker_example_dont_interrupt] = ACTIONS(3130), + [sym__fenced_code_block_start_backtick] = ACTIONS(3130), + [sym_minus_metadata] = ACTIONS(3130), + [sym__pipe_table_start] = ACTIONS(3130), + [sym__fenced_div_start] = ACTIONS(3130), + [sym_ref_id_specifier] = ACTIONS(3130), + [sym__code_span_start] = ACTIONS(3130), + [sym__html_comment] = ACTIONS(3130), + [sym__autolink] = ACTIONS(3130), + [sym__highlight_span_start] = ACTIONS(3130), + [sym__insert_span_start] = ACTIONS(3130), + [sym__delete_span_start] = ACTIONS(3130), + [sym__edit_comment_span_start] = ACTIONS(3130), + [sym__single_quote_span_open] = ACTIONS(3130), + [sym__double_quote_span_open] = ACTIONS(3130), + [sym__shortcode_open_escaped] = ACTIONS(3130), + [sym__shortcode_open] = ACTIONS(3130), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3130), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3130), + [sym__cite_author_in_text] = ACTIONS(3130), + [sym__cite_suppress_author] = ACTIONS(3130), + [sym__strikeout_open] = ACTIONS(3130), + [sym__subscript_open] = ACTIONS(3130), + [sym__superscript_open] = ACTIONS(3130), + [sym__inline_note_start_token] = ACTIONS(3130), + [sym__strong_emphasis_open_star] = ACTIONS(3130), + [sym__strong_emphasis_open_underscore] = ACTIONS(3130), + [sym__emphasis_open_star] = ACTIONS(3130), + [sym__emphasis_open_underscore] = ACTIONS(3130), + [sym_inline_note_reference] = ACTIONS(3130), + [sym_html_element] = ACTIONS(3130), + }, + [STATE(586)] = { + [sym_pandoc_span] = STATE(446), + [sym_pandoc_image] = STATE(446), + [sym_pandoc_math] = STATE(446), + [sym_pandoc_display_math] = STATE(446), + [sym_pandoc_code_span] = STATE(446), + [sym_pandoc_single_quote] = STATE(446), + [sym_pandoc_double_quote] = STATE(446), + [sym_insert] = STATE(446), + [sym_delete] = STATE(446), + [sym_edit_comment] = STATE(446), + [sym_highlight] = STATE(446), + [sym__pandoc_attr_specifier] = STATE(446), + [sym__inline_element] = STATE(446), + [sym_shortcode_escaped] = STATE(446), + [sym_shortcode] = STATE(446), + [sym_citation] = STATE(446), + [sym_inline_note] = STATE(446), + [sym_pandoc_superscript] = STATE(446), + [sym_pandoc_subscript] = STATE(446), + [sym_pandoc_strikeout] = STATE(446), + [sym_pandoc_emph] = STATE(446), + [sym_pandoc_strong] = STATE(446), + [sym_pandoc_str] = STATE(446), + [sym__prose_punctuation] = STATE(446), + [sym_pandoc_line_break] = STATE(446), + [aux_sym__line_repeat1] = STATE(446), + [sym_entity_reference] = ACTIONS(5470), + [sym_numeric_character_reference] = ACTIONS(5472), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_BANG_LBRACK] = ACTIONS(4126), + [anon_sym_DOLLAR] = ACTIONS(4128), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(4130), + [anon_sym_LBRACE] = ACTIONS(4132), + [aux_sym_pandoc_str_token1] = ACTIONS(4134), + [anon_sym_PIPE] = ACTIONS(4136), + [aux_sym__prose_punctuation_token1] = ACTIONS(5470), + [aux_sym_pandoc_line_break_token1] = ACTIONS(4138), + [sym__whitespace] = ACTIONS(4140), + [sym__soft_line_ending] = ACTIONS(3098), + [sym__code_span_start] = ACTIONS(4142), + [sym__html_comment] = ACTIONS(5472), + [sym__autolink] = ACTIONS(5472), + [sym__highlight_span_start] = ACTIONS(4144), + [sym__insert_span_start] = ACTIONS(4146), + [sym__delete_span_start] = ACTIONS(4148), + [sym__edit_comment_span_start] = ACTIONS(4150), + [sym__single_quote_span_open] = ACTIONS(4152), + [sym__double_quote_span_open] = ACTIONS(4154), + [sym__shortcode_open_escaped] = ACTIONS(4156), + [sym__shortcode_open] = ACTIONS(4158), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(4160), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(4162), + [sym__cite_author_in_text] = ACTIONS(4164), + [sym__cite_suppress_author] = ACTIONS(4166), + [sym__strikeout_open] = ACTIONS(4168), + [sym__subscript_open] = ACTIONS(4170), + [sym__superscript_open] = ACTIONS(4172), + [sym__inline_note_start_token] = ACTIONS(4174), + [sym__strong_emphasis_open_star] = ACTIONS(4176), + [sym__strong_emphasis_open_underscore] = ACTIONS(4178), + [sym__emphasis_open_star] = ACTIONS(4180), + [sym__emphasis_close_star] = ACTIONS(3098), + [sym__emphasis_open_underscore] = ACTIONS(4182), + [sym_inline_note_reference] = ACTIONS(5472), + [sym_html_element] = ACTIONS(5472), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4540), 1, - sym__whitespace, - ACTIONS(4542), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__superscript_close, - ACTIONS(4524), 3, + ACTIONS(5474), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3020), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4526), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(572), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92182,272 +92056,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [16403] = 32, - ACTIONS(4528), 1, - anon_sym_LBRACK, - ACTIONS(4530), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, - anon_sym_DOLLAR, - ACTIONS(4534), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, - anon_sym_LBRACE, - ACTIONS(4538), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4540), 1, - sym__whitespace, - ACTIONS(4542), 1, - sym__code_span_start, - ACTIONS(4544), 1, - sym__highlight_span_start, - ACTIONS(4546), 1, - sym__insert_span_start, - ACTIONS(4548), 1, - sym__delete_span_start, - ACTIONS(4550), 1, - sym__edit_comment_span_start, - ACTIONS(4552), 1, - sym__single_quote_span_open, - ACTIONS(4554), 1, - sym__double_quote_span_open, - ACTIONS(4556), 1, - sym__shortcode_open_escaped, - ACTIONS(4558), 1, - sym__shortcode_open, - ACTIONS(4560), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, - sym__cite_author_in_text, - ACTIONS(4566), 1, - sym__cite_suppress_author, - ACTIONS(4568), 1, - sym__strikeout_open, - ACTIONS(4570), 1, - sym__subscript_open, - ACTIONS(4572), 1, - sym__superscript_open, - ACTIONS(4574), 1, - sym__inline_note_start_token, - ACTIONS(4576), 1, - sym__strong_emphasis_open_star, - ACTIONS(4578), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, - sym__emphasis_open_star, - ACTIONS(4582), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__superscript_close, - ACTIONS(4584), 3, - sym_entity_reference, sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4586), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(573), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [16531] = 32, - ACTIONS(4594), 1, + [135] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4597), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4600), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4603), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4606), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4609), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4612), 1, - sym__whitespace, - ACTIONS(4615), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4618), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4621), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4624), 1, - sym__delete_span_start, - ACTIONS(4627), 1, - sym__edit_comment_span_start, - ACTIONS(4630), 1, - sym__single_quote_span_open, - ACTIONS(4633), 1, - sym__double_quote_span_open, - ACTIONS(4636), 1, - sym__shortcode_open_escaped, - ACTIONS(4639), 1, - sym__shortcode_open, - ACTIONS(4642), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4645), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4648), 1, - sym__cite_author_in_text, - ACTIONS(4651), 1, - sym__cite_suppress_author, - ACTIONS(4654), 1, - sym__strikeout_open, - ACTIONS(4657), 1, - sym__subscript_open, - ACTIONS(4660), 1, - sym__superscript_open, - ACTIONS(4663), 1, - sym__inline_note_start_token, - ACTIONS(4666), 1, - sym__strong_emphasis_open_star, - ACTIONS(4669), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4672), 1, - sym__emphasis_open_star, - ACTIONS(4675), 1, - sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__superscript_close, - ACTIONS(4588), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4591), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(573), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [16659] = 32, ACTIONS(2263), 1, - anon_sym_LBRACK, - ACTIONS(2265), 1, - anon_sym_BANG_LBRACK, - ACTIONS(2267), 1, - anon_sym_DOLLAR, - ACTIONS(2269), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(2271), 1, - anon_sym_LBRACE, - ACTIONS(2273), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2277), 1, - sym__code_span_start, - ACTIONS(2279), 1, - sym__highlight_span_start, - ACTIONS(2281), 1, - sym__insert_span_start, - ACTIONS(2283), 1, sym__delete_span_start, - ACTIONS(2285), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2287), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2289), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2291), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2293), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2295), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2297), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2299), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2301), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2303), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2305), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2307), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2309), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2311), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2313), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2315), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2317), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(2723), 1, - sym__whitespace, - ACTIONS(2761), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(4678), 3, + ACTIONS(5476), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3205), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4680), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(579), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92470,176 +92156,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [16787] = 32, - ACTIONS(4686), 1, - anon_sym_LBRACK, - ACTIONS(4688), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, - anon_sym_LBRACE, - ACTIONS(4696), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4698), 1, - sym__whitespace, - ACTIONS(4700), 1, - sym__code_span_start, - ACTIONS(4702), 1, - sym__highlight_span_start, - ACTIONS(4704), 1, - sym__insert_span_start, - ACTIONS(4706), 1, - sym__delete_span_start, - ACTIONS(4708), 1, - sym__edit_comment_span_start, - ACTIONS(4710), 1, - sym__single_quote_span_open, - ACTIONS(4712), 1, - sym__double_quote_span_open, - ACTIONS(4714), 1, - sym__shortcode_open_escaped, - ACTIONS(4716), 1, - sym__shortcode_open, - ACTIONS(4718), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, - sym__cite_author_in_text, - ACTIONS(4724), 1, - sym__cite_suppress_author, - ACTIONS(4726), 1, - sym__strikeout_open, - ACTIONS(4728), 1, - sym__subscript_open, - ACTIONS(4730), 1, - sym__superscript_open, - ACTIONS(4732), 1, - sym__inline_note_start_token, - ACTIONS(4734), 1, - sym__strong_emphasis_open_star, - ACTIONS(4736), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, - sym__emphasis_open_star, - ACTIONS(4740), 1, - sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - anon_sym_RBRACK, - ACTIONS(4682), 3, - sym_entity_reference, sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4684), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(577), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [16915] = 32, - ACTIONS(4004), 1, + [270] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4016), 1, - sym__whitespace, - ACTIONS(4018), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__single_quote_span_close, - ACTIONS(4742), 3, + ACTIONS(5478), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3206), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4744), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(578), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92662,176 +92256,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - aux_sym__line_repeat1, - [17043] = 32, - ACTIONS(4686), 1, - anon_sym_LBRACK, - ACTIONS(4688), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, - anon_sym_LBRACE, - ACTIONS(4696), 1, - aux_sym_pandoc_line_break_token1, - ACTIONS(4698), 1, - sym__whitespace, - ACTIONS(4700), 1, - sym__code_span_start, - ACTIONS(4702), 1, - sym__highlight_span_start, - ACTIONS(4704), 1, - sym__insert_span_start, - ACTIONS(4706), 1, - sym__delete_span_start, - ACTIONS(4708), 1, - sym__edit_comment_span_start, - ACTIONS(4710), 1, - sym__single_quote_span_open, - ACTIONS(4712), 1, - sym__double_quote_span_open, - ACTIONS(4714), 1, - sym__shortcode_open_escaped, - ACTIONS(4716), 1, - sym__shortcode_open, - ACTIONS(4718), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, - sym__cite_author_in_text, - ACTIONS(4724), 1, - sym__cite_suppress_author, - ACTIONS(4726), 1, - sym__strikeout_open, - ACTIONS(4728), 1, - sym__subscript_open, - ACTIONS(4730), 1, - sym__superscript_open, - ACTIONS(4732), 1, - sym__inline_note_start_token, - ACTIONS(4734), 1, - sym__strong_emphasis_open_star, - ACTIONS(4736), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, - sym__emphasis_open_star, - ACTIONS(4740), 1, - sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - anon_sym_RBRACK, - ACTIONS(4746), 3, - sym_entity_reference, sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(4748), 5, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - STATE(581), 25, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17171] = 32, - ACTIONS(4756), 1, + [405] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4759), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4762), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4765), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4768), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4771), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4774), 1, - sym__whitespace, - ACTIONS(4777), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4780), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4783), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4786), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4789), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4792), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4795), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4798), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4801), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4804), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4807), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4810), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4813), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4816), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4819), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4822), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4825), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4828), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4831), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4834), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4837), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__single_quote_span_close, - ACTIONS(4750), 3, + ACTIONS(5480), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3223), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4753), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(578), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92854,80 +92356,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17299] = 32, - ACTIONS(4846), 1, + [540] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4849), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4852), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4855), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4858), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4861), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4864), 1, - sym__whitespace, - ACTIONS(4867), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4870), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4873), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4876), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4879), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4882), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4885), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4888), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4891), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4894), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4897), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4900), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4903), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4906), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4909), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4912), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4915), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4918), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4921), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4924), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4927), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(2829), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(4840), 3, + ACTIONS(5482), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3459), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4843), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(579), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92950,80 +92456,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [17427] = 32, - ACTIONS(4936), 1, + [675] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4939), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4942), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4945), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4948), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4951), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4954), 1, - sym__whitespace, - ACTIONS(4957), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4960), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4963), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4966), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4969), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4972), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4975), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4978), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4981), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4984), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4987), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4993), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4996), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4999), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(5002), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(5005), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(5008), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(5011), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5014), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(5017), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - aux_sym_insert_token1, - ACTIONS(4930), 3, + ACTIONS(5488), 1, + sym__single_quote_span_close, + STATE(2367), 1, + sym__line, + STATE(3400), 1, + sym__inlines, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(4933), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(580), 25, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93046,80 +92556,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17555] = 32, - ACTIONS(5026), 1, + [810] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(5029), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(5032), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(5035), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5038), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(5041), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5044), 1, - sym__whitespace, - ACTIONS(5047), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(5050), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(5053), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(5056), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(5059), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(5062), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(5065), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(5068), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(5071), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(5074), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5077), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5080), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(5083), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(5086), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(5089), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(5092), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(5095), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(5098), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(5101), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5104), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(5107), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - anon_sym_RBRACK, - ACTIONS(5020), 3, + ACTIONS(5494), 1, + sym__double_quote_span_close, + STATE(2361), 1, + sym__line, + STATE(3402), 1, + sym__inlines, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5023), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(581), 25, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93142,80 +92656,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17683] = 32, - ACTIONS(5114), 1, + [945] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5126), 1, - sym__whitespace, - ACTIONS(5128), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5110), 3, + ACTIONS(5496), 1, + sym__double_quote_span_close, + STATE(2361), 1, + sym__line, + STATE(3030), 1, + sym__inlines, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5112), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(583), 25, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93238,80 +92756,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17811] = 32, - ACTIONS(5114), 1, + [1080] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5126), 1, - sym__whitespace, - ACTIONS(5128), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(3278), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5170), 3, + ACTIONS(5498), 1, + sym__single_quote_span_close, + STATE(2367), 1, + sym__line, + STATE(2838), 1, + sym__inlines, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5172), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(584), 25, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93334,80 +92856,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [17939] = 32, - ACTIONS(5180), 1, + [1215] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(5183), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(5186), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(5189), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5192), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(5195), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5198), 1, - sym__whitespace, - ACTIONS(5201), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(5204), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(5207), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(5210), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(5213), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(5216), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(5219), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(5222), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(5225), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(5228), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5231), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5234), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(5237), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(5240), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(5243), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(5246), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(5249), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(5252), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(5255), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5258), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(5261), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3135), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5174), 3, + ACTIONS(5500), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3442), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(584), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93430,80 +92956,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [18067] = 32, - ACTIONS(4228), 1, + [1350] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4240), 1, - sym__whitespace, - ACTIONS(4242), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(5264), 3, + ACTIONS(5502), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3443), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5266), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(567), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93526,80 +93056,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [18195] = 32, - ACTIONS(4378), 1, + [1485] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4390), 1, - sym__whitespace, - ACTIONS(4392), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(3268), 2, - sym__soft_line_ending, - sym__subscript_close, - ACTIONS(5268), 3, + ACTIONS(5504), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3448), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5270), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(569), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93622,81 +93156,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_repeat1, - [18323] = 33, - ACTIONS(2179), 1, + [1620] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5272), 1, + ACTIONS(5506), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2932), 1, + STATE(3449), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93719,80 +93256,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [18452] = 33, - ACTIONS(2179), 1, + [1755] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5274), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5508), 1, + sym__double_quote_span_close, + STATE(2361), 1, sym__line, - STATE(3191), 1, + STATE(2839), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93815,80 +93356,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [18581] = 33, - ACTIONS(4004), 1, + [1890] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5280), 1, + ACTIONS(5510), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(3154), 1, + STATE(3288), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93911,80 +93456,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [18710] = 33, - ACTIONS(4004), 1, + [2025] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5282), 1, + ACTIONS(5512), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(3085), 1, + STATE(3388), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94007,80 +93556,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [18839] = 33, - ACTIONS(3940), 1, + [2160] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5288), 1, + ACTIONS(5514), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(3099), 1, + STATE(3390), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94103,80 +93656,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [18968] = 33, - ACTIONS(4004), 1, + [2295] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5290), 1, + ACTIONS(5516), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(3403), 1, + STATE(2813), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94199,80 +93756,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19097] = 33, - ACTIONS(3940), 1, + [2430] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5292), 1, + ACTIONS(5518), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(3404), 1, + STATE(2814), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94295,80 +93856,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19226] = 33, - ACTIONS(3940), 1, + [2565] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5294), 1, + ACTIONS(5520), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(3155), 1, + STATE(3289), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94391,80 +93956,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19355] = 33, - ACTIONS(4004), 1, + [2700] = 34, + ACTIONS(2837), 1, + sym__pipe_table_delimiter, + ACTIONS(2890), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2892), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2894), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2896), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2898), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2900), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2902), 1, + anon_sym_PIPE, + ACTIONS(2904), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(2906), 1, + sym__whitespace, + ACTIONS(2908), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2910), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2912), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2914), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2916), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2918), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2920), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2922), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2924), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2926), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2928), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2930), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2932), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2934), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2936), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2938), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2940), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2942), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2944), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2946), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2948), 1, sym__emphasis_open_underscore, - ACTIONS(5296), 1, - sym__single_quote_span_close, - STATE(2314), 1, - sym__line, - STATE(3236), 1, - sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5522), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5524), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(612), 26, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94487,80 +94054,85 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19484] = 33, - ACTIONS(2179), 1, + aux_sym__line_with_maybe_spaces_repeat1, + [2833] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5298), 1, + ACTIONS(5526), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3431), 1, + STATE(2833), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94583,80 +94155,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19613] = 33, - ACTIONS(2179), 1, + [2968] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5300), 1, + ACTIONS(5528), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3432), 1, + STATE(2834), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94679,80 +94255,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19742] = 33, - ACTIONS(2179), 1, + [3103] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5302), 1, + ACTIONS(5530), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3433), 1, + STATE(2835), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94775,80 +94355,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [19871] = 33, - ACTIONS(2179), 1, + [3238] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5304), 1, + ACTIONS(5532), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3434), 1, + STATE(2836), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94871,80 +94455,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20000] = 33, - ACTIONS(3940), 1, + [3373] = 34, + ACTIONS(2694), 1, + sym__pipe_table_delimiter, + ACTIONS(5540), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(5543), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(5546), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(5549), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(5552), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(5555), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5558), 1, + anon_sym_PIPE, + ACTIONS(5561), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(5564), 1, + sym__whitespace, + ACTIONS(5567), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(5570), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(5573), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(5576), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(5579), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(5582), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(5585), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(5588), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(5591), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(5594), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(5597), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(5600), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(5603), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(5606), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(5609), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(5612), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(5615), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(5618), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(5621), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(5624), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(5627), 1, sym__emphasis_open_underscore, - ACTIONS(5306), 1, - sym__double_quote_span_close, - STATE(2362), 1, - sym__line, - STATE(3237), 1, - sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5534), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5537), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(612), 26, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94967,80 +94553,85 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20129] = 33, - ACTIONS(2179), 1, + aux_sym__line_with_maybe_spaces_repeat1, + [3506] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5308), 1, + ACTIONS(5630), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3177), 1, + STATE(2812), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95063,80 +94654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20258] = 33, - ACTIONS(2179), 1, + [3641] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5310), 1, + ACTIONS(5632), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3181), 1, + STATE(2825), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95159,80 +94754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20387] = 33, - ACTIONS(2179), 1, + [3776] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5312), 1, + ACTIONS(5634), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3049), 1, + STATE(2826), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95255,80 +94854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20516] = 33, - ACTIONS(4004), 1, + [3911] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5314), 1, + ACTIONS(5636), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(2797), 1, + STATE(2871), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95351,80 +94954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20645] = 33, - ACTIONS(3940), 1, + [4046] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5316), 1, + ACTIONS(5638), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(2798), 1, + STATE(2872), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95447,80 +95054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20774] = 33, - ACTIONS(2179), 1, + [4181] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5318), 1, + ACTIONS(5640), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3264), 1, + STATE(2837), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95543,80 +95154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [20903] = 33, - ACTIONS(2179), 1, + [4316] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5320), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5642), 1, + sym__single_quote_span_close, + STATE(2367), 1, sym__line, - STATE(3265), 1, + STATE(2846), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95639,80 +95254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21032] = 33, - ACTIONS(2179), 1, + [4451] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5322), 1, + ACTIONS(5644), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2817), 1, + STATE(2891), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95735,80 +95354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21161] = 33, - ACTIONS(2179), 1, + [4586] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5324), 1, + ACTIONS(5646), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2818), 1, + STATE(2892), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95831,80 +95454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21290] = 33, - ACTIONS(2179), 1, + [4721] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5326), 1, + ACTIONS(5648), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2819), 1, + STATE(2893), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95927,80 +95554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21419] = 33, - ACTIONS(2179), 1, + [4856] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5328), 1, + ACTIONS(5650), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2820), 1, + STATE(2894), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96023,80 +95654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21548] = 33, - ACTIONS(2179), 1, + [4991] = 35, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5330), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(536), 1, + sym_pandoc_paragraph, + STATE(2278), 1, sym__line, - STATE(2823), 1, + STATE(2612), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96119,80 +95754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21677] = 33, - ACTIONS(4004), 1, + [5126] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5332), 1, - sym__single_quote_span_close, - STATE(2314), 1, + ACTIONS(5652), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(3365), 1, + STATE(2962), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96215,80 +95854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21806] = 33, - ACTIONS(3940), 1, + [5261] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5334), 1, - sym__double_quote_span_close, - STATE(2362), 1, + ACTIONS(5654), 1, + sym__single_quote_span_close, + STATE(2367), 1, sym__line, - STATE(3366), 1, + STATE(3069), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96311,80 +95954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [21935] = 33, - ACTIONS(4004), 1, + [5396] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5336), 1, + ACTIONS(5656), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(3224), 1, + STATE(2959), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96407,80 +96054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22064] = 33, - ACTIONS(4004), 1, + [5531] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5338), 1, + ACTIONS(5658), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(2855), 1, + STATE(2927), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96503,80 +96154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22193] = 33, - ACTIONS(3940), 1, + [5666] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5340), 1, + ACTIONS(5660), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(2856), 1, + STATE(2928), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96599,80 +96254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22322] = 33, - ACTIONS(3940), 1, + [5801] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5342), 1, + ACTIONS(5662), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(3226), 1, + STATE(2960), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96695,80 +96354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22451] = 33, - ACTIONS(2179), 1, + [5936] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5344), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5664), 1, + sym__double_quote_span_close, + STATE(2361), 1, sym__line, - STATE(3443), 1, + STATE(3085), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96791,80 +96454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22580] = 33, - ACTIONS(2179), 1, + [6071] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5346), 1, + ACTIONS(5666), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2875), 1, + STATE(2947), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96887,80 +96554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22709] = 33, - ACTIONS(2179), 1, + [6206] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5348), 1, + ACTIONS(5668), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2876), 1, + STATE(2948), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96983,80 +96654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22838] = 33, - ACTIONS(2179), 1, + [6341] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5350), 1, + ACTIONS(5670), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2877), 1, + STATE(2949), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97079,80 +96754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [22967] = 33, - ACTIONS(2179), 1, + [6476] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5352), 1, + ACTIONS(5672), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2878), 1, + STATE(2950), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97175,80 +96854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23096] = 33, - ACTIONS(2179), 1, + [6611] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5354), 1, + ACTIONS(5674), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3444), 1, + STATE(2963), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97271,80 +96954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23225] = 33, - ACTIONS(2179), 1, + [6746] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5356), 1, + ACTIONS(5676), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3446), 1, + STATE(3019), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97367,80 +97054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23354] = 33, - ACTIONS(2179), 1, + [6881] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5358), 1, + ACTIONS(5678), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3448), 1, + STATE(3332), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97463,80 +97154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23483] = 33, - ACTIONS(2179), 1, + [7016] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5360), 1, + ACTIONS(5680), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3266), 1, + STATE(3336), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97559,80 +97254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23612] = 33, - ACTIONS(4004), 1, + [7151] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5362), 1, + ACTIONS(5682), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(2911), 1, + STATE(2983), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97655,80 +97354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23741] = 33, - ACTIONS(3940), 1, + [7286] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5364), 1, + ACTIONS(5684), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(2912), 1, + STATE(2984), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97751,80 +97454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23870] = 33, - ACTIONS(2179), 1, + [7421] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5366), 1, + ACTIONS(5686), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3269), 1, + STATE(3025), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97847,80 +97554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [23999] = 33, - ACTIONS(2179), 1, + [7556] = 35, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5368), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(512), 1, + sym_pandoc_paragraph, + STATE(2278), 1, sym__line, - STATE(3182), 1, + STATE(2480), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97943,80 +97654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24128] = 33, - ACTIONS(2179), 1, + [7691] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5370), 1, + ACTIONS(5688), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2931), 1, + STATE(3003), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98039,80 +97754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24257] = 33, - ACTIONS(2179), 1, + [7826] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5372), 1, + ACTIONS(5690), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3112), 1, + STATE(3004), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98135,80 +97854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24386] = 33, - ACTIONS(2179), 1, + [7961] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5374), 1, + ACTIONS(5692), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2933), 1, + STATE(3005), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98231,80 +97954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24515] = 33, - ACTIONS(2179), 1, + [8096] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5376), 1, + ACTIONS(5694), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2934), 1, + STATE(3006), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98327,80 +98054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24644] = 33, - ACTIONS(11), 1, + [8231] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - STATE(323), 1, - sym_pandoc_paragraph, - STATE(2280), 1, + ACTIONS(5696), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(2444), 1, + STATE(3132), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98423,80 +98154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24773] = 33, - ACTIONS(4004), 1, + [8366] = 35, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5378), 1, - sym__single_quote_span_close, - STATE(2314), 1, + STATE(328), 1, + sym_pandoc_paragraph, + STATE(2278), 1, sym__line, - STATE(2837), 1, + STATE(2513), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98519,80 +98254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [24902] = 33, - ACTIONS(3940), 1, + [8501] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5380), 1, - sym__double_quote_span_close, - STATE(2362), 1, + ACTIONS(5698), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(2842), 1, + STATE(3366), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98615,80 +98354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25031] = 33, - ACTIONS(2179), 1, + [8636] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5382), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5700), 1, + sym__single_quote_span_close, + STATE(2367), 1, sym__line, - STATE(3349), 1, + STATE(3103), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98711,80 +98454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25160] = 33, - ACTIONS(4004), 1, + [8771] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5384), 1, + ACTIONS(5702), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(2967), 1, + STATE(3039), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98807,80 +98554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25289] = 33, - ACTIONS(3940), 1, + [8906] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5386), 1, + ACTIONS(5704), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(2968), 1, + STATE(3040), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98903,80 +98654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25418] = 33, - ACTIONS(2179), 1, + [9041] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5388), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5706), 1, + sym__double_quote_span_close, + STATE(2361), 1, sym__line, - STATE(3183), 1, + STATE(3104), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98999,80 +98754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25547] = 33, - ACTIONS(11), 1, + [9176] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - STATE(524), 1, - sym_pandoc_paragraph, - STATE(2280), 1, + ACTIONS(5708), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(2566), 1, + STATE(3369), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99095,80 +98854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25676] = 33, - ACTIONS(2179), 1, + [9311] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5390), 1, + ACTIONS(5710), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2987), 1, + STATE(3059), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99191,80 +98954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25805] = 33, - ACTIONS(2179), 1, + [9446] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5392), 1, + ACTIONS(5712), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2988), 1, + STATE(3060), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99287,80 +99054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [25934] = 33, - ACTIONS(2179), 1, + [9581] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5394), 1, + ACTIONS(5714), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2989), 1, + STATE(3061), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99383,80 +99154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26063] = 33, - ACTIONS(2179), 1, + [9716] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5396), 1, + ACTIONS(5716), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2990), 1, + STATE(3062), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99479,80 +99254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26192] = 33, - ACTIONS(2179), 1, + [9851] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5398), 1, + ACTIONS(5718), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3188), 1, + STATE(3469), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99575,78 +99354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26321] = 32, - ACTIONS(2829), 1, - anon_sym_PIPE, - ACTIONS(5406), 1, + [9986] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(5409), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(5412), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(5415), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5418), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(5421), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5424), 1, - sym__whitespace, - ACTIONS(5427), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(5430), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(5433), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(5436), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(5439), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(5442), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(5445), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(5448), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(5451), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(5454), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5457), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5460), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(5463), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(5466), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(5469), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(5472), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(5475), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(5478), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(5481), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5484), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(5487), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5400), 3, + ACTIONS(5720), 1, + aux_sym_insert_token1, + STATE(2331), 1, + sym__line, + STATE(3128), 1, + sym__inlines, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5403), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(649), 25, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99669,81 +99454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [26448] = 33, - ACTIONS(2179), 1, + [10121] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5490), 1, + ACTIONS(5722), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2889), 1, + STATE(3129), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99766,80 +99554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26577] = 33, - ACTIONS(2179), 1, + [10256] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5492), 1, + ACTIONS(5724), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2890), 1, + STATE(3130), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99862,80 +99654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26706] = 33, - ACTIONS(4004), 1, + [10391] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5494), 1, - sym__single_quote_span_close, - STATE(2314), 1, + ACTIONS(5726), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(3023), 1, + STATE(3131), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99958,80 +99754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26835] = 33, - ACTIONS(3940), 1, + [10526] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5496), 1, - sym__double_quote_span_close, - STATE(2362), 1, + ACTIONS(5728), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(3024), 1, + STATE(3166), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100054,80 +99854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [26964] = 33, - ACTIONS(2179), 1, + [10661] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5498), 1, + ACTIONS(5730), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2891), 1, + STATE(3474), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100150,80 +99954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27093] = 33, - ACTIONS(2179), 1, + [10796] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5500), 1, + ACTIONS(5732), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(2892), 1, + STATE(3384), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100246,80 +100054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27222] = 33, - ACTIONS(2179), 1, + [10931] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5502), 1, + ACTIONS(5734), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3043), 1, + STATE(3380), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100342,80 +100154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27351] = 33, - ACTIONS(2179), 1, + [11066] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5504), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5736), 1, + sym__single_quote_span_close, + STATE(2367), 1, sym__line, - STATE(3044), 1, + STATE(3185), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100438,80 +100254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27480] = 33, - ACTIONS(2179), 1, + [11201] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5506), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5738), 1, + sym__double_quote_span_close, + STATE(2361), 1, sym__line, - STATE(3045), 1, + STATE(3186), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100534,80 +100354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27609] = 33, - ACTIONS(2179), 1, + [11336] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5508), 1, + ACTIONS(5740), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3046), 1, + STATE(3407), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100630,80 +100454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27738] = 33, - ACTIONS(2179), 1, + [11471] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5510), 1, + ACTIONS(5742), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3453), 1, + STATE(3423), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100726,80 +100554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27867] = 33, - ACTIONS(4004), 1, + [11606] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5512), 1, - sym__single_quote_span_close, - STATE(2314), 1, + ACTIONS(5744), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(3316), 1, + STATE(3216), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100822,80 +100654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [27996] = 33, - ACTIONS(2179), 1, + [11741] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5514), 1, + ACTIONS(5746), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3454), 1, + STATE(3217), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100918,80 +100754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28125] = 33, - ACTIONS(2179), 1, + [11876] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5516), 1, + ACTIONS(5748), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3455), 1, + STATE(3220), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101014,80 +100854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28254] = 33, - ACTIONS(3940), 1, + [12011] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5518), 1, - sym__double_quote_span_close, - STATE(2362), 1, + ACTIONS(5750), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(3317), 1, + STATE(3222), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101110,80 +100954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28383] = 33, - ACTIONS(4004), 1, + [12146] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5520), 1, - sym__single_quote_span_close, - STATE(2314), 1, + ACTIONS(5752), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(2902), 1, + STATE(3425), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101206,80 +101054,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28512] = 33, - ACTIONS(4004), 1, + [12281] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5522), 1, + ACTIONS(5754), 1, sym__single_quote_span_close, - STATE(2314), 1, + STATE(2367), 1, sym__line, - STATE(2962), 1, + STATE(3092), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101302,80 +101154,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28641] = 33, - ACTIONS(3940), 1, + [12416] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5524), 1, + ACTIONS(5756), 1, sym__double_quote_span_close, - STATE(2362), 1, + STATE(2361), 1, sym__line, - STATE(2964), 1, + STATE(3096), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101398,80 +101254,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28770] = 33, - ACTIONS(2179), 1, + [12551] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5526), 1, + ACTIONS(5758), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3456), 1, + STATE(2964), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101494,80 +101354,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [28899] = 33, - ACTIONS(2179), 1, + [12686] = 35, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - ACTIONS(5528), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5760), 1, + sym__single_quote_span_close, + STATE(2367), 1, sym__line, - STATE(3189), 1, + STATE(3282), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101590,80 +101454,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29028] = 33, - ACTIONS(2179), 1, + [12821] = 35, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - ACTIONS(5530), 1, - aux_sym_insert_token1, - STATE(2359), 1, + ACTIONS(5762), 1, + sym__double_quote_span_close, + STATE(2361), 1, sym__line, - STATE(3010), 1, + STATE(3285), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101686,80 +101554,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29157] = 33, - ACTIONS(2179), 1, + [12956] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5532), 1, + ACTIONS(5764), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3011), 1, + STATE(2965), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101782,80 +101654,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29286] = 33, - ACTIONS(11), 1, + [13091] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - STATE(529), 1, - sym_pandoc_paragraph, - STATE(2280), 1, + ACTIONS(5766), 1, + aux_sym_insert_token1, + STATE(2331), 1, sym__line, - STATE(2494), 1, + STATE(3180), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101878,80 +101754,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29415] = 33, - ACTIONS(2179), 1, + [13226] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5534), 1, + ACTIONS(5768), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3012), 1, + STATE(3328), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101974,80 +101854,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29544] = 33, - ACTIONS(2179), 1, + [13361] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5536), 1, + ACTIONS(5770), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3013), 1, + STATE(3331), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102070,80 +101954,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29673] = 33, - ACTIONS(2179), 1, + [13496] = 35, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - ACTIONS(5538), 1, + ACTIONS(5772), 1, aux_sym_insert_token1, - STATE(2359), 1, + STATE(2331), 1, sym__line, - STATE(3299), 1, + STATE(3021), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102166,80 +102054,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29802] = 33, - ACTIONS(3940), 1, + [13631] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - ACTIONS(5540), 1, - sym__double_quote_span_close, - STATE(2362), 1, + STATE(2383), 1, sym__line, - STATE(2946), 1, + STATE(3198), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102262,78 +102152,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [29931] = 32, - ACTIONS(2761), 1, - anon_sym_PIPE, - ACTIONS(3480), 1, + [13763] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(3482), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(3484), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(3486), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3488), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(3490), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3492), 1, - sym__whitespace, - ACTIONS(3494), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(3496), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(3498), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(3500), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(3502), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(3504), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(3506), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(3508), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(3510), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(3512), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3514), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3516), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(3518), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(3520), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(3522), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(3524), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(3526), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(3528), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(3530), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3532), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(3534), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - ACTIONS(5542), 3, + STATE(2391), 1, + sym__line, + STATE(3049), 1, + sym__inlines, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5544), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(649), 25, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102356,81 +102250,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - aux_sym__line_with_maybe_spaces_repeat1, - [30058] = 33, - ACTIONS(2179), 1, + [13895] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - ACTIONS(5546), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2389), 1, sym__line, - STATE(3190), 1, + STATE(3174), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102453,80 +102348,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30187] = 33, - ACTIONS(2179), 1, + [14027] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - ACTIONS(5548), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2338), 1, sym__line, - STATE(3343), 1, + STATE(3379), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102549,80 +102446,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30316] = 33, - ACTIONS(4004), 1, + [14159] = 34, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5550), 1, - sym__single_quote_span_close, - STATE(2314), 1, + STATE(2278), 1, sym__line, - STATE(3086), 1, + STATE(2430), 1, sym__inlines, - ACTIONS(5276), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102645,80 +102544,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30445] = 33, - ACTIONS(3940), 1, + [14291] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - ACTIONS(5552), 1, - sym__double_quote_span_close, - STATE(2362), 1, + STATE(2365), 1, sym__line, - STATE(3087), 1, + STATE(3450), 1, sym__inlines, - ACTIONS(5284), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102741,80 +102642,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30574] = 33, - ACTIONS(2179), 1, + [14423] = 34, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5554), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2278), 1, sym__line, - STATE(3344), 1, + STATE(2535), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102837,80 +102740,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30703] = 33, - ACTIONS(2179), 1, + [14555] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - ACTIONS(5556), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2383), 1, sym__line, - STATE(3345), 1, + STATE(3457), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102933,80 +102838,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30832] = 33, - ACTIONS(2179), 1, + [14687] = 34, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - ACTIONS(5558), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2278), 1, sym__line, - STATE(3108), 1, + STATE(2806), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103029,80 +102936,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [30961] = 33, - ACTIONS(2179), 1, + [14819] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - ACTIONS(5560), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2391), 1, sym__line, - STATE(3109), 1, + STATE(3154), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103125,80 +103034,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31090] = 33, - ACTIONS(2179), 1, + [14951] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - ACTIONS(5562), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2390), 1, sym__line, - STATE(3110), 1, + STATE(3156), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103221,80 +103132,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31219] = 33, - ACTIONS(2179), 1, + [15083] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - ACTIONS(5564), 1, - aux_sym_insert_token1, - STATE(2359), 1, + STATE(2321), 1, sym__line, - STATE(3069), 1, + STATE(3153), 1, sym__inlines, - ACTIONS(2175), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103317,78 +103230,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31348] = 32, - ACTIONS(3632), 1, + [15215] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3250), 1, + STATE(3161), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103411,78 +103328,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31474] = 32, - ACTIONS(3786), 1, + [15347] = 34, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2278), 1, sym__line, - STATE(3034), 1, + STATE(2625), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103505,78 +103426,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31600] = 32, - ACTIONS(4528), 1, + [15479] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2321), 1, sym__line, - STATE(3468), 1, + STATE(2847), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103599,78 +103524,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31726] = 32, - ACTIONS(4686), 1, + [15611] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2328), 1, sym__line, - STATE(2827), 1, + STATE(2849), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103693,78 +103622,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31852] = 32, - ACTIONS(11), 1, + [15743] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2280), 1, + STATE(2389), 1, sym__line, - STATE(2552), 1, + STATE(2851), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103787,78 +103720,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [31978] = 32, - ACTIONS(5114), 1, + [15875] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2338), 1, sym__line, - STATE(2830), 1, + STATE(2852), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103881,78 +103818,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32104] = 32, - ACTIONS(11), 1, + [16007] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2280), 1, + STATE(2365), 1, sym__line, - STATE(2574), 1, + STATE(2859), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103975,78 +103916,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32230] = 32, - ACTIONS(4228), 1, + [16139] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2383), 1, sym__line, - STATE(3055), 1, + STATE(2861), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104069,78 +104014,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32356] = 32, - ACTIONS(11), 1, + [16271] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2280), 1, + STATE(2391), 1, sym__line, - STATE(2750), 1, + STATE(2866), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104163,78 +104112,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32482] = 32, - ACTIONS(3632), 1, + [16403] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2390), 1, sym__line, - STATE(3066), 1, + STATE(2868), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104257,78 +104210,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32608] = 32, - ACTIONS(3786), 1, + [16535] = 34, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2278), 1, sym__line, - STATE(2939), 1, + STATE(2562), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104351,78 +104308,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32734] = 32, - ACTIONS(4164), 1, + [16667] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2321), 1, sym__line, - STATE(3219), 1, + STATE(3292), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104445,78 +104406,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32860] = 32, - ACTIONS(4378), 1, + [16799] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2328), 1, sym__line, - STATE(3420), 1, + STATE(3308), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104539,78 +104504,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [32986] = 32, - ACTIONS(11), 1, + [16931] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2280), 1, + STATE(2389), 1, sym__line, - STATE(2588), 1, + STATE(3309), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104633,78 +104602,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33112] = 32, - ACTIONS(4164), 1, + [17063] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3253), 1, + STATE(3310), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104727,78 +104700,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33238] = 32, - ACTIONS(4378), 1, + [17195] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3270), 1, + STATE(3311), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104821,78 +104798,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33364] = 32, - ACTIONS(4528), 1, + [17327] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3273), 1, + STATE(3312), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104915,78 +104896,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33490] = 32, - ACTIONS(4686), 1, + [17459] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3274), 1, + STATE(3313), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105009,78 +104994,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33616] = 32, - ACTIONS(4228), 1, + [17591] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2390), 1, sym__line, - STATE(3293), 1, + STATE(3314), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105103,78 +105092,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33742] = 32, - ACTIONS(3632), 1, + [17723] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2321), 1, sym__line, - STATE(3296), 1, + STATE(3230), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105197,78 +105190,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33868] = 32, - ACTIONS(3786), 1, + [17855] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2328), 1, sym__line, - STATE(3297), 1, + STATE(3235), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105291,78 +105288,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [33994] = 32, - ACTIONS(11), 1, + [17987] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2280), 1, + STATE(2389), 1, sym__line, - STATE(2657), 1, + STATE(3250), 1, sym__inlines, - ACTIONS(7), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105385,78 +105386,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34120] = 32, - ACTIONS(4164), 1, + [18119] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3114), 1, + STATE(3253), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105479,78 +105484,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34246] = 32, - ACTIONS(4378), 1, + [18251] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3115), 1, + STATE(3257), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105573,78 +105582,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34372] = 32, - ACTIONS(4528), 1, + [18383] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3116), 1, + STATE(3259), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105667,78 +105680,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34498] = 32, - ACTIONS(4686), 1, + [18515] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3117), 1, + STATE(3262), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105761,78 +105778,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34624] = 32, - ACTIONS(5114), 1, + [18647] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(3118), 1, + STATE(3265), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105855,78 +105876,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34750] = 32, - ACTIONS(4228), 1, + [18779] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(3119), 1, + STATE(3118), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -105949,78 +105974,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [34876] = 32, - ACTIONS(3632), 1, + [18911] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3121), 1, + STATE(3119), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106043,78 +106072,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35002] = 32, - ACTIONS(3786), 1, + [19043] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3123), 1, + STATE(3133), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106137,78 +106170,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35128] = 32, - ACTIONS(4164), 1, + [19175] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3375), 1, + STATE(3135), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106231,78 +106268,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35254] = 32, - ACTIONS(4378), 1, + [19307] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3379), 1, + STATE(3136), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106325,78 +106366,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35380] = 32, - ACTIONS(4528), 1, + [19439] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3380), 1, + STATE(3142), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106419,78 +106464,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35506] = 32, - ACTIONS(4686), 1, + [19571] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3381), 1, + STATE(3148), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106513,78 +106562,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35632] = 32, - ACTIONS(5114), 1, + [19703] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(3388), 1, + STATE(3149), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106607,78 +106660,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35758] = 32, - ACTIONS(4228), 1, + [19835] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(3389), 1, + STATE(3434), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106701,78 +106758,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [35884] = 32, - ACTIONS(3632), 1, + [19967] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3390), 1, + STATE(3451), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106795,78 +106856,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36010] = 32, - ACTIONS(3786), 1, + [20099] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3395), 1, + STATE(3452), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106889,78 +106954,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36136] = 32, - ACTIONS(4164), 1, + [20231] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(2845), 1, + STATE(3458), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -106983,78 +107052,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36262] = 32, - ACTIONS(4378), 1, + [20363] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2846), 1, + STATE(3460), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107077,78 +107150,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36388] = 32, - ACTIONS(4528), 1, + [20495] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2848), 1, + STATE(3462), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107171,78 +107248,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36514] = 32, - ACTIONS(4686), 1, + [20627] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(2850), 1, + STATE(3464), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107265,78 +107346,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36640] = 32, - ACTIONS(5114), 1, + [20759] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(2852), 1, + STATE(3466), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107359,78 +107444,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36766] = 32, - ACTIONS(4228), 1, + [20891] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(2867), 1, + STATE(2970), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107453,78 +107542,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [36892] = 32, - ACTIONS(3632), 1, + [21023] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(2868), 1, + STATE(2972), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107547,78 +107640,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37018] = 32, - ACTIONS(3786), 1, + [21155] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(2879), 1, + STATE(2974), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107641,78 +107738,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37144] = 32, - ACTIONS(4164), 1, + [21287] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2390), 1, sym__line, - STATE(2980), 1, + STATE(3050), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107735,78 +107836,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37270] = 32, - ACTIONS(4378), 1, + [21419] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2991), 1, + STATE(2980), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107829,78 +107934,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37396] = 32, - ACTIONS(4528), 1, + [21551] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2992), 1, + STATE(2995), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -107923,78 +108032,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37522] = 32, - ACTIONS(4686), 1, + [21683] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(2993), 1, + STATE(2996), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108017,78 +108130,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37648] = 32, - ACTIONS(5114), 1, + [21815] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(2994), 1, + STATE(3009), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108111,78 +108228,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37774] = 32, - ACTIONS(4228), 1, + [21947] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(2995), 1, + STATE(3107), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108205,78 +108326,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [37900] = 32, - ACTIONS(3632), 1, + [22079] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(2996), 1, + STATE(3109), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108299,78 +108424,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38026] = 32, - ACTIONS(3786), 1, + [22211] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(2997), 1, + STATE(3110), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108393,78 +108522,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38152] = 32, - ACTIONS(4164), 1, + [22343] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3090), 1, + STATE(3112), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108487,78 +108620,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38278] = 32, - ACTIONS(4378), 1, + [22475] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3091), 1, + STATE(3114), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108581,78 +108718,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38404] = 32, - ACTIONS(4528), 1, + [22607] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3093), 1, + STATE(3115), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108675,78 +108816,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38530] = 32, - ACTIONS(4686), 1, + [22739] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3094), 1, + STATE(3116), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108769,78 +108914,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38656] = 32, - ACTIONS(5114), 1, + [22871] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(3095), 1, + STATE(3117), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108863,78 +109012,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38782] = 32, - ACTIONS(4228), 1, + [23003] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(3096), 1, + STATE(3189), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -108957,78 +109110,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [38908] = 32, - ACTIONS(3632), 1, + [23135] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3097), 1, + STATE(3193), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109051,78 +109208,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39034] = 32, - ACTIONS(3786), 1, + [23267] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3098), 1, + STATE(3194), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109145,78 +109306,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39160] = 32, - ACTIONS(4164), 1, + [23399] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3158), 1, + STATE(3196), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109239,78 +109404,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39286] = 32, - ACTIONS(4378), 1, + [23531] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3159), 1, + STATE(3197), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109333,78 +109502,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39412] = 32, - ACTIONS(4528), 1, + [23663] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2391), 1, sym__line, - STATE(3160), 1, + STATE(3200), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109427,78 +109600,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39538] = 32, - ACTIONS(4686), 1, + [23795] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2390), 1, sym__line, - STATE(3161), 1, + STATE(3204), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109521,78 +109698,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39664] = 32, - ACTIONS(5114), 1, + [23927] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2321), 1, sym__line, - STATE(3162), 1, + STATE(3297), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109615,78 +109796,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39790] = 32, - ACTIONS(4228), 1, + [24059] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2328), 1, sym__line, - STATE(3164), 1, + STATE(3298), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109709,78 +109894,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [39916] = 32, - ACTIONS(3632), 1, + [24191] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2389), 1, sym__line, - STATE(3165), 1, + STATE(3299), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109803,78 +109992,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40042] = 32, - ACTIONS(3786), 1, + [24323] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2338), 1, sym__line, - STATE(3166), 1, + STATE(3300), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109897,78 +110090,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40168] = 32, - ACTIONS(4164), 1, + [24455] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2365), 1, sym__line, - STATE(3241), 1, + STATE(3301), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -109991,78 +110188,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40294] = 32, - ACTIONS(4378), 1, + [24587] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2383), 1, sym__line, - STATE(3242), 1, + STATE(3303), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110085,78 +110286,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40420] = 32, - ACTIONS(4528), 1, + [24719] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2391), 1, sym__line, - STATE(3243), 1, + STATE(3304), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110179,78 +110384,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40546] = 32, - ACTIONS(4686), 1, + [24851] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2390), 1, sym__line, - STATE(3247), 1, + STATE(3305), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110273,78 +110482,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40672] = 32, - ACTIONS(5114), 1, + [24983] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2321), 1, sym__line, - STATE(3248), 1, + STATE(3412), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110367,78 +110580,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40798] = 32, - ACTIONS(4228), 1, + [25115] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2328), 1, sym__line, - STATE(3249), 1, + STATE(3413), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110461,78 +110678,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [40924] = 32, - ACTIONS(3786), 1, + [25247] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3251), 1, + STATE(3414), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110555,78 +110776,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41050] = 32, - ACTIONS(4164), 1, + [25379] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3320), 1, + STATE(3415), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110649,78 +110874,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41176] = 32, - ACTIONS(4378), 1, + [25511] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3321), 1, + STATE(3416), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110743,78 +110972,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41302] = 32, - ACTIONS(4528), 1, + [25643] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3322), 1, + STATE(3418), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110837,78 +111070,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41428] = 32, - ACTIONS(4686), 1, + [25775] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3326), 1, + STATE(3419), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -110931,78 +111168,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41554] = 32, - ACTIONS(5114), 1, + [25907] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(3327), 1, + STATE(3420), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111025,78 +111266,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41680] = 32, - ACTIONS(4228), 1, + [26039] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(3328), 1, + STATE(2817), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111119,78 +111364,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41806] = 32, - ACTIONS(3632), 1, + [26171] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3329), 1, + STATE(2818), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111213,78 +111462,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [41932] = 32, - ACTIONS(3786), 1, + [26303] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3330), 1, + STATE(2819), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111307,78 +111560,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42058] = 32, - ACTIONS(4164), 1, + [26435] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(3409), 1, + STATE(2820), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111401,78 +111658,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42184] = 32, - ACTIONS(4378), 1, + [26567] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(3410), 1, + STATE(2821), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111495,78 +111756,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42310] = 32, - ACTIONS(4528), 1, + [26699] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(3411), 1, + STATE(2822), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111589,78 +111854,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42436] = 32, - ACTIONS(4686), 1, + [26831] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(3412), 1, + STATE(2823), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111683,78 +111952,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42562] = 32, - ACTIONS(5114), 1, + [26963] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(3413), 1, + STATE(2824), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111777,78 +112050,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42688] = 32, - ACTIONS(4228), 1, + [27095] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(3414), 1, + STATE(2875), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111871,78 +112148,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42814] = 32, - ACTIONS(3632), 1, + [27227] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(3418), 1, + STATE(2876), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -111965,78 +112246,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [42940] = 32, - ACTIONS(3786), 1, + [27359] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(3419), 1, + STATE(2877), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112059,78 +112344,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43066] = 32, - ACTIONS(4164), 1, + [27491] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(2801), 1, + STATE(2878), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112153,78 +112442,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43192] = 32, - ACTIONS(4378), 1, + [27623] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2802), 1, + STATE(2879), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112247,78 +112540,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43318] = 32, - ACTIONS(4528), 1, + [27755] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2803), 1, + STATE(2880), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112341,78 +112638,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43444] = 32, - ACTIONS(4686), 1, + [27887] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(2804), 1, + STATE(2881), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112435,78 +112736,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43570] = 32, - ACTIONS(5114), 1, + [28019] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(2805), 1, + STATE(2882), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112529,78 +112834,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43696] = 32, - ACTIONS(4228), 1, + [28151] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(2806), 1, + STATE(2931), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112623,78 +112932,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43822] = 32, - ACTIONS(3632), 1, + [28283] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(2807), 1, + STATE(2932), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112717,78 +113030,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [43948] = 32, - ACTIONS(3786), 1, + [28415] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(2808), 1, + STATE(2933), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112811,78 +113128,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44074] = 32, - ACTIONS(4164), 1, + [28547] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(2859), 1, + STATE(2934), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112905,78 +113226,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44200] = 32, - ACTIONS(4378), 1, + [28679] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2860), 1, + STATE(2935), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -112999,78 +113324,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44326] = 32, - ACTIONS(4528), 1, + [28811] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2861), 1, + STATE(2936), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113093,78 +113422,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44452] = 32, - ACTIONS(4686), 1, + [28943] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(2862), 1, + STATE(2937), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113187,78 +113520,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44578] = 32, - ACTIONS(5114), 1, + [29075] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(2863), 1, + STATE(2938), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113281,78 +113618,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44704] = 32, - ACTIONS(4228), 1, + [29207] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(2864), 1, + STATE(2987), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113375,78 +113716,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44830] = 32, - ACTIONS(3632), 1, + [29339] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(2865), 1, + STATE(2988), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113469,78 +113814,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [44956] = 32, - ACTIONS(3786), 1, + [29471] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(2866), 1, + STATE(2989), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113563,78 +113912,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45082] = 32, - ACTIONS(4164), 1, + [29603] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(2915), 1, + STATE(2990), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113657,78 +114010,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45208] = 32, - ACTIONS(4378), 1, + [29735] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2916), 1, + STATE(2991), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113751,78 +114108,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45334] = 32, - ACTIONS(4528), 1, + [29867] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2917), 1, + STATE(2992), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113845,78 +114206,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45460] = 32, - ACTIONS(4686), 1, + [29999] = 34, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2391), 1, sym__line, - STATE(2918), 1, + STATE(2993), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -113939,78 +114304,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45586] = 32, - ACTIONS(5114), 1, + [30131] = 34, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2390), 1, sym__line, - STATE(2919), 1, + STATE(2994), 1, sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114033,78 +114402,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45712] = 32, - ACTIONS(4228), 1, + [30263] = 34, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2321), 1, sym__line, - STATE(2920), 1, + STATE(3043), 1, sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114127,78 +114500,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45838] = 32, - ACTIONS(3632), 1, + [30395] = 34, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2328), 1, sym__line, - STATE(2921), 1, + STATE(3044), 1, sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114221,78 +114598,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [45964] = 32, - ACTIONS(3786), 1, + [30527] = 34, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2389), 1, sym__line, - STATE(2922), 1, + STATE(3045), 1, sym__inlines, - ACTIONS(5570), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114315,78 +114696,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46090] = 32, - ACTIONS(4164), 1, + [30659] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2338), 1, sym__line, - STATE(2971), 1, + STATE(3046), 1, sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114409,78 +114794,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46216] = 32, - ACTIONS(4378), 1, + [30791] = 34, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2365), 1, sym__line, - STATE(2972), 1, + STATE(3047), 1, sym__inlines, - ACTIONS(5594), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114503,78 +114892,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46342] = 32, - ACTIONS(4528), 1, + [30923] = 34, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2383), 1, sym__line, - STATE(2973), 1, + STATE(3048), 1, sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114597,78 +114990,82 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46468] = 32, - ACTIONS(4686), 1, + [31055] = 34, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2338), 1, sym__line, - STATE(2974), 1, + STATE(2976), 1, sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114691,78 +115088,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46594] = 32, - ACTIONS(5114), 1, + [31187] = 33, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2699), 1, sym__line, - STATE(2975), 1, - sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5782), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5784), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(571), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114785,78 +115184,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46720] = 32, - ACTIONS(4228), 1, + [31316] = 33, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2780), 1, sym__line, - STATE(2976), 1, - sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5802), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5804), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(565), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114879,78 +115280,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46846] = 32, - ACTIONS(3632), 1, + [31445] = 33, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2795), 1, sym__line, - STATE(2977), 1, - sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5794), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5796), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(448), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -114973,78 +115376,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [46972] = 32, - ACTIONS(3786), 1, + [31574] = 33, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - STATE(2337), 1, + STATE(2724), 1, sym__line, - STATE(2978), 1, - sym__inlines, - ACTIONS(5570), 3, + ACTIONS(2231), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(2233), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(466), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115067,78 +115472,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47098] = 32, - ACTIONS(4164), 1, + [31703] = 33, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - STATE(2352), 1, + STATE(2676), 1, sym__line, - STATE(3027), 1, - sym__inlines, - ACTIONS(5590), 3, + ACTIONS(5490), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5492), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(554), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115161,78 +115568,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47224] = 32, - ACTIONS(4378), 1, + [31832] = 33, + ACTIONS(3204), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(3208), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(3210), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(3212), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(3214), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(3216), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3218), 1, + anon_sym_PIPE, + ACTIONS(3220), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(3224), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(3226), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(3228), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(3230), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(3232), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(3234), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(3236), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(3238), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(3240), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(3242), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(3244), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(3246), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(3248), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(3250), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(3252), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(3254), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(3256), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(3258), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(3260), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(3262), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(3264), 1, sym__emphasis_open_underscore, - STATE(2310), 1, + STATE(2420), 1, sym__line, - STATE(3028), 1, - sym__inlines, - ACTIONS(5594), 3, + ACTIONS(3372), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(3374), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(432), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115255,78 +115664,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47350] = 32, - ACTIONS(4528), 1, + [31961] = 33, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2334), 1, + STATE(2738), 1, sym__line, - STATE(3029), 1, - sym__inlines, - ACTIONS(5574), 3, + ACTIONS(5786), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5788), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(435), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115349,78 +115760,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47476] = 32, - ACTIONS(4686), 1, + [32090] = 33, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - STATE(2301), 1, + STATE(2757), 1, sym__line, - STATE(3030), 1, - sym__inlines, - ACTIONS(5578), 3, + ACTIONS(5778), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5780), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(586), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115443,78 +115856,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47602] = 32, - ACTIONS(5114), 1, + [32219] = 33, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2488), 1, sym__line, - STATE(3031), 1, - sym__inlines, - ACTIONS(5582), 3, + ACTIONS(7), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(9), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(338), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115537,78 +115952,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47728] = 32, - ACTIONS(4228), 1, + [32348] = 33, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2370), 1, + STATE(2690), 1, sym__line, - STATE(3032), 1, - sym__inlines, - ACTIONS(5586), 3, + ACTIONS(5774), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5776), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(442), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115631,78 +116048,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47854] = 32, - ACTIONS(3632), 1, + [32477] = 33, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - STATE(2304), 1, + STATE(2741), 1, sym__line, - STATE(3033), 1, - sym__inlines, - ACTIONS(5566), 3, + ACTIONS(5484), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5486), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(548), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115725,78 +116144,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [47980] = 32, - ACTIONS(5114), 1, + [32606] = 33, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2312), 1, + STATE(2793), 1, sym__line, - STATE(3275), 1, - sym__inlines, - ACTIONS(5582), 3, + ACTIONS(5798), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5800), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(558), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115819,76 +116240,80 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48106] = 31, - ACTIONS(3632), 1, + [32735] = 33, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(3638), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(3648), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(3650), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(3652), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(3654), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(3664), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(3674), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(3676), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(3678), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2756), 1, + STATE(2769), 1, sym__line, - ACTIONS(5566), 3, + ACTIONS(5790), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5568), 5, + ACTIONS(5792), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(553), 24, + STATE(439), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -115911,76 +116336,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48229] = 31, - ACTIONS(4686), 1, + [32864] = 32, + ACTIONS(2235), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, + ACTIONS(2237), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, + ACTIONS(2239), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + ACTIONS(2245), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + ACTIONS(2247), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2249), 1, + anon_sym_PIPE, + ACTIONS(2251), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(2257), 1, sym__code_span_start, - ACTIONS(4702), 1, + ACTIONS(2259), 1, sym__highlight_span_start, - ACTIONS(4704), 1, + ACTIONS(2261), 1, sym__insert_span_start, - ACTIONS(4706), 1, + ACTIONS(2263), 1, sym__delete_span_start, - ACTIONS(4708), 1, + ACTIONS(2265), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, + ACTIONS(2267), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, + ACTIONS(2269), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, + ACTIONS(2271), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, + ACTIONS(2273), 1, sym__shortcode_open, - ACTIONS(4718), 1, + ACTIONS(2275), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, + ACTIONS(2277), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, + ACTIONS(2279), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, + ACTIONS(2281), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, + ACTIONS(2283), 1, sym__strikeout_open, - ACTIONS(4728), 1, + ACTIONS(2285), 1, sym__subscript_open, - ACTIONS(4730), 1, + ACTIONS(2287), 1, sym__superscript_open, - ACTIONS(4732), 1, + ACTIONS(2289), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, + ACTIONS(2291), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, + ACTIONS(2293), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, + ACTIONS(2295), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, + ACTIONS(2297), 1, sym__emphasis_open_underscore, - STATE(2788), 1, - sym__line, - ACTIONS(5578), 3, + ACTIONS(5806), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5580), 5, + ACTIONS(5808), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(575), 24, + STATE(1916), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116003,76 +116430,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48352] = 31, - ACTIONS(4228), 1, + [32990] = 32, + ACTIONS(4818), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, + ACTIONS(4820), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, + ACTIONS(4822), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4824), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + ACTIONS(4826), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + ACTIONS(4828), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4830), 1, + anon_sym_PIPE, + ACTIONS(4832), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(4836), 1, sym__code_span_start, - ACTIONS(4244), 1, + ACTIONS(4838), 1, sym__highlight_span_start, - ACTIONS(4246), 1, + ACTIONS(4840), 1, sym__insert_span_start, - ACTIONS(4248), 1, + ACTIONS(4842), 1, sym__delete_span_start, - ACTIONS(4250), 1, + ACTIONS(4844), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, + ACTIONS(4846), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, + ACTIONS(4848), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, + ACTIONS(4850), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, + ACTIONS(4852), 1, sym__shortcode_open, - ACTIONS(4260), 1, + ACTIONS(4854), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, + ACTIONS(4856), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, + ACTIONS(4858), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, + ACTIONS(4860), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, + ACTIONS(4862), 1, sym__strikeout_open, - ACTIONS(4270), 1, + ACTIONS(4864), 1, sym__subscript_open, - ACTIONS(4272), 1, + ACTIONS(4866), 1, sym__superscript_open, - ACTIONS(4274), 1, + ACTIONS(4868), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, + ACTIONS(4870), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, + ACTIONS(4872), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, + ACTIONS(4874), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, + ACTIONS(4876), 1, sym__emphasis_open_underscore, - STATE(2667), 1, - sym__line, - ACTIONS(5586), 3, + ACTIONS(5810), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5588), 5, + ACTIONS(5812), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(585), 24, + STATE(1765), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116095,76 +116524,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48475] = 31, - ACTIONS(4164), 1, + [33116] = 32, + ACTIONS(5146), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, + ACTIONS(5148), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, + ACTIONS(5150), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(5152), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, + ACTIONS(5154), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + ACTIONS(5156), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5158), 1, + anon_sym_PIPE, + ACTIONS(5160), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(5164), 1, sym__code_span_start, - ACTIONS(4180), 1, + ACTIONS(5166), 1, sym__highlight_span_start, - ACTIONS(4182), 1, + ACTIONS(5168), 1, sym__insert_span_start, - ACTIONS(4184), 1, + ACTIONS(5170), 1, sym__delete_span_start, - ACTIONS(4186), 1, + ACTIONS(5172), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, + ACTIONS(5174), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, + ACTIONS(5176), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, + ACTIONS(5178), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, + ACTIONS(5180), 1, sym__shortcode_open, - ACTIONS(4196), 1, + ACTIONS(5182), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, + ACTIONS(5184), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, + ACTIONS(5186), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, + ACTIONS(5188), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, + ACTIONS(5190), 1, sym__strikeout_open, - ACTIONS(4206), 1, + ACTIONS(5192), 1, sym__subscript_open, - ACTIONS(4208), 1, + ACTIONS(5194), 1, sym__superscript_open, - ACTIONS(4210), 1, + ACTIONS(5196), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, + ACTIONS(5198), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, + ACTIONS(5200), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, + ACTIONS(5202), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, + ACTIONS(5204), 1, sym__emphasis_open_underscore, - STATE(2733), 1, - sym__line, - ACTIONS(5590), 3, + ACTIONS(5814), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5592), 5, + ACTIONS(5816), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(565), 24, + STATE(1737), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116187,76 +116618,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48598] = 31, - ACTIONS(5114), 1, + [33242] = 32, + ACTIONS(4284), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, + ACTIONS(4286), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, + ACTIONS(4288), 1, anon_sym_DOLLAR, - ACTIONS(5120), 1, + ACTIONS(4290), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + ACTIONS(4292), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + ACTIONS(4294), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4296), 1, + anon_sym_PIPE, + ACTIONS(4298), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(4302), 1, sym__code_span_start, - ACTIONS(5130), 1, + ACTIONS(4304), 1, sym__highlight_span_start, - ACTIONS(5132), 1, + ACTIONS(4306), 1, sym__insert_span_start, - ACTIONS(5134), 1, + ACTIONS(4308), 1, sym__delete_span_start, - ACTIONS(5136), 1, + ACTIONS(4310), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, + ACTIONS(4312), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, + ACTIONS(4314), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, + ACTIONS(4316), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, + ACTIONS(4318), 1, sym__shortcode_open, - ACTIONS(5146), 1, + ACTIONS(4320), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, + ACTIONS(4322), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, + ACTIONS(4324), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, + ACTIONS(4326), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, + ACTIONS(4328), 1, sym__strikeout_open, - ACTIONS(5156), 1, + ACTIONS(4330), 1, sym__subscript_open, - ACTIONS(5158), 1, + ACTIONS(4332), 1, sym__superscript_open, - ACTIONS(5160), 1, + ACTIONS(4334), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, + ACTIONS(4336), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, + ACTIONS(4338), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, + ACTIONS(4340), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, + ACTIONS(4342), 1, sym__emphasis_open_underscore, - STATE(2743), 1, - sym__line, - ACTIONS(5582), 3, + ACTIONS(5818), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5584), 5, + ACTIONS(5820), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(582), 24, + STATE(1653), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116279,76 +116712,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48721] = 31, - ACTIONS(4378), 1, + [33368] = 32, + ACTIONS(5310), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(5312), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(5314), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(5316), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(5318), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(5320), 1, + aux_sym_pandoc_str_token1, + ACTIONS(5322), 1, + anon_sym_PIPE, + ACTIONS(5324), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(5328), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(5330), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(5332), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(5334), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(5336), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(5338), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(5340), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(5342), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(5344), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(5346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(5348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(5350), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(5352), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(5354), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(5356), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(5358), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(5360), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(5362), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(5364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(5366), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(5368), 1, sym__emphasis_open_underscore, - STATE(2774), 1, - sym__line, - ACTIONS(5594), 3, + ACTIONS(5822), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5596), 5, + ACTIONS(5824), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(586), 24, + STATE(1866), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116371,76 +116806,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48844] = 31, - ACTIONS(2179), 1, + [33494] = 32, + ACTIONS(3204), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(3208), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, + ACTIONS(3210), 1, anon_sym_DOLLAR, - ACTIONS(2185), 1, + ACTIONS(3212), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + ACTIONS(3214), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + ACTIONS(3216), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3218), 1, + anon_sym_PIPE, + ACTIONS(3220), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(3224), 1, sym__code_span_start, - ACTIONS(2199), 1, + ACTIONS(3226), 1, sym__highlight_span_start, - ACTIONS(2201), 1, + ACTIONS(3228), 1, sym__insert_span_start, - ACTIONS(2203), 1, + ACTIONS(3230), 1, sym__delete_span_start, - ACTIONS(2205), 1, + ACTIONS(3232), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, + ACTIONS(3234), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, + ACTIONS(3236), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, + ACTIONS(3238), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, + ACTIONS(3240), 1, sym__shortcode_open, - ACTIONS(2215), 1, + ACTIONS(3242), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, + ACTIONS(3244), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, + ACTIONS(3246), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, + ACTIONS(3248), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, + ACTIONS(3250), 1, sym__strikeout_open, - ACTIONS(2225), 1, + ACTIONS(3252), 1, sym__subscript_open, - ACTIONS(2227), 1, + ACTIONS(3254), 1, sym__superscript_open, - ACTIONS(2229), 1, + ACTIONS(3256), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, + ACTIONS(3258), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, + ACTIONS(3260), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, + ACTIONS(3262), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, + ACTIONS(3264), 1, sym__emphasis_open_underscore, - STATE(2698), 1, - sym__line, - ACTIONS(2175), 3, + ACTIONS(5826), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(2177), 5, + ACTIONS(5828), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(563), 24, + STATE(1190), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116463,76 +116900,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [48967] = 31, - ACTIONS(4004), 1, + [33620] = 32, + ACTIONS(4654), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, + ACTIONS(4656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, + ACTIONS(4658), 1, anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4660), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4662), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + ACTIONS(4664), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4666), 1, + anon_sym_PIPE, + ACTIONS(4668), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(4672), 1, sym__code_span_start, - ACTIONS(4020), 1, + ACTIONS(4674), 1, sym__highlight_span_start, - ACTIONS(4022), 1, + ACTIONS(4676), 1, sym__insert_span_start, - ACTIONS(4024), 1, + ACTIONS(4678), 1, sym__delete_span_start, - ACTIONS(4026), 1, + ACTIONS(4680), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, + ACTIONS(4682), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, + ACTIONS(4684), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, + ACTIONS(4686), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, + ACTIONS(4688), 1, sym__shortcode_open, - ACTIONS(4036), 1, + ACTIONS(4690), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, + ACTIONS(4692), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, + ACTIONS(4694), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, + ACTIONS(4696), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, + ACTIONS(4698), 1, sym__strikeout_open, - ACTIONS(4046), 1, + ACTIONS(4700), 1, sym__subscript_open, - ACTIONS(4048), 1, + ACTIONS(4702), 1, sym__superscript_open, - ACTIONS(4050), 1, + ACTIONS(4704), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, + ACTIONS(4706), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, + ACTIONS(4708), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, + ACTIONS(4710), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, + ACTIONS(4712), 1, sym__emphasis_open_underscore, - STATE(2713), 1, - sym__line, - ACTIONS(5276), 3, + ACTIONS(5830), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5278), 5, + ACTIONS(5832), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(561), 24, + STATE(2008), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116555,76 +116994,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49090] = 31, - ACTIONS(4528), 1, + [33746] = 32, + ACTIONS(4982), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, + ACTIONS(4984), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, + ACTIONS(4986), 1, anon_sym_DOLLAR, - ACTIONS(4534), 1, + ACTIONS(4988), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + ACTIONS(4990), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + ACTIONS(4992), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4994), 1, + anon_sym_PIPE, + ACTIONS(4996), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(5000), 1, sym__code_span_start, - ACTIONS(4544), 1, + ACTIONS(5002), 1, sym__highlight_span_start, - ACTIONS(4546), 1, + ACTIONS(5004), 1, sym__insert_span_start, - ACTIONS(4548), 1, + ACTIONS(5006), 1, sym__delete_span_start, - ACTIONS(4550), 1, + ACTIONS(5008), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, + ACTIONS(5010), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, + ACTIONS(5012), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, + ACTIONS(5014), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, + ACTIONS(5016), 1, sym__shortcode_open, - ACTIONS(4560), 1, + ACTIONS(5018), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, + ACTIONS(5020), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, + ACTIONS(5022), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, + ACTIONS(5024), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, + ACTIONS(5026), 1, sym__strikeout_open, - ACTIONS(4570), 1, + ACTIONS(5028), 1, sym__subscript_open, - ACTIONS(4572), 1, + ACTIONS(5030), 1, sym__superscript_open, - ACTIONS(4574), 1, + ACTIONS(5032), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, + ACTIONS(5034), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, + ACTIONS(5036), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, + ACTIONS(5038), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, + ACTIONS(5040), 1, sym__emphasis_open_underscore, - STATE(2727), 1, - sym__line, - ACTIONS(5574), 3, + ACTIONS(5834), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5576), 5, + ACTIONS(5836), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(571), 24, + STATE(1474), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116647,76 +117088,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49213] = 31, - ACTIONS(3204), 1, + [33872] = 32, + ACTIONS(3796), 1, anon_sym_LBRACK, - ACTIONS(3208), 1, + ACTIONS(3798), 1, anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR, - ACTIONS(3214), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, + ACTIONS(3804), 1, anon_sym_LBRACE, - ACTIONS(3218), 1, + ACTIONS(3806), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3808), 1, + anon_sym_PIPE, + ACTIONS(3810), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, + ACTIONS(3814), 1, sym__code_span_start, - ACTIONS(3222), 1, + ACTIONS(3816), 1, sym__highlight_span_start, - ACTIONS(3224), 1, + ACTIONS(3818), 1, sym__insert_span_start, - ACTIONS(3226), 1, + ACTIONS(3820), 1, sym__delete_span_start, - ACTIONS(3228), 1, + ACTIONS(3822), 1, sym__edit_comment_span_start, - ACTIONS(3230), 1, + ACTIONS(3824), 1, sym__single_quote_span_open, - ACTIONS(3232), 1, + ACTIONS(3826), 1, sym__double_quote_span_open, - ACTIONS(3234), 1, + ACTIONS(3828), 1, sym__shortcode_open_escaped, - ACTIONS(3236), 1, + ACTIONS(3830), 1, sym__shortcode_open, - ACTIONS(3238), 1, + ACTIONS(3832), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, + ACTIONS(3834), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, + ACTIONS(3836), 1, sym__cite_author_in_text, - ACTIONS(3244), 1, + ACTIONS(3838), 1, sym__cite_suppress_author, - ACTIONS(3246), 1, + ACTIONS(3840), 1, sym__strikeout_open, - ACTIONS(3248), 1, + ACTIONS(3842), 1, sym__subscript_open, - ACTIONS(3250), 1, + ACTIONS(3844), 1, sym__superscript_open, - ACTIONS(3252), 1, + ACTIONS(3846), 1, sym__inline_note_start_token, - ACTIONS(3254), 1, + ACTIONS(3848), 1, sym__strong_emphasis_open_star, - ACTIONS(3256), 1, + ACTIONS(3850), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, + ACTIONS(3852), 1, sym__emphasis_open_star, - ACTIONS(3260), 1, + ACTIONS(3854), 1, sym__emphasis_open_underscore, - STATE(2575), 1, - sym__line, - ACTIONS(3200), 3, + ACTIONS(5838), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(3202), 5, + ACTIONS(5840), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(422), 24, + STATE(1426), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116739,76 +117182,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49336] = 31, - ACTIONS(3786), 1, + [33998] = 32, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, + ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, + ACTIONS(15), 1, anon_sym_DOLLAR, - ACTIONS(3792), 1, + ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + ACTIONS(21), 1, + aux_sym_pandoc_str_token1, + ACTIONS(23), 1, + anon_sym_PIPE, + ACTIONS(25), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(69), 1, sym__code_span_start, - ACTIONS(3802), 1, + ACTIONS(71), 1, sym__highlight_span_start, - ACTIONS(3804), 1, + ACTIONS(73), 1, sym__insert_span_start, - ACTIONS(3806), 1, + ACTIONS(75), 1, sym__delete_span_start, - ACTIONS(3808), 1, + ACTIONS(77), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, + ACTIONS(79), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, + ACTIONS(81), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, + ACTIONS(83), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, + ACTIONS(85), 1, sym__shortcode_open, - ACTIONS(3818), 1, + ACTIONS(87), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, + ACTIONS(89), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, + ACTIONS(91), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, + ACTIONS(93), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, + ACTIONS(95), 1, sym__strikeout_open, - ACTIONS(3828), 1, + ACTIONS(97), 1, sym__subscript_open, - ACTIONS(3830), 1, + ACTIONS(99), 1, sym__superscript_open, - ACTIONS(3832), 1, + ACTIONS(101), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, + ACTIONS(103), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, + ACTIONS(105), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, + ACTIONS(107), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, + ACTIONS(109), 1, sym__emphasis_open_underscore, - STATE(2781), 1, - sym__line, - ACTIONS(5570), 3, + ACTIONS(5842), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5572), 5, + ACTIONS(5844), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(556), 24, + STATE(1300), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116831,76 +117276,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49459] = 31, - ACTIONS(11), 1, + [34124] = 32, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(13), 1, + ACTIONS(3962), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, + ACTIONS(3964), 1, anon_sym_DOLLAR, - ACTIONS(17), 1, + ACTIONS(3966), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, + ACTIONS(3968), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(3970), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3972), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(3978), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(3980), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(3982), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(3984), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(3986), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(3988), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(3990), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(3992), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(3994), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(3998), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(4000), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(4002), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(4004), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(4006), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(4008), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(4010), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(4012), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(4014), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(4016), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(4018), 1, sym__emphasis_open_underscore, - STATE(2591), 1, - sym__line, - ACTIONS(7), 3, + ACTIONS(5846), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(9), 5, + ACTIONS(5848), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(455), 24, + STATE(1503), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -116923,76 +117370,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49582] = 31, - ACTIONS(3940), 1, + [34250] = 32, + ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(3942), 1, + ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + ACTIONS(3636), 1, anon_sym_DOLLAR, - ACTIONS(3946), 1, + ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, + ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(3950), 1, + ACTIONS(3642), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3644), 1, + anon_sym_PIPE, + ACTIONS(3646), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(3650), 1, sym__code_span_start, - ACTIONS(3956), 1, + ACTIONS(3652), 1, sym__highlight_span_start, - ACTIONS(3958), 1, + ACTIONS(3654), 1, sym__insert_span_start, - ACTIONS(3960), 1, + ACTIONS(3656), 1, sym__delete_span_start, - ACTIONS(3962), 1, + ACTIONS(3658), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, + ACTIONS(3660), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, + ACTIONS(3662), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, + ACTIONS(3664), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, + ACTIONS(3666), 1, sym__shortcode_open, - ACTIONS(3972), 1, + ACTIONS(3668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, + ACTIONS(3670), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, + ACTIONS(3672), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, + ACTIONS(3674), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, + ACTIONS(3676), 1, sym__strikeout_open, - ACTIONS(3982), 1, + ACTIONS(3678), 1, sym__subscript_open, - ACTIONS(3984), 1, + ACTIONS(3680), 1, sym__superscript_open, - ACTIONS(3986), 1, + ACTIONS(3682), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, + ACTIONS(3684), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, + ACTIONS(3686), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, + ACTIONS(3688), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, + ACTIONS(3690), 1, sym__emphasis_open_underscore, - STATE(2739), 1, - sym__line, - ACTIONS(5284), 3, + ACTIONS(5850), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5286), 5, + ACTIONS(5852), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(559), 24, + STATE(2030), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -117015,74 +117464,78 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49705] = 30, - ACTIONS(4378), 1, + [34376] = 32, + ACTIONS(4124), 1, anon_sym_LBRACK, - ACTIONS(4380), 1, + ACTIONS(4126), 1, anon_sym_BANG_LBRACK, - ACTIONS(4382), 1, + ACTIONS(4128), 1, anon_sym_DOLLAR, - ACTIONS(4384), 1, + ACTIONS(4130), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4386), 1, + ACTIONS(4132), 1, anon_sym_LBRACE, - ACTIONS(4388), 1, + ACTIONS(4134), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4136), 1, + anon_sym_PIPE, + ACTIONS(4138), 1, aux_sym_pandoc_line_break_token1, - ACTIONS(4392), 1, + ACTIONS(4142), 1, sym__code_span_start, - ACTIONS(4394), 1, + ACTIONS(4144), 1, sym__highlight_span_start, - ACTIONS(4396), 1, + ACTIONS(4146), 1, sym__insert_span_start, - ACTIONS(4398), 1, + ACTIONS(4148), 1, sym__delete_span_start, - ACTIONS(4400), 1, + ACTIONS(4150), 1, sym__edit_comment_span_start, - ACTIONS(4402), 1, + ACTIONS(4152), 1, sym__single_quote_span_open, - ACTIONS(4404), 1, + ACTIONS(4154), 1, sym__double_quote_span_open, - ACTIONS(4406), 1, + ACTIONS(4156), 1, sym__shortcode_open_escaped, - ACTIONS(4408), 1, + ACTIONS(4158), 1, sym__shortcode_open, - ACTIONS(4410), 1, + ACTIONS(4160), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4412), 1, + ACTIONS(4162), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4414), 1, + ACTIONS(4164), 1, sym__cite_author_in_text, - ACTIONS(4416), 1, + ACTIONS(4166), 1, sym__cite_suppress_author, - ACTIONS(4418), 1, + ACTIONS(4168), 1, sym__strikeout_open, - ACTIONS(4420), 1, + ACTIONS(4170), 1, sym__subscript_open, - ACTIONS(4422), 1, + ACTIONS(4172), 1, sym__superscript_open, - ACTIONS(4424), 1, + ACTIONS(4174), 1, sym__inline_note_start_token, - ACTIONS(4426), 1, + ACTIONS(4176), 1, sym__strong_emphasis_open_star, - ACTIONS(4428), 1, + ACTIONS(4178), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4430), 1, + ACTIONS(4180), 1, sym__emphasis_open_star, - ACTIONS(4432), 1, + ACTIONS(4182), 1, sym__emphasis_open_underscore, - ACTIONS(5598), 3, + ACTIONS(5854), 2, sym_entity_reference, - sym_pandoc_str, aux_sym__prose_punctuation_token1, - ACTIONS(5600), 5, + ACTIONS(5856), 5, sym__html_comment, sym__autolink, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, - STATE(1694), 24, + STATE(1577), 25, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -117105,1099 +117558,816 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strikeout, sym_pandoc_emph, sym_pandoc_strong, + sym_pandoc_str, sym__prose_punctuation, sym_pandoc_line_break, - [49825] = 30, - ACTIONS(3940), 1, - anon_sym_LBRACK, - ACTIONS(3942), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3944), 1, + [34502] = 3, + ACTIONS(5862), 1, + sym_block_continuation, + ACTIONS(5858), 6, + anon_sym_COLON, + sym_entity_reference, anon_sym_DOLLAR, - ACTIONS(3946), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3948), 1, - anon_sym_LBRACE, - ACTIONS(3950), 1, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3954), 1, + ACTIONS(5860), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(3956), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(3958), 1, sym__insert_span_start, - ACTIONS(3960), 1, sym__delete_span_start, - ACTIONS(3962), 1, sym__edit_comment_span_start, - ACTIONS(3964), 1, sym__single_quote_span_open, - ACTIONS(3966), 1, sym__double_quote_span_open, - ACTIONS(3968), 1, sym__shortcode_open_escaped, - ACTIONS(3970), 1, sym__shortcode_open, - ACTIONS(3972), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3974), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3976), 1, sym__cite_author_in_text, - ACTIONS(3978), 1, sym__cite_suppress_author, - ACTIONS(3980), 1, sym__strikeout_open, - ACTIONS(3982), 1, sym__subscript_open, - ACTIONS(3984), 1, sym__superscript_open, - ACTIONS(3986), 1, sym__inline_note_start_token, - ACTIONS(3988), 1, sym__strong_emphasis_open_star, - ACTIONS(3990), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3992), 1, sym__emphasis_open_star, - ACTIONS(3994), 1, sym__emphasis_open_underscore, - ACTIONS(5602), 3, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [34552] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(903), 1, + sym__pandoc_attr_specifier, + ACTIONS(5864), 5, sym_entity_reference, - sym_pandoc_str, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, - ACTIONS(5604), 5, + aux_sym_pandoc_line_break_token1, + ACTIONS(5866), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, sym__html_comment, sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1686), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [49945] = 30, - ACTIONS(5114), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, anon_sym_BANG_LBRACK, - ACTIONS(5118), 1, - anon_sym_DOLLAR, - ACTIONS(5120), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5122), 1, + anon_sym_PIPE, + sym__whitespace, + [34603] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(5124), 1, + STATE(917), 1, + sym__pandoc_attr_specifier, + ACTIONS(5868), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5128), 1, + ACTIONS(5870), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(5130), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(5132), 1, sym__insert_span_start, - ACTIONS(5134), 1, sym__delete_span_start, - ACTIONS(5136), 1, sym__edit_comment_span_start, - ACTIONS(5138), 1, sym__single_quote_span_open, - ACTIONS(5140), 1, sym__double_quote_span_open, - ACTIONS(5142), 1, sym__shortcode_open_escaped, - ACTIONS(5144), 1, sym__shortcode_open, - ACTIONS(5146), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5148), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5150), 1, sym__cite_author_in_text, - ACTIONS(5152), 1, sym__cite_suppress_author, - ACTIONS(5154), 1, sym__strikeout_open, - ACTIONS(5156), 1, sym__subscript_open, - ACTIONS(5158), 1, sym__superscript_open, - ACTIONS(5160), 1, sym__inline_note_start_token, - ACTIONS(5162), 1, sym__strong_emphasis_open_star, - ACTIONS(5164), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5166), 1, sym__emphasis_open_star, - ACTIONS(5168), 1, sym__emphasis_open_underscore, - ACTIONS(5606), 3, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [34654] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(895), 1, + sym__pandoc_attr_specifier, + ACTIONS(5872), 5, sym_entity_reference, - sym_pandoc_str, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, - ACTIONS(5608), 5, + aux_sym_pandoc_line_break_token1, + ACTIONS(5874), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, sym__html_comment, sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1413), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50065] = 30, - ACTIONS(4686), 1, anon_sym_LBRACK, - ACTIONS(4688), 1, anon_sym_BANG_LBRACK, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4694), 1, + anon_sym_PIPE, + sym__whitespace, + [34705] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(4696), 1, + STATE(971), 1, + sym__pandoc_attr_specifier, + ACTIONS(5876), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(4700), 1, + ACTIONS(5878), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(4702), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(4704), 1, sym__insert_span_start, - ACTIONS(4706), 1, sym__delete_span_start, - ACTIONS(4708), 1, sym__edit_comment_span_start, - ACTIONS(4710), 1, sym__single_quote_span_open, - ACTIONS(4712), 1, sym__double_quote_span_open, - ACTIONS(4714), 1, sym__shortcode_open_escaped, - ACTIONS(4716), 1, sym__shortcode_open, - ACTIONS(4718), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4720), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4722), 1, sym__cite_author_in_text, - ACTIONS(4724), 1, sym__cite_suppress_author, - ACTIONS(4726), 1, sym__strikeout_open, - ACTIONS(4728), 1, sym__subscript_open, - ACTIONS(4730), 1, sym__superscript_open, - ACTIONS(4732), 1, sym__inline_note_start_token, - ACTIONS(4734), 1, sym__strong_emphasis_open_star, - ACTIONS(4736), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4738), 1, sym__emphasis_open_star, - ACTIONS(4740), 1, sym__emphasis_open_underscore, - ACTIONS(5610), 3, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [34756] = 4, + ACTIONS(5884), 1, + anon_sym_LBRACE, + STATE(907), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, - sym_pandoc_str, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, - ACTIONS(5612), 5, + aux_sym_pandoc_line_break_token1, + ACTIONS(5882), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, sym__html_comment, sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1996), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50185] = 30, - ACTIONS(4228), 1, anon_sym_LBRACK, - ACTIONS(4230), 1, anon_sym_BANG_LBRACK, - ACTIONS(4232), 1, - anon_sym_DOLLAR, - ACTIONS(4234), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4236), 1, + anon_sym_PIPE, + sym__whitespace, + [34807] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(4238), 1, + STATE(908), 1, + sym__pandoc_attr_specifier, + ACTIONS(5886), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(4242), 1, + ACTIONS(5888), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(4244), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(4246), 1, sym__insert_span_start, - ACTIONS(4248), 1, sym__delete_span_start, - ACTIONS(4250), 1, sym__edit_comment_span_start, - ACTIONS(4252), 1, sym__single_quote_span_open, - ACTIONS(4254), 1, sym__double_quote_span_open, - ACTIONS(4256), 1, sym__shortcode_open_escaped, - ACTIONS(4258), 1, sym__shortcode_open, - ACTIONS(4260), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4262), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4264), 1, sym__cite_author_in_text, - ACTIONS(4266), 1, sym__cite_suppress_author, - ACTIONS(4268), 1, sym__strikeout_open, - ACTIONS(4270), 1, sym__subscript_open, - ACTIONS(4272), 1, sym__superscript_open, - ACTIONS(4274), 1, sym__inline_note_start_token, - ACTIONS(4276), 1, sym__strong_emphasis_open_star, - ACTIONS(4278), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4280), 1, sym__emphasis_open_star, - ACTIONS(4282), 1, sym__emphasis_open_underscore, - ACTIONS(5614), 3, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [34858] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(913), 1, + sym__pandoc_attr_specifier, + ACTIONS(5890), 5, sym_entity_reference, - sym_pandoc_str, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, - ACTIONS(5616), 5, + aux_sym_pandoc_line_break_token1, + ACTIONS(5892), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, sym__html_comment, sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [34909] = 3, + ACTIONS(5894), 1, + sym_block_continuation, + ACTIONS(2872), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(2874), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1487), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50305] = 30, - ACTIONS(4164), 1, anon_sym_LBRACK, - ACTIONS(4166), 1, anon_sym_BANG_LBRACK, - ACTIONS(4168), 1, - anon_sym_DOLLAR, - ACTIONS(4170), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4172), 1, anon_sym_LBRACE, - ACTIONS(4174), 1, + anon_sym_PIPE, + sym__whitespace, + [34958] = 2, + ACTIONS(5896), 6, + anon_sym_COLON, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(4178), 1, + ACTIONS(5898), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(4180), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(4182), 1, sym__insert_span_start, - ACTIONS(4184), 1, sym__delete_span_start, - ACTIONS(4186), 1, sym__edit_comment_span_start, - ACTIONS(4188), 1, sym__single_quote_span_open, - ACTIONS(4190), 1, sym__double_quote_span_open, - ACTIONS(4192), 1, sym__shortcode_open_escaped, - ACTIONS(4194), 1, sym__shortcode_open, - ACTIONS(4196), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4198), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4200), 1, sym__cite_author_in_text, - ACTIONS(4202), 1, sym__cite_suppress_author, - ACTIONS(4204), 1, sym__strikeout_open, - ACTIONS(4206), 1, sym__subscript_open, - ACTIONS(4208), 1, sym__superscript_open, - ACTIONS(4210), 1, sym__inline_note_start_token, - ACTIONS(4212), 1, sym__strong_emphasis_open_star, - ACTIONS(4214), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4216), 1, sym__emphasis_open_star, - ACTIONS(4218), 1, sym__emphasis_open_underscore, - ACTIONS(5618), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5620), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1452), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50425] = 30, - ACTIONS(3632), 1, anon_sym_LBRACK, - ACTIONS(3634), 1, anon_sym_BANG_LBRACK, - ACTIONS(3636), 1, - anon_sym_DOLLAR, - ACTIONS(3638), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3640), 1, anon_sym_LBRACE, - ACTIONS(3642), 1, + anon_sym_PIPE, + sym__whitespace, + [35005] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(945), 1, + sym__pandoc_attr_specifier, + ACTIONS(5900), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3646), 1, + ACTIONS(5902), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(3648), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(3650), 1, sym__insert_span_start, - ACTIONS(3652), 1, sym__delete_span_start, - ACTIONS(3654), 1, sym__edit_comment_span_start, - ACTIONS(3656), 1, sym__single_quote_span_open, - ACTIONS(3658), 1, sym__double_quote_span_open, - ACTIONS(3660), 1, sym__shortcode_open_escaped, - ACTIONS(3662), 1, sym__shortcode_open, - ACTIONS(3664), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3666), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3668), 1, sym__cite_author_in_text, - ACTIONS(3670), 1, sym__cite_suppress_author, - ACTIONS(3672), 1, sym__strikeout_open, - ACTIONS(3674), 1, sym__subscript_open, - ACTIONS(3676), 1, sym__superscript_open, - ACTIONS(3678), 1, sym__inline_note_start_token, - ACTIONS(3680), 1, sym__strong_emphasis_open_star, - ACTIONS(3682), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3684), 1, sym__emphasis_open_star, - ACTIONS(3686), 1, sym__emphasis_open_underscore, - ACTIONS(5622), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5624), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1562), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50545] = 30, - ACTIONS(4528), 1, anon_sym_LBRACK, - ACTIONS(4530), 1, anon_sym_BANG_LBRACK, - ACTIONS(4532), 1, - anon_sym_DOLLAR, - ACTIONS(4534), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4536), 1, + anon_sym_PIPE, + sym__whitespace, + [35056] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(4538), 1, + STATE(949), 1, + sym__pandoc_attr_specifier, + ACTIONS(5904), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(4542), 1, + ACTIONS(5906), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(4544), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(4546), 1, sym__insert_span_start, - ACTIONS(4548), 1, sym__delete_span_start, - ACTIONS(4550), 1, sym__edit_comment_span_start, - ACTIONS(4552), 1, sym__single_quote_span_open, - ACTIONS(4554), 1, sym__double_quote_span_open, - ACTIONS(4556), 1, sym__shortcode_open_escaped, - ACTIONS(4558), 1, sym__shortcode_open, - ACTIONS(4560), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4562), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4564), 1, sym__cite_author_in_text, - ACTIONS(4566), 1, sym__cite_suppress_author, - ACTIONS(4568), 1, sym__strikeout_open, - ACTIONS(4570), 1, sym__subscript_open, - ACTIONS(4572), 1, sym__superscript_open, - ACTIONS(4574), 1, sym__inline_note_start_token, - ACTIONS(4576), 1, sym__strong_emphasis_open_star, - ACTIONS(4578), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4580), 1, sym__emphasis_open_star, - ACTIONS(4582), 1, sym__emphasis_open_underscore, - ACTIONS(5626), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5628), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1840), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50665] = 30, - ACTIONS(3786), 1, anon_sym_LBRACK, - ACTIONS(3788), 1, anon_sym_BANG_LBRACK, - ACTIONS(3790), 1, - anon_sym_DOLLAR, - ACTIONS(3792), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3794), 1, + anon_sym_PIPE, + sym__whitespace, + [35107] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(3796), 1, + STATE(950), 1, + sym__pandoc_attr_specifier, + ACTIONS(5908), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3800), 1, + ACTIONS(5910), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(3802), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(3804), 1, sym__insert_span_start, - ACTIONS(3806), 1, sym__delete_span_start, - ACTIONS(3808), 1, sym__edit_comment_span_start, - ACTIONS(3810), 1, sym__single_quote_span_open, - ACTIONS(3812), 1, sym__double_quote_span_open, - ACTIONS(3814), 1, sym__shortcode_open_escaped, - ACTIONS(3816), 1, sym__shortcode_open, - ACTIONS(3818), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3820), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3822), 1, sym__cite_author_in_text, - ACTIONS(3824), 1, sym__cite_suppress_author, - ACTIONS(3826), 1, sym__strikeout_open, - ACTIONS(3828), 1, sym__subscript_open, - ACTIONS(3830), 1, sym__superscript_open, - ACTIONS(3832), 1, sym__inline_note_start_token, - ACTIONS(3834), 1, sym__strong_emphasis_open_star, - ACTIONS(3836), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3838), 1, sym__emphasis_open_star, - ACTIONS(3840), 1, sym__emphasis_open_underscore, - ACTIONS(5630), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5632), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1639), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50785] = 30, - ACTIONS(3204), 1, anon_sym_LBRACK, - ACTIONS(3208), 1, anon_sym_BANG_LBRACK, - ACTIONS(3212), 1, - anon_sym_DOLLAR, - ACTIONS(3214), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3216), 1, - anon_sym_LBRACE, - ACTIONS(3218), 1, + anon_sym_PIPE, + sym__whitespace, + [35158] = 3, + ACTIONS(5912), 1, + sym_block_continuation, + ACTIONS(5858), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3220), 1, + ACTIONS(5860), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(3222), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(3224), 1, sym__insert_span_start, - ACTIONS(3226), 1, sym__delete_span_start, - ACTIONS(3228), 1, sym__edit_comment_span_start, - ACTIONS(3230), 1, sym__single_quote_span_open, - ACTIONS(3232), 1, sym__double_quote_span_open, - ACTIONS(3234), 1, sym__shortcode_open_escaped, - ACTIONS(3236), 1, sym__shortcode_open, - ACTIONS(3238), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3240), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3242), 1, sym__cite_author_in_text, - ACTIONS(3244), 1, sym__cite_suppress_author, - ACTIONS(3246), 1, sym__strikeout_open, - ACTIONS(3248), 1, sym__subscript_open, - ACTIONS(3250), 1, sym__superscript_open, - ACTIONS(3252), 1, sym__inline_note_start_token, - ACTIONS(3254), 1, sym__strong_emphasis_open_star, - ACTIONS(3256), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3258), 1, sym__emphasis_open_star, - ACTIONS(3260), 1, sym__emphasis_open_underscore, - ACTIONS(5634), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5636), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1188), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [50905] = 30, - ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(13), 1, anon_sym_BANG_LBRACK, - ACTIONS(15), 1, - anon_sym_DOLLAR, - ACTIONS(17), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + anon_sym_PIPE, + sym__whitespace, + [35207] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(916), 1, + sym__pandoc_attr_specifier, + ACTIONS(5914), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(65), 1, + ACTIONS(5916), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(67), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(93), 1, sym__subscript_open, - ACTIONS(95), 1, sym__superscript_open, - ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(105), 1, sym__emphasis_open_underscore, - ACTIONS(5638), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5640), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1297), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [51025] = 30, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_BANG_LBRACK, - ACTIONS(2183), 1, - anon_sym_DOLLAR, - ACTIONS(2185), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2189), 1, + anon_sym_PIPE, + sym__whitespace, + [35258] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(2191), 1, + STATE(951), 1, + sym__pandoc_attr_specifier, + ACTIONS(5918), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2197), 1, + ACTIONS(5920), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(2199), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(2201), 1, sym__insert_span_start, - ACTIONS(2203), 1, sym__delete_span_start, - ACTIONS(2205), 1, sym__edit_comment_span_start, - ACTIONS(2207), 1, sym__single_quote_span_open, - ACTIONS(2209), 1, sym__double_quote_span_open, - ACTIONS(2211), 1, sym__shortcode_open_escaped, - ACTIONS(2213), 1, sym__shortcode_open, - ACTIONS(2215), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2217), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2219), 1, sym__cite_author_in_text, - ACTIONS(2221), 1, sym__cite_suppress_author, - ACTIONS(2223), 1, sym__strikeout_open, - ACTIONS(2225), 1, sym__subscript_open, - ACTIONS(2227), 1, sym__superscript_open, - ACTIONS(2229), 1, sym__inline_note_start_token, - ACTIONS(2231), 1, sym__strong_emphasis_open_star, - ACTIONS(2233), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2235), 1, sym__emphasis_open_star, - ACTIONS(2237), 1, sym__emphasis_open_underscore, - ACTIONS(5642), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5644), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1903), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, - sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [51145] = 30, - ACTIONS(4004), 1, anon_sym_LBRACK, - ACTIONS(4006), 1, anon_sym_BANG_LBRACK, - ACTIONS(4008), 1, - anon_sym_DOLLAR, - ACTIONS(4010), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4012), 1, + anon_sym_PIPE, + sym__whitespace, + [35309] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - ACTIONS(4014), 1, + STATE(946), 1, + sym__pandoc_attr_specifier, + ACTIONS(5922), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(4018), 1, + ACTIONS(5924), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, - ACTIONS(4020), 1, + sym__html_comment, + sym__autolink, sym__highlight_span_start, - ACTIONS(4022), 1, sym__insert_span_start, - ACTIONS(4024), 1, sym__delete_span_start, - ACTIONS(4026), 1, sym__edit_comment_span_start, - ACTIONS(4028), 1, sym__single_quote_span_open, - ACTIONS(4030), 1, sym__double_quote_span_open, - ACTIONS(4032), 1, sym__shortcode_open_escaped, - ACTIONS(4034), 1, sym__shortcode_open, - ACTIONS(4036), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4038), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4040), 1, sym__cite_author_in_text, - ACTIONS(4042), 1, sym__cite_suppress_author, - ACTIONS(4044), 1, sym__strikeout_open, - ACTIONS(4046), 1, sym__subscript_open, - ACTIONS(4048), 1, sym__superscript_open, - ACTIONS(4050), 1, sym__inline_note_start_token, - ACTIONS(4052), 1, sym__strong_emphasis_open_star, - ACTIONS(4054), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4056), 1, sym__emphasis_open_star, - ACTIONS(4058), 1, sym__emphasis_open_underscore, - ACTIONS(5646), 3, - sym_entity_reference, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - ACTIONS(5648), 5, - sym__html_comment, - sym__autolink, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, - STATE(1993), 24, - sym_pandoc_span, - sym_pandoc_image, - sym_pandoc_math, - sym_pandoc_display_math, - sym_pandoc_code_span, - sym_pandoc_single_quote, - sym_pandoc_double_quote, - sym_insert, - sym_delete, - sym_edit_comment, - sym_highlight, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [35360] = 4, + ACTIONS(1985), 1, + anon_sym_LBRACE, + STATE(952), 1, sym__pandoc_attr_specifier, - sym__inline_element, - sym_shortcode_escaped, - sym_shortcode, - sym_citation, - sym_inline_note, - sym_pandoc_superscript, - sym_pandoc_subscript, - sym_pandoc_strikeout, - sym_pandoc_emph, - sym_pandoc_strong, - sym__prose_punctuation, - sym_pandoc_line_break, - [51265] = 3, - ACTIONS(5654), 1, - sym_block_continuation, - ACTIONS(5650), 6, - anon_sym_COLON, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5652), 35, + ACTIONS(5928), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118226,25 +118396,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [51314] = 4, - ACTIONS(1941), 1, + [35411] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(935), 1, + STATE(956), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 34, + ACTIONS(5932), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118273,24 +118443,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51364] = 4, - ACTIONS(1941), 1, + [35462] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(912), 1, + STATE(965), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 34, + ACTIONS(5936), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118319,24 +118490,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51414] = 4, - ACTIONS(1941), 1, + [35513] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(876), 1, + STATE(932), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 34, + ACTIONS(5940), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118365,24 +118537,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51464] = 4, - ACTIONS(1941), 1, + [35564] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(898), 1, + STATE(910), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 34, + ACTIONS(5944), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118411,24 +118584,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51514] = 4, - ACTIONS(1941), 1, + [35615] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(878), 1, + STATE(922), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 34, + ACTIONS(5948), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118457,24 +118631,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51564] = 4, - ACTIONS(5680), 1, + [35666] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(932), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(970), 1, + sym__pandoc_attr_specifier, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 34, + ACTIONS(5952), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118503,24 +118678,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51614] = 4, - ACTIONS(1941), 1, + [35717] = 4, + ACTIONS(1985), 1, anon_sym_LBRACE, - STATE(941), 1, + STATE(881), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 34, + ACTIONS(5956), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118549,27 +118725,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51664] = 4, - ACTIONS(1941), 1, + [35768] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(957), 1, + STATE(1240), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5934), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 34, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5936), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118595,24 +118771,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [51714] = 4, - ACTIONS(1941), 1, - anon_sym_LBRACE, - STATE(924), 1, - sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + [35818] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 34, + ACTIONS(5960), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118641,24 +118814,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [51764] = 4, - ACTIONS(1941), 1, anon_sym_LBRACE, - STATE(902), 1, - sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + anon_sym_PIPE, + sym__whitespace, + [35864] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 34, + ACTIONS(5964), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118687,24 +118858,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [51814] = 4, - ACTIONS(1941), 1, anon_sym_LBRACE, - STATE(873), 1, - sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + anon_sym_PIPE, + sym__whitespace, + [35910] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 34, + ACTIONS(3370), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118733,24 +118902,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [51864] = 4, - ACTIONS(1941), 1, anon_sym_LBRACE, - STATE(877), 1, - sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + anon_sym_PIPE, + sym__whitespace, + [35956] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 34, + ACTIONS(5968), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118779,24 +118946,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [51914] = 4, - ACTIONS(1941), 1, anon_sym_LBRACE, - STATE(880), 1, - sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + anon_sym_PIPE, + sym__whitespace, + [36002] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 34, + ACTIONS(5972), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118825,27 +118990,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [51964] = 4, - ACTIONS(1941), 1, + [36048] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(874), 1, + STATE(1262), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 34, + ACTIONS(5952), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118871,22 +119038,20 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [52014] = 3, - ACTIONS(5714), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [36098] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 35, + ACTIONS(5976), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118915,25 +119080,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52062] = 4, - ACTIONS(1941), 1, - anon_sym_LBRACE, - STATE(906), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + [36144] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 34, + ACTIONS(5980), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -118962,24 +119124,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [52112] = 4, - ACTIONS(1941), 1, anon_sym_LBRACE, - STATE(879), 1, - sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + anon_sym_PIPE, + sym__whitespace, + [36190] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 34, + ACTIONS(5984), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -119008,27 +119168,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52162] = 4, - ACTIONS(1941), 1, + [36236] = 4, + ACTIONS(5986), 1, anon_sym_LBRACE, - STATE(910), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + STATE(1312), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 34, + ACTIONS(5882), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119054,27 +119216,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [52212] = 4, - ACTIONS(1941), 1, - anon_sym_LBRACE, - STATE(904), 1, - sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + [36286] = 3, + ACTIONS(5988), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 34, + ACTIONS(2874), 35, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119100,24 +119260,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52262] = 2, - ACTIONS(5732), 6, - anon_sym_COLON, + [36334] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1313), 1, + sym__pandoc_attr_specifier, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5734), 35, + ACTIONS(5888), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119143,28 +119307,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52308] = 4, - ACTIONS(1941), 1, + [36384] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(958), 1, + STATE(1314), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 34, + ACTIONS(5892), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119190,22 +119353,20 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [52358] = 3, - ACTIONS(5740), 1, - sym_block_continuation, - ACTIONS(5650), 5, + [36434] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5652), 35, + ACTIONS(5992), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -119234,28 +119395,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52406] = 4, - ACTIONS(1941), 1, + [36480] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(875), 1, + STATE(1346), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 34, + ACTIONS(5920), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119281,27 +119443,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [52456] = 4, - ACTIONS(1941), 1, + [36530] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(907), 1, + STATE(1347), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 34, + ACTIONS(5928), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119327,24 +119489,24 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [52506] = 4, + [36580] = 4, ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1345), 1, + STATE(1348), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 33, + ACTIONS(5932), 34, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -119377,104 +119539,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [52555] = 2, - ACTIONS(5752), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, anon_sym_PIPE, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, sym__whitespace, - [52600] = 2, - ACTIONS(5756), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - anon_sym_PIPE, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [36630] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - sym__whitespace, - [52645] = 2, - ACTIONS(5760), 5, + STATE(1180), 1, + sym__pandoc_attr_specifier, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 35, + ACTIONS(5936), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119500,24 +119581,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52690] = 2, - ACTIONS(5764), 5, + [36680] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1315), 1, + sym__pandoc_attr_specifier, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 35, + ACTIONS(5916), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119543,24 +119627,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52735] = 2, - ACTIONS(5768), 5, + [36730] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1316), 1, + sym__pandoc_attr_specifier, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 35, + ACTIONS(5870), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119586,24 +119673,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52780] = 2, - ACTIONS(5772), 5, + [36780] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1317), 1, + sym__pandoc_attr_specifier, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 35, + ACTIONS(5878), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119629,21 +119719,20 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52825] = 2, - ACTIONS(5696), 5, + [36830] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 35, + ACTIONS(5996), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -119672,21 +119761,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52870] = 2, - ACTIONS(5776), 5, + [36876] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 35, + ACTIONS(6000), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -119715,24 +119805,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52915] = 2, - ACTIONS(5780), 5, + [36922] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1318), 1, + sym__pandoc_attr_specifier, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 35, + ACTIONS(5940), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119758,21 +119853,20 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [52960] = 2, - ACTIONS(5784), 5, + [36972] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 35, + ACTIONS(6004), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -119801,24 +119895,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53005] = 2, - ACTIONS(5788), 5, + [37018] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1319), 1, + sym__pandoc_attr_specifier, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 35, + ACTIONS(5902), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119844,24 +119943,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53050] = 2, - ACTIONS(5792), 5, + [37068] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1320), 1, + sym__pandoc_attr_specifier, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 35, + ACTIONS(5924), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119887,24 +119989,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53095] = 2, - ACTIONS(5796), 5, + [37118] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1322), 1, + sym__pandoc_attr_specifier, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 35, + ACTIONS(5906), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119930,24 +120035,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53140] = 2, - ACTIONS(5800), 5, + [37168] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1323), 1, + sym__pandoc_attr_specifier, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 35, + ACTIONS(5910), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119973,24 +120081,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53185] = 2, - ACTIONS(5804), 5, + [37218] = 4, + ACTIONS(19), 1, + anon_sym_LBRACE, + STATE(1270), 1, + sym__pandoc_attr_specifier, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 35, + ACTIONS(5956), 34, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120016,21 +120127,20 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53230] = 2, - ACTIONS(5808), 5, + [37268] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 35, + ACTIONS(6008), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120059,21 +120169,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53275] = 2, - ACTIONS(5812), 5, + [37314] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 35, + ACTIONS(6012), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120102,21 +120213,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53320] = 2, - ACTIONS(5816), 5, + [37360] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 35, + ACTIONS(6016), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120145,21 +120257,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53365] = 2, - ACTIONS(5820), 5, + [37406] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 35, + ACTIONS(6020), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120188,21 +120301,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53410] = 2, - ACTIONS(5824), 5, + [37452] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 35, + ACTIONS(6024), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120231,21 +120345,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53455] = 2, - ACTIONS(5828), 5, + [37498] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 35, + ACTIONS(6028), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120274,21 +120389,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53500] = 2, - ACTIONS(5832), 5, + [37544] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 35, + ACTIONS(6032), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120317,21 +120433,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53545] = 2, - ACTIONS(5836), 5, + [37590] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 35, + ACTIONS(6036), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120360,69 +120477,26 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53590] = 3, - ACTIONS(5838), 1, - sym_block_continuation, - ACTIONS(2655), 6, - sym_entity_reference, - anon_sym_RBRACK, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [53637] = 4, + [37636] = 4, ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1257), 1, + STATE(1281), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 33, + ACTIONS(5874), 34, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -120455,64 +120529,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [53686] = 2, - ACTIONS(5842), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, anon_sym_PIPE, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, sym__whitespace, - [53731] = 4, - ACTIONS(3216), 1, + [37686] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1236), 1, + STATE(1282), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 6, + ACTIONS(5864), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5866), 34, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120541,17 +120574,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [53780] = 2, - ACTIONS(3029), 5, + [37736] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 35, + ACTIONS(6040), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120580,66 +120613,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53825] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1237), 1, - sym__pandoc_attr_specifier, - ACTIONS(5708), 6, - sym_entity_reference, - anon_sym_RBRACK, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [53874] = 2, - ACTIONS(5846), 5, + [37782] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 35, + ACTIONS(6044), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120668,28 +120657,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53919] = 4, - ACTIONS(19), 1, - anon_sym_LBRACE, - STATE(1259), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + [37828] = 2, + ACTIONS(6046), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 33, + ACTIONS(2113), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120715,19 +120701,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [53968] = 2, - ACTIONS(5850), 5, + [37874] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 35, + ACTIONS(6050), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120756,66 +120745,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54013] = 4, - ACTIONS(5852), 1, - anon_sym_LBRACE, - STATE(1309), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 33, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [54062] = 2, - ACTIONS(5856), 5, + [37920] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 35, + ACTIONS(6054), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120844,21 +120789,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54107] = 2, - ACTIONS(5860), 5, + [37966] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 35, + ACTIONS(6058), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -120887,26 +120833,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54152] = 3, - ACTIONS(5862), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [38012] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 34, + ACTIONS(6062), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120932,24 +120877,26 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54199] = 4, + [38058] = 4, ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(1257), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 33, + ACTIONS(5944), 34, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -120982,15 +120929,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54248] = 2, - ACTIONS(5866), 5, + [38108] = 2, + ACTIONS(5896), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 35, + ACTIONS(5898), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -121019,66 +120967,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54293] = 4, - ACTIONS(19), 1, - anon_sym_LBRACE, - STATE(1311), 1, - sym__pandoc_attr_specifier, - ACTIONS(5688), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 33, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [54342] = 2, - ACTIONS(5870), 5, + [38154] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 35, + ACTIONS(5870), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -121107,28 +121011,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54387] = 4, - ACTIONS(19), 1, + [38200] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1338), 1, + STATE(1205), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5942), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 33, - sym__line_ending, + ACTIONS(5944), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121157,23 +121061,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54436] = 4, - ACTIONS(19), 1, - anon_sym_LBRACE, - STATE(1344), 1, - sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + [38250] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 33, + ACTIONS(6066), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121199,24 +121101,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54485] = 4, - ACTIONS(3216), 1, + [38296] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1234), 1, + STATE(1206), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 6, + ACTIONS(5946), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121248,22 +121153,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54534] = 4, - ACTIONS(19), 1, + [38346] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1175), 1, + STATE(1207), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5950), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 33, - sym__line_ending, + ACTIONS(5952), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121292,23 +121197,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54583] = 4, - ACTIONS(19), 1, + [38396] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1312), 1, + STATE(1208), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5954), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 33, - sym__line_ending, + ACTIONS(5956), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121337,23 +121243,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54632] = 4, - ACTIONS(19), 1, + [38446] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1313), 1, + STATE(1219), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5872), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, - sym__line_ending, + ACTIONS(5874), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121382,23 +121289,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54681] = 4, - ACTIONS(19), 1, + [38496] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1314), 1, + STATE(1220), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5864), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 33, - sym__line_ending, + ACTIONS(5866), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121427,23 +121335,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54730] = 4, - ACTIONS(19), 1, + [38546] = 4, + ACTIONS(6068), 1, anon_sym_LBRACE, - STATE(1315), 1, - sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + STATE(1225), 1, + sym_attribute_specifier, + ACTIONS(5880), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 33, - sym__line_ending, + ACTIONS(5882), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121472,19 +121381,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [54779] = 2, - ACTIONS(5874), 5, + [38596] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1226), 1, + sym__pandoc_attr_specifier, + ACTIONS(5886), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5888), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121510,21 +121424,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54824] = 2, - ACTIONS(5878), 5, + [38646] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 35, + ACTIONS(6072), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -121553,21 +121467,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54869] = 2, - ACTIONS(5882), 5, + [38692] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 35, + ACTIONS(6076), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -121596,24 +121511,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54914] = 2, - ACTIONS(5886), 5, + [38738] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1227), 1, + sym__pandoc_attr_specifier, + ACTIONS(5890), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5892), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121639,28 +121558,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [54959] = 4, - ACTIONS(19), 1, + [38788] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1317), 1, + STATE(1228), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5914), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 33, - sym__line_ending, + ACTIONS(5916), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121689,23 +121607,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [55008] = 4, - ACTIONS(19), 1, + [38838] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1319), 1, + STATE(1229), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5868), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 33, - sym__line_ending, + ACTIONS(5870), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121734,23 +121653,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [55057] = 4, - ACTIONS(19), 1, + [38888] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1320), 1, + STATE(1230), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5876), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 33, - sym__line_ending, + ACTIONS(5878), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121779,23 +121699,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [55106] = 4, - ACTIONS(19), 1, + [38938] = 4, + ACTIONS(3214), 1, anon_sym_LBRACE, - STATE(1267), 1, + STATE(1231), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5938), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 33, - sym__line_ending, + ACTIONS(5940), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121824,19 +121745,24 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [55155] = 2, - ACTIONS(5890), 5, + [38988] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1232), 1, + sym__pandoc_attr_specifier, + ACTIONS(5900), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5902), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121862,24 +121788,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55200] = 2, - ACTIONS(5894), 5, + [39038] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1233), 1, + sym__pandoc_attr_specifier, + ACTIONS(5922), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5924), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121905,24 +121834,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55245] = 2, - ACTIONS(5898), 5, + [39088] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1235), 1, + sym__pandoc_attr_specifier, + ACTIONS(5904), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5906), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121948,24 +121880,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55290] = 2, - ACTIONS(5902), 5, + [39138] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1236), 1, + sym__pandoc_attr_specifier, + ACTIONS(5908), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5910), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121991,24 +121926,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55335] = 2, - ACTIONS(5906), 5, + [39188] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1237), 1, + sym__pandoc_attr_specifier, + ACTIONS(5918), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5920), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122034,24 +121972,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55380] = 2, - ACTIONS(5910), 5, + [39238] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1238), 1, + sym__pandoc_attr_specifier, + ACTIONS(5926), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5928), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122077,21 +122018,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55425] = 2, - ACTIONS(5914), 5, + [39288] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 35, + ACTIONS(6080), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122120,28 +122061,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55470] = 4, - ACTIONS(19), 1, - anon_sym_LBRACE, - STATE(1278), 1, - sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + [39334] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 33, + ACTIONS(6084), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122167,26 +122105,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [55519] = 4, - ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1279), 1, - sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + anon_sym_PIPE, + sym__whitespace, + [39380] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 33, + ACTIONS(6088), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122212,19 +122149,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55568] = 2, - ACTIONS(5918), 5, + [39426] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 35, + ACTIONS(6092), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122253,21 +122193,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55613] = 2, - ACTIONS(5922), 5, + [39472] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 35, + ACTIONS(6096), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122296,21 +122237,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55658] = 2, - ACTIONS(5924), 5, + [39518] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2061), 35, + ACTIONS(6100), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122339,21 +122281,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55703] = 2, - ACTIONS(5928), 5, + [39564] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 35, + ACTIONS(6104), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122382,21 +122325,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55748] = 2, - ACTIONS(5932), 5, + [39610] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 35, + ACTIONS(6108), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122425,24 +122369,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55793] = 2, - ACTIONS(5936), 5, + [39656] = 4, + ACTIONS(3214), 1, + anon_sym_LBRACE, + STATE(1239), 1, + sym__pandoc_attr_specifier, + ACTIONS(5930), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5932), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122468,21 +122416,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55838] = 2, - ACTIONS(5940), 5, + [39706] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 35, + ACTIONS(6112), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122511,28 +122459,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55883] = 4, - ACTIONS(19), 1, - anon_sym_LBRACE, - STATE(1255), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + [39752] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 33, + ACTIONS(6116), 36, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122558,19 +122503,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55932] = 2, - ACTIONS(5732), 5, + [39798] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5734), 35, + ACTIONS(6120), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122599,21 +122547,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [55977] = 2, - ACTIONS(5944), 5, + [39844] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 35, + ACTIONS(6124), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122642,27 +122591,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56022] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1202), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 6, + [39890] = 2, + ACTIONS(6126), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, - sym__soft_line_ending, + ACTIONS(6128), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122688,20 +122635,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56071] = 2, - ACTIONS(5948), 5, + [39936] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 35, + ACTIONS(6132), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -122730,27 +122679,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56116] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1203), 1, - sym__pandoc_attr_specifier, - ACTIONS(5722), 6, + [39982] = 2, + ACTIONS(6134), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, - sym__soft_line_ending, + ACTIONS(6136), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122776,71 +122723,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56165] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1204), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 6, - sym_entity_reference, - anon_sym_RBRACK, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, - anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [56214] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1205), 1, - sym__pandoc_attr_specifier, - ACTIONS(5730), 6, + [40028] = 2, + ACTIONS(6138), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, - sym__soft_line_ending, + ACTIONS(6140), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122866,25 +122767,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56263] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1216), 1, - sym__pandoc_attr_specifier, - ACTIONS(5670), 6, + anon_sym_PIPE, + sym__whitespace, + [40074] = 3, + ACTIONS(6142), 1, + sym_block_continuation, + ACTIONS(2872), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122916,21 +122817,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56312] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1217), 1, - sym__pandoc_attr_specifier, - ACTIONS(5674), 6, + anon_sym_PIPE, + sym__whitespace, + [40122] = 2, + ACTIONS(6144), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, - sym__soft_line_ending, + ACTIONS(6146), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122956,26 +122856,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56361] = 4, - ACTIONS(5950), 1, anon_sym_LBRACE, - STATE(1222), 1, - sym_attribute_specifier, - ACTIONS(5678), 6, + anon_sym_PIPE, + sym__whitespace, + [40168] = 2, + ACTIONS(6148), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, - sym__soft_line_ending, + ACTIONS(6150), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123001,26 +122900,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56410] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1223), 1, - sym__pandoc_attr_specifier, - ACTIONS(5684), 6, + anon_sym_PIPE, + sym__whitespace, + [40214] = 2, + ACTIONS(6152), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, - sym__soft_line_ending, + ACTIONS(6154), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123046,20 +122944,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56459] = 2, - ACTIONS(5954), 5, + [40260] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 35, + ACTIONS(6158), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -123088,21 +122988,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56504] = 2, - ACTIONS(5958), 5, + [40306] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 35, + ACTIONS(6162), 36, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -123131,27 +123032,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56549] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1224), 1, - sym__pandoc_attr_specifier, - ACTIONS(5688), 6, + [40352] = 2, + ACTIONS(6164), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, - sym__soft_line_ending, + ACTIONS(6166), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123177,26 +123076,29 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56598] = 4, - ACTIONS(3216), 1, + [40398] = 4, + ACTIONS(19), 1, anon_sym_LBRACE, - STATE(1225), 1, + STATE(1260), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 6, + ACTIONS(5946), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5948), 34, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123225,23 +123127,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [56647] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1226), 1, - sym__pandoc_attr_specifier, - ACTIONS(5696), 6, + [40448] = 2, + ACTIONS(6168), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, - sym__soft_line_ending, + ACTIONS(6170), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123267,26 +123166,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56696] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1227), 1, - sym__pandoc_attr_specifier, - ACTIONS(5748), 6, + anon_sym_PIPE, + sym__whitespace, + [40494] = 2, + ACTIONS(6172), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, - sym__soft_line_ending, + ACTIONS(6174), 36, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123312,25 +123210,26 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56745] = 4, - ACTIONS(3216), 1, + [40540] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1228), 1, + STATE(1736), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 6, + ACTIONS(5868), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123355,28 +123254,26 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [56794] = 4, - ACTIONS(3216), 1, - anon_sym_LBRACE, - STATE(1229), 1, - sym__pandoc_attr_specifier, - ACTIONS(5658), 6, + [40589] = 2, + ACTIONS(6130), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(6132), 35, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123405,23 +123302,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [56843] = 4, - ACTIONS(3216), 1, anon_sym_LBRACE, - STATE(1230), 1, - sym__pandoc_attr_specifier, - ACTIONS(5738), 6, + anon_sym_PIPE, + sym__whitespace, + [40634] = 2, + ACTIONS(3368), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(3370), 35, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123450,22 +123345,22 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [56892] = 4, - ACTIONS(3216), 1, + [40679] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1232), 1, + STATE(1386), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 6, + ACTIONS(5942), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123475,6 +123370,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123495,22 +123391,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [56941] = 4, - ACTIONS(3216), 1, + [40728] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1233), 1, + STATE(1397), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 6, + ACTIONS(5946), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123520,6 +123415,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123540,22 +123436,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [56990] = 4, - ACTIONS(3216), 1, + [40777] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1235), 1, + STATE(1459), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 6, + ACTIONS(5950), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123565,6 +123460,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123585,67 +123481,22 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [57039] = 2, - ACTIONS(5962), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 35, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, anon_sym_PIPE, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, sym__whitespace, - [57084] = 4, - ACTIONS(19), 1, + [40826] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1316), 1, + STATE(1498), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 33, - sym__line_ending, + ACTIONS(5956), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123654,6 +123505,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123675,19 +123527,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57133] = 4, - ACTIONS(3794), 1, + [40875] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1690), 1, + STATE(1646), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123697,6 +123550,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123712,67 +123566,27 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57181] = 2, - ACTIONS(5820), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 34, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [40924] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - sym__whitespace, - [57225] = 2, - ACTIONS(3029), 5, + STATE(1661), 1, + sym__pandoc_attr_specifier, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 34, - sym__line_ending, + ACTIONS(5866), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123781,6 +123595,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -123802,20 +123617,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [57269] = 4, - ACTIONS(4012), 1, + [40973] = 4, + ACTIONS(6176), 1, anon_sym_LBRACE, - STATE(1351), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + STATE(1787), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123847,19 +123662,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57317] = 4, - ACTIONS(4012), 1, + [41022] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1372), 1, + STATE(1792), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123891,19 +123707,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57365] = 4, - ACTIONS(4012), 1, + [41071] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1383), 1, + STATE(1793), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123935,19 +123752,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57413] = 4, - ACTIONS(4012), 1, + [41120] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1442), 1, + STATE(1794), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123979,19 +123797,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57461] = 4, - ACTIONS(4012), 1, + [41169] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1608), 1, + STATE(1799), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124023,19 +123842,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57509] = 4, - ACTIONS(4012), 1, + [41218] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1613), 1, + STATE(1803), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124067,19 +123887,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57557] = 4, - ACTIONS(5964), 1, + [41267] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1748), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(2031), 1, + sym__pandoc_attr_specifier, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124111,19 +123932,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57605] = 4, - ACTIONS(4012), 1, + [41316] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1751), 1, + STATE(1807), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124155,19 +123977,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57653] = 4, - ACTIONS(4012), 1, + [41365] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1767), 1, + STATE(1808), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124199,19 +124022,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57701] = 4, - ACTIONS(4012), 1, + [41414] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1770), 1, + STATE(1831), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124243,19 +124067,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57749] = 4, - ACTIONS(4012), 1, + [41463] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1771), 1, + STATE(1836), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124287,19 +124112,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57797] = 4, - ACTIONS(4012), 1, + [41512] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1779), 1, + STATE(1852), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124331,19 +124157,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57845] = 4, - ACTIONS(4012), 1, + [41561] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1780), 1, + STATE(1854), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124375,19 +124202,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57893] = 4, - ACTIONS(4012), 1, + [41610] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1786), 1, + STATE(1872), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124419,19 +124247,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57941] = 4, - ACTIONS(4012), 1, + [41659] = 4, + ACTIONS(4662), 1, anon_sym_LBRACE, - STATE(1787), 1, + STATE(1350), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124463,20 +124292,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [57989] = 4, - ACTIONS(4012), 1, - anon_sym_LBRACE, - STATE(1792), 1, - sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + [41708] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(6158), 35, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124485,7 +124313,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -124507,20 +124334,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [58037] = 4, - ACTIONS(4012), 1, anon_sym_LBRACE, - STATE(1793), 1, - sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + anon_sym_PIPE, + sym__whitespace, + [41753] = 3, + ACTIONS(6178), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, - sym__soft_line_ending, + ACTIONS(2874), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124529,7 +124356,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -124547,23 +124373,26 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [58085] = 4, - ACTIONS(4012), 1, + [41800] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1795), 1, + STATE(1380), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124573,8 +124402,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -124595,19 +124424,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58133] = 4, - ACTIONS(4012), 1, + [41849] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1796), 1, + STATE(1385), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124617,8 +124447,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -124639,19 +124469,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58181] = 4, - ACTIONS(4012), 1, + [41898] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1832), 1, + STATE(1391), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124661,8 +124492,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -124683,19 +124514,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58229] = 4, - ACTIONS(4012), 1, + [41947] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1834), 1, + STATE(1398), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124705,8 +124537,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -124727,62 +124559,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [58277] = 3, - ACTIONS(5966), 1, - sym_block_continuation, - ACTIONS(2655), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, - sym__line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, anon_sym_PIPE, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, sym__whitespace, - [58323] = 4, - ACTIONS(3948), 1, + [41996] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1348), 1, + STATE(1456), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124814,19 +124604,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58371] = 4, - ACTIONS(3948), 1, + [42045] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1369), 1, + STATE(1460), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124858,19 +124649,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58419] = 4, - ACTIONS(3948), 1, + [42094] = 4, + ACTIONS(6180), 1, anon_sym_LBRACE, - STATE(1373), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + STATE(1478), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124902,19 +124694,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58467] = 4, - ACTIONS(3948), 1, + [42143] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1379), 1, + STATE(1480), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124946,19 +124739,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58515] = 4, - ACTIONS(3948), 1, + [42192] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1422), 1, + STATE(1481), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124990,19 +124784,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58563] = 4, - ACTIONS(3948), 1, + [42241] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1427), 1, + STATE(1484), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125034,19 +124829,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58611] = 4, - ACTIONS(5968), 1, + [42290] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1459), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1496), 1, + sym__pandoc_attr_specifier, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125078,19 +124874,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58659] = 4, - ACTIONS(3948), 1, + [42339] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1460), 1, + STATE(1509), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125122,19 +124919,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58707] = 4, - ACTIONS(3948), 1, + [42388] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1462), 1, + STATE(1512), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125166,19 +124964,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58755] = 4, - ACTIONS(3948), 1, + [42437] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1464), 1, + STATE(1517), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125210,19 +125009,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58803] = 4, - ACTIONS(3948), 1, + [42486] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1465), 1, + STATE(1532), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125254,19 +125054,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58851] = 4, - ACTIONS(3948), 1, + [42535] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1468), 1, + STATE(1536), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125298,19 +125099,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58899] = 4, - ACTIONS(3948), 1, + [42584] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1480), 1, + STATE(1537), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125342,19 +125144,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58947] = 4, - ACTIONS(3948), 1, + [42633] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1493), 1, + STATE(1542), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125386,19 +125189,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [58995] = 4, - ACTIONS(3948), 1, + [42682] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1496), 1, + STATE(1543), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125430,19 +125234,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59043] = 4, - ACTIONS(3948), 1, + [42731] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1517), 1, + STATE(1547), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125474,19 +125279,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59091] = 4, - ACTIONS(3948), 1, + [42780] = 4, + ACTIONS(4826), 1, anon_sym_LBRACE, - STATE(1519), 1, + STATE(1549), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125518,19 +125324,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59139] = 4, - ACTIONS(3948), 1, + [42829] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1520), 1, + STATE(1628), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125541,7 +125348,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -125549,6 +125355,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -125562,19 +125369,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59187] = 4, - ACTIONS(3948), 1, + [42878] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1521), 1, + STATE(1633), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125585,7 +125393,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -125593,6 +125400,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -125606,19 +125414,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59235] = 4, - ACTIONS(3948), 1, + [42927] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1522), 1, + STATE(1648), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125629,7 +125438,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -125637,6 +125445,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -125650,19 +125459,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59283] = 4, - ACTIONS(3948), 1, + [42976] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1527), 1, + STATE(1664), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125673,7 +125483,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -125681,6 +125490,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -125694,19 +125504,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59331] = 4, - ACTIONS(4172), 1, + [43025] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1603), 1, + STATE(1705), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125738,19 +125549,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59379] = 4, - ACTIONS(4172), 1, + [43074] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1610), 1, + STATE(1708), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125782,19 +125594,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59427] = 4, - ACTIONS(4172), 1, + [43123] = 4, + ACTIONS(6182), 1, anon_sym_LBRACE, - STATE(1614), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + STATE(1758), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125826,19 +125639,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59475] = 4, - ACTIONS(4172), 1, + [43172] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1619), 1, + STATE(1759), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125870,19 +125684,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59523] = 4, - ACTIONS(4172), 1, + [43221] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1679), 1, + STATE(1761), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125914,19 +125729,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59571] = 4, - ACTIONS(4172), 1, + [43270] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1685), 1, + STATE(1763), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125958,19 +125774,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59619] = 4, - ACTIONS(5970), 1, + [43319] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1713), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1764), 1, + sym__pandoc_attr_specifier, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126002,19 +125819,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59667] = 4, - ACTIONS(4172), 1, + [43368] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1714), 1, + STATE(1766), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126046,19 +125864,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59715] = 4, - ACTIONS(4172), 1, + [43417] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1720), 1, + STATE(1767), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126090,19 +125909,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59763] = 4, - ACTIONS(4172), 1, + [43466] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1726), 1, + STATE(1770), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126134,19 +125954,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59811] = 4, - ACTIONS(4172), 1, + [43515] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1729), 1, + STATE(1771), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126178,19 +125999,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59859] = 4, - ACTIONS(4172), 1, + [43564] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1746), 1, + STATE(1774), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126222,19 +126044,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59907] = 4, - ACTIONS(4172), 1, + [43613] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1747), 1, + STATE(1775), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126266,19 +126089,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [59955] = 4, - ACTIONS(4172), 1, + [43662] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1749), 1, + STATE(1776), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126310,19 +126134,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60003] = 4, - ACTIONS(4172), 1, + [43711] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1750), 1, + STATE(1777), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126354,19 +126179,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60051] = 4, - ACTIONS(4172), 1, + [43760] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1754), 1, + STATE(1778), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126398,19 +126224,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60099] = 4, - ACTIONS(4172), 1, + [43809] = 4, + ACTIONS(4990), 1, anon_sym_LBRACE, - STATE(1755), 1, + STATE(1779), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126442,19 +126269,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60147] = 4, - ACTIONS(4172), 1, + [43858] = 3, + ACTIONS(6184), 1, + sym_block_continuation, + ACTIONS(2872), 6, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + sym__whitespace, + ACTIONS(2874), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_LBRACE, + anon_sym_PIPE, + [43905] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1756), 1, + STATE(1804), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126472,8 +126344,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -126486,19 +126358,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60195] = 4, - ACTIONS(4172), 1, + [43954] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1757), 1, + STATE(1806), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126516,8 +126389,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -126530,19 +126403,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60243] = 4, - ACTIONS(4172), 1, + [44003] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1758), 1, + STATE(1809), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126560,8 +126434,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -126574,19 +126448,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60291] = 4, - ACTIONS(4172), 1, + [44052] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1759), 1, + STATE(1830), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126604,8 +126479,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -126618,18 +126493,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60339] = 3, - ACTIONS(5972), 1, - sym_block_continuation, - ACTIONS(2655), 6, + [44101] = 4, + ACTIONS(5154), 1, + anon_sym_LBRACE, + STATE(1851), 1, + sym__pandoc_attr_specifier, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, + ACTIONS(5874), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__subscript_close, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(2657), 32, + [44150] = 4, + ACTIONS(5154), 1, + anon_sym_LBRACE, + STATE(1853), 1, + sym__pandoc_attr_specifier, + ACTIONS(5864), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126648,6 +126570,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -126660,20 +126583,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, + anon_sym_PIPE, + sym__whitespace, + [44199] = 4, + ACTIONS(6186), 1, anon_sym_LBRACE, - [60385] = 4, - ACTIONS(4386), 1, + STATE(1869), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(5882), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__subscript_close, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [44248] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1785), 1, + STATE(1870), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126705,19 +126673,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60433] = 4, - ACTIONS(4386), 1, + [44297] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1788), 1, + STATE(1871), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126749,19 +126718,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60481] = 4, - ACTIONS(4386), 1, + [44346] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1791), 1, + STATE(1873), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126793,19 +126763,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60529] = 4, - ACTIONS(4386), 1, + [44395] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1794), 1, + STATE(1874), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126837,19 +126808,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60577] = 4, - ACTIONS(4386), 1, + [44444] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1831), 1, + STATE(1876), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126881,19 +126853,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60625] = 4, - ACTIONS(4386), 1, + [44493] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1833), 1, + STATE(1877), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126925,19 +126898,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60673] = 4, - ACTIONS(5974), 1, + [44542] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1848), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1879), 1, + sym__pandoc_attr_specifier, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126969,19 +126943,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60721] = 4, - ACTIONS(4386), 1, + [44591] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1849), 1, + STATE(1880), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127013,19 +126988,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60769] = 4, - ACTIONS(4386), 1, + [44640] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1852), 1, + STATE(1883), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127057,19 +127033,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60817] = 4, - ACTIONS(4386), 1, + [44689] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1854), 1, + STATE(1884), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127101,19 +127078,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60865] = 4, - ACTIONS(4386), 1, + [44738] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1855), 1, + STATE(1886), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127145,19 +127123,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60913] = 4, - ACTIONS(4386), 1, + [44787] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1857), 1, + STATE(1887), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127189,19 +127168,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [60961] = 4, - ACTIONS(4386), 1, + [44836] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1858), 1, + STATE(1889), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127233,19 +127213,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61009] = 4, - ACTIONS(4386), 1, + [44885] = 4, + ACTIONS(5154), 1, anon_sym_LBRACE, - STATE(1860), 1, + STATE(1890), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127277,19 +127258,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61057] = 4, - ACTIONS(4386), 1, - anon_sym_LBRACE, - STATE(1861), 1, - sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + [44934] = 3, + ACTIONS(6188), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127299,6 +127279,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -127308,7 +127289,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -127321,19 +127301,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [61105] = 4, - ACTIONS(4386), 1, + [44981] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1864), 1, + STATE(1957), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127352,8 +127334,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127365,19 +127347,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61153] = 4, - ACTIONS(4386), 1, + [45030] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1865), 1, + STATE(1961), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127396,8 +127379,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127409,19 +127392,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61201] = 4, - ACTIONS(4386), 1, + [45079] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1866), 1, + STATE(1964), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127440,8 +127424,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127453,19 +127437,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61249] = 4, - ACTIONS(4386), 1, + [45128] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1867), 1, + STATE(1971), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127484,8 +127469,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127497,19 +127482,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61297] = 4, - ACTIONS(4386), 1, + [45177] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1868), 1, + STATE(2003), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127528,8 +127514,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127541,19 +127527,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61345] = 4, - ACTIONS(4386), 1, + [45226] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1869), 1, + STATE(2017), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127572,8 +127559,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127585,17 +127572,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61393] = 3, - ACTIONS(5976), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [45275] = 4, + ACTIONS(6190), 1, + anon_sym_LBRACE, + STATE(1353), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127605,7 +127595,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -127616,6 +127605,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -127627,20 +127617,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [61439] = 4, - ACTIONS(4536), 1, + [45324] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1925), 1, + STATE(1354), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127672,19 +127662,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61487] = 4, - ACTIONS(4536), 1, + [45373] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1939), 1, + STATE(1355), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127716,19 +127707,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61535] = 4, - ACTIONS(4536), 1, + [45422] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1942), 1, + STATE(1357), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127760,19 +127752,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61583] = 4, - ACTIONS(4536), 1, + [45471] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1945), 1, + STATE(1358), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127804,19 +127797,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61631] = 4, - ACTIONS(4536), 1, + [45520] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1967), 1, + STATE(1360), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127848,19 +127842,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61679] = 4, - ACTIONS(4536), 1, + [45569] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1970), 1, + STATE(1361), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127892,19 +127887,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61727] = 4, - ACTIONS(5978), 1, + [45618] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(2003), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1363), 1, + sym__pandoc_attr_specifier, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127936,19 +127932,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61775] = 4, - ACTIONS(4536), 1, + [45667] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(2006), 1, + STATE(1364), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127980,19 +127977,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61823] = 4, - ACTIONS(4536), 1, + [45716] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(2009), 1, + STATE(1367), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128024,19 +128022,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61871] = 4, - ACTIONS(4536), 1, + [45765] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(2014), 1, + STATE(1368), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128068,19 +128067,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61919] = 4, - ACTIONS(4536), 1, + [45814] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(2015), 1, + STATE(1369), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128112,19 +128112,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [61967] = 4, - ACTIONS(4536), 1, + [45863] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1349), 1, + STATE(1370), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128156,19 +128157,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62015] = 4, - ACTIONS(4536), 1, + [45912] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1350), 1, + STATE(1371), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128200,19 +128202,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62063] = 4, - ACTIONS(4536), 1, + [45961] = 4, + ACTIONS(5318), 1, anon_sym_LBRACE, - STATE(1352), 1, + STATE(1372), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128244,19 +128247,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62111] = 4, - ACTIONS(4536), 1, - anon_sym_LBRACE, - STATE(1353), 1, - sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + [46010] = 3, + ACTIONS(6192), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128267,6 +128269,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -128276,7 +128279,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128288,19 +128290,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [62159] = 4, - ACTIONS(4536), 1, + [46057] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1356), 1, + STATE(1396), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128320,7 +128324,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128330,21 +128333,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62207] = 4, - ACTIONS(4536), 1, + [46106] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1357), 1, + STATE(1399), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128364,7 +128369,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128374,21 +128378,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62255] = 4, - ACTIONS(4536), 1, + [46155] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1358), 1, + STATE(1402), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128408,7 +128414,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128418,21 +128423,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62303] = 4, - ACTIONS(4536), 1, + [46204] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1359), 1, + STATE(1405), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128452,7 +128459,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128462,21 +128468,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62351] = 4, - ACTIONS(4536), 1, + [46253] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1360), 1, + STATE(1418), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128496,7 +128504,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128506,21 +128513,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62399] = 4, - ACTIONS(4536), 1, + [46302] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1361), 1, + STATE(1420), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128540,7 +128549,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -128550,19 +128558,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62447] = 3, - ACTIONS(5980), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [46351] = 4, + ACTIONS(6194), 1, + anon_sym_LBRACE, + STATE(1429), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128573,7 +128585,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -128592,22 +128603,68 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [46400] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, + STATE(1430), 1, + sym__pandoc_attr_specifier, + ACTIONS(5886), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(5888), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62493] = 4, - ACTIONS(4694), 1, + [46449] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1384), 1, + STATE(1431), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128639,19 +128696,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62541] = 4, - ACTIONS(4694), 1, + [46498] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1387), 1, + STATE(1433), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128683,19 +128741,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62589] = 4, - ACTIONS(4694), 1, + [46547] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1390), 1, + STATE(1434), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128727,19 +128786,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62637] = 4, - ACTIONS(4694), 1, + [46596] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1393), 1, + STATE(1436), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128771,19 +128831,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62685] = 4, - ACTIONS(4694), 1, + [46645] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1405), 1, + STATE(1437), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128815,63 +128876,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62733] = 4, - ACTIONS(4694), 1, + [46694] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1407), 1, + STATE(1439), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [62781] = 4, - ACTIONS(5982), 1, - anon_sym_LBRACE, - STATE(1416), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128903,19 +128921,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62829] = 4, - ACTIONS(4694), 1, + [46743] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1417), 1, + STATE(1440), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128947,19 +128966,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62877] = 4, - ACTIONS(4694), 1, + [46792] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1418), 1, + STATE(1443), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128991,19 +129011,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62925] = 4, - ACTIONS(4694), 1, + [46841] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1420), 1, + STATE(1444), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129035,19 +129056,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [62973] = 4, - ACTIONS(4694), 1, + [46890] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1421), 1, + STATE(1445), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129079,19 +129101,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63021] = 4, - ACTIONS(4694), 1, + [46939] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1423), 1, + STATE(1446), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129123,19 +129146,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63069] = 4, - ACTIONS(4694), 1, + [46988] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1424), 1, + STATE(1447), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129167,19 +129191,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63117] = 4, - ACTIONS(4694), 1, + [47037] = 4, + ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1425), 1, + STATE(1448), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129211,19 +129236,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63165] = 4, - ACTIONS(4694), 1, - anon_sym_LBRACE, - STATE(1426), 1, - sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + [47086] = 3, + ACTIONS(6196), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129241,6 +129265,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -129252,22 +129277,23 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [63213] = 4, - ACTIONS(4694), 1, + [47133] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1429), 1, + STATE(1473), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129289,6 +129315,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129296,22 +129323,22 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63261] = 4, - ACTIONS(4694), 1, + [47182] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1430), 1, + STATE(1476), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129333,6 +129360,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129340,22 +129368,22 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63309] = 4, - ACTIONS(4694), 1, + [47231] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1431), 1, + STATE(1479), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129377,6 +129405,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129384,22 +129413,22 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63357] = 4, - ACTIONS(4694), 1, + [47280] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1432), 1, + STATE(1482), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129421,6 +129450,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129428,22 +129458,22 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63405] = 4, - ACTIONS(4694), 1, + [47329] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1433), 1, + STATE(1495), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129465,6 +129495,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129472,22 +129503,22 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63453] = 4, - ACTIONS(4694), 1, + [47378] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1434), 1, + STATE(1497), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129509,49 +129540,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [63501] = 3, - ACTIONS(5984), 1, - sym_block_continuation, - ACTIONS(2655), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__strikeout_close, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -129561,20 +129550,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [63547] = 4, - ACTIONS(5122), 1, + [47427] = 4, + ACTIONS(6198), 1, anon_sym_LBRACE, - STATE(1458), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + STATE(1506), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129606,19 +129595,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63595] = 4, - ACTIONS(5122), 1, + [47476] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1461), 1, + STATE(1507), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129650,19 +129640,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63643] = 4, - ACTIONS(5122), 1, + [47525] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1463), 1, + STATE(1508), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129694,19 +129685,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63691] = 4, - ACTIONS(5122), 1, + [47574] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1466), 1, + STATE(1510), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129738,19 +129730,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63739] = 4, - ACTIONS(5122), 1, + [47623] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1479), 1, + STATE(1511), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129782,19 +129775,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63787] = 4, - ACTIONS(5122), 1, + [47672] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1481), 1, + STATE(1513), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129826,19 +129820,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63835] = 4, - ACTIONS(5986), 1, + [47721] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1490), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1514), 1, + sym__pandoc_attr_specifier, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129870,19 +129865,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63883] = 4, - ACTIONS(5122), 1, + [47770] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1491), 1, + STATE(1515), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129914,19 +129910,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63931] = 4, - ACTIONS(5122), 1, + [47819] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1492), 1, + STATE(1516), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129958,19 +129955,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [63979] = 4, - ACTIONS(5122), 1, + [47868] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1494), 1, + STATE(1519), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130002,19 +130000,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64027] = 4, - ACTIONS(5122), 1, + [47917] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1495), 1, + STATE(1520), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130046,19 +130045,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64075] = 4, - ACTIONS(5122), 1, + [47966] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1497), 1, + STATE(1521), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130090,19 +130090,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64123] = 4, - ACTIONS(5122), 1, + [48015] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1498), 1, + STATE(1522), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130134,19 +130135,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64171] = 4, - ACTIONS(5122), 1, + [48064] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1500), 1, + STATE(1523), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130178,19 +130180,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64219] = 4, - ACTIONS(5122), 1, + [48113] = 4, + ACTIONS(3804), 1, anon_sym_LBRACE, - STATE(1501), 1, + STATE(1524), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130222,19 +130225,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64267] = 4, - ACTIONS(5122), 1, - anon_sym_LBRACE, - STATE(1504), 1, - sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + [48162] = 3, + ACTIONS(6200), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130253,10 +130255,10 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -130266,19 +130268,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [64315] = 4, - ACTIONS(5122), 1, + [48209] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1505), 1, + STATE(1548), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130300,8 +130304,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130310,19 +130314,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64363] = 4, - ACTIONS(5122), 1, + [48258] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1506), 1, + STATE(1551), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130344,8 +130349,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130354,19 +130359,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64411] = 4, - ACTIONS(5122), 1, + [48307] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1507), 1, + STATE(1554), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130388,8 +130394,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130398,19 +130404,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64459] = 4, - ACTIONS(5122), 1, + [48356] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1508), 1, + STATE(1557), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130432,8 +130439,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130442,19 +130449,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64507] = 4, - ACTIONS(5122), 1, + [48405] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1509), 1, + STATE(1570), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130476,8 +130484,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130486,17 +130494,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64555] = 3, - ACTIONS(5988), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [48454] = 4, + ACTIONS(3968), 1, + anon_sym_LBRACE, + STATE(1571), 1, + sym__pandoc_attr_specifier, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130515,11 +130526,11 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -130528,20 +130539,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [64601] = 4, - ACTIONS(4236), 1, + [48503] = 4, + ACTIONS(6202), 1, anon_sym_LBRACE, - STATE(1533), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + STATE(1580), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130573,19 +130584,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64649] = 4, - ACTIONS(4236), 1, + [48552] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1536), 1, + STATE(1581), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130617,19 +130629,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64697] = 4, - ACTIONS(4236), 1, + [48601] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1539), 1, + STATE(1582), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130661,19 +130674,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64745] = 4, - ACTIONS(4236), 1, + [48650] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1541), 1, + STATE(1583), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130705,19 +130719,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64793] = 4, - ACTIONS(4236), 1, + [48699] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1554), 1, + STATE(1584), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130749,19 +130764,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64841] = 4, - ACTIONS(4236), 1, + [48748] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1556), 1, + STATE(1586), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130793,19 +130809,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64889] = 4, - ACTIONS(5990), 1, + [48797] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1565), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1587), 1, + sym__pandoc_attr_specifier, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130837,19 +130854,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64937] = 4, - ACTIONS(4236), 1, + [48846] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1566), 1, + STATE(1589), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130881,19 +130899,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [64985] = 4, - ACTIONS(4236), 1, + [48895] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1567), 1, + STATE(1590), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130925,19 +130944,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65033] = 4, - ACTIONS(4236), 1, + [48944] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1569), 1, + STATE(1593), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130969,19 +130989,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65081] = 4, - ACTIONS(4236), 1, + [48993] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1570), 1, + STATE(1594), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131013,19 +131034,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65129] = 4, - ACTIONS(4236), 1, + [49042] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1572), 1, + STATE(1595), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131057,19 +131079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65177] = 4, - ACTIONS(4236), 1, + [49091] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1573), 1, + STATE(1596), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131101,19 +131124,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65225] = 4, - ACTIONS(4236), 1, + [49140] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1575), 1, + STATE(1597), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131145,19 +131169,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65273] = 4, - ACTIONS(4236), 1, + [49189] = 4, + ACTIONS(3968), 1, anon_sym_LBRACE, - STATE(1576), 1, + STATE(1598), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131189,19 +131214,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65321] = 4, - ACTIONS(4236), 1, - anon_sym_LBRACE, - STATE(1579), 1, - sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + [49238] = 3, + ACTIONS(6204), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131221,10 +131245,10 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -131233,19 +131257,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [65369] = 4, - ACTIONS(4236), 1, + [49285] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1580), 1, + STATE(1624), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131268,8 +131294,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131277,19 +131303,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65417] = 4, - ACTIONS(4236), 1, + [49334] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1581), 1, + STATE(1626), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131312,8 +131339,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131321,19 +131348,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65465] = 4, - ACTIONS(4236), 1, + [49383] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1582), 1, + STATE(1629), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131356,8 +131384,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131365,19 +131393,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65513] = 4, - ACTIONS(4236), 1, + [49432] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1583), 1, + STATE(1632), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131400,8 +131429,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131409,19 +131438,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65561] = 4, - ACTIONS(4236), 1, + [49481] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1584), 1, + STATE(1645), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131444,8 +131474,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131453,17 +131483,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65609] = 3, - ACTIONS(5992), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [49530] = 4, + ACTIONS(4132), 1, + anon_sym_LBRACE, + STATE(1647), 1, + sym__pandoc_attr_specifier, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131483,11 +131516,11 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -131495,16 +131528,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [65655] = 2, - ACTIONS(5784), 5, + [49579] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 34, + ACTIONS(6162), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -131538,19 +131571,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [65699] = 4, - ACTIONS(3640), 1, + [49624] = 4, + ACTIONS(6206), 1, anon_sym_LBRACE, - STATE(1609), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + STATE(1656), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5882), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131582,19 +131616,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65747] = 4, - ACTIONS(3640), 1, + [49673] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1612), 1, + STATE(1657), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131626,19 +131661,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65795] = 4, - ACTIONS(3640), 1, + [49722] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1615), 1, + STATE(1658), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131670,19 +131706,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65843] = 4, - ACTIONS(3640), 1, + [49771] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1618), 1, + STATE(1659), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131714,19 +131751,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65891] = 4, - ACTIONS(3640), 1, + [49820] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1631), 1, + STATE(1660), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131758,63 +131796,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [65939] = 4, - ACTIONS(3640), 1, + [49869] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1633), 1, + STATE(1662), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_close_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [65987] = 4, - ACTIONS(5994), 1, - anon_sym_LBRACE, - STATE(1642), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131846,19 +131841,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66035] = 4, - ACTIONS(3640), 1, + [49918] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1643), 1, + STATE(1663), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131890,19 +131886,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66083] = 4, - ACTIONS(3640), 1, + [49967] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1644), 1, + STATE(1665), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131934,19 +131931,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66131] = 4, - ACTIONS(3640), 1, + [50016] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1646), 1, + STATE(1666), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131978,19 +131976,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66179] = 4, - ACTIONS(3640), 1, + [50065] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1647), 1, + STATE(1669), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132022,19 +132021,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66227] = 4, - ACTIONS(3640), 1, + [50114] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1649), 1, + STATE(1670), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132066,19 +132066,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66275] = 4, - ACTIONS(3640), 1, + [50163] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1650), 1, + STATE(1671), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132110,19 +132111,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66323] = 4, - ACTIONS(3640), 1, + [50212] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1652), 1, + STATE(1672), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132154,19 +132156,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66371] = 4, - ACTIONS(3640), 1, + [50261] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1653), 1, + STATE(1673), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5932), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132198,19 +132201,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66419] = 4, - ACTIONS(3640), 1, + [50310] = 4, + ACTIONS(4132), 1, anon_sym_LBRACE, - STATE(1656), 1, + STATE(1674), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132242,19 +132246,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66467] = 4, - ACTIONS(3640), 1, - anon_sym_LBRACE, - STATE(1657), 1, - sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + [50359] = 3, + ACTIONS(6208), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132278,71 +132281,29 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [66515] = 4, - ACTIONS(3640), 1, anon_sym_LBRACE, - STATE(1658), 1, - sym__pandoc_attr_specifier, - ACTIONS(5744), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_close_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66563] = 4, - ACTIONS(3640), 1, + [50406] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1659), 1, + STATE(1699), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5944), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132366,27 +132327,28 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66611] = 4, - ACTIONS(3640), 1, + [50455] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1660), 1, + STATE(1702), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5948), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132410,69 +132372,28 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66659] = 4, - ACTIONS(3640), 1, + [50504] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1661), 1, + STATE(1704), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_close_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [66707] = 3, - ACTIONS(5996), 1, - sym_block_continuation, - ACTIONS(2655), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(5952), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132497,27 +132418,27 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [66753] = 4, - ACTIONS(3794), 1, + [50553] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1684), 1, + STATE(1707), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5956), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132549,19 +132470,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66801] = 4, - ACTIONS(3794), 1, + [50602] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1687), 1, + STATE(1720), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5874), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132593,19 +132515,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66849] = 4, - ACTIONS(3794), 1, + [50651] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1693), 1, + STATE(1722), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, + ACTIONS(5866), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132637,15 +132560,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66897] = 2, - ACTIONS(5776), 5, + [50700] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 34, + ACTIONS(6154), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -132679,19 +132603,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [66941] = 4, - ACTIONS(3794), 1, + [50745] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1707), 1, + STATE(1732), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5888), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132723,19 +132648,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [66989] = 4, - ACTIONS(5998), 1, + [50794] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1717), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(1733), 1, + sym__pandoc_attr_specifier, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5892), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132767,19 +132693,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67037] = 4, - ACTIONS(3794), 1, + [50843] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1718), 1, + STATE(1735), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5916), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132811,19 +132738,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67085] = 4, - ACTIONS(3794), 1, + [50892] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1719), 1, + STATE(1738), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5878), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132855,19 +132783,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67133] = 4, - ACTIONS(3794), 1, + [50941] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1721), 1, + STATE(1739), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5940), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132899,19 +132828,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67181] = 4, - ACTIONS(3794), 1, + [50990] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1722), 1, + STATE(1741), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5902), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132943,19 +132873,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67229] = 4, - ACTIONS(3794), 1, + [51039] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1724), 1, + STATE(1742), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5924), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132987,19 +132918,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67277] = 4, - ACTIONS(3794), 1, + [51088] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1725), 1, + STATE(1745), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5906), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133031,19 +132963,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67325] = 4, - ACTIONS(3794), 1, + [51137] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1727), 1, + STATE(1746), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5910), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133075,19 +133008,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67373] = 4, - ACTIONS(3794), 1, - anon_sym_LBRACE, - STATE(1728), 1, - sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + [51186] = 2, + ACTIONS(6210), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133112,26 +133043,28 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67421] = 4, - ACTIONS(3794), 1, + [51231] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1731), 1, + STATE(1747), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5920), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133163,19 +133096,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67469] = 4, - ACTIONS(3794), 1, + [51280] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1732), 1, + STATE(1748), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5928), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133207,60 +133141,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67517] = 2, - ACTIONS(6000), 6, - sym_entity_reference, - anon_sym_RBRACK, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, - anon_sym_DOLLAR_DOLLAR, + [51329] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - sym__whitespace, - [67561] = 2, - ACTIONS(5832), 5, + STATE(1749), 1, + sym__pandoc_attr_specifier, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 34, - sym__line_ending, + ACTIONS(5932), 33, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133284,26 +133179,27 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67605] = 4, - ACTIONS(3794), 1, + [51378] = 4, + ACTIONS(4292), 1, anon_sym_LBRACE, - STATE(1733), 1, + STATE(1750), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5936), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133335,19 +133231,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67653] = 4, - ACTIONS(3794), 1, - anon_sym_LBRACE, - STATE(1734), 1, - sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + [51427] = 3, + ACTIONS(6214), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133369,29 +133264,28 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [67701] = 4, - ACTIONS(3794), 1, anon_sym_LBRACE, - STATE(1735), 1, - sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + anon_sym_PIPE, + sym__whitespace, + [51474] = 2, + ACTIONS(6126), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133416,69 +133310,27 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [67749] = 4, - ACTIONS(3794), 1, anon_sym_LBRACE, - STATE(1736), 1, - sym__pandoc_attr_specifier, - ACTIONS(5708), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym__emphasis_close_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [67797] = 3, - ACTIONS(6004), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [51519] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(6136), 35, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133499,7 +133351,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -133510,15 +133361,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67843] = 2, - ACTIONS(5788), 5, + [51564] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 34, + ACTIONS(6166), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -133552,16 +133404,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67887] = 2, - ACTIONS(5874), 6, + [51609] = 2, + ACTIONS(6144), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133594,16 +133447,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67931] = 2, - ACTIONS(5878), 6, + [51654] = 2, + ACTIONS(6148), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133636,16 +133490,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [67975] = 2, - ACTIONS(5890), 6, + [51699] = 2, + ACTIONS(6042), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133678,16 +133533,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68019] = 2, - ACTIONS(5894), 6, + [51744] = 2, + ACTIONS(6056), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133720,16 +133576,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68063] = 2, - ACTIONS(5796), 6, + [51789] = 2, + ACTIONS(5962), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133762,16 +133619,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68107] = 2, - ACTIONS(5882), 6, + [51834] = 2, + ACTIONS(6010), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133804,16 +133662,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68151] = 2, - ACTIONS(5856), 6, + [51879] = 2, + ACTIONS(6034), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133846,16 +133705,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68195] = 2, - ACTIONS(5696), 6, + [51924] = 2, + ACTIONS(5868), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133888,16 +133748,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68239] = 2, - ACTIONS(5866), 6, + [51969] = 2, + ACTIONS(6168), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133930,16 +133791,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68283] = 2, - ACTIONS(5850), 6, + [52014] = 2, + ACTIONS(5982), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133972,16 +133834,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68327] = 2, - ACTIONS(5906), 6, + [52059] = 2, + ACTIONS(6060), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134014,16 +133877,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68371] = 2, - ACTIONS(5910), 6, + [52104] = 2, + ACTIONS(6110), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134056,16 +133920,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68415] = 2, - ACTIONS(5918), 6, + [52149] = 2, + ACTIONS(6114), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134098,16 +133963,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68459] = 2, - ACTIONS(5922), 6, + [52194] = 2, + ACTIONS(6086), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134140,16 +134006,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68503] = 2, - ACTIONS(5932), 6, + [52239] = 2, + ACTIONS(6122), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134182,16 +134049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68547] = 2, - ACTIONS(5936), 6, + [52284] = 2, + ACTIONS(5958), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134224,16 +134092,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68591] = 2, - ACTIONS(5940), 6, + [52329] = 2, + ACTIONS(5966), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134266,16 +134135,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68635] = 2, - ACTIONS(5944), 6, + [52374] = 2, + ACTIONS(5970), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134308,16 +134178,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68679] = 2, - ACTIONS(5948), 6, + [52419] = 2, + ACTIONS(5974), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134350,16 +134221,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68723] = 2, - ACTIONS(5828), 6, + [52464] = 2, + ACTIONS(5978), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134392,16 +134264,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68767] = 2, - ACTIONS(5842), 6, + [52509] = 2, + ACTIONS(5998), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134434,16 +134307,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68811] = 2, - ACTIONS(5772), 6, + [52554] = 2, + ACTIONS(6006), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134476,16 +134350,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68855] = 2, - ACTIONS(5824), 6, + [52599] = 2, + ACTIONS(6014), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134518,16 +134393,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68899] = 2, - ACTIONS(5898), 6, + [52644] = 2, + ACTIONS(6018), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134560,16 +134436,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68943] = 2, - ACTIONS(5804), 6, + [52689] = 2, + ACTIONS(6030), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134602,16 +134479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [68987] = 2, - ACTIONS(5808), 6, + [52734] = 2, + ACTIONS(5994), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134644,16 +134522,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69031] = 2, - ACTIONS(5902), 6, + [52779] = 2, + ACTIONS(6022), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134686,16 +134565,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69075] = 2, - ACTIONS(5928), 6, + [52824] = 2, + ACTIONS(6026), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134728,16 +134608,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69119] = 2, - ACTIONS(5954), 6, + [52869] = 2, + ACTIONS(6038), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134770,16 +134651,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69163] = 2, - ACTIONS(5886), 6, + [52914] = 2, + ACTIONS(6048), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134812,16 +134694,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69207] = 2, - ACTIONS(5846), 6, + [52959] = 2, + ACTIONS(6052), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134854,16 +134737,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69251] = 2, - ACTIONS(5860), 6, + [53004] = 2, + ACTIONS(6172), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134896,16 +134780,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69295] = 2, - ACTIONS(5870), 6, + [53049] = 2, + ACTIONS(6070), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134938,16 +134823,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69339] = 2, - ACTIONS(5914), 6, + [53094] = 2, + ACTIONS(6078), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134980,16 +134866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69383] = 2, - ACTIONS(5958), 6, + [53139] = 2, + ACTIONS(6082), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135022,16 +134909,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69427] = 2, - ACTIONS(5962), 6, + [53184] = 2, + ACTIONS(6090), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135064,16 +134952,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69471] = 2, - ACTIONS(5752), 6, + [53229] = 2, + ACTIONS(6094), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135106,16 +134995,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69515] = 2, - ACTIONS(5756), 6, + [53274] = 2, + ACTIONS(6098), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135148,16 +135038,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69559] = 2, - ACTIONS(5760), 6, + [53319] = 2, + ACTIONS(6102), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135190,16 +135081,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69603] = 2, - ACTIONS(5764), 6, + [53364] = 2, + ACTIONS(6106), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135232,16 +135124,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69647] = 2, - ACTIONS(5768), 6, + [53409] = 2, + ACTIONS(6118), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135274,16 +135167,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69691] = 2, - ACTIONS(5776), 6, + [53454] = 2, + ACTIONS(6152), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135316,16 +135210,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69735] = 2, - ACTIONS(5780), 6, + [53499] = 2, + ACTIONS(6156), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135358,16 +135253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69779] = 2, - ACTIONS(5820), 6, + [53544] = 2, + ACTIONS(6130), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135400,16 +135296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69823] = 2, - ACTIONS(5784), 6, + [53589] = 2, + ACTIONS(6160), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135442,16 +135339,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69867] = 2, - ACTIONS(5832), 6, + [53634] = 2, + ACTIONS(6134), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135484,16 +135382,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69911] = 2, - ACTIONS(5788), 6, + [53679] = 2, + ACTIONS(6164), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135526,16 +135425,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69955] = 2, - ACTIONS(5792), 6, + [53724] = 2, + ACTIONS(6064), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135568,16 +135468,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [69999] = 2, - ACTIONS(5836), 6, + [53769] = 2, + ACTIONS(6138), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135610,17 +135511,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70043] = 3, - ACTIONS(6006), 1, + [53814] = 3, + ACTIONS(6216), 1, sym_block_continuation, - ACTIONS(2655), 5, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135653,16 +135555,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70089] = 2, - ACTIONS(5800), 6, + [53861] = 2, + ACTIONS(5990), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135695,16 +135598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70133] = 2, - ACTIONS(5812), 6, + [53906] = 2, + ACTIONS(6002), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135737,16 +135641,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70177] = 2, - ACTIONS(5816), 6, + [53951] = 2, + ACTIONS(6074), 6, sym_entity_reference, anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135779,17 +135684,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70221] = 3, - ACTIONS(6008), 1, + [53996] = 3, + ACTIONS(6218), 1, sym_block_continuation, - ACTIONS(2655), 5, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135822,15 +135728,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70267] = 2, - ACTIONS(5792), 5, + [54043] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 34, + ACTIONS(6066), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -135864,15 +135771,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70311] = 2, - ACTIONS(5836), 5, + [54088] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 34, + ACTIONS(6140), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -135906,15 +135814,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70355] = 2, - ACTIONS(5874), 5, + [54133] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 34, + ACTIONS(6146), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -135948,15 +135857,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70399] = 2, - ACTIONS(5878), 5, + [54178] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 34, + ACTIONS(6150), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -135990,15 +135900,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70443] = 2, - ACTIONS(5890), 5, + [54223] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 34, + ACTIONS(6036), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136032,15 +135943,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70487] = 2, - ACTIONS(5856), 5, + [54268] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 34, + ACTIONS(6044), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136074,15 +135986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70531] = 2, - ACTIONS(5894), 5, + [54313] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 34, + ACTIONS(6058), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136116,15 +136029,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70575] = 2, - ACTIONS(5696), 5, + [54358] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 34, + ACTIONS(5870), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136158,17 +136072,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70619] = 3, - ACTIONS(6010), 1, + [54403] = 3, + ACTIONS(6220), 1, sym_block_continuation, - ACTIONS(2655), 5, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 33, + ACTIONS(2874), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136201,15 +136116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70665] = 2, - ACTIONS(5866), 5, + [54450] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 34, + ACTIONS(6170), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136243,19 +136159,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70709] = 4, - ACTIONS(2271), 1, + [54495] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1872), 1, + STATE(1885), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 32, + ACTIONS(5944), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -136282,24 +136199,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [70757] = 4, - ACTIONS(2271), 1, + [54544] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1875), 1, + STATE(1888), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 32, + ACTIONS(5948), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -136326,24 +136244,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [70805] = 4, - ACTIONS(2271), 1, + [54593] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1878), 1, + STATE(1891), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 32, + ACTIONS(5952), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -136370,25 +136289,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [70853] = 4, - ACTIONS(2271), 1, - anon_sym_LBRACE, - STATE(1881), 1, - sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + [54642] = 2, + ACTIONS(3368), 6, sym_entity_reference, + anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 32, - sym__line_ending, + ACTIONS(3370), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -136414,22 +136331,27 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70901] = 2, - ACTIONS(3029), 6, + [54687] = 4, + ACTIONS(2321), 1, + anon_sym_LBRACE, + STATE(1894), 1, + sym__pandoc_attr_specifier, + ACTIONS(5954), 5, sym_entity_reference, - anon_sym_RBRACK, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, - sym__soft_line_ending, + ACTIONS(5956), 33, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -136455,25 +136377,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - anon_sym_RBRACK_LPAREN, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [70945] = 4, - ACTIONS(2271), 1, + [54736] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1894), 1, + STATE(1907), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5874), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -136500,24 +136422,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [70993] = 4, - ACTIONS(2271), 1, + [54785] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1896), 1, + STATE(1909), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 32, + ACTIONS(5866), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -136544,20 +136467,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [71041] = 2, - ACTIONS(5850), 5, + [54834] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 34, + ACTIONS(5984), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136591,15 +136515,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71085] = 2, - ACTIONS(5906), 5, + [54879] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 34, + ACTIONS(6062), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136633,15 +136558,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71129] = 2, - ACTIONS(5910), 5, + [54924] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 34, + ACTIONS(6112), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136675,15 +136601,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71173] = 2, - ACTIONS(5918), 5, + [54969] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 34, + ACTIONS(6116), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136717,15 +136644,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71217] = 2, - ACTIONS(5922), 5, + [55014] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 34, + ACTIONS(6088), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136759,15 +136687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71261] = 2, - ACTIONS(5932), 5, + [55059] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 34, + ACTIONS(6124), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136801,15 +136730,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71305] = 2, - ACTIONS(5936), 5, + [55104] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 34, + ACTIONS(5960), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136843,15 +136773,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71349] = 2, - ACTIONS(5940), 5, + [55149] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 34, + ACTIONS(5968), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136885,15 +136816,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71393] = 2, - ACTIONS(5944), 5, + [55194] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 34, + ACTIONS(5972), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136927,15 +136859,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71437] = 2, - ACTIONS(5948), 5, + [55239] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 34, + ACTIONS(5976), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -136969,15 +136902,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71481] = 2, - ACTIONS(5828), 5, + [55284] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 34, + ACTIONS(5980), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137011,15 +136945,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71525] = 2, - ACTIONS(5842), 5, + [55329] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 34, + ACTIONS(6000), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137053,15 +136988,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71569] = 2, - ACTIONS(5772), 5, + [55374] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 34, + ACTIONS(6008), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137095,15 +137031,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71613] = 2, - ACTIONS(5824), 5, + [55419] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 34, + ACTIONS(6016), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137137,15 +137074,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71657] = 2, - ACTIONS(5898), 5, + [55464] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 34, + ACTIONS(6020), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137179,15 +137117,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71701] = 2, - ACTIONS(5804), 5, + [55509] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 34, + ACTIONS(5992), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137221,15 +137160,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71745] = 2, - ACTIONS(5800), 5, + [55554] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 34, + ACTIONS(6032), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137263,15 +137203,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71789] = 2, - ACTIONS(5808), 5, + [55599] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 34, + ACTIONS(5996), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137305,15 +137246,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71833] = 2, - ACTIONS(6012), 5, + [55644] = 2, + ACTIONS(6222), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2102), 34, + ACTIONS(2162), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -137347,19 +137289,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [71877] = 4, - ACTIONS(6014), 1, + [55689] = 4, + ACTIONS(6224), 1, anon_sym_LBRACE, - STATE(1909), 1, + STATE(1922), 1, sym_attribute_specifier, - ACTIONS(5678), 5, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 32, + ACTIONS(5882), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137386,24 +137329,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [71925] = 4, - ACTIONS(2271), 1, + [55738] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1910), 1, + STATE(1923), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 32, + ACTIONS(5888), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137430,24 +137374,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [71973] = 4, - ACTIONS(2271), 1, + [55787] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1911), 1, + STATE(1924), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 32, + ACTIONS(5892), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137474,24 +137419,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72021] = 4, - ACTIONS(2271), 1, + [55836] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1913), 1, + STATE(1926), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 32, + ACTIONS(5916), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137518,24 +137464,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72069] = 4, - ACTIONS(2271), 1, + [55885] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1914), 1, + STATE(1927), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(5870), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137562,24 +137509,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72117] = 4, - ACTIONS(2271), 1, + [55934] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1916), 1, + STATE(1929), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 32, + ACTIONS(5878), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137606,24 +137554,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72165] = 4, - ACTIONS(2271), 1, + [55983] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1917), 1, + STATE(1930), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 32, + ACTIONS(5940), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137650,24 +137599,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72213] = 4, - ACTIONS(2271), 1, + [56032] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1919), 1, + STATE(1932), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 32, + ACTIONS(5902), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137694,24 +137644,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72261] = 4, - ACTIONS(2271), 1, + [56081] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1920), 1, + STATE(1933), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 32, + ACTIONS(5924), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137738,24 +137689,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72309] = 4, - ACTIONS(2271), 1, + [56130] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1923), 1, + STATE(1936), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 32, + ACTIONS(5906), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137782,24 +137734,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72357] = 4, - ACTIONS(2271), 1, + [56179] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1924), 1, + STATE(1937), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 32, + ACTIONS(5910), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -137826,20 +137779,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72405] = 2, - ACTIONS(6000), 5, + [56228] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 34, + ACTIONS(6212), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137873,15 +137827,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72449] = 2, - ACTIONS(5796), 5, + [56273] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 34, + ACTIONS(6004), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137915,15 +137870,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72493] = 2, - ACTIONS(5812), 5, + [56318] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 34, + ACTIONS(6076), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -137957,18 +137913,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72537] = 2, - ACTIONS(5816), 5, + [56363] = 2, + ACTIONS(6226), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 34, + ACTIONS(2127), 35, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -137999,18 +137956,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72581] = 2, - ACTIONS(6016), 5, + [56408] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2071), 34, + ACTIONS(5964), 35, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -138041,15 +137999,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72625] = 2, - ACTIONS(6018), 5, + [56453] = 2, + ACTIONS(6228), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6020), 34, + ACTIONS(6230), 35, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -138083,19 +138042,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72669] = 4, - ACTIONS(2271), 1, + [56498] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1926), 1, + STATE(1940), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 32, + ACTIONS(5920), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -138122,24 +138082,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72717] = 4, - ACTIONS(2271), 1, + [56547] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1927), 1, + STATE(1941), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 32, + ACTIONS(5928), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -138166,24 +138127,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72765] = 4, - ACTIONS(2271), 1, + [56596] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1928), 1, + STATE(1942), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 32, + ACTIONS(5932), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -138210,24 +138172,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [72813] = 4, - ACTIONS(2271), 1, + [56645] = 4, + ACTIONS(2321), 1, anon_sym_LBRACE, - STATE(1929), 1, + STATE(1943), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5934), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 32, + ACTIONS(5936), 33, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -138254,20 +138217,64 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, + sym__whitespace, + [56694] = 2, + ACTIONS(6232), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6234), 35, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72861] = 2, - ACTIONS(5882), 5, + [56739] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 34, + ACTIONS(6012), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138301,18 +138308,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72905] = 2, + [56784] = 2, ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6024), 34, + ACTIONS(6024), 35, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -138343,15 +138351,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72949] = 2, - ACTIONS(5902), 5, + [56829] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 34, + ACTIONS(6028), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138385,15 +138394,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [72993] = 2, - ACTIONS(5928), 5, + [56874] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 34, + ACTIONS(6040), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138427,15 +138437,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73037] = 2, - ACTIONS(5954), 5, + [56919] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 34, + ACTIONS(6050), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138469,15 +138480,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73081] = 2, - ACTIONS(5886), 5, + [56964] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 34, + ACTIONS(6054), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138511,15 +138523,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73125] = 2, - ACTIONS(5846), 5, + [57009] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 34, + ACTIONS(6174), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138553,15 +138566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73169] = 2, - ACTIONS(5860), 5, + [57054] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 34, + ACTIONS(6072), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138595,15 +138609,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73213] = 2, - ACTIONS(5870), 5, + [57099] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 34, + ACTIONS(6080), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138637,15 +138652,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73257] = 2, - ACTIONS(5914), 5, + [57144] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 34, + ACTIONS(6084), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138679,15 +138695,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73301] = 2, - ACTIONS(5958), 5, + [57189] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 34, + ACTIONS(6092), 35, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [57234] = 2, + ACTIONS(6094), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6096), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138721,15 +138781,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73345] = 2, - ACTIONS(5962), 5, + [57279] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 34, + ACTIONS(6100), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -138763,18 +138824,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [73389] = 2, - ACTIONS(5752), 5, + [57324] = 4, + ACTIONS(2245), 1, + anon_sym_LBRACE, + STATE(1978), 1, + sym__pandoc_attr_specifier, + ACTIONS(5942), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 34, - sym__line_ending, + sym__whitespace, + ACTIONS(5944), 32, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -138804,19 +138869,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_PIPE, + [57373] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - sym__whitespace, - [73433] = 2, - ACTIONS(5756), 5, + STATE(1981), 1, + sym__pandoc_attr_specifier, + ACTIONS(5946), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 34, - sym__line_ending, + sym__whitespace, + ACTIONS(5948), 32, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -138846,21 +138914,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_PIPE, + [57422] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, + STATE(1984), 1, + sym__pandoc_attr_specifier, + ACTIONS(5950), 6, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, sym__whitespace, - [73477] = 4, - ACTIONS(2189), 1, + ACTIONS(5952), 32, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_PIPE, + [57471] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1963), 1, + STATE(1987), 1, sym__pandoc_attr_specifier, - ACTIONS(5718), 6, + ACTIONS(5954), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5716), 31, + ACTIONS(5956), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138892,19 +139005,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73525] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57520] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1966), 1, + STATE(2000), 1, sym__pandoc_attr_specifier, - ACTIONS(5722), 6, + ACTIONS(5872), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5720), 31, + ACTIONS(5874), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138936,19 +139050,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73573] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57569] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1969), 1, + STATE(2002), 1, sym__pandoc_attr_specifier, - ACTIONS(5726), 6, + ACTIONS(5864), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5724), 31, + ACTIONS(5866), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138980,19 +139095,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73621] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57618] = 2, + ACTIONS(6126), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6128), 35, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [57663] = 4, + ACTIONS(6236), 1, anon_sym_LBRACE, - STATE(1972), 1, + STATE(2011), 1, + sym_attribute_specifier, + ACTIONS(5880), 6, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + sym__whitespace, + ACTIONS(5882), 32, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_PIPE, + [57712] = 4, + ACTIONS(2245), 1, + anon_sym_LBRACE, + STATE(2012), 1, sym__pandoc_attr_specifier, - ACTIONS(5730), 6, + ACTIONS(5886), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5728), 31, + ACTIONS(5888), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139024,19 +139228,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73669] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57761] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1985), 1, + STATE(2013), 1, sym__pandoc_attr_specifier, - ACTIONS(5670), 6, + ACTIONS(5890), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5668), 31, + ACTIONS(5892), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139068,19 +139273,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73717] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57810] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1987), 1, + STATE(2015), 1, sym__pandoc_attr_specifier, - ACTIONS(5674), 6, + ACTIONS(5914), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5672), 31, + ACTIONS(5916), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139112,19 +139318,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73765] = 4, - ACTIONS(6026), 1, + anon_sym_PIPE, + [57859] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1347), 1, - sym_attribute_specifier, - ACTIONS(5678), 6, + STATE(2016), 1, + sym__pandoc_attr_specifier, + ACTIONS(5868), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5676), 31, + ACTIONS(5870), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139156,19 +139363,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73813] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57908] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1998), 1, + STATE(2018), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 6, + ACTIONS(5876), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5682), 31, + ACTIONS(5878), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139200,19 +139408,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73861] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [57957] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(1999), 1, + STATE(2019), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 6, + ACTIONS(5938), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5686), 31, + ACTIONS(5940), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139244,19 +139453,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73909] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58006] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2001), 1, + STATE(2021), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 6, + ACTIONS(5900), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5690), 31, + ACTIONS(5902), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139288,19 +139498,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [73957] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58055] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2002), 1, + STATE(2022), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 6, + ACTIONS(5922), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5694), 31, + ACTIONS(5924), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139332,19 +139543,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74005] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58104] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2004), 1, + STATE(2026), 1, sym__pandoc_attr_specifier, - ACTIONS(5748), 6, + ACTIONS(5904), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5746), 31, + ACTIONS(5906), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139376,19 +139588,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74053] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58153] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2005), 1, + STATE(2027), 1, sym__pandoc_attr_specifier, - ACTIONS(5662), 6, + ACTIONS(5908), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5660), 31, + ACTIONS(5910), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139420,19 +139633,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74101] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58202] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2007), 1, + STATE(1805), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 6, + ACTIONS(5918), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5656), 31, + ACTIONS(5920), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139464,19 +139678,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74149] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58251] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2008), 1, + STATE(1810), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 6, + ACTIONS(5926), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5736), 31, + ACTIONS(5928), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139508,19 +139723,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74197] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58300] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2012), 1, + STATE(1875), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 6, + ACTIONS(5930), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5698), 31, + ACTIONS(5932), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139552,19 +139768,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74245] = 4, - ACTIONS(2189), 1, + anon_sym_PIPE, + [58349] = 4, + ACTIONS(2245), 1, anon_sym_LBRACE, - STATE(2013), 1, + STATE(1963), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 6, + ACTIONS(5934), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5710), 31, + ACTIONS(5936), 32, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139596,14 +139813,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, - [74293] = 2, - ACTIONS(5760), 5, + anon_sym_PIPE, + [58398] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 34, + ACTIONS(6104), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -139637,15 +139855,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74337] = 2, - ACTIONS(5780), 5, + [58443] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 34, + ACTIONS(6108), 35, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -139679,21 +139898,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74381] = 4, - ACTIONS(2189), 1, - anon_sym_LBRACE, - STATE(1467), 1, - sym__pandoc_attr_specifier, - ACTIONS(5744), 6, + [58488] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5742), 31, + ACTIONS(6120), 35, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -139723,20 +139940,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - [74429] = 4, - ACTIONS(2189), 1, anon_sym_LBRACE, - STATE(1611), 1, - sym__pandoc_attr_specifier, - ACTIONS(5666), 6, + anon_sym_PIPE, + sym__whitespace, + [58533] = 4, + ACTIONS(6238), 1, + anon_sym_LBRACE, + STATE(1731), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, + ACTIONS(5882), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym__emphasis_close_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5664), 31, + [58582] = 2, + ACTIONS(6152), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139746,6 +140005,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -139767,20 +140027,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - [74477] = 4, - ACTIONS(2189), 1, anon_sym_LBRACE, - STATE(1616), 1, - sym__pandoc_attr_specifier, - ACTIONS(5704), 6, + anon_sym_PIPE, + sym__whitespace, + [58626] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5702), 31, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139799,6 +140056,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -139811,20 +140069,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - [74525] = 4, - ACTIONS(2189), 1, anon_sym_LBRACE, - STATE(1769), 1, - sym__pandoc_attr_specifier, - ACTIONS(5708), 6, + anon_sym_PIPE, + sym__whitespace, + [58670] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5706), 31, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139843,6 +140098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -139855,18 +140111,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - [74573] = 2, - ACTIONS(5764), 5, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [58714] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 34, - sym__line_ending, + ACTIONS(6024), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -139885,6 +140141,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -139897,18 +140154,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74617] = 2, - ACTIONS(5768), 5, + [58758] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 34, - sym__line_ending, + ACTIONS(6028), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -139927,6 +140183,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -139939,19 +140196,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74661] = 4, - ACTIONS(3794), 1, + [58802] = 2, + ACTIONS(6038), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6040), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__superscript_close, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - STATE(1705), 1, - sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + anon_sym_PIPE, + sym__whitespace, + [58846] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 32, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139962,6 +140258,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -139976,23 +140273,65 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74709] = 2, - ACTIONS(5902), 6, + [58890] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, + ACTIONS(6050), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__superscript_close, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5900), 32, + [58934] = 2, + ACTIONS(6052), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140012,6 +140351,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -140023,16 +140363,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [74752] = 2, - ACTIONS(5856), 5, + anon_sym_PIPE, + sym__whitespace, + [58978] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140065,15 +140406,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74795] = 2, - ACTIONS(5860), 5, + [59022] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140106,15 +140448,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74838] = 2, - ACTIONS(5870), 5, + [59066] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140147,15 +140490,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74881] = 2, - ACTIONS(5856), 5, + [59110] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140188,15 +140532,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74924] = 2, - ACTIONS(5914), 5, + [59154] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140229,15 +140574,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [74967] = 2, - ACTIONS(5958), 5, + [59198] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140270,16 +140616,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75010] = 2, - ACTIONS(5832), 6, + [59242] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5830), 32, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140289,6 +140635,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -140310,16 +140657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [75053] = 2, - ACTIONS(5962), 5, + anon_sym_PIPE, + sym__whitespace, + [59286] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140352,15 +140700,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75096] = 2, - ACTIONS(5752), 5, + [59330] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140393,15 +140742,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75139] = 2, - ACTIONS(5756), 5, + [59374] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140434,15 +140784,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75182] = 2, - ACTIONS(5760), 5, + [59418] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140475,15 +140826,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75225] = 2, - ACTIONS(5764), 5, + [59462] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140516,15 +140868,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75268] = 2, - ACTIONS(5768), 5, + [59506] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140557,15 +140910,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75311] = 2, - ACTIONS(5776), 5, + [59550] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140598,15 +140952,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75354] = 2, - ACTIONS(5780), 5, + [59594] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140639,15 +140994,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75397] = 2, - ACTIONS(5820), 5, + [59638] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140680,15 +141036,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75440] = 2, - ACTIONS(5784), 5, + [59682] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140721,15 +141078,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75483] = 2, - ACTIONS(5832), 5, + [59726] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140762,15 +141120,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75526] = 2, - ACTIONS(5788), 5, + [59770] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140803,15 +141162,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75569] = 2, - ACTIONS(5792), 5, + [59814] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140844,15 +141204,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75612] = 2, - ACTIONS(5836), 5, + [59858] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140885,15 +141246,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75655] = 2, - ACTIONS(5696), 5, + [59902] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140926,15 +141288,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75698] = 2, - ACTIONS(3029), 5, + [59946] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6128), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [59990] = 2, + ACTIONS(3368), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140967,16 +141372,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75741] = 2, - ACTIONS(5788), 6, + [60034] = 2, + ACTIONS(5990), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5786), 32, + ACTIONS(5992), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141009,14 +141415,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [75784] = 2, - ACTIONS(5696), 5, + anon_sym_PIPE, + [60078] = 2, + ACTIONS(6130), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + sym__whitespace, + ACTIONS(6132), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141026,7 +141434,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -141048,16 +141455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [75827] = 2, - ACTIONS(5866), 5, + anon_sym_PIPE, + [60122] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141090,15 +141498,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75870] = 2, - ACTIONS(5874), 5, + [60166] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141108,6 +141517,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -141127,19 +141537,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75913] = 2, - ACTIONS(5878), 5, + [60210] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141172,15 +141582,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75956] = 2, - ACTIONS(5890), 5, + [60254] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141213,15 +141624,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [75999] = 2, - ACTIONS(5894), 5, + [60298] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141254,16 +141666,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76042] = 2, - ACTIONS(5792), 6, + [60342] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5790), 32, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141292,18 +141704,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [76085] = 2, - ACTIONS(5850), 5, + anon_sym_PIPE, + sym__whitespace, + [60386] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141336,15 +141750,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76128] = 2, - ACTIONS(5796), 5, + [60430] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141377,15 +141792,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76171] = 2, - ACTIONS(5882), 5, + [60474] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141418,15 +141834,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76214] = 2, - ACTIONS(5800), 5, + [60518] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141459,15 +141876,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76257] = 2, - ACTIONS(5866), 5, + [60562] = 2, + ACTIONS(6160), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + sym__whitespace, + ACTIONS(6162), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141477,7 +141896,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -141499,16 +141917,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [76300] = 2, - ACTIONS(5856), 5, + anon_sym_PIPE, + [60606] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141541,16 +141960,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76343] = 2, - ACTIONS(5836), 6, + [60650] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5834), 32, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141560,6 +141979,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -141581,16 +142001,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [76386] = 2, - ACTIONS(5906), 5, + anon_sym_PIPE, + sym__whitespace, + [60694] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141623,15 +142044,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76429] = 2, - ACTIONS(5696), 5, + [60738] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141664,15 +142086,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76472] = 2, - ACTIONS(5910), 5, + [60782] = 2, + ACTIONS(6134), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + sym__whitespace, + ACTIONS(6136), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141683,7 +142107,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -141704,16 +142127,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [76515] = 2, - ACTIONS(5918), 5, + anon_sym_PIPE, + [60826] = 2, + ACTIONS(6164), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + sym__whitespace, + ACTIONS(6166), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141724,7 +142149,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -141745,16 +142169,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [76558] = 2, - ACTIONS(5866), 5, + anon_sym_PIPE, + [60870] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141787,15 +142212,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76601] = 2, - ACTIONS(5922), 5, + [60914] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141828,15 +142254,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76644] = 2, - ACTIONS(5932), 5, + [60958] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141869,15 +142296,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76687] = 2, - ACTIONS(5850), 5, + [61002] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141910,15 +142338,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76730] = 2, - ACTIONS(5936), 5, + [61046] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141951,15 +142380,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76773] = 2, - ACTIONS(5940), 5, + [61090] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141992,15 +142422,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76816] = 2, - ACTIONS(5906), 5, + [61134] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142033,15 +142464,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76859] = 2, - ACTIONS(5910), 5, + [61178] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142074,15 +142506,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76902] = 2, - ACTIONS(5918), 5, + [61222] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142115,15 +142548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76945] = 2, - ACTIONS(5922), 5, + [61266] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142156,15 +142590,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [76988] = 2, - ACTIONS(5936), 5, + [61310] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142197,15 +142632,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77031] = 2, - ACTIONS(5940), 5, + [61354] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142238,15 +142674,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77074] = 2, - ACTIONS(5944), 5, + [61398] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142279,15 +142716,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77117] = 2, - ACTIONS(5948), 5, + [61442] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142320,15 +142758,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77160] = 2, - ACTIONS(5828), 5, + [61486] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142361,15 +142800,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77203] = 2, - ACTIONS(5842), 5, + [61530] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142402,56 +142842,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77246] = 2, - ACTIONS(5944), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__double_quote_span_close, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [77289] = 2, - ACTIONS(5772), 5, + [61574] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142484,15 +142884,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77332] = 2, - ACTIONS(5948), 5, + [61618] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142525,15 +142926,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77375] = 2, - ACTIONS(5824), 5, + [61662] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142566,15 +142968,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77418] = 2, - ACTIONS(5898), 5, + [61706] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142585,6 +142988,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -142603,19 +143007,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77461] = 2, - ACTIONS(5804), 5, + [61750] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142648,15 +143052,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77504] = 2, - ACTIONS(5808), 5, + [61794] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142689,15 +143094,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77547] = 2, - ACTIONS(6000), 5, + [61838] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142719,7 +143125,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -142727,18 +143132,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77590] = 2, - ACTIONS(5812), 5, + [61882] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142758,7 +143165,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -142768,18 +143174,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77633] = 2, - ACTIONS(5816), 5, + [61926] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142799,9 +143207,9 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -142812,15 +143220,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77676] = 2, - ACTIONS(5902), 5, + [61970] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142840,6 +143249,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -142849,19 +143259,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77719] = 2, - ACTIONS(5928), 5, + [62014] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142881,6 +143291,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -142890,19 +143301,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77762] = 2, - ACTIONS(5954), 5, + [62058] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142935,56 +143346,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77805] = 2, - ACTIONS(5828), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__double_quote_span_close, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [77848] = 2, - ACTIONS(5886), 5, + [62102] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143017,15 +143388,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77891] = 2, - ACTIONS(5846), 5, + [62146] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143058,15 +143430,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77934] = 2, - ACTIONS(5842), 5, + [62190] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143099,15 +143472,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [77977] = 2, - ACTIONS(5860), 5, + [62234] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143140,15 +143514,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78020] = 2, - ACTIONS(5870), 5, + [62278] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143181,15 +143556,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78063] = 2, - ACTIONS(5914), 5, + [62322] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143200,6 +143576,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -143218,19 +143595,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78106] = 2, - ACTIONS(5958), 5, + [62366] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143263,15 +143640,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78149] = 2, - ACTIONS(5772), 5, + [62410] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143282,7 +143660,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -143301,18 +143678,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78192] = 2, - ACTIONS(5962), 5, + [62454] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143323,6 +143702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -143341,19 +143721,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78235] = 2, - ACTIONS(5752), 5, + [62498] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143386,15 +143766,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78278] = 2, - ACTIONS(5756), 5, + [62542] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143427,15 +143808,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78321] = 2, - ACTIONS(5760), 5, + [62586] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143446,6 +143828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -143464,19 +143847,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78364] = 2, - ACTIONS(5764), 5, + [62630] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143509,15 +143892,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78407] = 2, - ACTIONS(5768), 5, + [62674] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143550,15 +143934,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78450] = 2, - ACTIONS(5776), 5, + [62718] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143591,15 +143976,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78493] = 2, - ACTIONS(5780), 5, + [62762] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143632,15 +144018,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78536] = 2, - ACTIONS(5820), 5, + [62806] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143673,15 +144060,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78579] = 2, - ACTIONS(5784), 5, + [62850] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143714,15 +144102,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78622] = 2, - ACTIONS(5832), 5, + [62894] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143755,15 +144144,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78665] = 2, - ACTIONS(5788), 5, + [62938] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143796,15 +144186,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78708] = 2, - ACTIONS(5792), 5, + [62982] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143837,15 +144228,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78751] = 2, - ACTIONS(5836), 5, + [63026] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143878,15 +144270,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78794] = 2, - ACTIONS(5850), 5, + [63070] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143896,7 +144289,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -143916,18 +144308,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78837] = 2, - ACTIONS(3029), 5, + [63114] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143945,7 +144339,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -143957,18 +144350,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78880] = 2, - ACTIONS(5824), 5, + [63158] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143979,7 +144374,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -143998,18 +144392,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78923] = 2, - ACTIONS(5898), 5, + [63202] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144020,7 +144416,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144039,18 +144434,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [78966] = 2, - ACTIONS(5804), 5, + [63246] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144083,15 +144480,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79009] = 2, - ACTIONS(5808), 5, + [63290] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144102,7 +144500,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144114,6 +144511,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144124,15 +144522,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79052] = 2, - ACTIONS(5874), 5, + [63334] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144150,11 +144549,11 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144165,15 +144564,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79095] = 2, - ACTIONS(5878), 5, + [63378] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144183,6 +144583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -144195,7 +144596,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144206,15 +144606,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79138] = 2, - ACTIONS(5890), 5, + [63422] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144225,6 +144626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144236,7 +144638,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144247,15 +144648,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79181] = 2, - ACTIONS(5894), 5, + [63466] = 2, + ACTIONS(6064), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + sym__whitespace, + ACTIONS(6066), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144277,7 +144680,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144287,16 +144689,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, + anon_sym_PIPE, + [63510] = 2, + ACTIONS(6014), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6016), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__double_quote_span_close, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79224] = 2, - ACTIONS(6000), 5, + [63554] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144314,11 +144759,11 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144329,15 +144774,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79267] = 2, - ACTIONS(5812), 5, + [63598] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144347,7 +144793,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -144360,6 +144805,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144370,15 +144816,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79310] = 2, - ACTIONS(5796), 5, + [63642] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144411,15 +144858,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79353] = 2, - ACTIONS(5882), 5, + [63686] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144452,15 +144900,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79396] = 2, - ACTIONS(5800), 5, + [63730] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144471,6 +144920,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144489,19 +144939,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79439] = 2, - ACTIONS(5816), 5, + [63774] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144511,8 +144961,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144534,15 +144984,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79482] = 2, - ACTIONS(5856), 5, + [63818] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144575,15 +145026,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79525] = 2, - ACTIONS(5902), 5, + [63862] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144594,7 +145046,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144606,6 +145057,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -144616,15 +145068,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79568] = 2, - ACTIONS(5928), 5, + [63906] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(5992), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [63950] = 2, + ACTIONS(5994), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144657,15 +145152,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79611] = 2, - ACTIONS(5696), 5, + [63994] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144698,15 +145194,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79654] = 2, - ACTIONS(5954), 5, + [64038] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144717,7 +145214,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144725,6 +145221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -144739,15 +145236,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79697] = 2, - ACTIONS(5866), 5, + [64082] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6004), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__single_quote_span_close, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [64126] = 2, + ACTIONS(5868), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144780,15 +145320,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79740] = 2, - ACTIONS(5886), 5, + [64170] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144798,8 +145339,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144821,15 +145362,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79783] = 2, - ACTIONS(5846), 5, + [64214] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144862,15 +145404,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79826] = 2, - ACTIONS(5850), 5, + [64258] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144903,16 +145446,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79869] = 2, - ACTIONS(5760), 6, + [64302] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5758), 32, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144923,6 +145466,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -144943,16 +145487,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [79912] = 2, - ACTIONS(5860), 5, + anon_sym_PIPE, + sym__whitespace, + [64346] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144985,15 +145530,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79955] = 2, - ACTIONS(5906), 5, + [64390] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145026,15 +145572,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [79998] = 2, - ACTIONS(5910), 5, + [64434] = 2, + ACTIONS(6138), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + sym__whitespace, + ACTIONS(6140), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145056,7 +145604,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145066,16 +145613,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [80041] = 2, - ACTIONS(5918), 5, + anon_sym_PIPE, + [64478] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145086,6 +145634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -145097,7 +145646,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145108,15 +145656,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80084] = 2, - ACTIONS(5922), 5, + [64522] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145149,15 +145698,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80127] = 2, - ACTIONS(5932), 5, + [64566] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145190,15 +145740,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80170] = 2, - ACTIONS(5936), 5, + [64610] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145231,15 +145782,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80213] = 2, - ACTIONS(5940), 5, + [64654] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145272,15 +145824,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80256] = 2, - ACTIONS(5944), 5, + [64698] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145313,15 +145866,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80299] = 2, - ACTIONS(5948), 5, + [64742] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145354,15 +145908,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80342] = 2, - ACTIONS(5828), 5, + [64786] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145395,15 +145950,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80385] = 2, - ACTIONS(5842), 5, + [64830] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145436,15 +145992,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80428] = 2, - ACTIONS(5870), 5, + [64874] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145455,7 +146012,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -145467,6 +146023,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145477,15 +146034,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80471] = 2, - ACTIONS(5772), 5, + [64918] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145518,15 +146076,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80514] = 2, - ACTIONS(5906), 5, + [64962] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145536,7 +146095,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -145549,6 +146107,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145559,15 +146118,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80557] = 2, - ACTIONS(5824), 5, + [65006] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145578,6 +146138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -145589,7 +146150,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145600,15 +146160,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80600] = 2, - ACTIONS(5898), 5, + [65050] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145641,15 +146202,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80643] = 2, - ACTIONS(5804), 5, + [65094] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145659,6 +146221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -145671,7 +146234,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145682,15 +146244,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80686] = 2, - ACTIONS(5808), 5, + [65138] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145723,15 +146286,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80729] = 2, - ACTIONS(6000), 5, + [65182] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145753,8 +146317,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -145764,15 +146328,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80772] = 2, - ACTIONS(5812), 5, + [65226] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145794,6 +146359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145801,19 +146367,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80815] = 2, - ACTIONS(5816), 5, + [65270] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145835,6 +146401,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145842,19 +146409,19 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80858] = 2, - ACTIONS(5902), 5, + [65314] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145876,8 +146443,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -145887,15 +146454,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80901] = 2, - ACTIONS(5928), 5, + [65358] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145917,7 +146485,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145925,18 +146492,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80944] = 2, - ACTIONS(5954), 5, + [65402] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145958,7 +146527,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -145966,18 +146534,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [80987] = 2, - ACTIONS(5914), 5, + [65446] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145988,7 +146558,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -146000,6 +146569,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -146010,15 +146580,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81030] = 2, - ACTIONS(5886), 5, + [65490] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146051,15 +146622,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81073] = 2, - ACTIONS(5846), 5, + [65534] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146092,15 +146664,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81116] = 2, - ACTIONS(5958), 5, + [65578] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146133,15 +146706,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81159] = 2, - ACTIONS(5860), 5, + [65622] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146174,15 +146748,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81202] = 2, - ACTIONS(5870), 5, + [65666] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146215,15 +146790,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81245] = 2, - ACTIONS(5910), 5, + [65710] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146233,8 +146809,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -146256,15 +146832,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81288] = 2, - ACTIONS(5914), 5, + [65754] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146297,15 +146874,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81331] = 2, - ACTIONS(5958), 5, + [65798] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146338,15 +146916,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81374] = 2, - ACTIONS(5962), 5, + [65842] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146357,7 +146936,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -146369,6 +146947,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -146379,15 +146958,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81417] = 2, - ACTIONS(5962), 5, + [65886] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146420,15 +147000,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81460] = 2, - ACTIONS(5752), 5, + [65930] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146439,6 +147020,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -146450,7 +147032,6 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -146461,15 +147042,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81503] = 2, - ACTIONS(5756), 5, + [65974] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146502,15 +147084,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81546] = 2, - ACTIONS(5760), 5, + [66018] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146543,15 +147126,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81589] = 2, - ACTIONS(5764), 5, + [66062] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146584,15 +147168,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81632] = 2, - ACTIONS(5768), 5, + [66106] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146625,15 +147210,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81675] = 2, - ACTIONS(5776), 5, + [66150] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146666,15 +147252,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81718] = 2, - ACTIONS(5780), 5, + [66194] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146707,15 +147294,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81761] = 2, - ACTIONS(5820), 5, + [66238] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146748,15 +147336,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81804] = 2, - ACTIONS(5784), 5, + [66282] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146789,15 +147378,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81847] = 2, - ACTIONS(5832), 5, + [66326] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146830,15 +147420,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81890] = 2, - ACTIONS(5788), 5, + [66370] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146871,15 +147462,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81933] = 2, - ACTIONS(5792), 5, + [66414] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146912,15 +147504,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [81976] = 2, - ACTIONS(5836), 5, + [66458] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146953,15 +147546,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82019] = 2, - ACTIONS(5752), 5, + [66502] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146972,7 +147566,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -146984,6 +147577,7 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -146994,15 +147588,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82062] = 2, - ACTIONS(3029), 5, + [66546] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147021,10 +147616,10 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -147035,15 +147630,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82105] = 2, - ACTIONS(5756), 5, + [66590] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147076,15 +147672,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82148] = 2, - ACTIONS(5760), 5, + [66634] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147095,7 +147692,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147108,6 +147704,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147117,15 +147714,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82191] = 2, - ACTIONS(5764), 5, + [66678] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147136,7 +147734,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147145,6 +147742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -147158,15 +147756,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82234] = 2, - ACTIONS(5768), 5, + [66722] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147199,15 +147798,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82277] = 2, - ACTIONS(5874), 5, + [66766] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147218,6 +147818,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147230,7 +147831,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147240,15 +147840,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82320] = 2, - ACTIONS(5878), 5, + [66810] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147259,6 +147860,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147271,7 +147873,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147281,15 +147882,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82363] = 2, - ACTIONS(5890), 5, + [66854] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147322,15 +147924,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82406] = 2, - ACTIONS(5894), 5, + [66898] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147363,15 +147966,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82449] = 2, - ACTIONS(5776), 5, + [66942] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147382,7 +147986,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147395,6 +147998,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147404,15 +148008,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82492] = 2, - ACTIONS(5780), 5, + [66986] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147423,7 +148028,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147436,6 +148040,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147445,15 +148050,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82535] = 2, - ACTIONS(5796), 5, + [67030] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147464,6 +148070,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147476,7 +148083,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147486,15 +148092,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82578] = 2, - ACTIONS(5882), 5, + [67074] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147505,6 +148112,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147517,7 +148125,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147527,15 +148134,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82621] = 2, - ACTIONS(5800), 5, + [67118] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147557,8 +148165,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147568,15 +148176,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82664] = 2, - ACTIONS(5820), 5, + [67162] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147587,7 +148196,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147600,6 +148208,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147609,15 +148218,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82707] = 2, - ACTIONS(5856), 5, + [67206] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147639,8 +148249,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147650,15 +148260,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82750] = 2, - ACTIONS(5784), 5, + [67250] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147691,15 +148302,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82793] = 2, - ACTIONS(5832), 5, + [67294] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147710,7 +148322,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147723,6 +148334,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147732,15 +148344,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82836] = 2, - ACTIONS(5696), 5, + [67338] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147751,6 +148364,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147763,7 +148377,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147773,15 +148386,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82879] = 2, - ACTIONS(5788), 5, + [67382] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147814,15 +148428,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82922] = 2, - ACTIONS(5792), 5, + [67426] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147833,7 +148448,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147846,6 +148460,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147855,15 +148470,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [82965] = 2, - ACTIONS(5866), 5, + [67470] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147874,6 +148490,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -147886,7 +148503,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -147896,15 +148512,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83008] = 2, - ACTIONS(5836), 5, + [67514] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147937,15 +148554,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83051] = 2, - ACTIONS(5850), 5, + [67558] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147978,15 +148596,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83094] = 2, - ACTIONS(5918), 5, + [67602] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147996,8 +148615,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -148019,15 +148638,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83137] = 2, - ACTIONS(5922), 5, + [67646] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148037,8 +148657,8 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -148060,15 +148680,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83180] = 2, - ACTIONS(5906), 5, + [67690] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148101,15 +148722,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83223] = 2, - ACTIONS(5910), 5, + [67734] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148120,6 +148742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -148132,7 +148755,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -148142,15 +148764,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83266] = 2, - ACTIONS(5918), 5, + [67778] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148161,6 +148784,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -148173,7 +148797,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -148183,15 +148806,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83309] = 2, - ACTIONS(5922), 5, + [67822] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148224,15 +148848,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83352] = 2, - ACTIONS(5932), 5, + [67866] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148265,15 +148890,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83395] = 2, - ACTIONS(5936), 5, + [67910] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148306,15 +148932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83438] = 2, - ACTIONS(5940), 5, + [67954] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148347,15 +148974,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83481] = 2, - ACTIONS(5944), 5, + [67998] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148388,15 +149016,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83524] = 2, - ACTIONS(5948), 5, + [68042] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148429,15 +149058,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83567] = 2, - ACTIONS(5828), 5, + [68086] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148470,15 +149100,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83610] = 2, - ACTIONS(5842), 5, + [68130] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148511,56 +149142,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83653] = 2, - ACTIONS(5932), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__single_quote_span_close, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [83696] = 2, - ACTIONS(5772), 5, + [68174] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148593,56 +149184,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83739] = 2, - ACTIONS(5936), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__single_quote_span_close, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [83782] = 2, - ACTIONS(5824), 5, + [68218] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148675,15 +149226,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83825] = 2, - ACTIONS(5898), 5, + [68262] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148716,15 +149268,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83868] = 2, - ACTIONS(5804), 5, + [68306] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148757,15 +149310,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83911] = 2, - ACTIONS(5808), 5, + [68350] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148783,12 +149337,12 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -148798,15 +149352,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83954] = 2, - ACTIONS(6000), 5, + [68394] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148829,8 +149384,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -148839,15 +149394,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [83997] = 2, - ACTIONS(5812), 5, + [68438] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148869,8 +149425,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -148880,15 +149436,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84040] = 2, - ACTIONS(5816), 5, + [68482] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148910,8 +149467,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -148921,15 +149478,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84083] = 2, - ACTIONS(5902), 5, + [68526] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148962,15 +149520,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84126] = 2, - ACTIONS(5928), 5, + [68570] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148993,8 +149552,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -149003,15 +149562,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84169] = 2, - ACTIONS(5954), 5, + [68614] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149033,8 +149593,8 @@ static const uint16_t ts_small_parse_table[] = { sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -149044,15 +149604,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84212] = 2, - ACTIONS(5874), 5, + [68658] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149070,11 +149631,11 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -149085,15 +149646,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84255] = 2, - ACTIONS(5886), 5, + [68702] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149126,15 +149688,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84298] = 2, - ACTIONS(5846), 5, + [68746] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149167,15 +149730,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84341] = 2, - ACTIONS(5878), 5, + [68790] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149193,12 +149757,12 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -149208,15 +149772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84384] = 2, - ACTIONS(5860), 5, + [68834] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149249,15 +149814,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84427] = 2, - ACTIONS(5870), 5, + [68878] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149290,15 +149856,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84470] = 2, - ACTIONS(5890), 5, + [68922] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149308,6 +149875,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -149316,7 +149884,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -149331,15 +149898,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84513] = 2, - ACTIONS(5914), 5, + [68966] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149372,15 +149940,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84556] = 2, - ACTIONS(5958), 5, + [69010] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149413,56 +149982,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84599] = 2, - ACTIONS(5894), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__strikeout_close, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [84642] = 2, - ACTIONS(5962), 5, + [69054] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149472,6 +150001,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -149485,7 +150015,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -149495,15 +150024,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84685] = 2, - ACTIONS(5752), 5, + [69098] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149536,15 +150066,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84728] = 2, - ACTIONS(5756), 5, + [69142] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149577,15 +150108,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84771] = 2, - ACTIONS(5760), 5, + [69186] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149595,6 +150127,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -149608,7 +150141,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -149618,15 +150150,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84814] = 2, - ACTIONS(5764), 5, + [69230] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149659,15 +150192,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84857] = 2, - ACTIONS(5768), 5, + [69274] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149700,15 +150234,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84900] = 2, - ACTIONS(5776), 5, + [69318] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149741,15 +150276,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84943] = 2, - ACTIONS(5780), 5, + [69362] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149782,15 +150318,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [84986] = 2, - ACTIONS(5820), 5, + [69406] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149823,15 +150360,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85029] = 2, - ACTIONS(5784), 5, + [69450] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149864,15 +150402,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85072] = 2, - ACTIONS(5832), 5, + [69494] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149905,15 +150444,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85115] = 2, - ACTIONS(5788), 5, + [69538] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149946,15 +150486,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85158] = 2, - ACTIONS(5792), 5, + [69582] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149987,15 +150528,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85201] = 2, - ACTIONS(5836), 5, + [69626] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150028,15 +150570,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85244] = 2, - ACTIONS(5940), 5, + [69670] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150046,7 +150589,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150060,6 +150602,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -150069,15 +150612,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85287] = 2, - ACTIONS(5944), 5, + [69714] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150087,7 +150631,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150101,6 +150644,7 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -150110,15 +150654,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85330] = 2, - ACTIONS(3029), 5, + [69758] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150138,10 +150683,10 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -150151,15 +150696,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85373] = 2, - ACTIONS(5796), 5, + [69802] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150177,12 +150723,12 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -150192,15 +150738,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85416] = 2, - ACTIONS(5882), 5, + [69846] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150210,6 +150757,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150218,7 +150766,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -150233,15 +150780,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85459] = 2, - ACTIONS(5800), 5, + [69890] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150252,7 +150800,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -150266,6 +150813,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150274,15 +150822,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85502] = 2, - ACTIONS(5948), 5, + [69934] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150292,7 +150841,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150303,6 +150851,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -150315,15 +150864,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85545] = 2, - ACTIONS(5874), 5, + [69978] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150341,13 +150891,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150356,15 +150906,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85588] = 2, - ACTIONS(5878), 5, + [70022] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150382,13 +150933,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150397,15 +150948,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85631] = 2, - ACTIONS(5890), 5, + [70066] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150423,13 +150975,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150438,15 +150990,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85674] = 2, - ACTIONS(5894), 5, + [70110] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150464,13 +151017,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150479,15 +151032,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85717] = 2, - ACTIONS(5856), 5, + [70154] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150505,13 +151059,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150520,15 +151074,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85760] = 2, - ACTIONS(5828), 5, + [70198] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150538,7 +151093,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150553,6 +151107,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150561,15 +151116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85803] = 2, - ACTIONS(5796), 5, + [70242] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150602,15 +151158,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85846] = 2, - ACTIONS(5882), 5, + [70286] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150643,15 +151200,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85889] = 2, - ACTIONS(5800), 5, + [70330] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150661,6 +151219,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150674,7 +151233,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -150684,15 +151242,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85932] = 2, - ACTIONS(5842), 5, + [70374] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150725,15 +151284,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [85975] = 2, - ACTIONS(5856), 5, + [70418] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150766,15 +151326,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86018] = 2, - ACTIONS(5696), 5, + [70462] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150792,13 +151353,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150807,16 +151368,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86061] = 2, - ACTIONS(5764), 6, + [70506] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5762), 32, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150834,6 +151395,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -150847,16 +151409,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [86104] = 2, - ACTIONS(5696), 5, + anon_sym_PIPE, + sym__whitespace, + [70550] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150879,8 +151442,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150889,15 +151452,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86147] = 2, - ACTIONS(5772), 5, + [70594] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150907,7 +151471,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -150916,6 +151479,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -150930,15 +151494,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86190] = 2, - ACTIONS(5866), 5, + [70638] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150956,13 +151521,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -150971,15 +151536,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86233] = 2, - ACTIONS(5866), 5, + [70682] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150990,6 +151556,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -151003,7 +151570,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151012,16 +151578,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86276] = 2, - ACTIONS(5768), 6, + [70726] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5766), 32, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151045,6 +151611,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151052,16 +151619,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [86319] = 2, - ACTIONS(5824), 5, + anon_sym_PIPE, + sym__whitespace, + [70770] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151094,15 +151662,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86362] = 2, - ACTIONS(5850), 5, + [70814] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151120,13 +151689,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151135,15 +151704,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86405] = 2, - ACTIONS(5850), 5, + [70858] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151161,13 +151731,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151176,15 +151746,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86448] = 2, - ACTIONS(5898), 5, + [70902] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151217,15 +151788,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86491] = 2, - ACTIONS(5906), 5, + [70946] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151235,6 +151807,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -151249,7 +151822,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151258,15 +151830,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86534] = 2, - ACTIONS(5910), 5, + [70990] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151299,15 +151872,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86577] = 2, - ACTIONS(5918), 5, + [71034] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151325,13 +151899,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151340,15 +151914,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86620] = 2, - ACTIONS(5922), 5, + [71078] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151358,6 +151933,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -151372,7 +151948,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151381,15 +151956,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86663] = 2, - ACTIONS(5932), 5, + [71122] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151422,15 +151998,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86706] = 2, - ACTIONS(5936), 5, + [71166] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151463,15 +152040,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86749] = 2, - ACTIONS(5940), 5, + [71210] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151504,15 +152082,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86792] = 2, - ACTIONS(5944), 5, + [71254] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151545,15 +152124,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86835] = 2, - ACTIONS(5948), 5, + [71298] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151586,15 +152166,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86878] = 2, - ACTIONS(5828), 5, + [71342] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151627,15 +152208,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86921] = 2, - ACTIONS(5842), 5, + [71386] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151668,15 +152250,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [86964] = 2, - ACTIONS(5804), 5, + [71430] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151686,7 +152269,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -151701,6 +152283,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151709,15 +152292,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87007] = 2, - ACTIONS(5772), 5, + [71474] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151750,15 +152334,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87050] = 2, - ACTIONS(5906), 5, + [71518] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151776,13 +152361,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151791,15 +152376,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87093] = 2, - ACTIONS(5824), 5, + [71562] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151832,15 +152418,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87136] = 2, - ACTIONS(5898), 5, + [71606] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151850,6 +152437,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -151864,7 +152452,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151873,15 +152460,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87179] = 2, - ACTIONS(5804), 5, + [71650] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151914,15 +152502,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87222] = 2, - ACTIONS(5808), 5, + [71694] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151940,13 +152529,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151955,15 +152544,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87265] = 2, - ACTIONS(6000), 5, + [71738] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151987,8 +152577,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -151996,15 +152586,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87308] = 2, - ACTIONS(5812), 5, + [71782] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152027,8 +152618,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -152037,15 +152628,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87351] = 2, - ACTIONS(5816), 5, + [71826] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152068,8 +152660,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -152078,15 +152670,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87394] = 2, - ACTIONS(5902), 5, + [71870] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152119,15 +152712,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87437] = 2, - ACTIONS(5928), 5, + [71914] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152151,8 +152745,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -152160,15 +152754,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87480] = 2, - ACTIONS(5954), 5, + [71958] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152191,8 +152786,8 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -152201,15 +152796,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87523] = 2, - ACTIONS(5910), 5, + [72002] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152227,12 +152823,12 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -152242,15 +152838,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87566] = 2, - ACTIONS(5886), 5, + [72046] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152283,15 +152880,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87609] = 2, - ACTIONS(5846), 5, + [72090] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152324,15 +152922,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87652] = 2, - ACTIONS(5918), 5, + [72134] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152350,13 +152949,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -152365,15 +152964,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87695] = 2, - ACTIONS(5860), 5, + [72178] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152406,15 +153006,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87738] = 2, - ACTIONS(5870), 5, + [72222] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152447,15 +153048,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87781] = 2, - ACTIONS(5922), 5, + [72266] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152465,6 +153067,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -152473,7 +153076,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -152488,15 +153090,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87824] = 2, - ACTIONS(5914), 5, + [72310] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152529,15 +153132,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87867] = 2, - ACTIONS(5958), 5, + [72354] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152570,15 +153174,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87910] = 2, - ACTIONS(5932), 5, + [72398] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152611,15 +153216,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87953] = 2, - ACTIONS(5962), 5, + [72442] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152652,15 +153258,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [87996] = 2, - ACTIONS(5752), 5, + [72486] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152693,15 +153300,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88039] = 2, - ACTIONS(5756), 5, + [72530] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152711,6 +153319,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -152725,7 +153334,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -152734,15 +153342,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88082] = 2, - ACTIONS(5760), 5, + [72574] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152775,15 +153384,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88125] = 2, - ACTIONS(5764), 5, + [72618] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152816,15 +153426,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88168] = 2, - ACTIONS(5768), 5, + [72662] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152857,15 +153468,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88211] = 2, - ACTIONS(5776), 5, + [72706] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152898,15 +153510,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88254] = 2, - ACTIONS(5780), 5, + [72750] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152939,15 +153552,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88297] = 2, - ACTIONS(5820), 5, + [72794] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152980,15 +153594,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88340] = 2, - ACTIONS(5784), 5, + [72838] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153021,15 +153636,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88383] = 2, - ACTIONS(5832), 5, + [72882] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153062,15 +153678,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88426] = 2, - ACTIONS(5788), 5, + [72926] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153103,15 +153720,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88469] = 2, - ACTIONS(5792), 5, + [72970] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153144,15 +153762,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88512] = 2, - ACTIONS(5836), 5, + [73014] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153185,56 +153804,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88555] = 2, - ACTIONS(5936), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__strikeout_close, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [88598] = 2, - ACTIONS(3029), 5, + [73058] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153258,24 +153837,25 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88641] = 2, - ACTIONS(5940), 5, + [73102] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153293,13 +153873,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -153308,15 +153888,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88684] = 2, - ACTIONS(5944), 5, + [73146] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153334,13 +153915,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -153349,15 +153930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88727] = 2, - ACTIONS(5948), 5, + [73190] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153367,6 +153949,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -153375,7 +153958,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -153390,15 +153972,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88770] = 2, - ACTIONS(5874), 5, + [73234] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153431,15 +154014,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88813] = 2, - ACTIONS(5878), 5, + [73278] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153464,23 +154048,24 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88856] = 2, - ACTIONS(5890), 5, + [73322] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153498,6 +154083,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -153505,7 +154091,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153513,15 +154098,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88899] = 2, - ACTIONS(5894), 5, + [73366] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153539,6 +154125,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -153546,7 +154133,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153554,15 +154140,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88942] = 2, - ACTIONS(5828), 5, + [73410] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153595,15 +154182,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [88985] = 2, - ACTIONS(5842), 5, + [73454] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153636,15 +154224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89028] = 2, - ACTIONS(5796), 5, + [73498] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153677,15 +154266,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89071] = 2, - ACTIONS(5882), 5, + [73542] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153718,15 +154308,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89114] = 2, - ACTIONS(5800), 5, + [73586] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153750,8 +154341,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153759,15 +154350,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89157] = 2, - ACTIONS(5808), 5, + [73630] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153777,7 +154369,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -153793,6 +154384,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153800,15 +154392,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89200] = 2, - ACTIONS(5856), 5, + [73674] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153826,6 +154419,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -153833,7 +154427,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153841,15 +154434,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89243] = 2, - ACTIONS(5772), 5, + [73718] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153882,15 +154476,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89286] = 2, - ACTIONS(6000), 5, + [73762] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153901,7 +154496,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -153916,6 +154510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -153923,15 +154518,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89329] = 2, - ACTIONS(5696), 5, + [73806] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153964,15 +154560,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89372] = 2, - ACTIONS(5824), 5, + [73850] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153990,13 +154587,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -154005,15 +154602,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89415] = 2, - ACTIONS(5898), 5, + [73894] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154046,15 +154644,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89458] = 2, - ACTIONS(5866), 5, + [73938] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154087,15 +154686,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89501] = 2, - ACTIONS(5804), 5, + [73982] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154128,15 +154728,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89544] = 2, - ACTIONS(5808), 5, + [74026] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154169,15 +154770,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89587] = 2, - ACTIONS(5850), 5, + [74070] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154210,15 +154812,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89630] = 2, - ACTIONS(6000), 5, + [74114] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154236,8 +154839,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -154251,15 +154854,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89673] = 2, - ACTIONS(5906), 5, + [74158] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154292,15 +154896,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89716] = 2, - ACTIONS(5910), 5, + [74202] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154318,6 +154923,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -154325,7 +154931,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -154333,15 +154938,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89759] = 2, - ACTIONS(5918), 5, + [74246] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154351,6 +154957,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -154366,7 +154973,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -154374,15 +154980,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89802] = 2, - ACTIONS(5922), 5, + [74290] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154415,15 +155022,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89845] = 2, - ACTIONS(5932), 5, + [74334] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154441,6 +155049,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -154448,7 +155057,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -154456,15 +155064,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89888] = 2, - ACTIONS(5936), 5, + [74378] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154474,6 +155083,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -154489,7 +155099,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -154497,15 +155106,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89931] = 2, - ACTIONS(5940), 5, + [74422] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154538,15 +155148,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [89974] = 2, - ACTIONS(5944), 5, + [74466] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154579,15 +155190,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90017] = 2, - ACTIONS(5948), 5, + [74510] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154620,15 +155232,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90060] = 2, - ACTIONS(5828), 5, + [74554] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154661,15 +155274,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90103] = 2, - ACTIONS(5842), 5, + [74598] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154702,56 +155316,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90146] = 2, - ACTIONS(5812), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__double_quote_span_close, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [90189] = 2, - ACTIONS(5772), 5, + [74642] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154784,15 +155358,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90232] = 2, - ACTIONS(5816), 5, + [74686] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154803,7 +155378,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -154818,6 +155392,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -154825,15 +155400,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90275] = 2, - ACTIONS(5824), 5, + [74730] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154866,15 +155442,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90318] = 2, - ACTIONS(5898), 5, + [74774] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154907,15 +155484,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90361] = 2, - ACTIONS(5804), 5, + [74818] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154948,15 +155526,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90404] = 2, - ACTIONS(5808), 5, + [74862] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154989,15 +155568,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90447] = 2, - ACTIONS(5902), 5, + [74906] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155030,15 +155610,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90490] = 2, - ACTIONS(5928), 5, + [74950] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155056,7 +155637,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -155064,6 +155644,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155071,15 +155652,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90533] = 2, - ACTIONS(5812), 5, + [74994] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155097,13 +155679,13 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -155112,15 +155694,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90576] = 2, - ACTIONS(5816), 5, + [75038] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155144,8 +155727,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155153,15 +155736,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90619] = 2, - ACTIONS(5902), 5, + [75082] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155194,15 +155778,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90662] = 2, - ACTIONS(5928), 5, + [75126] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155235,15 +155820,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90705] = 2, - ACTIONS(5954), 5, + [75170] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155276,15 +155862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90748] = 2, - ACTIONS(5954), 5, + [75214] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155317,15 +155904,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90791] = 2, - ACTIONS(5886), 5, + [75258] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155349,8 +155937,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155358,15 +155946,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90834] = 2, - ACTIONS(5846), 5, + [75302] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155390,8 +155979,8 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155399,16 +155988,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90877] = 2, - ACTIONS(5812), 6, + [75346] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5810), 32, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155433,22 +156022,24 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [90920] = 2, - ACTIONS(5860), 5, + anon_sym_PIPE, + sym__whitespace, + [75390] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155481,15 +156072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [90963] = 2, - ACTIONS(5870), 5, + [75434] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155522,15 +156114,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91006] = 2, - ACTIONS(5886), 5, + [75478] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155563,15 +156156,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91049] = 2, - ACTIONS(5914), 5, + [75522] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155604,15 +156198,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91092] = 2, - ACTIONS(5958), 5, + [75566] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155645,15 +156240,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91135] = 2, - ACTIONS(5846), 5, + [75610] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155671,8 +156267,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -155686,15 +156282,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91178] = 2, - ACTIONS(5962), 5, + [75654] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155727,15 +156324,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91221] = 2, - ACTIONS(5752), 5, + [75698] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155768,15 +156366,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91264] = 2, - ACTIONS(5756), 5, + [75742] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155787,6 +156386,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -155801,7 +156401,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155809,15 +156408,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91307] = 2, - ACTIONS(5760), 5, + [75786] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155850,15 +156450,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91350] = 2, - ACTIONS(5764), 5, + [75830] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155891,15 +156492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91393] = 2, - ACTIONS(5768), 5, + [75874] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155910,6 +156512,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -155924,7 +156527,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -155932,15 +156534,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91436] = 2, - ACTIONS(5776), 5, + [75918] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155973,15 +156576,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91479] = 2, - ACTIONS(5780), 5, + [75962] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156014,15 +156618,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91522] = 2, - ACTIONS(5820), 5, + [76006] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156055,15 +156660,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91565] = 2, - ACTIONS(5784), 5, + [76050] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156096,15 +156702,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91608] = 2, - ACTIONS(5832), 5, + [76094] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156137,15 +156744,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91651] = 2, - ACTIONS(5788), 5, + [76138] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156178,15 +156786,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91694] = 2, - ACTIONS(5792), 5, + [76182] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156219,15 +156828,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91737] = 2, - ACTIONS(5836), 5, + [76226] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156260,97 +156870,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91780] = 2, - ACTIONS(5816), 6, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5814), 32, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - anon_sym_LBRACE, - [91823] = 2, - ACTIONS(3029), 5, - sym_entity_reference, - anon_sym_DOLLAR, - sym_pandoc_str, - aux_sym__prose_punctuation_token1, - aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, - sym__soft_line_ending, - sym__code_span_start, - sym__html_comment, - sym__autolink, - sym__highlight_span_start, - sym__insert_span_start, - sym__delete_span_start, - sym__edit_comment_span_start, - sym__single_quote_span_open, - sym__double_quote_span_open, - sym__shortcode_open_escaped, - sym__shortcode_open, - sym__cite_author_in_text_with_open_bracket, - sym__cite_suppress_author_with_open_bracket, - sym__cite_author_in_text, - sym__cite_suppress_author, - sym__strikeout_open, - sym__subscript_open, - sym__superscript_open, - sym__inline_note_start_token, - sym__strong_emphasis_open_star, - sym__strong_emphasis_close_star, - sym__strong_emphasis_open_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - sym__whitespace, - [91866] = 2, - ACTIONS(5860), 5, + [76270] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156368,7 +156897,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156376,6 +156904,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156383,15 +156912,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91909] = 2, - ACTIONS(5870), 5, + [76314] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156409,7 +156939,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156417,6 +156946,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156424,15 +156954,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91952] = 2, - ACTIONS(5902), 5, + [76358] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156442,7 +156973,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -156458,6 +156988,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156465,15 +156996,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [91995] = 2, - ACTIONS(5914), 5, + [76402] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156491,7 +157023,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156499,6 +157030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156506,15 +157038,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92038] = 2, - ACTIONS(5958), 5, + [76446] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156532,7 +157065,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156540,6 +157072,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156547,15 +157080,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92081] = 2, - ACTIONS(5928), 5, + [76490] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156565,7 +157099,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -156581,6 +157114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156588,15 +157122,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92124] = 2, - ACTIONS(5962), 5, + [76534] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156629,15 +157164,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92167] = 2, - ACTIONS(5800), 5, + [76578] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156655,6 +157191,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156662,7 +157199,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -156670,15 +157206,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92210] = 2, - ACTIONS(5752), 5, + [76622] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156696,11 +157233,11 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, + sym__strong_emphasis_close_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, @@ -156711,15 +157248,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92253] = 2, - ACTIONS(5756), 5, + [76666] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156752,15 +157290,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92296] = 2, - ACTIONS(5760), 5, + [76710] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156770,6 +157309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -156778,7 +157318,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156793,15 +157332,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92339] = 2, - ACTIONS(5764), 5, + [76754] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156834,15 +157374,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92382] = 2, - ACTIONS(5768), 5, + [76798] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156875,15 +157416,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92425] = 2, - ACTIONS(5776), 5, + [76842] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156894,6 +157436,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -156901,7 +157444,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -156916,15 +157458,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92468] = 2, - ACTIONS(5780), 5, + [76886] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156957,15 +157500,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92511] = 2, - ACTIONS(5820), 5, + [76930] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156998,15 +157542,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92554] = 2, - ACTIONS(5784), 5, + [76974] = 2, + ACTIONS(6002), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + sym__whitespace, + ACTIONS(6004), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157024,7 +157570,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157038,16 +157583,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [92597] = 2, - ACTIONS(5832), 5, + anon_sym_PIPE, + [77018] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157065,7 +157611,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157073,6 +157618,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -157080,15 +157626,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92640] = 2, - ACTIONS(5788), 5, + [77062] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6080), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157121,15 +157668,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92683] = 2, - ACTIONS(5792), 5, + [77106] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157162,15 +157710,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92726] = 2, - ACTIONS(5836), 5, + [77150] = 2, + ACTIONS(6074), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + sym__whitespace, + ACTIONS(6076), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157188,7 +157738,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157202,16 +157751,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [92769] = 2, - ACTIONS(5954), 5, + anon_sym_PIPE, + [77194] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + ACTIONS(6092), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157221,7 +157771,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157230,6 +157779,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157244,16 +157794,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92812] = 2, - ACTIONS(3029), 6, + [77238] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(3031), 32, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157271,6 +157821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157284,17 +157835,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [92855] = 2, - ACTIONS(5776), 6, + anon_sym_PIPE, + sym__whitespace, + [77282] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5774), 32, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157312,6 +157863,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157325,16 +157877,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [92898] = 2, - ACTIONS(5886), 5, + anon_sym_PIPE, + sym__whitespace, + [77326] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157344,7 +157897,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157353,6 +157905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157367,15 +157920,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92941] = 2, - ACTIONS(5846), 5, + [77370] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157385,7 +157939,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157394,6 +157947,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157408,16 +157962,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [92984] = 2, - ACTIONS(5780), 6, + [77414] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5778), 32, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157435,6 +157989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157448,16 +158003,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [93027] = 2, - ACTIONS(5812), 5, + anon_sym_PIPE, + sym__whitespace, + [77458] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157475,6 +158031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157482,7 +158039,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -157490,15 +158046,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93070] = 2, - ACTIONS(5816), 5, + [77502] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157516,6 +158073,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157523,7 +158081,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -157531,15 +158088,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93113] = 2, - ACTIONS(5874), 5, + [77546] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157557,8 +158115,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157572,15 +158130,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93156] = 2, - ACTIONS(5878), 5, + [77590] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157598,8 +158157,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157613,15 +158172,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93199] = 2, - ACTIONS(5890), 5, + [77634] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(6136), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157639,8 +158199,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157654,15 +158214,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93242] = 2, - ACTIONS(5894), 5, + [77678] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157680,8 +158241,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157695,15 +158256,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93285] = 2, - ACTIONS(5860), 5, + [77722] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157713,7 +158275,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157722,6 +158283,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157736,15 +158298,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93328] = 2, - ACTIONS(5870), 5, + [77766] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157754,7 +158317,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157763,6 +158325,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157777,15 +158340,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93371] = 2, - ACTIONS(5796), 5, + [77810] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157795,6 +158359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157804,7 +158369,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157818,15 +158382,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93414] = 2, - ACTIONS(5882), 5, + [77854] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157859,15 +158424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93457] = 2, - ACTIONS(5800), 5, + [77898] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157885,7 +158451,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -157893,6 +158458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -157900,15 +158466,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93500] = 2, - ACTIONS(5874), 5, + [77942] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157918,7 +158485,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -157934,6 +158500,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -157941,15 +158508,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93543] = 2, - ACTIONS(5856), 5, + [77986] = 2, + ACTIONS(3368), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, + sym__whitespace, + ACTIONS(3370), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157968,7 +158537,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -157981,16 +158549,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [93586] = 2, - ACTIONS(5914), 5, + anon_sym_PIPE, + [78030] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158023,15 +158592,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93629] = 2, - ACTIONS(5958), 5, + [78074] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158064,15 +158634,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93672] = 2, - ACTIONS(5696), 5, + [78118] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158082,6 +158653,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158091,7 +158663,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158105,15 +158676,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93715] = 2, - ACTIONS(5878), 5, + [78162] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158123,7 +158695,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158133,6 +158704,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158146,15 +158718,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93758] = 2, - ACTIONS(5962), 5, + [78206] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158164,7 +158737,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158174,6 +158746,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158187,15 +158760,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93801] = 2, - ACTIONS(5866), 5, + [78250] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158228,15 +158802,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93844] = 2, - ACTIONS(5752), 5, + [78294] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158246,7 +158821,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158256,6 +158830,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158269,15 +158844,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93887] = 2, - ACTIONS(5756), 5, + [78338] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158310,15 +158886,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93930] = 2, - ACTIONS(5850), 5, + [78382] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158351,15 +158928,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [93973] = 2, - ACTIONS(5760), 5, + [78426] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158369,7 +158947,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158379,6 +158956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158392,15 +158970,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94016] = 2, - ACTIONS(5764), 5, + [78470] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158410,7 +158989,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158419,6 +158997,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -158433,15 +159012,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94059] = 2, - ACTIONS(5906), 5, + [78514] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158451,6 +159031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158460,7 +159041,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158474,15 +159054,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94102] = 2, - ACTIONS(5910), 5, + [78558] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158515,15 +159096,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94145] = 2, - ACTIONS(3029), 5, + [78602] = 2, + ACTIONS(6102), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + sym__whitespace, + ACTIONS(6104), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158546,7 +159129,6 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, - sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, @@ -158555,20 +159137,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [94188] = 4, - ACTIONS(3488), 1, - anon_sym_LBRACE, - STATE(2068), 1, - sym__pandoc_attr_specifier, - ACTIONS(5718), 5, + anon_sym_PIPE, + [78646] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5716), 31, + ACTIONS(5870), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158586,6 +159166,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158594,24 +159175,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [94235] = 4, - ACTIONS(3488), 1, anon_sym_LBRACE, - STATE(2071), 1, - sym__pandoc_attr_specifier, - ACTIONS(5722), 5, + anon_sym_PIPE, + sym__whitespace, + [78690] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5720), 31, + ACTIONS(6080), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158620,6 +159199,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158637,24 +159217,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [94282] = 4, - ACTIONS(3488), 1, anon_sym_LBRACE, - STATE(2045), 1, - sym__pandoc_attr_specifier, - ACTIONS(5726), 5, + anon_sym_PIPE, + sym__whitespace, + [78734] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5724), 31, + ACTIONS(6084), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158663,6 +159241,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -158680,24 +159259,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [94329] = 4, - ACTIONS(3488), 1, anon_sym_LBRACE, - STATE(2018), 1, - sym__pandoc_attr_specifier, - ACTIONS(5730), 5, + anon_sym_PIPE, + sym__whitespace, + [78778] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5728), 31, + ACTIONS(6170), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158715,6 +159292,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158723,24 +159301,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [94376] = 4, - ACTIONS(3488), 1, anon_sym_LBRACE, - STATE(2031), 1, - sym__pandoc_attr_specifier, - ACTIONS(5670), 5, + anon_sym_PIPE, + sym__whitespace, + [78822] = 2, + ACTIONS(6106), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5668), 31, + sym__whitespace, + ACTIONS(6108), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158766,24 +159343,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - sym__whitespace, - [94423] = 4, - ACTIONS(3488), 1, + aux_sym_insert_token1, anon_sym_LBRACE, - STATE(2032), 1, - sym__pandoc_attr_specifier, - ACTIONS(5674), 5, + anon_sym_PIPE, + [78866] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5672), 31, + ACTIONS(3370), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158805,25 +159380,30 @@ static const uint16_t ts_small_parse_table[] = { sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, + sym__strong_emphasis_close_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94470] = 2, - ACTIONS(5918), 5, + [78910] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2055), 1, + sym__pandoc_attr_specifier, + ACTIONS(5942), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, - sym__soft_line_ending, + ACTIONS(5944), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158841,7 +159421,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -158850,24 +159429,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94513] = 4, - ACTIONS(6028), 1, + [78958] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2040), 1, - sym_attribute_specifier, - ACTIONS(5678), 5, + STATE(2056), 1, + sym__pandoc_attr_specifier, + ACTIONS(5946), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5676), 31, + ACTIONS(5948), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158893,24 +159473,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94560] = 4, - ACTIONS(3488), 1, + [79006] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2041), 1, + STATE(2032), 1, sym__pandoc_attr_specifier, - ACTIONS(5684), 5, + ACTIONS(5950), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5682), 31, + ACTIONS(5952), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158936,24 +159517,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94607] = 4, - ACTIONS(3488), 1, + [79054] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2042), 1, + STATE(2059), 1, sym__pandoc_attr_specifier, - ACTIONS(5688), 5, + ACTIONS(5954), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5686), 31, + ACTIONS(5956), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158979,24 +159561,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94654] = 4, - ACTIONS(3488), 1, + [79102] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2017), 1, + STATE(2071), 1, sym__pandoc_attr_specifier, - ACTIONS(5692), 5, + ACTIONS(5872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5690), 31, + ACTIONS(5874), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159022,24 +159605,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94701] = 4, - ACTIONS(3488), 1, + [79150] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2075), 1, + STATE(2073), 1, sym__pandoc_attr_specifier, - ACTIONS(5696), 5, + ACTIONS(5864), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 31, + ACTIONS(5866), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159065,24 +159649,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94748] = 4, - ACTIONS(3488), 1, - anon_sym_LBRACE, - STATE(2047), 1, - sym__pandoc_attr_specifier, - ACTIONS(5748), 5, + [79198] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5746), 31, + ACTIONS(6092), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159091,6 +159673,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -159108,24 +159691,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [94795] = 4, - ACTIONS(3488), 1, + [79242] = 4, + ACTIONS(6240), 1, anon_sym_LBRACE, - STATE(2048), 1, - sym__pandoc_attr_specifier, - ACTIONS(5662), 5, + STATE(2076), 1, + sym_attribute_specifier, + ACTIONS(5880), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5660), 31, + ACTIONS(5882), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159151,24 +159735,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94842] = 4, - ACTIONS(3488), 1, + [79290] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2049), 1, + STATE(2078), 1, sym__pandoc_attr_specifier, - ACTIONS(5658), 5, + ACTIONS(5886), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5656), 31, + ACTIONS(5888), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159194,24 +159779,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94889] = 4, - ACTIONS(3488), 1, + [79338] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2050), 1, + STATE(2079), 1, sym__pandoc_attr_specifier, - ACTIONS(5738), 5, + ACTIONS(5890), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5736), 31, + ACTIONS(5892), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159237,24 +159823,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94936] = 4, - ACTIONS(3488), 1, + [79386] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2055), 1, + STATE(2080), 1, sym__pandoc_attr_specifier, - ACTIONS(5700), 5, + ACTIONS(5914), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5698), 31, + ACTIONS(5916), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159280,24 +159867,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [94983] = 4, - ACTIONS(3488), 1, + [79434] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2056), 1, + STATE(2081), 1, sym__pandoc_attr_specifier, - ACTIONS(5712), 5, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5710), 31, + ACTIONS(5870), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159323,21 +159911,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95030] = 2, - ACTIONS(5922), 5, + [79482] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2082), 1, + sym__pandoc_attr_specifier, + ACTIONS(5876), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, - sym__soft_line_ending, + ACTIONS(5878), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159355,7 +159947,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159364,21 +159955,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95073] = 2, - ACTIONS(5932), 5, + [79530] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2083), 1, + sym__pandoc_attr_specifier, + ACTIONS(5938), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, - sym__soft_line_ending, + ACTIONS(5940), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159396,7 +159991,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159405,24 +159999,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95116] = 4, - ACTIONS(3488), 1, + [79578] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2057), 1, + STATE(2084), 1, sym__pandoc_attr_specifier, - ACTIONS(5744), 5, + ACTIONS(5900), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5742), 31, + ACTIONS(5902), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159448,24 +160043,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95163] = 4, - ACTIONS(3488), 1, + [79626] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2058), 1, + STATE(2085), 1, sym__pandoc_attr_specifier, - ACTIONS(5666), 5, + ACTIONS(5922), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5664), 31, + ACTIONS(5924), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159491,24 +160087,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95210] = 4, - ACTIONS(3488), 1, + [79674] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2059), 1, + STATE(2087), 1, sym__pandoc_attr_specifier, - ACTIONS(5704), 5, + ACTIONS(5904), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5702), 31, + ACTIONS(5906), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159534,24 +160131,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95257] = 4, - ACTIONS(3488), 1, + [79722] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, - STATE(2060), 1, + STATE(2088), 1, sym__pandoc_attr_specifier, - ACTIONS(5708), 5, + ACTIONS(5908), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5706), 31, + ACTIONS(5910), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159577,20 +160175,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95304] = 2, - ACTIONS(5936), 5, + [79770] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159623,15 +160222,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95347] = 2, - ACTIONS(3029), 5, + [79814] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159641,6 +160241,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -159655,7 +160256,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, - sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -159664,16 +160264,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95390] = 2, - ACTIONS(5940), 5, + [79858] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2089), 1, + sym__pandoc_attr_specifier, + ACTIONS(5918), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, - sym__soft_line_ending, + ACTIONS(5920), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159691,7 +160295,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159700,21 +160303,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95433] = 2, - ACTIONS(5944), 5, + [79906] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2090), 1, + sym__pandoc_attr_specifier, + ACTIONS(5926), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, - sym__soft_line_ending, + ACTIONS(5928), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159732,7 +160339,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159741,21 +160347,25 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95476] = 2, - ACTIONS(5948), 5, + [79954] = 4, + ACTIONS(2898), 1, + anon_sym_LBRACE, + STATE(2041), 1, + sym__pandoc_attr_specifier, + ACTIONS(5930), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, - sym__soft_line_ending, + ACTIONS(5932), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159773,7 +160383,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159782,20 +160391,65 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [80002] = 4, + ACTIONS(2898), 1, anon_sym_LBRACE, + STATE(2058), 1, + sym__pandoc_attr_specifier, + ACTIONS(5934), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(5936), 32, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - [95519] = 2, - ACTIONS(5828), 5, + [80050] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159805,6 +160459,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -159814,7 +160469,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159828,16 +160482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95562] = 2, - ACTIONS(5924), 5, + [80094] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2061), 33, - sym__line_ending, + ACTIONS(3370), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159860,24 +160515,25 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, sym__emphasis_open_star, + sym__emphasis_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95605] = 2, - ACTIONS(5842), 5, + [80138] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159910,15 +160566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95648] = 2, - ACTIONS(5768), 5, + [80182] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159928,7 +160585,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -159938,6 +160594,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159951,16 +160608,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95691] = 2, - ACTIONS(5772), 5, + [80226] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, - sym__soft_line_ending, + ACTIONS(6128), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159978,7 +160636,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -159987,20 +160644,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95734] = 2, - ACTIONS(5776), 5, + [80270] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160010,7 +160669,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -160020,6 +160678,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160033,15 +160692,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95777] = 2, - ACTIONS(5824), 5, + [80314] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160074,16 +160734,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95820] = 2, - ACTIONS(3029), 5, + [80358] = 2, + ACTIONS(6046), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, - sym__soft_line_ending, + ACTIONS(2113), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160107,23 +160768,24 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95863] = 2, - ACTIONS(5898), 5, + [80402] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160156,15 +160818,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95906] = 2, - ACTIONS(5804), 5, + [80446] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160197,15 +160860,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95949] = 2, - ACTIONS(5808), 5, + [80490] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160238,15 +160902,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [95992] = 2, - ACTIONS(6000), 5, + [80534] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160265,8 +160930,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -160279,15 +160944,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96035] = 2, - ACTIONS(5812), 5, + [80578] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160305,8 +160971,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160320,15 +160986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96078] = 2, - ACTIONS(5816), 5, + [80622] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + ACTIONS(3370), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160346,7 +161013,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, - sym__strikeout_close, sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, @@ -160354,6 +161020,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strong_emphasis_open_underscore, sym__emphasis_open_star, sym__emphasis_open_underscore, + sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym_numeric_character_reference, @@ -160361,16 +161028,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96121] = 2, - ACTIONS(5874), 5, + [80666] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, - sym__line_ending, + ACTIONS(5980), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160388,6 +161056,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160396,22 +161065,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96164] = 2, - ACTIONS(5878), 5, + [80710] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, - sym__line_ending, + ACTIONS(6000), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160429,6 +161098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160437,23 +161107,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96207] = 3, - ACTIONS(6030), 1, - sym_block_continuation, - ACTIONS(2655), 5, + [80754] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2657), 32, + ACTIONS(6104), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160462,6 +161131,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -160479,22 +161149,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96252] = 2, - ACTIONS(5890), 5, + [80798] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, - sym__line_ending, + ACTIONS(6008), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160512,6 +161182,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160520,22 +161191,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96295] = 2, - ACTIONS(5894), 5, + [80842] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, - sym__line_ending, + ACTIONS(6108), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160544,6 +161215,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -160561,21 +161233,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96338] = 2, - ACTIONS(5902), 5, + [80886] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160608,16 +161280,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96381] = 2, - ACTIONS(5928), 5, + [80930] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, - sym__soft_line_ending, + ACTIONS(6146), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160635,7 +161308,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160644,21 +161316,24 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96424] = 2, - ACTIONS(5796), 5, + [80974] = 3, + ACTIONS(6242), 1, + sym_block_continuation, + ACTIONS(2872), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, - sym__line_ending, + ACTIONS(2874), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160684,21 +161359,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96467] = 2, - ACTIONS(5882), 5, + [81020] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6150), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -160725,22 +161401,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96510] = 2, - ACTIONS(5954), 5, + [81064] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, - sym__soft_line_ending, + ACTIONS(6044), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160758,7 +161435,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160767,21 +161443,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96553] = 2, - ACTIONS(5780), 5, + [81108] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, - sym__soft_line_ending, + ACTIONS(6058), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160790,7 +161468,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -160808,20 +161485,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96596] = 2, - ACTIONS(5886), 5, + [81152] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160854,15 +161533,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96639] = 2, - ACTIONS(5846), 5, + [81196] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160895,16 +161575,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96682] = 2, - ACTIONS(5820), 5, + [81240] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, - sym__soft_line_ending, + ACTIONS(5964), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160913,7 +161594,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -160931,21 +161611,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96725] = 2, - ACTIONS(5860), 5, + [81284] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, - sym__soft_line_ending, + ACTIONS(6012), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -160963,7 +161645,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -160972,20 +161653,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96768] = 2, - ACTIONS(5870), 5, + [81328] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161018,15 +161701,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96811] = 2, - ACTIONS(5784), 5, + [81372] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161036,7 +161720,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161047,6 +161730,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -161059,15 +161743,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96854] = 2, - ACTIONS(5914), 5, + [81416] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161085,8 +161770,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161100,15 +161785,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96897] = 2, - ACTIONS(5958), 5, + [81460] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6076), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161126,8 +161812,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_author_in_text, sym__cite_suppress_author, sym__strikeout_open, + sym__strikeout_close, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161141,15 +161827,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96940] = 2, - ACTIONS(5832), 5, + [81504] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161159,7 +161846,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161169,6 +161855,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161182,15 +161869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [96983] = 2, - ACTIONS(5962), 5, + [81548] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161223,15 +161911,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97026] = 2, - ACTIONS(5752), 5, + [81592] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6040), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161264,15 +161953,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97069] = 2, - ACTIONS(5756), 5, + [81636] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161282,6 +161972,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161291,7 +161982,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161305,15 +161995,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97112] = 2, - ACTIONS(5760), 5, + [81680] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6050), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161346,15 +162037,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97155] = 2, - ACTIONS(5764), 5, + [81724] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6054), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161387,15 +162079,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97198] = 2, - ACTIONS(5768), 5, + [81768] = 2, + ACTIONS(6118), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, + sym__whitespace, + ACTIONS(6120), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161414,7 +162108,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161427,16 +162120,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [97241] = 2, - ACTIONS(5776), 5, + anon_sym_PIPE, + [81812] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6174), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161469,15 +162163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97284] = 2, - ACTIONS(5780), 5, + [81856] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6072), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161510,15 +162205,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97327] = 2, - ACTIONS(5820), 5, + [81900] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6158), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161528,6 +162224,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161537,7 +162234,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161551,16 +162247,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97370] = 2, - ACTIONS(5856), 5, + [81944] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, - sym__line_ending, + ACTIONS(6080), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -161578,6 +162275,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161586,21 +162284,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97413] = 2, - ACTIONS(5784), 5, + [81988] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6084), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161633,15 +162331,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97456] = 2, - ACTIONS(5832), 5, + [82032] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6132), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161651,6 +162350,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161660,7 +162360,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161674,16 +162373,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97499] = 2, - ACTIONS(5696), 5, + [82076] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, - sym__line_ending, + ACTIONS(6092), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -161701,6 +162401,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161709,21 +162410,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97542] = 2, - ACTIONS(5788), 5, + [82120] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6096), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161756,15 +162457,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97585] = 2, - ACTIONS(5792), 5, + [82164] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6100), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161797,15 +162499,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97628] = 2, - ACTIONS(5866), 5, + [82208] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6036), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -161832,21 +162535,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97671] = 2, - ACTIONS(5836), 5, + [82252] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6104), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161879,15 +162583,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97714] = 2, - ACTIONS(5788), 5, + [82296] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6108), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161897,7 +162602,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161907,6 +162611,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -161920,15 +162625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97757] = 2, - ACTIONS(5850), 5, + [82340] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(5870), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -161955,21 +162661,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97800] = 2, - ACTIONS(3029), 5, + [82384] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6120), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161979,7 +162686,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -161989,6 +162695,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162002,15 +162709,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97843] = 2, - ACTIONS(5792), 5, + [82428] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6154), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162020,7 +162728,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -162030,6 +162737,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162043,15 +162751,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97886] = 2, - ACTIONS(5906), 5, + [82472] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6170), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162078,22 +162787,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97929] = 2, - ACTIONS(5910), 5, + [82516] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, - sym__line_ending, + ACTIONS(6158), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162111,6 +162821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162119,22 +162830,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [97972] = 2, - ACTIONS(5918), 5, + [82560] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, - sym__line_ending, + ACTIONS(6132), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162152,6 +162863,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162160,21 +162872,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98015] = 2, - ACTIONS(5922), 5, + [82604] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + ACTIONS(5984), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162201,22 +162913,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98058] = 2, - ACTIONS(5932), 5, + [82648] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, - sym__line_ending, + ACTIONS(6162), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162234,6 +162947,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162242,22 +162956,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98101] = 2, - ACTIONS(5936), 5, + [82692] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, - sym__line_ending, + ACTIONS(6136), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162275,6 +162989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162283,21 +162998,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98144] = 2, - ACTIONS(5940), 5, + [82736] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + ACTIONS(6062), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162324,21 +163039,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98187] = 2, - ACTIONS(5944), 5, + [82780] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + ACTIONS(6112), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162365,21 +163081,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98230] = 2, - ACTIONS(5948), 5, + [82824] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, + ACTIONS(6116), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162406,21 +163123,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98273] = 2, - ACTIONS(5828), 5, + [82868] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6088), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162447,21 +163165,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98316] = 2, - ACTIONS(5842), 5, + [82912] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6124), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162488,22 +163207,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98359] = 2, - ACTIONS(5836), 5, + [82956] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, - sym__soft_line_ending, + ACTIONS(5960), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162512,7 +163232,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -162530,20 +163249,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98402] = 2, - ACTIONS(5772), 5, + [83000] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(5968), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162570,22 +163291,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98445] = 2, - ACTIONS(5890), 5, + [83044] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, - sym__soft_line_ending, + ACTIONS(5972), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162594,7 +163316,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -162612,20 +163333,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98488] = 2, - ACTIONS(5824), 5, + [83088] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5976), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162652,21 +163375,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98531] = 2, - ACTIONS(5898), 5, + [83132] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5980), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162693,21 +163417,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98574] = 2, - ACTIONS(5804), 5, + [83176] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + ACTIONS(6000), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162734,22 +163459,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98617] = 2, - ACTIONS(5808), 5, + [83220] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, - sym__line_ending, + ACTIONS(6166), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162767,6 +163493,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162775,21 +163502,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98660] = 2, - ACTIONS(3029), 5, + [83264] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 33, + ACTIONS(6008), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -162816,22 +163543,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98703] = 2, - ACTIONS(6000), 6, + [83308] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(6002), 32, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162850,6 +163577,48 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [83352] = 2, + ACTIONS(6014), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6016), 34, + sym__line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -162858,21 +163627,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [98746] = 2, - ACTIONS(5874), 5, + anon_sym_PIPE, + sym__whitespace, + [83396] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, - sym__soft_line_ending, + ACTIONS(6020), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162891,7 +163662,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -162899,21 +163669,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98789] = 2, - ACTIONS(5878), 5, + [83440] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, - sym__soft_line_ending, + ACTIONS(6032), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162932,7 +163704,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -162940,21 +163711,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98832] = 2, - ACTIONS(5890), 5, + [83484] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, - sym__soft_line_ending, + ACTIONS(5996), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -162973,7 +163746,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -162981,20 +163753,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98875] = 2, - ACTIONS(5894), 5, + [83528] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163013,8 +163787,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163027,15 +163801,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98918] = 2, - ACTIONS(5894), 5, + [83572] = 2, + ACTIONS(6210), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + sym__whitespace, + ACTIONS(6212), 33, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, + anon_sym_LBRACE, + anon_sym_PIPE, + [83616] = 2, + ACTIONS(6160), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6162), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163068,16 +163885,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [98961] = 2, - ACTIONS(5902), 5, + [83660] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, - sym__line_ending, + ACTIONS(6128), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163096,6 +163914,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163103,22 +163922,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99004] = 2, - ACTIONS(5928), 5, + [83704] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, - sym__line_ending, + ACTIONS(3370), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163127,6 +163946,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -163144,22 +163964,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99047] = 2, - ACTIONS(5954), 5, + [83748] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, - sym__line_ending, + ACTIONS(6136), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163168,6 +163988,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -163185,22 +164006,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99090] = 2, - ACTIONS(5820), 6, + [83792] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5818), 32, + ACTIONS(6166), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163210,6 +164030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -163231,16 +164052,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [99133] = 2, - ACTIONS(5886), 5, + anon_sym_PIPE, + sym__whitespace, + [83836] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + ACTIONS(6024), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163267,21 +164089,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99176] = 2, - ACTIONS(5846), 5, + [83880] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + ACTIONS(6028), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163308,21 +164131,64 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [83924] = 2, + ACTIONS(6038), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6040), 34, + sym__line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99219] = 2, - ACTIONS(5796), 5, + [83968] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + ACTIONS(6066), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163332,6 +164198,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -163342,7 +164209,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163355,15 +164221,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99262] = 2, - ACTIONS(5860), 5, + [84012] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 33, + ACTIONS(6050), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163390,21 +164257,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99305] = 2, - ACTIONS(5870), 5, + [84056] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 33, + ACTIONS(6054), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163431,21 +164299,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99348] = 2, - ACTIONS(5882), 5, + [84100] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6140), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163455,6 +164324,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -163465,7 +164335,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163478,15 +164347,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99391] = 2, - ACTIONS(5914), 5, + [84144] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 33, + ACTIONS(6174), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163513,21 +164383,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99434] = 2, - ACTIONS(5958), 5, + [84188] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 33, + ACTIONS(6072), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163554,21 +164425,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99477] = 2, - ACTIONS(5800), 5, + [84232] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -163587,8 +164459,8 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163601,15 +164473,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99520] = 2, - ACTIONS(5962), 5, + [84276] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 33, + ACTIONS(6080), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163636,21 +164509,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99563] = 2, - ACTIONS(5752), 5, + [84320] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 33, + ACTIONS(6084), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163677,22 +164551,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99606] = 2, - ACTIONS(5756), 5, + [84364] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 33, - sym__line_ending, + ACTIONS(6150), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163711,6 +164586,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163718,22 +164594,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99649] = 2, - ACTIONS(5856), 5, + [84408] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 33, - sym__soft_line_ending, + ACTIONS(6092), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163752,7 +164628,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163760,20 +164635,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99692] = 2, - ACTIONS(5760), 5, + [84452] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 33, + ACTIONS(6096), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163800,21 +164677,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99735] = 2, - ACTIONS(5764), 5, + [84496] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 33, + ACTIONS(6100), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163841,22 +164719,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99778] = 2, - ACTIONS(5768), 5, + [84540] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 33, - sym__line_ending, + ACTIONS(6044), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163875,6 +164754,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -163882,21 +164762,63 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [84584] = 2, + ACTIONS(6056), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6058), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__superscript_close, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99821] = 2, - ACTIONS(5776), 5, + [84628] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 33, + ACTIONS(6104), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163923,21 +164845,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99864] = 2, - ACTIONS(5780), 5, + [84672] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 33, + ACTIONS(6108), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -163964,21 +164887,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99907] = 2, - ACTIONS(5820), 5, + [84716] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 33, + ACTIONS(6120), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164005,21 +164929,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99950] = 2, - ACTIONS(5784), 5, + [84760] = 2, + ACTIONS(6152), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 33, + ACTIONS(6154), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164046,21 +164971,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [99993] = 2, - ACTIONS(5832), 5, + [84804] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 33, + ACTIONS(6158), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164087,21 +165013,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100036] = 2, - ACTIONS(5788), 5, + [84848] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 33, + ACTIONS(6132), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164128,22 +165055,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100079] = 2, - ACTIONS(5796), 5, + [84892] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, - sym__soft_line_ending, + ACTIONS(6162), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164152,7 +165080,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -164170,21 +165097,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100122] = 2, - ACTIONS(5874), 5, + [84936] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 33, - sym__soft_line_ending, + ACTIONS(6136), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164194,7 +165123,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164211,20 +165139,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100165] = 2, - ACTIONS(5792), 5, + [84980] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 33, + ACTIONS(6166), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164251,21 +165181,64 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [85024] = 2, + ACTIONS(6144), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6146), 34, + sym__soft_line_ending, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__single_quote_span_close, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100208] = 2, - ACTIONS(5836), 5, + [85068] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 33, + ACTIONS(6066), 34, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -164292,22 +165265,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100251] = 2, - ACTIONS(5696), 5, + [85112] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 33, - sym__soft_line_ending, + ACTIONS(6140), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164326,7 +165300,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -164334,20 +165307,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100294] = 2, - ACTIONS(5878), 5, + [85156] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 33, + ACTIONS(6128), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164380,15 +165355,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100337] = 2, - ACTIONS(5890), 5, + [85200] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 33, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164399,7 +165375,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164409,6 +165384,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -164421,15 +165397,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100380] = 2, - ACTIONS(5866), 5, + [85244] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 33, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164462,15 +165439,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100423] = 2, - ACTIONS(5894), 5, + [85288] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 33, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164481,7 +165459,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164490,6 +165467,7 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, + sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -164503,16 +165481,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100466] = 2, - ACTIONS(5882), 5, + [85332] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, - sym__soft_line_ending, + ACTIONS(3370), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164521,7 +165500,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -164539,20 +165517,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100509] = 2, - ACTIONS(5850), 5, + [85376] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 33, + ACTIONS(6036), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164585,16 +165565,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100552] = 2, - ACTIONS(5800), 6, + [85420] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5798), 32, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164604,6 +165584,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -164625,16 +165606,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [100595] = 2, - ACTIONS(5796), 5, + anon_sym_PIPE, + sym__whitespace, + [85464] = 2, + ACTIONS(6126), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 33, + sym__whitespace, + ACTIONS(6128), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164645,7 +165628,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164666,16 +165648,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [100638] = 2, - ACTIONS(5906), 5, + anon_sym_PIPE, + [85508] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 33, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164685,6 +165668,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -164695,7 +165679,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -164708,15 +165691,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100681] = 2, - ACTIONS(5910), 5, + [85552] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 33, + ACTIONS(5870), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164749,15 +165733,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100724] = 2, - ACTIONS(5918), 5, + [85596] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 33, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164767,6 +165752,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -164777,7 +165763,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -164790,15 +165775,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100767] = 2, - ACTIONS(5922), 5, + [85640] = 2, + ACTIONS(6152), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 33, + sym__whitespace, + ACTIONS(6154), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164818,7 +165805,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -164830,16 +165816,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [100810] = 2, - ACTIONS(5932), 5, + anon_sym_PIPE, + [85684] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6170), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164872,16 +165859,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [100853] = 2, - ACTIONS(5874), 6, + [85728] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5872), 32, + ACTIONS(6146), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164892,6 +165879,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164912,17 +165900,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [100896] = 2, - ACTIONS(5878), 6, + anon_sym_PIPE, + sym__whitespace, + [85772] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5876), 32, + ACTIONS(6150), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164933,6 +165921,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -164953,17 +165942,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [100939] = 2, - ACTIONS(5890), 6, + anon_sym_PIPE, + sym__whitespace, + [85816] = 2, + ACTIONS(6144), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5888), 32, + ACTIONS(6146), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -164996,15 +165986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [100982] = 2, - ACTIONS(5894), 6, + anon_sym_PIPE, + [85860] = 2, + ACTIONS(6148), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5892), 32, + ACTIONS(6150), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165037,14 +166028,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101025] = 2, - ACTIONS(5936), 5, + anon_sym_PIPE, + [85904] = 2, + ACTIONS(6042), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 33, + sym__whitespace, + ACTIONS(6044), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165064,7 +166057,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165076,16 +166068,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [101068] = 2, - ACTIONS(5940), 5, + anon_sym_PIPE, + [85948] = 2, + ACTIONS(6056), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 33, + sym__whitespace, + ACTIONS(6058), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165105,7 +166099,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165117,17 +166110,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [101111] = 2, - ACTIONS(5796), 6, + anon_sym_PIPE, + [85992] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5794), 32, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165147,6 +166140,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165158,17 +166152,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [101154] = 2, - ACTIONS(5882), 6, + anon_sym_PIPE, + sym__whitespace, + [86036] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5880), 32, + ACTIONS(6044), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165179,6 +166173,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -165199,17 +166194,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [101197] = 2, - ACTIONS(5800), 5, + anon_sym_PIPE, + sym__whitespace, + [86080] = 2, + ACTIONS(5962), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, - sym__line_ending, + sym__whitespace, + ACTIONS(5964), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165235,21 +166232,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [101240] = 2, - ACTIONS(5944), 5, + anon_sym_PIPE, + [86124] = 2, + ACTIONS(6010), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 33, + sym__whitespace, + ACTIONS(6012), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165269,7 +166267,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165281,17 +166278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [101283] = 2, - ACTIONS(5856), 6, + anon_sym_PIPE, + [86168] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5854), 32, + ACTIONS(6058), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165302,6 +166299,7 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, + sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -165322,17 +166320,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [101326] = 2, - ACTIONS(5948), 5, + anon_sym_PIPE, + sym__whitespace, + [86212] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 33, - sym__soft_line_ending, + ACTIONS(5992), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165351,7 +166350,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165359,20 +166357,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101369] = 2, - ACTIONS(5828), 5, + [86256] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 33, + ACTIONS(6062), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165405,16 +166405,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101412] = 2, - ACTIONS(5696), 6, + [86300] = 2, + ACTIONS(6034), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5694), 32, + ACTIONS(6036), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165447,14 +166448,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101455] = 2, - ACTIONS(5842), 5, + anon_sym_PIPE, + [86344] = 2, + ACTIONS(6110), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 33, + ACTIONS(6112), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165487,15 +166489,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101498] = 2, - ACTIONS(5882), 5, + [86388] = 2, + ACTIONS(6114), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 33, + ACTIONS(6116), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165506,7 +166509,6 @@ static const uint16_t ts_small_parse_table[] = { sym__edit_comment_span_start, sym__single_quote_span_open, sym__double_quote_span_open, - sym__double_quote_span_close, sym__shortcode_open_escaped, sym__shortcode_open, sym__cite_author_in_text_with_open_bracket, @@ -165516,6 +166518,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165528,16 +166531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101541] = 2, - ACTIONS(5866), 6, + [86432] = 2, + ACTIONS(5868), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5864), 32, + ACTIONS(5870), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165570,14 +166574,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101584] = 2, - ACTIONS(5772), 5, + anon_sym_PIPE, + [86476] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 33, + ACTIONS(6088), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165610,15 +166615,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101627] = 2, - ACTIONS(5800), 5, + [86520] = 2, + ACTIONS(6122), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 33, + ACTIONS(6124), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165628,7 +166634,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -165639,6 +166644,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165651,16 +166657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101670] = 2, - ACTIONS(5850), 6, + [86564] = 2, + ACTIONS(6168), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5848), 32, + ACTIONS(6170), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165693,14 +166700,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101713] = 2, - ACTIONS(5824), 5, + anon_sym_PIPE, + [86608] = 2, + ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 33, + ACTIONS(5960), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165733,15 +166741,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101756] = 2, - ACTIONS(5898), 5, + [86652] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 33, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165774,16 +166783,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [101799] = 2, - ACTIONS(5906), 6, + [86696] = 2, + ACTIONS(5982), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5904), 32, + ACTIONS(5984), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165816,15 +166826,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101842] = 2, - ACTIONS(5910), 6, + anon_sym_PIPE, + [86740] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5908), 32, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165844,6 +166854,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165855,17 +166866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [101885] = 2, - ACTIONS(5918), 6, + anon_sym_PIPE, + sym__whitespace, + [86784] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5916), 32, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165885,6 +166896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -165896,17 +166908,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [101928] = 2, - ACTIONS(5922), 6, + anon_sym_PIPE, + sym__whitespace, + [86828] = 2, + ACTIONS(6060), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5920), 32, + ACTIONS(6062), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165939,15 +166952,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [101971] = 2, - ACTIONS(5932), 6, + anon_sym_PIPE, + [86872] = 2, + ACTIONS(6110), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5930), 32, + ACTIONS(6112), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -165980,15 +166994,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102014] = 2, - ACTIONS(5936), 6, + anon_sym_PIPE, + [86916] = 2, + ACTIONS(6114), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5934), 32, + ACTIONS(6116), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166021,15 +167036,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102057] = 2, - ACTIONS(5940), 6, + anon_sym_PIPE, + [86960] = 2, + ACTIONS(6086), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5938), 32, + ACTIONS(6088), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166062,15 +167078,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102100] = 2, - ACTIONS(5944), 6, + anon_sym_PIPE, + [87004] = 2, + ACTIONS(6122), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5942), 32, + ACTIONS(6124), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166103,15 +167120,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102143] = 2, - ACTIONS(5948), 6, + anon_sym_PIPE, + [87048] = 2, + ACTIONS(5958), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5946), 32, + ACTIONS(5960), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166144,15 +167162,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102186] = 2, - ACTIONS(5828), 6, + anon_sym_PIPE, + [87092] = 2, + ACTIONS(5966), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5826), 32, + ACTIONS(5968), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166185,15 +167204,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102229] = 2, - ACTIONS(5842), 6, + anon_sym_PIPE, + [87136] = 2, + ACTIONS(5970), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5840), 32, + ACTIONS(5972), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166226,14 +167246,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102272] = 2, - ACTIONS(5804), 5, + anon_sym_PIPE, + [87180] = 2, + ACTIONS(5974), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 33, + sym__whitespace, + ACTIONS(5976), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166253,7 +167275,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -166265,17 +167286,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102315] = 2, - ACTIONS(5772), 6, + anon_sym_PIPE, + [87224] = 2, + ACTIONS(5978), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5770), 32, + ACTIONS(5980), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166308,14 +167330,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102358] = 2, - ACTIONS(5808), 5, + anon_sym_PIPE, + [87268] = 2, + ACTIONS(5998), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 33, + sym__whitespace, + ACTIONS(6000), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166335,7 +167359,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -166347,17 +167370,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102401] = 2, - ACTIONS(5824), 6, + anon_sym_PIPE, + [87312] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5822), 32, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166377,6 +167400,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -166388,17 +167412,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [102444] = 2, - ACTIONS(5898), 6, + anon_sym_PIPE, + sym__whitespace, + [87356] = 2, + ACTIONS(6006), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5896), 32, + ACTIONS(6008), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166431,15 +167456,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102487] = 2, - ACTIONS(5804), 6, + anon_sym_PIPE, + [87400] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5802), 32, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166459,6 +167484,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -166470,17 +167496,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [102530] = 2, - ACTIONS(5808), 6, + anon_sym_PIPE, + sym__whitespace, + [87444] = 2, + ACTIONS(6014), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5806), 32, + ACTIONS(6016), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166513,14 +167540,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102573] = 2, - ACTIONS(6000), 5, + anon_sym_PIPE, + [87488] = 2, + ACTIONS(6018), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + sym__whitespace, + ACTIONS(6020), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166530,7 +167559,6 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, - sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -166552,17 +167580,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102616] = 2, - ACTIONS(5812), 5, + anon_sym_PIPE, + [87532] = 2, + ACTIONS(6030), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, - sym__line_ending, + sym__whitespace, + ACTIONS(6032), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -166588,22 +167618,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102659] = 2, - ACTIONS(5816), 5, + anon_sym_PIPE, + [87576] = 2, + ACTIONS(5994), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, - sym__line_ending, + sym__whitespace, + ACTIONS(5996), 33, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -166629,21 +167660,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102702] = 2, - ACTIONS(6000), 5, + anon_sym_PIPE, + [87620] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6002), 33, + ACTIONS(6212), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166653,6 +167684,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -166672,20 +167704,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [102745] = 2, - ACTIONS(5812), 5, + [87664] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 33, - sym__soft_line_ending, + ACTIONS(6004), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -166703,7 +167735,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -166712,22 +167743,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [102788] = 2, - ACTIONS(5928), 6, + [87708] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5926), 32, - sym__soft_line_ending, + ACTIONS(6076), 34, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -166753,21 +167785,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [102831] = 2, - ACTIONS(5954), 6, + anon_sym_PIPE, + sym__whitespace, + [87752] = 2, + ACTIONS(6022), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5952), 32, + ACTIONS(6024), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166800,14 +167834,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102874] = 2, - ACTIONS(5816), 5, + anon_sym_PIPE, + [87796] = 2, + ACTIONS(6026), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 33, + sym__whitespace, + ACTIONS(6028), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166826,7 +167862,6 @@ static const uint16_t ts_small_parse_table[] = { sym__cite_suppress_author, sym__strikeout_open, sym__subscript_open, - sym__subscript_close, sym__superscript_open, sym__inline_note_start_token, sym__strong_emphasis_open_star, @@ -166839,17 +167874,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [102917] = 2, - ACTIONS(5886), 6, + anon_sym_PIPE, + [87840] = 2, + ACTIONS(6038), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5884), 32, + ACTIONS(6040), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166882,15 +167918,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [102960] = 2, - ACTIONS(5846), 6, + anon_sym_PIPE, + [87884] = 2, + ACTIONS(6156), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5844), 32, + ACTIONS(6158), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166923,14 +167960,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [103003] = 2, - ACTIONS(5902), 5, + anon_sym_PIPE, + [87928] = 2, + ACTIONS(6048), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 33, + sym__whitespace, + ACTIONS(6050), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -166950,7 +167989,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -166962,17 +168000,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [103046] = 2, - ACTIONS(5860), 6, + anon_sym_PIPE, + [87972] = 2, + ACTIONS(6052), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5858), 32, + ACTIONS(6054), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167005,15 +168044,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [103089] = 2, - ACTIONS(5870), 6, + anon_sym_PIPE, + [88016] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5868), 32, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167033,6 +168072,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167044,16 +168084,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [103132] = 2, - ACTIONS(5928), 5, + anon_sym_PIPE, + sym__whitespace, + [88060] = 2, + ACTIONS(6172), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 33, + sym__whitespace, + ACTIONS(6174), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167073,7 +168115,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167085,17 +168126,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [103175] = 2, - ACTIONS(5914), 6, + anon_sym_PIPE, + [88104] = 2, + ACTIONS(6070), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5912), 32, + ACTIONS(6072), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167128,15 +168170,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [103218] = 2, - ACTIONS(5958), 6, + anon_sym_PIPE, + [88148] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5956), 32, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167146,6 +168188,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -167167,16 +168210,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [103261] = 2, - ACTIONS(5954), 5, + anon_sym_PIPE, + sym__whitespace, + [88192] = 2, + ACTIONS(6078), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 33, + sym__whitespace, + ACTIONS(6080), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167196,7 +168241,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167208,17 +168252,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [103304] = 2, - ACTIONS(5784), 6, + anon_sym_PIPE, + [88236] = 2, + ACTIONS(6082), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5782), 32, + ACTIONS(6084), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167251,15 +168296,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [103347] = 2, - ACTIONS(5962), 6, + anon_sym_PIPE, + [88280] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5960), 32, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167279,6 +168324,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167290,17 +168336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [103390] = 2, - ACTIONS(5752), 6, + anon_sym_PIPE, + sym__whitespace, + [88324] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - sym__whitespace, - ACTIONS(5750), 32, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167320,6 +168366,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167331,17 +168378,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [103433] = 2, - ACTIONS(5756), 6, + anon_sym_PIPE, + sym__whitespace, + [88368] = 2, + ACTIONS(6090), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, sym__whitespace, - ACTIONS(5754), 32, + ACTIONS(6092), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167374,14 +168422,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [103476] = 2, - ACTIONS(5886), 5, + anon_sym_PIPE, + [88412] = 2, + ACTIONS(6094), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 33, + sym__whitespace, + ACTIONS(6096), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167401,7 +168451,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167413,16 +168462,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [103519] = 2, - ACTIONS(5846), 5, + anon_sym_PIPE, + [88456] = 2, + ACTIONS(6098), 6, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 33, + sym__whitespace, + ACTIONS(6100), 33, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167442,7 +168493,6 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, - sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167454,16 +168504,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [103562] = 2, - ACTIONS(5932), 5, + anon_sym_PIPE, + [88500] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 33, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -167483,6 +168534,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167492,19 +168544,20 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym_numeric_character_reference, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103605] = 2, - ACTIONS(5886), 5, + [88544] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5884), 32, + ACTIONS(5996), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167523,6 +168576,7 @@ static const uint16_t ts_small_parse_table[] = { sym__strikeout_open, sym__subscript_open, sym__superscript_open, + sym__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -167530,21 +168584,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103647] = 2, - ACTIONS(5850), 5, + [88588] = 2, + ACTIONS(6210), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5848), 32, + ACTIONS(6212), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167570,22 +168625,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103689] = 2, - ACTIONS(6012), 5, + [88632] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2102), 32, - sym__line_ending, + ACTIONS(6072), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167594,6 +168650,7 @@ static const uint16_t ts_small_parse_table[] = { sym__delete_span_start, sym__edit_comment_span_start, sym__single_quote_span_open, + sym__single_quote_span_close, sym__double_quote_span_open, sym__shortcode_open_escaped, sym__shortcode_open, @@ -167616,15 +168673,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103731] = 2, - ACTIONS(5906), 5, + [88676] = 2, + ACTIONS(6168), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5904), 32, + ACTIONS(6170), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167650,21 +168708,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103773] = 2, - ACTIONS(5910), 5, + [88719] = 2, + ACTIONS(6130), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5908), 32, + ACTIONS(6132), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167690,21 +168749,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103815] = 2, - ACTIONS(5918), 5, + [88762] = 2, + ACTIONS(6160), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5916), 32, + ACTIONS(6162), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167730,21 +168790,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103857] = 2, - ACTIONS(5922), 5, + [88805] = 2, + ACTIONS(6134), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5920), 32, + ACTIONS(6136), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167770,21 +168831,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103899] = 2, - ACTIONS(5932), 5, + [88848] = 2, + ACTIONS(6164), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5930), 32, + ACTIONS(6166), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167810,21 +168872,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103941] = 2, - ACTIONS(5936), 5, + [88891] = 2, + ACTIONS(6064), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5934), 32, + ACTIONS(6066), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167850,21 +168913,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [103983] = 2, - ACTIONS(5940), 5, + [88934] = 2, + ACTIONS(6138), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5938), 32, + ACTIONS(6140), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167890,21 +168954,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104025] = 2, - ACTIONS(5944), 5, + [88977] = 2, + ACTIONS(6126), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5942), 32, + ACTIONS(6128), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167930,21 +168995,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104067] = 2, - ACTIONS(3029), 5, + [89020] = 2, + ACTIONS(5962), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3031), 32, + ACTIONS(5964), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -167970,21 +169036,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104109] = 2, - ACTIONS(5948), 5, + [89063] = 2, + ACTIONS(6118), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5946), 32, + ACTIONS(6120), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168010,21 +169077,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104151] = 2, - ACTIONS(5828), 5, + [89106] = 2, + ACTIONS(5990), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5826), 32, + ACTIONS(5992), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168050,21 +169118,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104193] = 2, - ACTIONS(5842), 5, + [89149] = 2, + ACTIONS(6144), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5840), 32, + ACTIONS(6146), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168090,21 +169159,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104235] = 2, - ACTIONS(5772), 5, + [89192] = 2, + ACTIONS(6030), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5770), 32, + ACTIONS(6032), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168130,22 +169200,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104277] = 2, - ACTIONS(6016), 5, + [89235] = 2, + ACTIONS(5994), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2071), 32, - sym__line_ending, + ACTIONS(5996), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168171,20 +169241,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104319] = 2, - ACTIONS(5874), 5, + [89278] = 2, + ACTIONS(6002), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5872), 32, + ACTIONS(6004), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168210,22 +169282,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104361] = 2, - ACTIONS(6018), 5, + [89321] = 2, + ACTIONS(6074), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6020), 32, - sym__line_ending, + ACTIONS(6076), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168251,20 +169323,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104403] = 2, - ACTIONS(5824), 5, + [89364] = 2, + ACTIONS(6222), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5822), 32, + ACTIONS(2162), 33, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168290,21 +169365,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104445] = 2, - ACTIONS(5898), 5, + [89407] = 2, + ACTIONS(6148), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5896), 32, + ACTIONS(6150), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168330,21 +169405,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104487] = 2, - ACTIONS(5878), 5, + [89450] = 2, + ACTIONS(6042), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5876), 32, + ACTIONS(6044), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168370,21 +169446,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104529] = 2, - ACTIONS(5890), 5, + [89493] = 2, + ACTIONS(6056), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5888), 32, + ACTIONS(6058), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168410,21 +169487,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104571] = 2, - ACTIONS(5902), 5, + [89536] = 2, + ACTIONS(6010), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5900), 32, + ACTIONS(6012), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168450,21 +169528,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104613] = 2, - ACTIONS(5928), 5, + [89579] = 2, + ACTIONS(6226), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5926), 32, + ACTIONS(2127), 33, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168490,21 +169570,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104655] = 2, - ACTIONS(5954), 5, + [89622] = 2, + ACTIONS(6228), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5952), 32, + ACTIONS(6230), 33, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168530,21 +169611,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104697] = 2, - ACTIONS(5894), 5, + [89665] = 2, + ACTIONS(6034), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5892), 32, + ACTIONS(6036), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168570,21 +169651,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104739] = 2, - ACTIONS(5816), 5, + [89708] = 2, + ACTIONS(5868), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5814), 32, + ACTIONS(5870), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168610,21 +169692,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104781] = 2, - ACTIONS(5866), 5, + [89751] = 2, + ACTIONS(3368), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5864), 32, + ACTIONS(3370), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168650,23 +169733,63 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [89794] = 2, + ACTIONS(6152), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6154), 33, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104823] = 3, - ACTIONS(6032), 1, - sym_block_continuation, - ACTIONS(2635), 5, + [89837] = 2, + ACTIONS(5982), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2637), 31, + ACTIONS(5984), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168692,20 +169815,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, anon_sym_LBRACE, - [104867] = 2, - ACTIONS(5860), 5, + anon_sym_PIPE, + sym__whitespace, + [89880] = 2, + ACTIONS(6060), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5858), 32, + ACTIONS(6062), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168731,21 +169856,63 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [89923] = 2, + ACTIONS(6110), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6112), 33, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104909] = 2, - ACTIONS(5870), 5, + [89966] = 2, + ACTIONS(6156), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5868), 32, + ACTIONS(6158), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168771,21 +169938,63 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [90009] = 2, + ACTIONS(6114), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6116), 33, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104951] = 2, - ACTIONS(5914), 5, + [90052] = 2, + ACTIONS(6086), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5912), 32, + ACTIONS(6088), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168811,21 +170020,63 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + sym__whitespace, + [90095] = 2, + ACTIONS(6122), 5, + sym_entity_reference, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + aux_sym__prose_punctuation_token1, + aux_sym_pandoc_line_break_token1, + ACTIONS(6124), 33, + sym__code_span_start, + sym__html_comment, + sym__autolink, + sym__highlight_span_start, + sym__insert_span_start, + sym__delete_span_start, + sym__edit_comment_span_start, + sym__single_quote_span_open, + sym__double_quote_span_open, + sym__shortcode_open_escaped, + sym__shortcode_open, + sym__cite_author_in_text_with_open_bracket, + sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text, + sym__cite_suppress_author, + sym__strikeout_open, + sym__subscript_open, + sym__superscript_open, + sym__inline_note_start_token, + sym__strong_emphasis_open_star, + sym__strong_emphasis_open_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [104993] = 2, + [90138] = 2, ACTIONS(5958), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5956), 32, + ACTIONS(5960), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168851,21 +170102,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105035] = 2, - ACTIONS(5882), 5, + [90181] = 2, + ACTIONS(5966), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5880), 32, + ACTIONS(5968), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168891,21 +170143,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105077] = 2, - ACTIONS(5962), 5, + [90224] = 2, + ACTIONS(5970), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5960), 32, + ACTIONS(5972), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168931,22 +170184,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105119] = 2, - ACTIONS(6022), 5, + [90267] = 2, + ACTIONS(5974), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(6024), 32, - sym__line_ending, + ACTIONS(5976), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -168972,20 +170225,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105161] = 2, - ACTIONS(5924), 5, + [90310] = 2, + ACTIONS(5978), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(2061), 32, + ACTIONS(5980), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169011,21 +170266,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105203] = 2, - ACTIONS(5752), 5, + [90353] = 2, + ACTIONS(5998), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5750), 32, + ACTIONS(6000), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169051,21 +170307,23 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105245] = 2, - ACTIONS(5756), 5, + [90396] = 2, + ACTIONS(6232), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5754), 32, + ACTIONS(6234), 33, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169091,21 +170349,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105287] = 2, - ACTIONS(5760), 5, + [90439] = 2, + ACTIONS(6006), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5758), 32, + ACTIONS(6008), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169131,21 +170389,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105329] = 2, - ACTIONS(5764), 5, + [90482] = 2, + ACTIONS(6014), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5762), 32, + ACTIONS(6016), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169171,21 +170430,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105371] = 2, - ACTIONS(5768), 5, + [90525] = 2, + ACTIONS(6018), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5766), 32, + ACTIONS(6020), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169211,21 +170471,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105413] = 2, - ACTIONS(5776), 5, + [90568] = 2, + ACTIONS(6022), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5774), 32, + ACTIONS(6024), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169251,21 +170512,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105455] = 2, - ACTIONS(5780), 5, + [90611] = 2, + ACTIONS(6046), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5778), 32, + ACTIONS(2113), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169291,21 +170553,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105497] = 2, - ACTIONS(5820), 5, + [90654] = 2, + ACTIONS(6026), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5818), 32, + ACTIONS(6028), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169331,21 +170594,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105539] = 2, - ACTIONS(5784), 5, + [90697] = 2, + ACTIONS(6038), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5782), 32, + ACTIONS(6040), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169371,21 +170635,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105581] = 2, - ACTIONS(5832), 5, + [90740] = 2, + ACTIONS(6048), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5830), 32, + ACTIONS(6050), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169411,21 +170676,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105623] = 2, - ACTIONS(5788), 5, + [90783] = 2, + ACTIONS(6052), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5786), 32, + ACTIONS(6054), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169451,21 +170717,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105665] = 2, - ACTIONS(5792), 5, + [90826] = 2, + ACTIONS(6172), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5790), 32, + ACTIONS(6174), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169491,21 +170758,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105707] = 2, - ACTIONS(5836), 5, + [90869] = 2, + ACTIONS(6070), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5834), 32, + ACTIONS(6072), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169531,21 +170799,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105749] = 2, - ACTIONS(5856), 5, + [90912] = 2, + ACTIONS(6078), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5854), 32, + ACTIONS(6080), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169571,21 +170840,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105791] = 2, - ACTIONS(5796), 5, + [90955] = 2, + ACTIONS(6082), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5794), 32, + ACTIONS(6084), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169611,21 +170881,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105833] = 2, - ACTIONS(5800), 5, + [90998] = 2, + ACTIONS(6090), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5798), 32, + ACTIONS(6092), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169651,21 +170922,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105875] = 2, - ACTIONS(5696), 5, + [91041] = 2, + ACTIONS(6094), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5694), 32, + ACTIONS(6096), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169691,21 +170963,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105917] = 2, - ACTIONS(5804), 5, + [91084] = 2, + ACTIONS(6098), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5802), 32, + ACTIONS(6100), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169731,21 +171004,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [105959] = 2, - ACTIONS(5808), 5, + [91127] = 2, + ACTIONS(6102), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5806), 32, + ACTIONS(6104), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169771,21 +171045,22 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [106001] = 2, - ACTIONS(5812), 5, + [91170] = 2, + ACTIONS(6106), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5810), 32, + ACTIONS(6108), 33, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169811,21 +171086,24 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - [106043] = 2, - ACTIONS(5846), 5, + [91213] = 3, + ACTIONS(6244), 1, + sym_block_continuation, + ACTIONS(2866), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(5844), 32, + ACTIONS(2868), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169851,21 +171129,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - anon_sym_PIPE, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_insert_token1, anon_sym_LBRACE, - sym__whitespace, - [106085] = 2, - ACTIONS(3025), 5, + anon_sym_PIPE, + [91258] = 2, + ACTIONS(3194), 5, sym_entity_reference, anon_sym_DOLLAR, - sym_pandoc_str, + aux_sym_pandoc_str_token1, aux_sym__prose_punctuation_token1, aux_sym_pandoc_line_break_token1, - ACTIONS(3027), 31, + ACTIONS(3196), 32, sym__code_span_start, sym__html_comment, sym__autolink, @@ -169897,16868 +171175,16771 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, aux_sym_insert_token1, anon_sym_LBRACE, - [106126] = 15, - ACTIONS(6034), 1, - ts_builtin_sym_end, - ACTIONS(6036), 1, + anon_sym_PIPE, + [91300] = 15, + ACTIONS(33), 1, sym_atx_h1_marker, - ACTIONS(6039), 1, + ACTIONS(35), 1, sym_atx_h2_marker, - ACTIONS(6042), 1, + ACTIONS(37), 1, sym_atx_h3_marker, - ACTIONS(6045), 1, + ACTIONS(39), 1, sym_atx_h4_marker, - ACTIONS(6048), 1, + ACTIONS(41), 1, sym_atx_h5_marker, - ACTIONS(6051), 1, + ACTIONS(43), 1, sym_atx_h6_marker, - STATE(75), 1, + ACTIONS(6246), 1, + ts_builtin_sym_end, + STATE(74), 1, sym__atx_heading1, STATE(83), 1, sym__atx_heading2, STATE(92), 1, sym__atx_heading3, - STATE(102), 1, + STATE(99), 1, sym__atx_heading4, - STATE(112), 1, + STATE(107), 1, sym__atx_heading5, - STATE(120), 1, + STATE(118), 1, sym__atx_heading6, - STATE(2077), 2, + STATE(2097), 2, sym_section, aux_sym_document_repeat2, - STATE(2209), 6, + STATE(2233), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [106178] = 15, - ACTIONS(29), 1, + [91352] = 15, + ACTIONS(33), 1, sym_atx_h1_marker, - ACTIONS(31), 1, + ACTIONS(35), 1, sym_atx_h2_marker, - ACTIONS(33), 1, + ACTIONS(37), 1, sym_atx_h3_marker, - ACTIONS(35), 1, + ACTIONS(39), 1, sym_atx_h4_marker, - ACTIONS(37), 1, + ACTIONS(41), 1, sym_atx_h5_marker, - ACTIONS(39), 1, + ACTIONS(43), 1, sym_atx_h6_marker, - ACTIONS(454), 1, + ACTIONS(452), 1, ts_builtin_sym_end, - STATE(75), 1, + STATE(74), 1, sym__atx_heading1, STATE(83), 1, sym__atx_heading2, STATE(92), 1, sym__atx_heading3, - STATE(102), 1, + STATE(99), 1, sym__atx_heading4, - STATE(112), 1, + STATE(107), 1, sym__atx_heading5, - STATE(120), 1, + STATE(118), 1, sym__atx_heading6, - STATE(2077), 2, + STATE(2097), 2, sym_section, aux_sym_document_repeat2, - STATE(2209), 6, + STATE(2233), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [106230] = 15, - ACTIONS(29), 1, + [91404] = 15, + ACTIONS(33), 1, sym_atx_h1_marker, - ACTIONS(31), 1, + ACTIONS(35), 1, sym_atx_h2_marker, - ACTIONS(33), 1, + ACTIONS(37), 1, sym_atx_h3_marker, - ACTIONS(35), 1, + ACTIONS(39), 1, sym_atx_h4_marker, - ACTIONS(37), 1, + ACTIONS(41), 1, sym_atx_h5_marker, - ACTIONS(39), 1, + ACTIONS(43), 1, sym_atx_h6_marker, - ACTIONS(6054), 1, + ACTIONS(6248), 1, ts_builtin_sym_end, - STATE(75), 1, + STATE(74), 1, sym__atx_heading1, STATE(83), 1, sym__atx_heading2, STATE(92), 1, sym__atx_heading3, - STATE(102), 1, + STATE(99), 1, sym__atx_heading4, - STATE(112), 1, + STATE(107), 1, sym__atx_heading5, - STATE(120), 1, + STATE(118), 1, sym__atx_heading6, - STATE(2077), 2, + STATE(2097), 2, sym_section, aux_sym_document_repeat2, - STATE(2209), 6, + STATE(2233), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [106282] = 15, - ACTIONS(29), 1, + [91456] = 15, + ACTIONS(33), 1, sym_atx_h1_marker, - ACTIONS(31), 1, + ACTIONS(35), 1, sym_atx_h2_marker, - ACTIONS(33), 1, + ACTIONS(37), 1, sym_atx_h3_marker, - ACTIONS(35), 1, + ACTIONS(39), 1, sym_atx_h4_marker, - ACTIONS(37), 1, + ACTIONS(41), 1, sym_atx_h5_marker, - ACTIONS(39), 1, + ACTIONS(43), 1, sym_atx_h6_marker, - ACTIONS(6056), 1, + ACTIONS(6250), 1, ts_builtin_sym_end, - STATE(75), 1, + STATE(74), 1, sym__atx_heading1, STATE(83), 1, sym__atx_heading2, STATE(92), 1, sym__atx_heading3, - STATE(102), 1, + STATE(99), 1, sym__atx_heading4, - STATE(112), 1, + STATE(107), 1, sym__atx_heading5, - STATE(120), 1, + STATE(118), 1, sym__atx_heading6, - STATE(2077), 2, + STATE(2097), 2, sym_section, aux_sym_document_repeat2, - STATE(2209), 6, + STATE(2233), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [106334] = 15, - ACTIONS(29), 1, + [91508] = 15, + ACTIONS(6252), 1, + ts_builtin_sym_end, + ACTIONS(6254), 1, sym_atx_h1_marker, - ACTIONS(31), 1, + ACTIONS(6257), 1, sym_atx_h2_marker, - ACTIONS(33), 1, + ACTIONS(6260), 1, sym_atx_h3_marker, - ACTIONS(35), 1, + ACTIONS(6263), 1, sym_atx_h4_marker, - ACTIONS(37), 1, + ACTIONS(6266), 1, sym_atx_h5_marker, - ACTIONS(39), 1, + ACTIONS(6269), 1, sym_atx_h6_marker, - ACTIONS(6058), 1, - ts_builtin_sym_end, - STATE(75), 1, + STATE(74), 1, sym__atx_heading1, STATE(83), 1, sym__atx_heading2, STATE(92), 1, sym__atx_heading3, - STATE(102), 1, + STATE(99), 1, sym__atx_heading4, - STATE(112), 1, + STATE(107), 1, sym__atx_heading5, - STATE(120), 1, + STATE(118), 1, sym__atx_heading6, - STATE(2077), 2, + STATE(2097), 2, sym_section, aux_sym_document_repeat2, - STATE(2209), 6, + STATE(2233), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [106386] = 11, - ACTIONS(6062), 1, + [91560] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6068), 1, + ACTIONS(6280), 1, sym__whitespace, - ACTIONS(6070), 1, + ACTIONS(6282), 1, sym__soft_line_ending, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - STATE(3014), 1, + STATE(3052), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(2175), 2, + STATE(2187), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [106425] = 13, - ACTIONS(6076), 1, + [91599] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6078), 1, + ACTIONS(6290), 1, anon_sym_RBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6088), 1, + ACTIONS(6300), 1, sym_raw_specifier, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3427), 2, + STATE(3212), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3430), 2, + STATE(3213), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [106468] = 13, - ACTIONS(6076), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [91642] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6094), 1, + ACTIONS(6306), 1, anon_sym_RBRACE, - ACTIONS(6096), 1, + ACTIONS(6308), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3399), 2, + STATE(2945), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3402), 2, + STATE(2946), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [106511] = 13, - ACTIONS(6076), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [91685] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6098), 1, + ACTIONS(6310), 1, anon_sym_RBRACE, - ACTIONS(6100), 1, + ACTIONS(6312), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2815), 2, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3490), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(2816), 2, + STATE(3492), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - [106554] = 13, - ACTIONS(6076), 1, + [91728] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6102), 1, + ACTIONS(6314), 1, anon_sym_RBRACE, - ACTIONS(6104), 1, + ACTIONS(6316), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2873), 2, + STATE(3326), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(2874), 2, + STATE(3327), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106597] = 13, - ACTIONS(6076), 1, + [91771] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6106), 1, + ACTIONS(6318), 1, anon_sym_RBRACE, - ACTIONS(6108), 1, + ACTIONS(6320), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3173), 2, + STATE(3360), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3176), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106640] = 13, - ACTIONS(6076), 1, + STATE(3377), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [91814] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6110), 1, + ACTIONS(6322), 1, anon_sym_RBRACE, - ACTIONS(6112), 1, + ACTIONS(6324), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3006), 2, + STATE(3017), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3009), 2, + STATE(3018), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106683] = 13, - ACTIONS(6076), 1, + [91857] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6114), 1, + ACTIONS(6326), 1, anon_sym_RBRACE, - ACTIONS(6116), 1, + ACTIONS(6328), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2929), 2, + STATE(2951), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(2930), 2, + STATE(2952), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106726] = 13, - ACTIONS(6076), 1, + [91900] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6118), 1, + ACTIONS(6330), 1, anon_sym_RBRACE, - ACTIONS(6120), 1, + ACTIONS(6332), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2985), 2, + STATE(3001), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(2986), 2, + STATE(3002), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106769] = 13, - ACTIONS(6076), 1, + [91943] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6122), 1, + ACTIONS(6334), 1, anon_sym_RBRACE, - ACTIONS(6124), 1, + ACTIONS(6336), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3041), 2, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3439), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3042), 2, + STATE(3441), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + [91986] = 11, + ACTIONS(6274), 1, + sym_shortcode_name, + ACTIONS(6278), 1, + sym_shortcode_number, + ACTIONS(6282), 1, + sym__soft_line_ending, + ACTIONS(6284), 1, + sym__language_specifier_token, + ACTIONS(6286), 1, + sym__shortcode_open, + ACTIONS(6338), 1, + sym__whitespace, + STATE(3276), 1, + sym__shortcode_value, + ACTIONS(6272), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6276), 2, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + STATE(2195), 2, sym__soft_line_break, sym__inline_whitespace, - [106812] = 13, - ACTIONS(6076), 1, + STATE(3346), 3, + sym_shortcode, + sym_shortcode_naked_string, + sym_shortcode_string, + [92025] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6126), 1, + ACTIONS(6340), 1, anon_sym_RBRACE, - ACTIONS(6128), 1, + ACTIONS(6342), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3061), 2, + STATE(3077), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3062), 2, + STATE(3078), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106855] = 13, - ACTIONS(6076), 1, + [92068] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6130), 1, + ACTIONS(6344), 1, anon_sym_RBRACE, - ACTIONS(6132), 1, + ACTIONS(6346), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3150), 2, + STATE(3057), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3153), 2, + STATE(3058), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106898] = 13, - ACTIONS(6076), 1, + [92111] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6134), 1, + ACTIONS(6348), 1, anon_sym_RBRACE, - ACTIONS(6136), 1, + ACTIONS(6350), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2825), 2, + STATE(3125), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3126), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3364), 2, - sym_language_specifier, - sym_commonmark_specifier, - [106941] = 13, - ACTIONS(6076), 1, + [92154] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6138), 1, + ACTIONS(6352), 1, anon_sym_RBRACE, - ACTIONS(6140), 1, + ACTIONS(6354), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3106), 2, + STATE(3351), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3107), 2, + STATE(3359), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [106984] = 13, - ACTIONS(6076), 1, + [92197] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6142), 1, + ACTIONS(6356), 1, anon_sym_RBRACE, - ACTIONS(6144), 1, + ACTIONS(6358), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3261), 2, + STATE(2831), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3262), 2, + STATE(2832), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [107027] = 13, - ACTIONS(6076), 1, + [92240] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6146), 1, + ACTIONS(6360), 1, anon_sym_RBRACE, - ACTIONS(6148), 1, + ACTIONS(6362), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3441), 2, + STATE(2889), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3442), 2, + STATE(2890), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [107070] = 13, - ACTIONS(6076), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [92283] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6150), 1, + ACTIONS(6364), 1, anon_sym_RBRACE, - ACTIONS(6152), 1, + ACTIONS(6366), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3340), 2, + STATE(3175), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3341), 2, + STATE(3177), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [107113] = 11, - ACTIONS(6062), 1, - sym_shortcode_name, - ACTIONS(6066), 1, - sym_shortcode_number, - ACTIONS(6070), 1, - sym__soft_line_ending, - ACTIONS(6072), 1, - sym__language_specifier_token, - ACTIONS(6074), 1, - sym__shortcode_open, - ACTIONS(6154), 1, - sym__whitespace, - STATE(3303), 1, - sym__shortcode_value, - ACTIONS(6060), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6064), 2, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - STATE(2184), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3460), 3, - sym_shortcode, - sym_shortcode_naked_string, - sym_shortcode_string, - [107152] = 13, - ACTIONS(6076), 1, + [92326] = 13, + ACTIONS(6288), 1, anon_sym_LBRACE, - ACTIONS(6080), 1, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6090), 1, + ACTIONS(6302), 1, sym__language_specifier_token, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6156), 1, + ACTIONS(6368), 1, anon_sym_RBRACE, - ACTIONS(6158), 1, + ACTIONS(6370), 1, sym_raw_specifier, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2887), 2, + STATE(3089), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(2888), 2, + STATE(3236), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [107195] = 11, - ACTIONS(6062), 1, + [92369] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6162), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6374), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107233] = 11, - ACTIONS(6062), 1, + [92407] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6164), 1, + ACTIONS(6378), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107271] = 11, - ACTIONS(6062), 1, + [92445] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6168), 1, + ACTIONS(6380), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107309] = 11, - ACTIONS(6062), 1, + [92483] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6170), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6382), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107347] = 11, - ACTIONS(6062), 1, + [92521] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6172), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6384), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107385] = 11, - ACTIONS(6062), 1, + [92559] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6174), 1, + ACTIONS(6386), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107423] = 11, - ACTIONS(6062), 1, + [92597] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6176), 1, + ACTIONS(6388), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107461] = 11, - ACTIONS(6062), 1, + [92635] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6178), 1, + ACTIONS(6390), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107499] = 11, - ACTIONS(6062), 1, + [92673] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6180), 1, + ACTIONS(6392), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107537] = 11, - ACTIONS(6062), 1, + [92711] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6182), 1, + ACTIONS(6394), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107575] = 11, - ACTIONS(6062), 1, + [92749] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6184), 1, + ACTIONS(6396), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107613] = 11, - ACTIONS(6062), 1, + [92787] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6186), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6398), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107651] = 11, - ACTIONS(6062), 1, + [92825] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6188), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6400), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107689] = 11, - ACTIONS(6062), 1, + [92863] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6190), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6402), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107727] = 11, - ACTIONS(6062), 1, + [92901] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6192), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6404), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107765] = 11, - ACTIONS(6062), 1, + [92939] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6194), 1, + ACTIONS(6406), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107803] = 11, - ACTIONS(6062), 1, + [92977] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6196), 1, + ACTIONS(6408), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107841] = 11, - ACTIONS(6062), 1, + [93015] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6198), 1, + ACTIONS(6410), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107879] = 11, - ACTIONS(6062), 1, + [93053] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6200), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6412), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107917] = 11, - ACTIONS(6062), 1, + [93091] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6202), 1, + ACTIONS(6414), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107955] = 11, - ACTIONS(6062), 1, + [93129] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6204), 1, + ACTIONS(6416), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [107993] = 11, - ACTIONS(6062), 1, + [93167] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6206), 1, + ACTIONS(6418), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108031] = 11, - ACTIONS(6062), 1, + [93205] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6208), 1, + ACTIONS(6420), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108069] = 11, - ACTIONS(6062), 1, + [93243] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6210), 1, + ACTIONS(6422), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108107] = 11, - ACTIONS(6062), 1, + [93281] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6212), 1, + ACTIONS(6424), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108145] = 11, - ACTIONS(6062), 1, + [93319] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6214), 1, + ACTIONS(6426), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108183] = 11, - ACTIONS(6062), 1, + [93357] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6216), 1, + ACTIONS(6428), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108221] = 11, - ACTIONS(6062), 1, + [93395] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6218), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6430), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108259] = 11, - ACTIONS(6062), 1, + [93433] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6220), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6432), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108297] = 11, - ACTIONS(6062), 1, + [93471] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6222), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6434), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108335] = 11, - ACTIONS(6062), 1, + [93509] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6224), 1, + ACTIONS(6436), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108373] = 11, - ACTIONS(6062), 1, + [93547] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6226), 1, + ACTIONS(6438), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108411] = 11, - ACTIONS(6062), 1, + [93585] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6228), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6440), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108449] = 11, - ACTIONS(6062), 1, + [93623] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6230), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6442), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108487] = 11, - ACTIONS(6062), 1, + [93661] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6232), 1, + ACTIONS(6444), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108525] = 11, - ACTIONS(6062), 1, + [93699] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6234), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6446), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108563] = 11, - ACTIONS(6062), 1, + [93737] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6236), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6448), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108601] = 11, - ACTIONS(6062), 1, + [93775] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6238), 1, + ACTIONS(6450), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108639] = 11, - ACTIONS(6062), 1, + [93813] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6240), 1, + ACTIONS(6452), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108677] = 11, - ACTIONS(6062), 1, + [93851] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6242), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6454), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108715] = 11, - ACTIONS(6062), 1, + [93889] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6244), 1, + ACTIONS(6456), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108753] = 11, - ACTIONS(6062), 1, + [93927] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6246), 1, + ACTIONS(6458), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108791] = 11, - ACTIONS(6062), 1, + [93965] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6248), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6460), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108829] = 11, - ACTIONS(6062), 1, + [94003] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6250), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6462), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108867] = 11, - ACTIONS(6062), 1, + [94041] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6252), 1, + ACTIONS(6464), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108905] = 11, - ACTIONS(6062), 1, + [94079] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6254), 1, + ACTIONS(6466), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108943] = 11, - ACTIONS(6062), 1, + [94117] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6256), 1, + ACTIONS(6468), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [108981] = 11, - ACTIONS(6062), 1, + [94155] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6258), 1, + ACTIONS(6470), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109019] = 11, - ACTIONS(6062), 1, + [94193] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6260), 1, + ACTIONS(6472), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109057] = 11, - ACTIONS(6062), 1, + [94231] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6262), 1, + ACTIONS(6474), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109095] = 11, - ACTIONS(6062), 1, + [94269] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6264), 1, + ACTIONS(6476), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109133] = 11, - ACTIONS(6062), 1, + [94307] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6266), 1, + ACTIONS(6478), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109171] = 11, - ACTIONS(6062), 1, + [94345] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6268), 1, + ACTIONS(6480), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109209] = 11, - ACTIONS(6062), 1, + [94383] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6270), 1, + ACTIONS(6482), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109247] = 11, - ACTIONS(6062), 1, + [94421] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6272), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6484), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109285] = 11, - ACTIONS(6062), 1, + [94459] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6274), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - STATE(3532), 1, + ACTIONS(6486), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109323] = 11, - ACTIONS(6062), 1, + [94497] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6276), 1, + ACTIONS(6488), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109361] = 11, - ACTIONS(6062), 1, + [94535] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6278), 1, + ACTIONS(6490), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109399] = 11, - ACTIONS(6062), 1, + [94573] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6280), 1, + ACTIONS(6492), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109437] = 11, - ACTIONS(6062), 1, + [94611] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6282), 1, + ACTIONS(6494), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109475] = 11, - ACTIONS(6062), 1, + [94649] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6284), 1, + ACTIONS(6496), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109513] = 11, - ACTIONS(6062), 1, + [94687] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6286), 1, + ACTIONS(6498), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109551] = 11, - ACTIONS(6062), 1, + [94725] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6288), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6500), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109589] = 11, - ACTIONS(6062), 1, + [94763] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6290), 1, + ACTIONS(6502), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109627] = 11, - ACTIONS(6062), 1, + [94801] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6160), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6292), 1, + ACTIONS(6504), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - STATE(3532), 1, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109665] = 11, - ACTIONS(6062), 1, + [94839] = 11, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - ACTIONS(6166), 1, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6294), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - STATE(3532), 1, + ACTIONS(6506), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + STATE(3453), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109703] = 10, - ACTIONS(6080), 1, + [94877] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6296), 1, + ACTIONS(6508), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3259), 1, + STATE(3347), 1, sym_commonmark_specifier, - STATE(3260), 2, + STATE(3349), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [109736] = 10, - ACTIONS(6080), 1, + [94910] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6298), 1, + ACTIONS(6510), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2927), 1, + STATE(3055), 1, sym_commonmark_specifier, - STATE(2928), 2, + STATE(3056), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [109769] = 10, - ACTIONS(6080), 1, + [94943] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6300), 1, + ACTIONS(6512), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3039), 1, + STATE(3487), 1, sym_commonmark_specifier, - STATE(3040), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [109802] = 10, - ACTIONS(6080), 1, + STATE(3488), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [94976] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6302), 1, + ACTIONS(6514), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3171), 1, + STATE(3123), 1, sym_commonmark_specifier, - STATE(3172), 2, + STATE(3124), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [109835] = 8, - ACTIONS(6062), 1, + [95009] = 8, + ACTIONS(6274), 1, sym_shortcode_name, - ACTIONS(6066), 1, + ACTIONS(6278), 1, sym_shortcode_number, - ACTIONS(6072), 1, + ACTIONS(6284), 1, sym__language_specifier_token, - ACTIONS(6074), 1, + ACTIONS(6286), 1, sym__shortcode_open, - STATE(3532), 1, + STATE(3228), 1, sym__shortcode_value, - ACTIONS(6060), 2, + ACTIONS(6272), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6064), 2, + ACTIONS(6276), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, + STATE(3346), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [109864] = 10, - ACTIONS(6080), 1, + [95038] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, - sym__key_specifier_token, ACTIONS(6304), 1, + sym__key_specifier_token, + ACTIONS(6516), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3103), 1, + STATE(3172), 1, sym_commonmark_specifier, - STATE(3104), 2, + STATE(3173), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [109897] = 10, - ACTIONS(6080), 1, + [95071] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6306), 1, + ACTIONS(6518), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3436), 1, + STATE(3335), 1, sym_commonmark_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3437), 2, + STATE(3337), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [109930] = 10, - ACTIONS(6080), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [95104] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6308), 1, + ACTIONS(6520), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3338), 1, + STATE(2900), 1, sym_commonmark_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3339), 2, + STATE(2908), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [109963] = 8, - ACTIONS(6062), 1, - sym_shortcode_name, - ACTIONS(6066), 1, - sym_shortcode_number, - ACTIONS(6072), 1, - sym__language_specifier_token, - ACTIONS(6074), 1, - sym__shortcode_open, - STATE(3303), 1, - sym__shortcode_value, - ACTIONS(6060), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6064), 2, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, - sym_shortcode, - sym_shortcode_naked_string, - sym_shortcode_string, - [109992] = 10, - ACTIONS(6080), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [95137] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6310), 1, + ACTIONS(6522), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3425), 1, + STATE(2999), 1, sym_commonmark_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3426), 2, + STATE(3000), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [110025] = 10, - ACTIONS(6080), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [95170] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6312), 1, + ACTIONS(6524), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3133), 1, + STATE(3015), 1, sym_commonmark_specifier, - STATE(3138), 2, + STATE(3016), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110058] = 10, - ACTIONS(6080), 1, + [95203] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6314), 1, + ACTIONS(6526), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2871), 1, + STATE(3075), 1, sym_commonmark_specifier, - STATE(2872), 2, + STATE(3076), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110091] = 10, - ACTIONS(6080), 1, + [95236] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6316), 1, + ACTIONS(6528), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3132), 1, + STATE(3209), 1, sym_commonmark_specifier, - STATE(3213), 2, + STATE(3211), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110124] = 10, - ACTIONS(6080), 1, + [95269] = 8, + ACTIONS(6274), 1, + sym_shortcode_name, + ACTIONS(6278), 1, + sym_shortcode_number, + ACTIONS(6284), 1, + sym__language_specifier_token, + ACTIONS(6286), 1, + sym__shortcode_open, + STATE(3052), 1, + sym__shortcode_value, + ACTIONS(6272), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6276), 2, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + STATE(3346), 3, + sym_shortcode, + sym_shortcode_naked_string, + sym_shortcode_string, + [95298] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6318), 1, + ACTIONS(6530), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2813), 1, + STATE(2943), 1, sym_commonmark_specifier, - STATE(2814), 2, + STATE(2944), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110157] = 10, - ACTIONS(6080), 1, + [95331] = 8, + ACTIONS(6274), 1, + sym_shortcode_name, + ACTIONS(6278), 1, + sym_shortcode_number, + ACTIONS(6284), 1, + sym__language_specifier_token, + ACTIONS(6286), 1, + sym__shortcode_open, + STATE(3453), 1, + sym__shortcode_value, + ACTIONS(6272), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6276), 2, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + STATE(3346), 3, + sym_shortcode, + sym_shortcode_naked_string, + sym_shortcode_string, + [95360] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6320), 1, + ACTIONS(6532), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2884), 1, + STATE(3323), 1, sym_commonmark_specifier, - STATE(2885), 2, + STATE(3324), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110190] = 10, - ACTIONS(6080), 1, + [95393] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6322), 1, + ACTIONS(6534), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3059), 1, + STATE(2887), 1, sym_commonmark_specifier, - STATE(3060), 2, + STATE(2888), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110223] = 10, - ACTIONS(6080), 1, + [95426] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6324), 1, + ACTIONS(6536), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3003), 1, + STATE(2829), 1, sym_commonmark_specifier, - STATE(3004), 2, + STATE(2830), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110256] = 8, - ACTIONS(6062), 1, - sym_shortcode_name, - ACTIONS(6066), 1, - sym_shortcode_number, - ACTIONS(6072), 1, - sym__language_specifier_token, - ACTIONS(6074), 1, - sym__shortcode_open, - STATE(2822), 1, - sym__shortcode_value, - ACTIONS(6060), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6064), 2, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - STATE(3460), 3, - sym_shortcode, - sym_shortcode_naked_string, - sym_shortcode_string, - [110285] = 10, - ACTIONS(6080), 1, + [95459] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6326), 1, + ACTIONS(6538), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2983), 1, + STATE(3437), 1, sym_commonmark_specifier, - STATE(2984), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - STATE(3285), 2, + STATE(3367), 2, sym__soft_line_break, sym__inline_whitespace, - [110318] = 10, - ACTIONS(6080), 1, + STATE(3438), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [95492] = 10, + ACTIONS(6292), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6082), 1, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6084), 1, + ACTIONS(6296), 1, sym__whitespace, - ACTIONS(6086), 1, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6328), 1, + ACTIONS(6540), 1, anon_sym_RBRACE, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3315), 1, + STATE(3184), 1, sym_commonmark_specifier, - STATE(3285), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3331), 2, + STATE(3239), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [110351] = 7, - ACTIONS(6330), 1, - anon_sym_COLON, - ACTIONS(6332), 1, - anon_sym_DASH, - ACTIONS(6334), 1, - sym__whitespace, - STATE(2189), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2196), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2288), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6336), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [110375] = 3, - ACTIONS(6338), 1, + STATE(3367), 2, + sym__soft_line_break, + sym__inline_whitespace, + [95525] = 3, + ACTIONS(6542), 1, sym_block_continuation, - ACTIONS(2635), 3, + ACTIONS(2866), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(2637), 5, + ACTIONS(2868), 5, sym__language_specifier_token, sym__shortcode_open, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, sym_shortcode_number, - [110391] = 7, - ACTIONS(6340), 1, + [95541] = 7, + ACTIONS(6544), 1, anon_sym_COLON, - ACTIONS(6343), 1, + ACTIONS(6546), 1, anon_sym_DASH, - ACTIONS(6346), 1, + ACTIONS(6548), 1, sym__whitespace, - STATE(2189), 1, + STATE(2207), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2256), 1, + STATE(2208), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2758), 1, + STATE(2290), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6349), 3, + ACTIONS(6550), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [110415] = 7, - ACTIONS(6330), 1, + [95565] = 7, + ACTIONS(6544), 1, anon_sym_COLON, - ACTIONS(6332), 1, + ACTIONS(6546), 1, anon_sym_DASH, - ACTIONS(6351), 1, + ACTIONS(6552), 1, sym__whitespace, - STATE(2189), 1, + STATE(2207), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2196), 1, + STATE(2208), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2281), 1, + STATE(2283), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6353), 3, + ACTIONS(6554), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [110439] = 7, - ACTIONS(6330), 1, + [95589] = 7, + ACTIONS(6544), 1, anon_sym_COLON, - ACTIONS(6332), 1, + ACTIONS(6546), 1, anon_sym_DASH, - ACTIONS(6355), 1, + ACTIONS(6556), 1, sym__whitespace, - STATE(2189), 1, + STATE(2207), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2196), 1, + STATE(2208), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2261), 1, + STATE(2287), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6357), 3, + ACTIONS(6558), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [110463] = 8, - ACTIONS(6359), 1, + [95613] = 7, + ACTIONS(6560), 1, anon_sym_COLON, - ACTIONS(6361), 1, - anon_sym_PIPE, - ACTIONS(6363), 1, + ACTIONS(6563), 1, anon_sym_DASH, - ACTIONS(6365), 1, + ACTIONS(6566), 1, sym__whitespace, - STATE(2187), 1, + STATE(2207), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2236), 1, - sym_pipe_table_delimiter_row, - STATE(2256), 1, + STATE(2255), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2758), 1, + STATE(2746), 1, sym_pipe_table_delimiter_cell, - [110488] = 3, - ACTIONS(6369), 1, + ACTIONS(6569), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [95637] = 4, + ACTIONS(6571), 1, + anon_sym_COLON, + ACTIONS(6573), 1, anon_sym_DASH, - STATE(2193), 1, + STATE(2215), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6367), 6, + ACTIONS(6575), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, + sym__pipe_table_delimiter, + sym__whitespace, + [95654] = 6, + ACTIONS(6577), 1, + anon_sym_RBRACE, + ACTIONS(6579), 1, + sym__whitespace, + ACTIONS(6582), 1, + sym__soft_line_ending, + ACTIONS(6585), 1, + sym__key_specifier_token, + STATE(2209), 2, + sym__commonmark_key_value_specifier, + aux_sym__commonmark_specifier_start_with_kv_repeat1, + STATE(2809), 2, + sym__soft_line_break, + sym__inline_whitespace, + [95675] = 8, + ACTIONS(6588), 1, anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(6590), 1, + anon_sym_DASH, + ACTIONS(6592), 1, sym__whitespace, - [110503] = 8, - ACTIONS(6359), 1, + ACTIONS(6594), 1, + sym__pipe_table_delimiter, + STATE(2205), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2243), 1, + sym_pipe_table_delimiter_row, + STATE(2255), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2746), 1, + sym_pipe_table_delimiter_cell, + [95700] = 8, + ACTIONS(6588), 1, anon_sym_COLON, - ACTIONS(6361), 1, - anon_sym_PIPE, - ACTIONS(6363), 1, + ACTIONS(6590), 1, anon_sym_DASH, - ACTIONS(6365), 1, + ACTIONS(6592), 1, sym__whitespace, - STATE(2187), 1, + ACTIONS(6594), 1, + sym__pipe_table_delimiter, + STATE(2205), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2237), 1, + STATE(2248), 1, sym_pipe_table_delimiter_row, - STATE(2256), 1, + STATE(2255), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2758), 1, + STATE(2746), 1, + sym_pipe_table_delimiter_cell, + [95725] = 8, + ACTIONS(6588), 1, + anon_sym_COLON, + ACTIONS(6590), 1, + anon_sym_DASH, + ACTIONS(6592), 1, + sym__whitespace, + ACTIONS(6594), 1, + sym__pipe_table_delimiter, + STATE(2205), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2252), 1, + sym_pipe_table_delimiter_row, + STATE(2255), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2746), 1, sym_pipe_table_delimiter_cell, - [110528] = 6, - ACTIONS(6092), 1, + [95750] = 6, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6372), 1, + ACTIONS(6596), 1, anon_sym_RBRACE, - ACTIONS(6374), 1, + ACTIONS(6598), 1, sym__whitespace, - ACTIONS(6376), 1, + ACTIONS(6600), 1, sym__soft_line_ending, - STATE(2198), 2, + STATE(2217), 2, sym__commonmark_key_value_specifier, aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(2473), 2, + STATE(2611), 2, sym__soft_line_break, sym__inline_whitespace, - [110549] = 4, - ACTIONS(6378), 1, + [95771] = 2, + ACTIONS(3194), 3, + sym_shortcode_name, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + ACTIONS(3196), 5, + sym__language_specifier_token, + sym__shortcode_open, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + sym_shortcode_number, + [95784] = 3, + ACTIONS(6604), 1, + anon_sym_DASH, + STATE(2215), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(6602), 6, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__pipe_table_delimiter, anon_sym_COLON, - ACTIONS(6382), 1, + sym__whitespace, + [95799] = 4, + ACTIONS(6573), 1, anon_sym_DASH, - STATE(2193), 1, + ACTIONS(6607), 1, + anon_sym_COLON, + STATE(2215), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6380), 5, + ACTIONS(6609), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - anon_sym_PIPE, + sym__pipe_table_delimiter, sym__whitespace, - [110566] = 6, - ACTIONS(6092), 1, + [95816] = 6, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6376), 1, + ACTIONS(6600), 1, sym__soft_line_ending, - ACTIONS(6384), 1, + ACTIONS(6611), 1, anon_sym_RBRACE, - ACTIONS(6386), 1, + ACTIONS(6613), 1, sym__whitespace, - STATE(2195), 2, + STATE(2209), 2, sym__commonmark_key_value_specifier, aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(2404), 2, + STATE(2539), 2, sym__soft_line_break, sym__inline_whitespace, - [110587] = 6, - ACTIONS(6388), 1, - anon_sym_RBRACE, - ACTIONS(6390), 1, + [95837] = 4, + ACTIONS(6617), 1, sym__whitespace, - ACTIONS(6393), 1, + ACTIONS(6619), 1, sym__soft_line_ending, - ACTIONS(6396), 1, - sym__key_specifier_token, - STATE(2198), 2, - sym__commonmark_key_value_specifier, - aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(2663), 2, + STATE(2531), 2, sym__soft_line_break, sym__inline_whitespace, - [110608] = 2, - ACTIONS(3025), 3, - sym_shortcode_name, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - ACTIONS(3027), 5, - sym__language_specifier_token, - sym__shortcode_open, + ACTIONS(6615), 3, + sym__value_specifier_token, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - sym_shortcode_number, - [110621] = 8, - ACTIONS(6359), 1, + [95853] = 4, + ACTIONS(6619), 1, + sym__soft_line_ending, + ACTIONS(6623), 1, + sym__whitespace, + STATE(2560), 2, + sym__soft_line_break, + sym__inline_whitespace, + ACTIONS(6621), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [95869] = 5, + ACTIONS(6544), 1, anon_sym_COLON, - ACTIONS(6361), 1, - anon_sym_PIPE, - ACTIONS(6363), 1, + ACTIONS(6546), 1, anon_sym_DASH, - ACTIONS(6365), 1, - sym__whitespace, - STATE(2187), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2231), 1, - sym_pipe_table_delimiter_row, - STATE(2256), 1, + STATE(2208), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2758), 1, + STATE(2256), 1, sym_pipe_table_delimiter_cell, - [110646] = 4, - ACTIONS(6382), 1, - anon_sym_DASH, - ACTIONS(6399), 1, - anon_sym_COLON, - STATE(2193), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6401), 5, + ACTIONS(6558), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - anon_sym_PIPE, - sym__whitespace, - [110663] = 6, - ACTIONS(6403), 1, + [95887] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6407), 1, + ACTIONS(6629), 1, sym__block_close, - ACTIONS(6409), 1, + ACTIONS(6631), 1, sym__fenced_code_block_end_backtick, - STATE(2707), 1, + STATE(2745), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110683] = 6, - ACTIONS(6403), 1, + [95907] = 4, + ACTIONS(6619), 1, + sym__soft_line_ending, + ACTIONS(6635), 1, + sym__whitespace, + STATE(2514), 2, + sym__soft_line_break, + sym__inline_whitespace, + ACTIONS(6633), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [95923] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6411), 1, + ACTIONS(6637), 1, sym__block_close, - ACTIONS(6413), 1, + ACTIONS(6639), 1, sym__fenced_code_block_end_backtick, - STATE(2787), 1, + STATE(2689), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110703] = 6, - ACTIONS(6403), 1, + [95943] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6415), 1, + ACTIONS(6641), 1, sym__block_close, - ACTIONS(6417), 1, + ACTIONS(6643), 1, sym__fenced_code_block_end_backtick, - STATE(2735), 1, + STATE(2721), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110723] = 4, - ACTIONS(6421), 1, - sym__whitespace, - ACTIONS(6423), 1, - sym__soft_line_ending, - STATE(2496), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(6419), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [110739] = 5, - ACTIONS(6330), 1, - anon_sym_COLON, - ACTIONS(6332), 1, - anon_sym_DASH, - STATE(2196), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2271), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6353), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [110757] = 6, - ACTIONS(6403), 1, + [95963] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6425), 1, + ACTIONS(6645), 1, sym__block_close, - ACTIONS(6427), 1, + ACTIONS(6647), 1, sym__fenced_code_block_end_backtick, - STATE(2714), 1, + STATE(2692), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110777] = 4, - ACTIONS(6423), 1, + [95983] = 4, + ACTIONS(6619), 1, sym__soft_line_ending, - ACTIONS(6431), 1, + ACTIONS(6651), 1, sym__whitespace, - STATE(2526), 2, + STATE(2530), 2, sym__soft_line_break, sym__inline_whitespace, - ACTIONS(6429), 3, + ACTIONS(6649), 3, sym__value_specifier_token, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - [110793] = 1, - ACTIONS(2715), 7, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - ts_builtin_sym_end, - [110803] = 6, - ACTIONS(6403), 1, + [95999] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6433), 1, + ACTIONS(6653), 1, sym__block_close, - ACTIONS(6435), 1, + ACTIONS(6655), 1, sym__fenced_code_block_end_backtick, - STATE(2678), 1, + STATE(2740), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110823] = 4, - ACTIONS(6423), 1, - sym__soft_line_ending, - ACTIONS(6439), 1, - sym__whitespace, - STATE(2449), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(6437), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [110839] = 5, - ACTIONS(6330), 1, + [96019] = 5, + ACTIONS(6544), 1, anon_sym_COLON, - ACTIONS(6332), 1, + ACTIONS(6546), 1, anon_sym_DASH, - STATE(2196), 1, + STATE(2208), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2255), 1, + STATE(2289), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6357), 3, + ACTIONS(6657), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [110857] = 6, - ACTIONS(6403), 1, + [96037] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6441), 1, + ACTIONS(6659), 1, sym__block_close, - ACTIONS(6443), 1, + ACTIONS(6661), 1, sym__fenced_code_block_end_backtick, - STATE(2711), 1, + STATE(2776), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110877] = 5, - ACTIONS(6330), 1, - anon_sym_COLON, - ACTIONS(6332), 1, - anon_sym_DASH, - STATE(2196), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2278), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6445), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [110895] = 6, - ACTIONS(6403), 1, + [96057] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6447), 1, + ACTIONS(6663), 1, sym__block_close, - ACTIONS(6449), 1, + ACTIONS(6665), 1, sym__fenced_code_block_end_backtick, - STATE(2749), 1, + STATE(2790), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110915] = 4, - ACTIONS(6423), 1, - sym__soft_line_ending, - ACTIONS(6453), 1, - sym__whitespace, - STATE(2606), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(6451), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [110931] = 6, - ACTIONS(6403), 1, + [96077] = 5, + ACTIONS(6544), 1, + anon_sym_COLON, + ACTIONS(6546), 1, + anon_sym_DASH, + STATE(2208), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2294), 1, + sym_pipe_table_delimiter_cell, + ACTIONS(6550), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [96095] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6455), 1, + ACTIONS(6667), 1, sym__block_close, - ACTIONS(6457), 1, + ACTIONS(6669), 1, sym__fenced_code_block_end_backtick, - STATE(2661), 1, + STATE(2759), 1, sym_code_fence_content, - STATE(2223), 2, + STATE(2242), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [110951] = 6, - ACTIONS(6403), 1, + [96115] = 1, + ACTIONS(2960), 7, + sym_atx_h1_marker, + sym_atx_h2_marker, + sym_atx_h3_marker, + sym_atx_h4_marker, + sym_atx_h5_marker, + sym_atx_h6_marker, + ts_builtin_sym_end, + [96125] = 6, + ACTIONS(6625), 1, sym__code_line, - ACTIONS(6405), 1, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6459), 1, + ACTIONS(6671), 1, sym__block_close, - ACTIONS(6461), 1, + ACTIONS(6673), 1, sym__fenced_code_block_end_backtick, - STATE(2702), 1, + STATE(2782), 1, sym_code_fence_content, - STATE(2223), 2, - sym__newline, - aux_sym_code_fence_content_repeat1, - [110971] = 6, - ACTIONS(6405), 1, - sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6465), 1, - sym__commonmark_naked_value, - ACTIONS(6467), 1, - sym__whitespace, - STATE(2217), 1, + STATE(2242), 2, sym__newline, - STATE(2760), 1, - sym_attribute_specifier, - [110990] = 1, - ACTIONS(6469), 6, + aux_sym_code_fence_content_repeat1, + [96145] = 1, + ACTIONS(6675), 6, sym__line_ending, sym__eof, sym__pipe_table_line_ending, anon_sym_COLON, anon_sym_DASH, sym__whitespace, - [110999] = 6, - ACTIONS(23), 1, + [96154] = 6, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6471), 1, - sym__eof, - ACTIONS(6473), 1, - sym__pipe_table_line_ending, - STATE(127), 1, - sym__pipe_table_newline, - STATE(540), 1, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6679), 1, + sym__commonmark_naked_value, + ACTIONS(6681), 1, + sym__whitespace, + STATE(2227), 1, sym__newline, - STATE(2294), 1, - aux_sym_pipe_table_repeat1, - [111018] = 6, - ACTIONS(185), 1, + STATE(2709), 1, + sym_attribute_specifier, + [96173] = 6, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6473), 1, - sym__pipe_table_line_ending, - ACTIONS(6475), 1, + ACTIONS(6683), 1, sym__eof, - STATE(124), 1, + ACTIONS(6685), 1, + sym__pipe_table_line_ending, + STATE(125), 1, sym__pipe_table_newline, - STATE(345), 1, + STATE(354), 1, sym__newline, - STATE(2294), 1, + STATE(2264), 1, aux_sym_pipe_table_repeat1, - [111037] = 4, - ACTIONS(6405), 1, + [96192] = 6, + ACTIONS(6588), 1, + anon_sym_COLON, + ACTIONS(6590), 1, + anon_sym_DASH, + ACTIONS(6687), 1, + sym__whitespace, + STATE(2206), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2255), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2746), 1, + sym_pipe_table_delimiter_cell, + [96211] = 6, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6477), 1, - sym__code_line, - ACTIONS(6479), 2, - sym__block_close, - sym__fenced_code_block_end_backtick, - STATE(2233), 2, - sym__newline, - aux_sym_code_fence_content_repeat1, - [111052] = 5, - ACTIONS(6481), 1, - anon_sym_RBRACE, - ACTIONS(6483), 1, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6689), 1, + sym__commonmark_naked_value, + ACTIONS(6691), 1, sym__whitespace, - ACTIONS(6486), 1, - sym__soft_line_ending, STATE(2224), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2900), 2, - sym__soft_line_break, - sym__inline_whitespace, - [111069] = 1, - ACTIONS(6349), 6, + sym__newline, + STATE(2712), 1, + sym_attribute_specifier, + [96230] = 1, + ACTIONS(6569), 6, sym__line_ending, sym__eof, sym__pipe_table_line_ending, anon_sym_COLON, anon_sym_DASH, sym__whitespace, - [111078] = 5, - ACTIONS(6489), 1, + [96239] = 5, + ACTIONS(6693), 1, anon_sym_RBRACE, - ACTIONS(6491), 1, + ACTIONS(6695), 1, sym__whitespace, - ACTIONS(6493), 1, + ACTIONS(6697), 1, sym__soft_line_ending, - STATE(2230), 1, + STATE(2253), 1, aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2369), 2, + STATE(2373), 2, sym__soft_line_break, sym__inline_whitespace, - [111095] = 6, - ACTIONS(109), 1, + [96256] = 4, + ACTIONS(6627), 1, + sym__line_ending, + ACTIONS(6699), 1, + sym__code_line, + ACTIONS(6701), 2, + sym__block_close, + sym__fenced_code_block_end_backtick, + STATE(2250), 2, + sym__newline, + aux_sym_code_fence_content_repeat1, + [96271] = 6, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6473), 1, + ACTIONS(6685), 1, sym__pipe_table_line_ending, - ACTIONS(6495), 1, + ACTIONS(6703), 1, sym__eof, - STATE(122), 1, + STATE(123), 1, sym__pipe_table_newline, - STATE(395), 1, + STATE(344), 1, sym__newline, - STATE(2294), 1, + STATE(2237), 1, aux_sym_pipe_table_repeat1, - [111114] = 6, - ACTIONS(6405), 1, + [96290] = 1, + ACTIONS(6705), 6, sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6497), 1, - sym__commonmark_naked_value, - ACTIONS(6499), 1, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_COLON, + anon_sym_DASH, sym__whitespace, - STATE(2215), 1, - sym__newline, - STATE(2666), 1, - sym_attribute_specifier, - [111133] = 6, - ACTIONS(6359), 1, + [96299] = 6, + ACTIONS(6588), 1, anon_sym_COLON, - ACTIONS(6363), 1, + ACTIONS(6590), 1, anon_sym_DASH, - ACTIONS(6501), 1, + ACTIONS(6687), 1, sym__whitespace, - STATE(2190), 1, + STATE(2204), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2256), 1, + STATE(2255), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2758), 1, + STATE(2746), 1, sym_pipe_table_delimiter_cell, - [111152] = 5, - ACTIONS(6493), 1, - sym__soft_line_ending, - ACTIONS(6503), 1, - anon_sym_RBRACE, - ACTIONS(6505), 1, - sym__whitespace, - STATE(2224), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2325), 2, - sym__soft_line_break, - sym__inline_whitespace, - [111169] = 6, - ACTIONS(185), 1, + [96318] = 6, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6473), 1, + ACTIONS(6685), 1, sym__pipe_table_line_ending, - ACTIONS(6507), 1, + ACTIONS(6707), 1, sym__eof, - STATE(125), 1, + STATE(127), 1, sym__pipe_table_newline, - STATE(335), 1, + STATE(517), 1, sym__newline, - STATE(2222), 1, + STATE(2264), 1, aux_sym_pipe_table_repeat1, - [111188] = 6, - ACTIONS(6405), 1, + [96337] = 6, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6509), 1, - sym__commonmark_naked_value, - ACTIONS(6511), 1, - sym__whitespace, - STATE(2202), 1, + ACTIONS(6685), 1, + sym__pipe_table_line_ending, + ACTIONS(6709), 1, + sym__eof, + STATE(122), 1, + sym__pipe_table_newline, + STATE(451), 1, sym__newline, - STATE(2776), 1, - sym_attribute_specifier, - [111207] = 4, - ACTIONS(6513), 1, + STATE(2264), 1, + aux_sym_pipe_table_repeat1, + [96356] = 6, + ACTIONS(27), 1, + sym__line_ending, + ACTIONS(6685), 1, + sym__pipe_table_line_ending, + ACTIONS(6711), 1, + sym__eof, + STATE(124), 1, + sym__pipe_table_newline, + STATE(523), 1, + sym__newline, + STATE(2247), 1, + aux_sym_pipe_table_repeat1, + [96375] = 5, + ACTIONS(6697), 1, + sym__soft_line_ending, + ACTIONS(6713), 1, + anon_sym_RBRACE, + ACTIONS(6715), 1, + sym__whitespace, + STATE(2241), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(2377), 2, + sym__soft_line_break, + sym__inline_whitespace, + [96392] = 4, + ACTIONS(6717), 1, sym__code_line, - ACTIONS(6516), 1, + ACTIONS(6720), 1, sym__line_ending, - ACTIONS(6519), 2, + ACTIONS(6723), 2, sym__block_close, sym__fenced_code_block_end_backtick, - STATE(2233), 2, + STATE(2250), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [111222] = 1, - ACTIONS(6521), 6, + [96407] = 6, + ACTIONS(6627), 1, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_COLON, - anon_sym_DASH, - sym__whitespace, - [111231] = 6, - ACTIONS(6359), 1, - anon_sym_COLON, - ACTIONS(6363), 1, - anon_sym_DASH, - ACTIONS(6501), 1, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6725), 1, + sym__commonmark_naked_value, + ACTIONS(6727), 1, sym__whitespace, - STATE(2191), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2256), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2225), 1, + sym__newline, STATE(2758), 1, - sym_pipe_table_delimiter_cell, - [111250] = 6, - ACTIONS(109), 1, + sym_attribute_specifier, + [96426] = 6, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6473), 1, + ACTIONS(6685), 1, sym__pipe_table_line_ending, - ACTIONS(6523), 1, + ACTIONS(6729), 1, sym__eof, STATE(126), 1, sym__pipe_table_newline, - STATE(421), 1, - sym__newline, - STATE(2227), 1, - aux_sym_pipe_table_repeat1, - [111269] = 6, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(6473), 1, - sym__pipe_table_line_ending, - ACTIONS(6525), 1, - sym__eof, - STATE(123), 1, - sym__pipe_table_newline, - STATE(435), 1, + STATE(580), 1, sym__newline, - STATE(2221), 1, + STATE(2246), 1, aux_sym_pipe_table_repeat1, - [111288] = 4, - ACTIONS(6086), 1, - sym__soft_line_ending, - ACTIONS(6527), 1, - anon_sym_RPAREN, - ACTIONS(6529), 1, + [96445] = 5, + ACTIONS(6731), 1, + anon_sym_RBRACE, + ACTIONS(6733), 1, sym__whitespace, - STATE(3005), 2, - sym__soft_line_break, - sym__inline_whitespace, - [111302] = 4, - ACTIONS(6086), 1, + ACTIONS(6736), 1, sym__soft_line_ending, - ACTIONS(6531), 1, - anon_sym_RPAREN, - ACTIONS(6533), 1, - sym__whitespace, - STATE(3263), 2, + STATE(2253), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(3192), 2, sym__soft_line_break, sym__inline_whitespace, - [111316] = 2, - ACTIONS(6535), 1, - sym_block_continuation, - ACTIONS(2637), 4, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token2, - anon_sym_EQ, - sym__commonmark_double_quote_string, - [111326] = 3, - ACTIONS(6537), 1, - anon_sym_PIPE, - ACTIONS(6539), 1, + [96462] = 3, + ACTIONS(6739), 1, sym__whitespace, - ACTIONS(2065), 3, + ACTIONS(6741), 1, + sym__pipe_table_delimiter, + ACTIONS(2123), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111338] = 3, - ACTIONS(6537), 1, - anon_sym_PIPE, - ACTIONS(6541), 1, + [96474] = 4, + ACTIONS(6743), 1, + anon_sym_COLON, + ACTIONS(6745), 1, + anon_sym_DASH, + STATE(2286), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(6575), 2, + sym__pipe_table_delimiter, + sym__whitespace, + [96488] = 3, + ACTIONS(6747), 1, + sym__whitespace, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6657), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [96500] = 3, + ACTIONS(6741), 1, + sym__pipe_table_delimiter, + ACTIONS(6751), 1, sym__whitespace, - ACTIONS(2167), 3, + ACTIONS(2119), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111350] = 4, - ACTIONS(6086), 1, + [96512] = 4, + ACTIONS(6294), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6304), 1, + sym__key_specifier_token, + STATE(2213), 1, + sym__commonmark_key_value_specifier, + STATE(3091), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [96526] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6543), 1, + ACTIONS(6753), 1, anon_sym_RPAREN, - ACTIONS(6545), 1, + ACTIONS(6755), 1, sym__whitespace, - STATE(3286), 2, + STATE(3463), 2, sym__soft_line_break, sym__inline_whitespace, - [111364] = 4, - ACTIONS(6086), 1, + [96540] = 3, + ACTIONS(6757), 1, + sym__whitespace, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(2047), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [96552] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6547), 1, - anon_sym_EQ, - ACTIONS(6549), 1, + ACTIONS(6761), 1, + anon_sym_RPAREN, + ACTIONS(6763), 1, sym__whitespace, - STATE(3052), 2, + STATE(3371), 2, sym__soft_line_break, sym__inline_whitespace, - [111378] = 4, - ACTIONS(6086), 1, + [96566] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6551), 1, + ACTIONS(6765), 1, anon_sym_RPAREN, - ACTIONS(6553), 1, + ACTIONS(6767), 1, sym__whitespace, - STATE(3309), 2, + STATE(3256), 2, sym__soft_line_break, sym__inline_whitespace, - [111392] = 2, - ACTIONS(6555), 1, - sym_block_continuation, - ACTIONS(2657), 4, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DASH, - sym__whitespace, - [111402] = 3, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(6559), 1, - sym__whitespace, - ACTIONS(2171), 3, + [96580] = 5, + ACTIONS(6627), 1, sym__line_ending, - sym__eof, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6769), 1, + sym__commonmark_naked_value, + STATE(2229), 1, + sym__newline, + STATE(2717), 1, + sym_attribute_specifier, + [96596] = 4, + ACTIONS(6773), 1, sym__pipe_table_line_ending, - [111414] = 4, - ACTIONS(6086), 1, + STATE(128), 1, + sym__pipe_table_newline, + STATE(2264), 1, + aux_sym_pipe_table_repeat1, + ACTIONS(6771), 2, + sym__line_ending, + sym__eof, + [96610] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6561), 1, + ACTIONS(6776), 1, anon_sym_RPAREN, - ACTIONS(6563), 1, + ACTIONS(6778), 1, sym__whitespace, - STATE(3332), 2, + STATE(3233), 2, sym__soft_line_break, sym__inline_whitespace, - [111428] = 5, - ACTIONS(2195), 1, + [96624] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6565), 1, - anon_sym_RBRACK, - ACTIONS(6567), 1, - anon_sym_RBRACK_LPAREN, - STATE(830), 1, + ACTIONS(6780), 1, + anon_sym_RPAREN, + ACTIONS(6782), 1, + sym__whitespace, + STATE(3348), 2, sym__soft_line_break, - STATE(2263), 1, - aux_sym__inlines_repeat1, - [111444] = 4, - ACTIONS(6086), 1, + sym__inline_whitespace, + [96638] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6569), 1, - anon_sym_RPAREN, - ACTIONS(6571), 1, + ACTIONS(6784), 1, + anon_sym_EQ, + ACTIONS(6786), 1, sym__whitespace, - STATE(3111), 2, + STATE(3163), 2, sym__soft_line_break, sym__inline_whitespace, - [111458] = 3, - ACTIONS(6537), 1, - anon_sym_PIPE, - ACTIONS(6573), 1, + [96652] = 3, + ACTIONS(6741), 1, + sym__pipe_table_delimiter, + ACTIONS(6788), 1, sym__whitespace, - ACTIONS(2171), 3, + ACTIONS(2047), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111470] = 1, - ACTIONS(6575), 5, + [96664] = 3, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(6790), 1, + sym__whitespace, + ACTIONS(2123), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - anon_sym_PIPE, + [96676] = 3, + ACTIONS(6741), 1, + sym__pipe_table_delimiter, + ACTIONS(6792), 1, sym__whitespace, - [111478] = 4, - ACTIONS(6086), 1, + ACTIONS(2227), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [96688] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6577), 1, + STATE(829), 1, + sym__soft_line_break, + STATE(2284), 1, + aux_sym__inlines_repeat1, + ACTIONS(6794), 2, + sym__line_ending, + sym__eof, + [96702] = 4, + ACTIONS(6298), 1, + sym__soft_line_ending, + ACTIONS(6796), 1, anon_sym_RPAREN, - ACTIONS(6579), 1, + ACTIONS(6798), 1, sym__whitespace, - STATE(3355), 2, + STATE(3179), 2, sym__soft_line_break, sym__inline_whitespace, - [111492] = 5, - ACTIONS(6359), 1, - anon_sym_COLON, - ACTIONS(6363), 1, - anon_sym_DASH, - ACTIONS(6581), 1, - anon_sym_PIPE, - STATE(2256), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2732), 1, - sym_pipe_table_delimiter_cell, - [111508] = 3, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6585), 1, - sym__whitespace, - ACTIONS(6445), 3, + [96716] = 5, + ACTIONS(6627), 1, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [111520] = 4, - ACTIONS(6587), 1, - anon_sym_COLON, - ACTIONS(6589), 1, - anon_sym_DASH, - STATE(2289), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6380), 2, - anon_sym_PIPE, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6800), 1, + sym__commonmark_naked_value, + STATE(2232), 1, + sym__newline, + STATE(2739), 1, + sym_attribute_specifier, + [96732] = 4, + ACTIONS(6298), 1, + sym__soft_line_ending, + ACTIONS(6802), 1, + anon_sym_EQ, + ACTIONS(6804), 1, sym__whitespace, - [111534] = 4, - ACTIONS(6086), 1, + STATE(3274), 2, + sym__soft_line_break, + sym__inline_whitespace, + [96746] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6591), 1, + ACTIONS(6806), 1, anon_sym_RPAREN, - ACTIONS(6593), 1, + ACTIONS(6808), 1, sym__whitespace, - STATE(3378), 2, + STATE(3279), 2, sym__soft_line_break, sym__inline_whitespace, - [111548] = 3, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(6595), 1, - sym__whitespace, - ACTIONS(6597), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [111560] = 1, - ACTIONS(6599), 5, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, + [96760] = 4, + ACTIONS(6298), 1, + sym__soft_line_ending, + ACTIONS(6810), 1, + anon_sym_RPAREN, + ACTIONS(6812), 1, sym__whitespace, - [111568] = 4, - ACTIONS(6082), 1, - aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6092), 1, - sym__key_specifier_token, - STATE(2197), 1, - sym__commonmark_key_value_specifier, - STATE(3072), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - [111582] = 3, - ACTIONS(6601), 1, - anon_sym_PIPE, - ACTIONS(6603), 1, + STATE(3440), 2, + sym__soft_line_break, + sym__inline_whitespace, + [96774] = 4, + ACTIONS(6600), 1, + sym__soft_line_ending, + ACTIONS(6814), 1, + anon_sym_RBRACE, + ACTIONS(6816), 1, sym__whitespace, - ACTIONS(6445), 3, + STATE(2297), 2, + sym__soft_line_break, + sym__inline_whitespace, + [96788] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + STATE(829), 1, + sym__soft_line_break, + STATE(2271), 1, + aux_sym__inlines_repeat1, + ACTIONS(6818), 2, sym__line_ending, sym__eof, - sym__pipe_table_line_ending, - [111594] = 4, - ACTIONS(6086), 1, + [96802] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6605), 1, + ACTIONS(6820), 1, anon_sym_RPAREN, - ACTIONS(6607), 1, + ACTIONS(6822), 1, sym__whitespace, - STATE(3401), 2, + STATE(3417), 2, sym__soft_line_break, sym__inline_whitespace, - [111608] = 5, - ACTIONS(2195), 1, + [96816] = 5, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6609), 1, - anon_sym_RBRACK, - ACTIONS(6611), 1, + ACTIONS(6794), 1, anon_sym_RBRACK_LPAREN, - STATE(830), 1, + ACTIONS(6824), 1, + anon_sym_RBRACK, + STATE(826), 1, sym__soft_line_break, - STATE(2286), 1, + STATE(2285), 1, aux_sym__inlines_repeat1, - [111624] = 3, - ACTIONS(6537), 1, - anon_sym_PIPE, - ACTIONS(6613), 1, + [96832] = 2, + ACTIONS(6826), 1, + sym_block_continuation, + ACTIONS(2874), 4, + sym__line_ending, + sym__block_close, + sym__fenced_code_block_end_backtick, + sym__code_line, + [96842] = 2, + ACTIONS(6828), 1, + sym_block_continuation, + ACTIONS(2874), 4, + sym__pipe_table_delimiter, + anon_sym_COLON, + anon_sym_DASH, + sym__whitespace, + [96852] = 3, + ACTIONS(6830), 1, sym__whitespace, - ACTIONS(2073), 3, + ACTIONS(6832), 1, + sym__pipe_table_delimiter, + ACTIONS(6550), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111636] = 4, - ACTIONS(6376), 1, + [96864] = 4, + ACTIONS(6836), 1, sym__soft_line_ending, - ACTIONS(6615), 1, - anon_sym_RBRACE, - ACTIONS(6617), 1, - sym__whitespace, - STATE(2273), 2, + STATE(829), 1, sym__soft_line_break, - sym__inline_whitespace, - [111650] = 3, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(6619), 1, + STATE(2284), 1, + aux_sym__inlines_repeat1, + ACTIONS(6834), 2, + sym__line_ending, + sym__eof, + [96878] = 5, + ACTIONS(6834), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(6836), 1, + sym__soft_line_ending, + ACTIONS(6839), 1, + anon_sym_RBRACK, + STATE(826), 1, + sym__soft_line_break, + STATE(2285), 1, + aux_sym__inlines_repeat1, + [96894] = 3, + ACTIONS(6841), 1, + anon_sym_DASH, + STATE(2286), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(6602), 3, + sym__pipe_table_delimiter, + anon_sym_COLON, sym__whitespace, - ACTIONS(2073), 3, + [96906] = 3, + ACTIONS(6832), 1, + sym__pipe_table_delimiter, + ACTIONS(6844), 1, + sym__whitespace, + ACTIONS(6657), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111662] = 4, - ACTIONS(6086), 1, + [96918] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6621), 1, + ACTIONS(6846), 1, anon_sym_RPAREN, - ACTIONS(6623), 1, + ACTIONS(6848), 1, sym__whitespace, - STATE(3424), 2, + STATE(3486), 2, sym__soft_line_break, sym__inline_whitespace, - [111676] = 2, - ACTIONS(6625), 1, - sym_block_continuation, - ACTIONS(2657), 4, + [96932] = 3, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6850), 1, + sym__whitespace, + ACTIONS(6852), 3, sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_backtick, - sym__code_line, - [111686] = 4, - ACTIONS(6086), 1, + sym__eof, + sym__pipe_table_line_ending, + [96944] = 3, + ACTIONS(6832), 1, + sym__pipe_table_delimiter, + ACTIONS(6854), 1, + sym__whitespace, + ACTIONS(6558), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [96956] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6627), 1, + ACTIONS(6856), 1, anon_sym_RPAREN, - ACTIONS(6629), 1, + ACTIONS(6858), 1, sym__whitespace, - STATE(3163), 2, + STATE(3127), 2, sym__soft_line_break, sym__inline_whitespace, - [111700] = 4, - ACTIONS(6086), 1, + [96970] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6631), 1, + ACTIONS(6860), 1, anon_sym_RPAREN, - ACTIONS(6633), 1, + ACTIONS(6862), 1, sym__whitespace, - STATE(3447), 2, + STATE(3325), 2, sym__soft_line_break, sym__inline_whitespace, - [111714] = 3, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6635), 1, + [96984] = 5, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(6864), 1, + anon_sym_RBRACK, + STATE(826), 1, + sym__soft_line_break, + STATE(2280), 1, + aux_sym__inlines_repeat1, + [97000] = 3, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6866), 1, sym__whitespace, - ACTIONS(6357), 3, + ACTIONS(6558), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111726] = 4, - ACTIONS(6086), 1, - sym__soft_line_ending, - ACTIONS(6637), 1, - anon_sym_RPAREN, - ACTIONS(6639), 1, + [97012] = 2, + ACTIONS(6868), 1, + sym_block_continuation, + ACTIONS(2868), 4, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token2, + anon_sym_EQ, + sym__commonmark_double_quote_string, + [97022] = 4, + ACTIONS(6745), 1, + anon_sym_DASH, + ACTIONS(6870), 1, + anon_sym_COLON, + STATE(2286), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(6609), 2, + sym__pipe_table_delimiter, sym__whitespace, - STATE(3470), 2, - sym__soft_line_break, - sym__inline_whitespace, - [111740] = 4, - ACTIONS(6082), 1, + [97036] = 4, + ACTIONS(6294), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6092), 1, + ACTIONS(6304), 1, sym__key_specifier_token, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(2947), 2, + STATE(2957), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [111754] = 5, - ACTIONS(6405), 1, - sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6641), 1, - sym__commonmark_naked_value, - STATE(2203), 1, - sym__newline, - STATE(2669), 1, - sym_attribute_specifier, - [111770] = 4, - ACTIONS(6086), 1, - sym__soft_line_ending, - ACTIONS(6643), 1, - anon_sym_EQ, - ACTIONS(6645), 1, + [97050] = 3, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(6872), 1, sym__whitespace, - STATE(3105), 2, - sym__soft_line_break, - sym__inline_whitespace, - [111784] = 1, - ACTIONS(6647), 5, + ACTIONS(2227), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - anon_sym_PIPE, - sym__whitespace, - [111792] = 5, - ACTIONS(6405), 1, - sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6649), 1, - sym__commonmark_naked_value, - STATE(2213), 1, - sym__newline, - STATE(2793), 1, - sym_attribute_specifier, - [111808] = 3, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6651), 1, - sym__whitespace, - ACTIONS(6653), 3, + [97062] = 5, + ACTIONS(6588), 1, + anon_sym_COLON, + ACTIONS(6590), 1, + anon_sym_DASH, + ACTIONS(6874), 1, + sym__pipe_table_delimiter, + STATE(2255), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2685), 1, + sym_pipe_table_delimiter_cell, + [97078] = 1, + ACTIONS(6876), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111820] = 4, - ACTIONS(6086), 1, + sym__pipe_table_delimiter, + sym__whitespace, + [97086] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6655), 1, + ACTIONS(6878), 1, anon_sym_RPAREN, - ACTIONS(6657), 1, + ACTIONS(6880), 1, sym__whitespace, - STATE(3194), 2, + STATE(3302), 2, sym__soft_line_break, sym__inline_whitespace, - [111834] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - STATE(832), 1, - sym__soft_line_break, - STATE(2283), 1, - aux_sym__inlines_repeat1, - ACTIONS(6567), 2, - sym__line_ending, - sym__eof, - [111848] = 3, - ACTIONS(6601), 1, - anon_sym_PIPE, - ACTIONS(6659), 1, + [97100] = 3, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(6882), 1, sym__whitespace, - ACTIONS(6357), 3, + ACTIONS(6884), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111860] = 5, - ACTIONS(6405), 1, - sym__line_ending, - ACTIONS(6463), 1, - anon_sym_LBRACE, - ACTIONS(6661), 1, - sym__commonmark_naked_value, - STATE(2207), 1, - sym__newline, - STATE(2777), 1, - sym_attribute_specifier, - [111876] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - STATE(832), 1, - sym__soft_line_break, - STATE(2287), 1, - aux_sym__inlines_repeat1, - ACTIONS(6611), 2, + [97112] = 1, + ACTIONS(6886), 5, sym__line_ending, sym__eof, - [111890] = 4, - ACTIONS(6589), 1, - anon_sym_DASH, - ACTIONS(6663), 1, - anon_sym_COLON, - STATE(2289), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6401), 2, - anon_sym_PIPE, + sym__pipe_table_line_ending, + sym__pipe_table_delimiter, sym__whitespace, - [111904] = 4, - ACTIONS(6086), 1, + [97120] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6665), 1, + ACTIONS(6888), 1, anon_sym_RPAREN, - ACTIONS(6667), 1, + ACTIONS(6890), 1, sym__whitespace, - STATE(3217), 2, + STATE(3210), 2, sym__soft_line_break, sym__inline_whitespace, - [111918] = 5, - ACTIONS(6669), 1, - anon_sym_RBRACK, - ACTIONS(6671), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6673), 1, - sym__soft_line_ending, - STATE(830), 1, - sym__soft_line_break, - STATE(2286), 1, - aux_sym__inlines_repeat1, - [111934] = 4, - ACTIONS(6673), 1, - sym__soft_line_ending, - STATE(832), 1, - sym__soft_line_break, - STATE(2287), 1, - aux_sym__inlines_repeat1, - ACTIONS(6671), 2, - sym__line_ending, - sym__eof, - [111948] = 3, - ACTIONS(6601), 1, - anon_sym_PIPE, - ACTIONS(6676), 1, - sym__whitespace, - ACTIONS(6353), 3, + [97134] = 1, + ACTIONS(6892), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [111960] = 3, - ACTIONS(6678), 1, - anon_sym_DASH, - STATE(2289), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(6367), 3, - anon_sym_COLON, - anon_sym_PIPE, + sym__pipe_table_delimiter, + sym__whitespace, + [97142] = 4, + ACTIONS(6298), 1, + sym__soft_line_ending, + ACTIONS(6894), 1, + anon_sym_RPAREN, + ACTIONS(6896), 1, sym__whitespace, - [111972] = 4, - ACTIONS(6086), 1, + STATE(3394), 2, + sym__soft_line_break, + sym__inline_whitespace, + [97156] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6681), 1, + ACTIONS(6898), 1, anon_sym_RPAREN, - ACTIONS(6683), 1, + ACTIONS(6900), 1, sym__whitespace, - STATE(3240), 2, + STATE(3026), 2, sym__soft_line_break, sym__inline_whitespace, - [111986] = 4, - ACTIONS(6086), 1, + [97170] = 5, + ACTIONS(6627), 1, + sym__line_ending, + ACTIONS(6677), 1, + anon_sym_LBRACE, + ACTIONS(6902), 1, + sym__commonmark_naked_value, + STATE(2221), 1, + sym__newline, + STATE(2781), 1, + sym_attribute_specifier, + [97186] = 4, + ACTIONS(6298), 1, sym__soft_line_ending, - ACTIONS(6685), 1, + ACTIONS(6904), 1, anon_sym_EQ, - ACTIONS(6687), 1, + ACTIONS(6906), 1, sym__whitespace, - STATE(2999), 2, + STATE(3121), 2, sym__soft_line_break, sym__inline_whitespace, - [112000] = 4, - ACTIONS(6376), 1, + [97200] = 4, + ACTIONS(6600), 1, sym__soft_line_ending, - ACTIONS(6689), 1, + ACTIONS(6908), 1, anon_sym_RBRACE, - ACTIONS(6691), 1, + ACTIONS(6910), 1, sym__whitespace, - STATE(2260), 2, + STATE(2258), 2, sym__soft_line_break, sym__inline_whitespace, - [112014] = 3, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(6693), 1, - sym__whitespace, - ACTIONS(2167), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [112026] = 4, - ACTIONS(6697), 1, - sym__pipe_table_line_ending, - STATE(128), 1, - sym__pipe_table_newline, - STATE(2294), 1, - aux_sym_pipe_table_repeat1, - ACTIONS(6695), 2, - sym__line_ending, - sym__eof, - [112040] = 2, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6653), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [112049] = 3, - ACTIONS(6702), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112060] = 2, - ACTIONS(6704), 1, - anon_sym_PIPE, - ACTIONS(6706), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [112069] = 3, - ACTIONS(6708), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112080] = 1, - ACTIONS(3027), 4, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token2, - anon_sym_EQ, - sym__commonmark_double_quote_string, - [112087] = 4, - ACTIONS(6671), 1, - sym__superscript_close, - ACTIONS(6673), 1, + [97214] = 4, + ACTIONS(6834), 1, + aux_sym_insert_token1, + ACTIONS(6836), 1, sym__soft_line_ending, - STATE(829), 1, + STATE(824), 1, sym__soft_line_break, - STATE(2300), 1, + STATE(2311), 1, aux_sym__inlines_repeat1, - [112100] = 4, - ACTIONS(2195), 1, + [97227] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6567), 1, - anon_sym_RBRACK, - STATE(822), 1, + ACTIONS(6794), 1, + sym__double_quote_span_close, + STATE(825), 1, + sym__soft_line_break, + STATE(2317), 1, + aux_sym__inlines_repeat1, + [97240] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6794), 1, + sym__strong_emphasis_close_underscore, + STATE(830), 1, sym__soft_line_break, - STATE(2335), 1, + STATE(2348), 1, aux_sym__inlines_repeat1, - [112113] = 3, - ACTIONS(6710), 1, + [97253] = 3, + ACTIONS(6914), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112124] = 1, - ACTIONS(6712), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [112131] = 4, - ACTIONS(2195), 1, + [97264] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6567), 1, - sym__emphasis_close_star, - STATE(821), 1, + ACTIONS(6794), 1, + sym__emphasis_close_underscore, + STATE(823), 1, sym__soft_line_break, - STATE(2318), 1, + STATE(2346), 1, aux_sym__inlines_repeat1, - [112144] = 4, - ACTIONS(6671), 1, - sym__strikeout_close, - ACTIONS(6673), 1, + [97277] = 2, + ACTIONS(6916), 1, + sym_block_continuation, + ACTIONS(2868), 3, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token1, + [97286] = 4, + ACTIONS(6834), 1, + sym__double_quote_span_close, + ACTIONS(6836), 1, sym__soft_line_ending, - STATE(824), 1, + STATE(825), 1, sym__soft_line_break, - STATE(2305), 1, + STATE(2317), 1, aux_sym__inlines_repeat1, - [112157] = 2, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(2171), 3, + [97299] = 2, + ACTIONS(6918), 1, + sym__pipe_table_delimiter, + ACTIONS(6852), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112166] = 4, - ACTIONS(2195), 1, + [97308] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__strong_emphasis_close_underscore, - STATE(823), 1, + ACTIONS(6794), 1, + sym__emphasis_close_star, + STATE(828), 1, sym__soft_line_break, - STATE(2320), 1, + STATE(2350), 1, aux_sym__inlines_repeat1, - [112179] = 2, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(2073), 3, + [97321] = 2, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6852), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112188] = 3, - ACTIONS(6714), 1, + [97330] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + sym__strikeout_close, + STATE(832), 1, + sym__soft_line_break, + STATE(2364), 1, + aux_sym__inlines_repeat1, + [97343] = 3, + ACTIONS(6920), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112199] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, - sym__subscript_close, - STATE(826), 1, - sym__soft_line_break, - STATE(2377), 1, - aux_sym__inlines_repeat1, - [112212] = 3, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6716), 1, - sym__whitespace, - STATE(694), 2, - sym__soft_line_break, - sym__inline_whitespace, - [112223] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, - sym__strong_emphasis_close_star, - STATE(825), 1, - sym__soft_line_break, - STATE(2353), 1, - aux_sym__inlines_repeat1, - [112236] = 2, - ACTIONS(6718), 1, - anon_sym_PIPE, - ACTIONS(6445), 3, + [97354] = 2, + ACTIONS(6918), 1, + sym__pipe_table_delimiter, + ACTIONS(6922), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112245] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, - sym__single_quote_span_close, - STATE(828), 1, - sym__soft_line_break, - STATE(2347), 1, - aux_sym__inlines_repeat1, - [112258] = 2, - ACTIONS(6704), 1, - anon_sym_PIPE, - ACTIONS(2167), 3, + [97363] = 2, + ACTIONS(6918), 1, + sym__pipe_table_delimiter, + ACTIONS(6657), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112267] = 3, - ACTIONS(6720), 1, + [97372] = 3, + ACTIONS(6924), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112278] = 1, - ACTIONS(6722), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [112285] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6611), 1, - sym__emphasis_close_star, - STATE(821), 1, - sym__soft_line_break, - STATE(2351), 1, - aux_sym__inlines_repeat1, - [112298] = 4, - ACTIONS(6671), 1, - sym__subscript_close, - ACTIONS(6673), 1, - sym__soft_line_ending, - STATE(826), 1, - sym__soft_line_break, - STATE(2319), 1, - aux_sym__inlines_repeat1, - [112311] = 4, - ACTIONS(6671), 1, - sym__strong_emphasis_close_underscore, - ACTIONS(6673), 1, + [97383] = 4, + ACTIONS(6834), 1, + anon_sym_RBRACK, + ACTIONS(6836), 1, sym__soft_line_ending, - STATE(823), 1, + STATE(827), 1, sym__soft_line_break, - STATE(2320), 1, + STATE(2326), 1, aux_sym__inlines_repeat1, - [112324] = 4, - ACTIONS(6724), 1, - anon_sym_LBRACE, - ACTIONS(6726), 1, - sym__commonmark_naked_value, - ACTIONS(6728), 1, - sym_fenced_div_note_id, - STATE(2700), 1, - sym__pandoc_attr_specifier, - [112337] = 1, - ACTIONS(6730), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [112344] = 4, - ACTIONS(2195), 1, + [97396] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, + ACTIONS(6794), 1, sym__superscript_close, - STATE(829), 1, + STATE(821), 1, sym__soft_line_break, - STATE(2300), 1, + STATE(2376), 1, aux_sym__inlines_repeat1, - [112357] = 4, - ACTIONS(2195), 1, + [97409] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__double_quote_span_close, - STATE(833), 1, + ACTIONS(6818), 1, + sym__subscript_close, + STATE(822), 1, sym__soft_line_break, - STATE(2357), 1, + STATE(2360), 1, aux_sym__inlines_repeat1, - [112370] = 4, - ACTIONS(6092), 1, - sym__key_specifier_token, - ACTIONS(6732), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2197), 1, - sym__commonmark_key_value_specifier, - STATE(2809), 1, - sym__commonmark_specifier_start_with_kv, - [112383] = 1, - ACTIONS(3031), 4, - sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_backtick, - sym__code_line, - [112390] = 1, - ACTIONS(6388), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [112397] = 3, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6734), 1, - sym__whitespace, - STATE(692), 2, - sym__soft_line_break, - sym__inline_whitespace, - [112408] = 2, - ACTIONS(6736), 1, - sym_block_continuation, - ACTIONS(2637), 3, - sym__key_specifier_token, - anon_sym_RBRACE, - aux_sym__commonmark_specifier_start_with_class_token1, - [112417] = 3, - ACTIONS(6738), 1, + [97422] = 3, + ACTIONS(6926), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112428] = 4, - ACTIONS(2195), 1, + [97433] = 2, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(2227), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [97442] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__strikeout_close, + ACTIONS(6818), 1, + aux_sym_insert_token1, STATE(824), 1, sym__soft_line_break, - STATE(2305), 1, - aux_sym__inlines_repeat1, - [112441] = 2, - ACTIONS(6740), 1, - sym_block_continuation, - ACTIONS(2637), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [112450] = 3, - ACTIONS(6742), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112461] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, - sym__superscript_close, - STATE(829), 1, - sym__soft_line_break, - STATE(2323), 1, + STATE(2359), 1, aux_sym__inlines_repeat1, - [112474] = 4, - ACTIONS(2195), 1, + [97455] = 4, + ACTIONS(6834), 1, + sym__subscript_close, + ACTIONS(6836), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - anon_sym_RBRACK, STATE(822), 1, sym__soft_line_break, - STATE(2343), 1, - aux_sym__inlines_repeat1, - [112487] = 2, - ACTIONS(6718), 1, - anon_sym_PIPE, - ACTIONS(6653), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [112496] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, - sym__emphasis_close_underscore, - STATE(831), 1, - sym__soft_line_break, - STATE(2373), 1, + STATE(2332), 1, aux_sym__inlines_repeat1, - [112509] = 2, - ACTIONS(6704), 1, - anon_sym_PIPE, - ACTIONS(2171), 3, + [97468] = 2, + ACTIONS(6928), 1, + sym__pipe_table_delimiter, + ACTIONS(2227), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112518] = 4, - ACTIONS(6671), 1, - sym__strong_emphasis_close_star, - ACTIONS(6673), 1, - sym__soft_line_ending, - STATE(825), 1, - sym__soft_line_break, - STATE(2339), 1, - aux_sym__inlines_repeat1, - [112531] = 3, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6744), 1, + [97477] = 3, + ACTIONS(6933), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6930), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97488] = 1, + ACTIONS(3370), 4, + sym__pipe_table_delimiter, + anon_sym_COLON, + anon_sym_DASH, sym__whitespace, - STATE(701), 2, - sym__soft_line_break, - sym__inline_whitespace, - [112542] = 3, - ACTIONS(6746), 1, + [97495] = 3, + ACTIONS(6935), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112553] = 3, - ACTIONS(6748), 1, + [97506] = 3, + ACTIONS(6937), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112564] = 4, - ACTIONS(6671), 1, + [97517] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, anon_sym_RBRACK, - ACTIONS(6673), 1, + STATE(827), 1, + sym__soft_line_break, + STATE(2363), 1, + aux_sym__inlines_repeat1, + [97530] = 3, + ACTIONS(6939), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97541] = 4, + ACTIONS(6834), 1, + sym__strong_emphasis_close_star, + ACTIONS(6836), 1, sym__soft_line_ending, - STATE(822), 1, + STATE(833), 1, sym__soft_line_break, - STATE(2343), 1, + STATE(2340), 1, aux_sym__inlines_repeat1, - [112577] = 2, - ACTIONS(6718), 1, - anon_sym_PIPE, - ACTIONS(6750), 3, + [97554] = 2, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6558), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112586] = 3, - ACTIONS(6752), 1, + [97563] = 3, + ACTIONS(6941), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112597] = 2, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6445), 3, + [97574] = 2, + ACTIONS(6928), 1, + sym__pipe_table_delimiter, + ACTIONS(2047), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [97583] = 4, + ACTIONS(6943), 1, + anon_sym_LBRACE, + ACTIONS(6945), 1, + sym__commonmark_naked_value, + ACTIONS(6947), 1, + sym_fenced_div_note_id, + STATE(2701), 1, + sym__pandoc_attr_specifier, + [97596] = 2, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(2047), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112606] = 4, - ACTIONS(2195), 1, + [97605] = 4, + ACTIONS(6834), 1, + sym__emphasis_close_underscore, + ACTIONS(6836), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__single_quote_span_close, - STATE(828), 1, + STATE(823), 1, sym__soft_line_break, - STATE(2363), 1, + STATE(2346), 1, aux_sym__inlines_repeat1, - [112619] = 3, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6754), 1, - sym__whitespace, - STATE(709), 2, - sym__soft_line_break, - sym__inline_whitespace, - [112630] = 1, - ACTIONS(3031), 4, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_DASH, - sym__whitespace, - [112637] = 4, - ACTIONS(6359), 1, - anon_sym_COLON, - ACTIONS(6363), 1, - anon_sym_DASH, - STATE(2256), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2732), 1, - sym_pipe_table_delimiter_cell, - [112650] = 4, - ACTIONS(6671), 1, - sym__emphasis_close_star, - ACTIONS(6673), 1, + [97618] = 3, + ACTIONS(6949), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97629] = 4, + ACTIONS(6834), 1, + sym__strong_emphasis_close_underscore, + ACTIONS(6836), 1, sym__soft_line_ending, - STATE(821), 1, + STATE(830), 1, sym__soft_line_break, - STATE(2351), 1, + STATE(2348), 1, aux_sym__inlines_repeat1, - [112663] = 4, - ACTIONS(2195), 1, - sym__soft_line_ending, - ACTIONS(6567), 1, + [97642] = 4, + ACTIONS(6834), 1, sym__strikeout_close, - STATE(824), 1, + ACTIONS(6836), 1, + sym__soft_line_ending, + STATE(832), 1, sym__soft_line_break, - STATE(2331), 1, + STATE(2349), 1, aux_sym__inlines_repeat1, - [112676] = 4, - ACTIONS(2195), 1, + [97655] = 4, + ACTIONS(6834), 1, + sym__emphasis_close_star, + ACTIONS(6836), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__strong_emphasis_close_star, - STATE(825), 1, + STATE(828), 1, sym__soft_line_break, - STATE(2339), 1, + STATE(2350), 1, aux_sym__inlines_repeat1, - [112689] = 3, - ACTIONS(6756), 1, + [97668] = 3, + ACTIONS(6951), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112700] = 2, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(6357), 3, + [97679] = 3, + ACTIONS(6953), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97690] = 2, + ACTIONS(6928), 1, + sym__pipe_table_delimiter, + ACTIONS(6884), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112709] = 2, - ACTIONS(6704), 1, - anon_sym_PIPE, - ACTIONS(6597), 3, + [97699] = 2, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(6884), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112718] = 4, - ACTIONS(6671), 1, - sym__double_quote_span_close, - ACTIONS(6673), 1, + [97708] = 4, + ACTIONS(6943), 1, + anon_sym_LBRACE, + ACTIONS(6955), 1, + sym__commonmark_naked_value, + ACTIONS(6957), 1, + sym_fenced_div_note_id, + STATE(2719), 1, + sym__pandoc_attr_specifier, + [97721] = 3, + ACTIONS(2255), 1, sym__soft_line_ending, - STATE(833), 1, + ACTIONS(6959), 1, + sym__whitespace, + STATE(694), 2, sym__soft_line_break, - STATE(2357), 1, - aux_sym__inlines_repeat1, - [112731] = 4, - ACTIONS(6671), 1, - sym__emphasis_close_underscore, - ACTIONS(6673), 1, + sym__inline_whitespace, + [97732] = 2, + ACTIONS(6928), 1, + sym__pipe_table_delimiter, + ACTIONS(6961), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [97741] = 3, + ACTIONS(6963), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97752] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - STATE(831), 1, + ACTIONS(6794), 1, + aux_sym_insert_token1, + STATE(824), 1, sym__soft_line_break, - STATE(2358), 1, + STATE(2311), 1, aux_sym__inlines_repeat1, - [112744] = 4, - ACTIONS(2195), 1, + [97765] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6567), 1, - aux_sym_insert_token1, - STATE(827), 1, + ACTIONS(6794), 1, + sym__subscript_close, + STATE(822), 1, sym__soft_line_break, - STATE(2364), 1, + STATE(2332), 1, aux_sym__inlines_repeat1, - [112757] = 2, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(6597), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [112766] = 4, - ACTIONS(6671), 1, - aux_sym_insert_token1, - ACTIONS(6673), 1, + [97778] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - STATE(827), 1, + ACTIONS(6818), 1, + sym__double_quote_span_close, + STATE(825), 1, sym__soft_line_break, - STATE(2361), 1, + STATE(2312), 1, aux_sym__inlines_repeat1, - [112779] = 4, - ACTIONS(2195), 1, + [97791] = 3, + ACTIONS(6965), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [97802] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6567), 1, - sym__double_quote_span_close, - STATE(833), 1, + ACTIONS(6794), 1, + anon_sym_RBRACK, + STATE(827), 1, sym__soft_line_break, - STATE(2324), 1, + STATE(2326), 1, aux_sym__inlines_repeat1, - [112792] = 4, - ACTIONS(6671), 1, - sym__single_quote_span_close, - ACTIONS(6673), 1, + [97815] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - STATE(828), 1, + ACTIONS(6794), 1, + sym__strikeout_close, + STATE(832), 1, sym__soft_line_break, - STATE(2363), 1, + STATE(2349), 1, aux_sym__inlines_repeat1, - [112805] = 4, - ACTIONS(2195), 1, + [97828] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - aux_sym_insert_token1, - STATE(827), 1, + ACTIONS(6818), 1, + sym__strong_emphasis_close_star, + STATE(833), 1, sym__soft_line_break, - STATE(2361), 1, + STATE(2386), 1, aux_sym__inlines_repeat1, - [112818] = 3, - ACTIONS(6761), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6758), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112829] = 3, - ACTIONS(6763), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112840] = 3, - ACTIONS(6765), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112851] = 3, - ACTIONS(6767), 1, + [97841] = 3, + ACTIONS(6967), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112862] = 4, - ACTIONS(6092), 1, + [97852] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + sym__single_quote_span_close, + STATE(831), 1, + sym__soft_line_break, + STATE(2380), 1, + aux_sym__inlines_repeat1, + [97865] = 1, + ACTIONS(3196), 4, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token2, + anon_sym_EQ, + sym__commonmark_double_quote_string, + [97872] = 1, + ACTIONS(6969), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [97879] = 1, + ACTIONS(6971), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [97886] = 1, + ACTIONS(3370), 4, + sym__line_ending, + sym__block_close, + sym__fenced_code_block_end_backtick, + sym__code_line, + [97893] = 3, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6973), 1, + sym__whitespace, + STATE(692), 2, + sym__soft_line_break, + sym__inline_whitespace, + [97904] = 4, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6732), 1, + ACTIONS(6975), 1, aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2197), 1, + STATE(2213), 1, sym__commonmark_key_value_specifier, - STATE(3074), 1, + STATE(3160), 1, sym__commonmark_specifier_start_with_kv, - [112875] = 4, - ACTIONS(2195), 1, + [97917] = 1, + ACTIONS(6577), 4, sym__soft_line_ending, - ACTIONS(6567), 1, - sym__strong_emphasis_close_underscore, - STATE(823), 1, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [97924] = 3, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6977), 1, + sym__whitespace, + STATE(701), 2, + sym__soft_line_break, + sym__inline_whitespace, + [97935] = 4, + ACTIONS(6834), 1, + sym__superscript_close, + ACTIONS(6836), 1, + sym__soft_line_ending, + STATE(821), 1, sym__soft_line_break, - STATE(2307), 1, + STATE(2376), 1, aux_sym__inlines_repeat1, - [112888] = 3, - ACTIONS(6769), 1, - sym__code_span_close, - STATE(2365), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [112899] = 3, - ACTIONS(6771), 1, + [97948] = 4, + ACTIONS(6304), 1, + sym__key_specifier_token, + ACTIONS(6975), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2213), 1, + sym__commonmark_key_value_specifier, + STATE(3093), 1, + sym__commonmark_specifier_start_with_kv, + [97961] = 1, + ACTIONS(6979), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [97968] = 3, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6981), 1, + sym__whitespace, + STATE(710), 2, + sym__soft_line_break, + sym__inline_whitespace, + [97979] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6794), 1, + sym__single_quote_span_close, + STATE(831), 1, + sym__soft_line_break, + STATE(2385), 1, + aux_sym__inlines_repeat1, + [97992] = 4, + ACTIONS(6588), 1, + anon_sym_COLON, + ACTIONS(6590), 1, + anon_sym_DASH, + STATE(2255), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2685), 1, + sym_pipe_table_delimiter_cell, + [98005] = 3, + ACTIONS(6983), 1, sym__code_span_close, - STATE(2365), 1, + STATE(2334), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [112910] = 4, - ACTIONS(2195), 1, + [98016] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + sym__strong_emphasis_close_underscore, + STATE(830), 1, + sym__soft_line_break, + STATE(2313), 1, + aux_sym__inlines_repeat1, + [98029] = 2, + ACTIONS(6985), 1, + sym_block_continuation, + ACTIONS(2868), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [98038] = 4, + ACTIONS(6834), 1, + sym__single_quote_span_close, + ACTIONS(6836), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__emphasis_close_underscore, STATE(831), 1, sym__soft_line_break, - STATE(2358), 1, + STATE(2385), 1, aux_sym__inlines_repeat1, - [112923] = 2, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(2167), 3, + [98051] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6794), 1, + sym__strong_emphasis_close_star, + STATE(833), 1, + sym__soft_line_break, + STATE(2340), 1, + aux_sym__inlines_repeat1, + [98064] = 2, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(6657), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [112932] = 4, - ACTIONS(6724), 1, - anon_sym_LBRACE, - ACTIONS(6773), 1, - sym__commonmark_naked_value, - ACTIONS(6775), 1, - sym_fenced_div_note_id, - STATE(2671), 1, - sym__pandoc_attr_specifier, - [112945] = 4, - ACTIONS(6724), 1, - anon_sym_LBRACE, - ACTIONS(6777), 1, - sym__commonmark_naked_value, - ACTIONS(6779), 1, - sym_fenced_div_note_id, - STATE(2779), 1, - sym__pandoc_attr_specifier, - [112958] = 4, - ACTIONS(2195), 1, + [98073] = 2, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(2123), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [98082] = 4, + ACTIONS(2255), 1, sym__soft_line_ending, - ACTIONS(6611), 1, - sym__subscript_close, - STATE(826), 1, + ACTIONS(6818), 1, + sym__superscript_close, + STATE(821), 1, + sym__soft_line_break, + STATE(2327), 1, + aux_sym__inlines_repeat1, + [98095] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + sym__emphasis_close_underscore, + STATE(823), 1, + sym__soft_line_break, + STATE(2315), 1, + aux_sym__inlines_repeat1, + [98108] = 4, + ACTIONS(2255), 1, + sym__soft_line_ending, + ACTIONS(6818), 1, + sym__emphasis_close_star, + STATE(828), 1, sym__soft_line_break, STATE(2319), 1, aux_sym__inlines_repeat1, - [112971] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6260), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [112981] = 3, - ACTIONS(6166), 1, + [98121] = 4, + ACTIONS(6943), 1, + anon_sym_LBRACE, + ACTIONS(6987), 1, + sym__commonmark_naked_value, + ACTIONS(6989), 1, + sym_fenced_div_note_id, + STATE(2789), 1, + sym__pandoc_attr_specifier, + [98134] = 3, + ACTIONS(6991), 1, + sym__code_span_close, + STATE(2334), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [98145] = 3, + ACTIONS(6993), 1, + sym__line_ending, + ACTIONS(6995), 1, + sym__eof, + STATE(3147), 1, + sym__newline, + [98155] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6280), 1, + ACTIONS(6997), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [112991] = 3, - ACTIONS(6160), 1, + [98165] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6284), 1, + ACTIONS(6999), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113001] = 3, - ACTIONS(6166), 1, + [98175] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6781), 1, + ACTIONS(6502), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113011] = 3, - ACTIONS(6160), 1, + [98185] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6783), 1, + ACTIONS(6504), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113021] = 3, - ACTIONS(6166), 1, + [98195] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6242), 1, + ACTIONS(7001), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113031] = 3, - ACTIONS(6785), 1, - sym__line_ending, - ACTIONS(6787), 1, - sym__eof, - STATE(1381), 1, - sym__newline, - [113041] = 3, - ACTIONS(23), 1, + [98205] = 3, + ACTIONS(7003), 1, sym__line_ending, - ACTIONS(6789), 1, + ACTIONS(7005), 1, sym__eof, - STATE(502), 1, + STATE(1954), 1, sym__newline, - [113051] = 3, - ACTIONS(109), 1, + [98215] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6791), 1, + ACTIONS(7007), 1, sym__eof, - STATE(400), 1, + STATE(519), 1, sym__newline, - [113061] = 3, - ACTIONS(23), 1, + [98225] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7009), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98235] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6793), 1, + ACTIONS(7011), 1, sym__eof, - STATE(503), 1, + STATE(520), 1, sym__newline, - [113071] = 3, - ACTIONS(6795), 1, + [98245] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6797), 1, + ACTIONS(7013), 1, sym__eof, - STATE(1681), 1, + STATE(521), 1, sym__newline, - [113081] = 3, - ACTIONS(6799), 1, - sym__whitespace, - STATE(2429), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2773), 1, - aux_sym_shortcode_escaped_repeat2, - [113091] = 3, - ACTIONS(6801), 1, - sym__whitespace, - STATE(2441), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2726), 1, - aux_sym_shortcode_repeat1, - [113101] = 3, - ACTIONS(3428), 1, + [98255] = 3, + ACTIONS(3430), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6803), 1, + ACTIONS(7015), 1, anon_sym_RBRACK, - STATE(1098), 1, + STATE(1078), 1, sym_target, - [113111] = 3, - ACTIONS(3428), 1, + [98265] = 3, + ACTIONS(3430), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6805), 1, + ACTIONS(7017), 1, anon_sym_RBRACK, - STATE(1099), 1, + STATE(1079), 1, sym_target, - [113121] = 3, - ACTIONS(3452), 1, + [98275] = 3, + ACTIONS(113), 1, + sym__line_ending, + ACTIONS(7019), 1, + sym__eof, + STATE(522), 1, + sym__newline, + [98285] = 1, + ACTIONS(3196), 3, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token1, + [98291] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(6466), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98301] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6468), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98311] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(7021), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98321] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7023), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98331] = 3, + ACTIONS(113), 1, + sym__line_ending, + ACTIONS(7025), 1, + sym__eof, + STATE(525), 1, + sym__newline, + [98341] = 3, + ACTIONS(113), 1, + sym__line_ending, + ACTIONS(7027), 1, + sym__eof, + STATE(526), 1, + sym__newline, + [98351] = 3, + ACTIONS(7029), 1, + sym__line_ending, + ACTIONS(7031), 1, + sym__eof, + STATE(1393), 1, + sym__newline, + [98361] = 3, + ACTIONS(27), 1, + sym__line_ending, + ACTIONS(7033), 1, + sym__eof, + STATE(461), 1, + sym__newline, + [98371] = 3, + ACTIONS(3438), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6807), 1, + ACTIONS(7035), 1, anon_sym_RBRACK, - STATE(1186), 1, + STATE(1100), 1, sym_target, - [113131] = 3, - ACTIONS(3452), 1, + [98381] = 3, + ACTIONS(3438), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6809), 1, + ACTIONS(7037), 1, anon_sym_RBRACK, - STATE(1187), 1, + STATE(1101), 1, sym_target, - [113141] = 3, - ACTIONS(185), 1, + [98391] = 3, + ACTIONS(6993), 1, + sym__line_ending, + ACTIONS(7039), 1, + sym__eof, + STATE(2939), 1, + sym__newline, + [98401] = 2, + ACTIONS(7041), 1, + anon_sym_RBRACK, + ACTIONS(7043), 2, + sym__soft_line_ending, + anon_sym_RBRACK_LPAREN, + [98409] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(6492), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98419] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6496), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98429] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(7045), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98439] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7047), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98449] = 3, + ACTIONS(7049), 1, sym__line_ending, - ACTIONS(6811), 1, + ACTIONS(7051), 1, sym__eof, - STATE(349), 1, + STATE(1365), 1, sym__newline, - [113151] = 3, - ACTIONS(6813), 1, + [98459] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6815), 1, + ACTIONS(7053), 1, sym__eof, - STATE(1960), 1, + STATE(3221), 1, sym__newline, - [113161] = 3, - ACTIONS(23), 1, + [98469] = 3, + ACTIONS(7055), 1, + sym__line_ending, + ACTIONS(7057), 1, + sym__eof, + STATE(1470), 1, + sym__newline, + [98479] = 3, + ACTIONS(27), 1, + sym__line_ending, + ACTIONS(7059), 1, + sym__eof, + STATE(469), 1, + sym__newline, + [98489] = 3, + ACTIONS(2227), 1, + sym__line_ending, + ACTIONS(7061), 1, + sym__whitespace, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [98499] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6817), 1, + ACTIONS(7065), 1, sym__eof, - STATE(426), 1, + STATE(564), 1, sym__newline, - [113171] = 3, - ACTIONS(6166), 1, + [98509] = 3, + ACTIONS(3444), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7067), 1, + anon_sym_RBRACK, + STATE(1122), 1, + sym_target, + [98519] = 3, + ACTIONS(3444), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7069), 1, + anon_sym_RBRACK, + STATE(1123), 1, + sym_target, + [98529] = 1, + ACTIONS(6771), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [98535] = 2, + ACTIONS(7071), 1, + sym_block_continuation, + ACTIONS(2874), 2, + sym__line_ending, + sym__eof, + [98543] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6178), 1, + ACTIONS(6380), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113181] = 3, - ACTIONS(6160), 1, + [98553] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6180), 1, + ACTIONS(6382), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113191] = 3, - ACTIONS(6166), 1, + [98563] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6819), 1, + ACTIONS(7073), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113201] = 3, - ACTIONS(6160), 1, + [98573] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6821), 1, + ACTIONS(7075), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113211] = 3, - ACTIONS(6823), 1, + [98583] = 3, + ACTIONS(7077), 1, sym__line_ending, - ACTIONS(6825), 1, + ACTIONS(7079), 1, sym__eof, - STATE(1918), 1, + STATE(1359), 1, sym__newline, - [113221] = 3, - ACTIONS(109), 1, + [98593] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6827), 1, + ACTIONS(7081), 1, sym__eof, - STATE(402), 1, + STATE(473), 1, sym__newline, - [113231] = 3, - ACTIONS(6092), 1, + [98603] = 2, + ACTIONS(7083), 1, + sym_block_continuation, + ACTIONS(2868), 2, sym__key_specifier_token, + aux_sym__commonmark_specifier_start_with_class_token2, + [98611] = 3, + ACTIONS(2227), 1, + sym__line_ending, + ACTIONS(7085), 1, + sym__whitespace, + ACTIONS(7087), 1, + sym__pipe_table_delimiter, + [98621] = 3, + ACTIONS(7089), 1, + sym__line_ending, + ACTIONS(7091), 1, + sym__eof, + STATE(1545), 1, + sym__newline, + [98631] = 1, + ACTIONS(3196), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [98637] = 3, + ACTIONS(3408), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7093), 1, + anon_sym_RBRACK, + STATE(1013), 1, + sym_target, + [98647] = 3, + ACTIONS(3450), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7095), 1, + anon_sym_RBRACK, + STATE(1144), 1, + sym_target, + [98657] = 3, + ACTIONS(3450), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7097), 1, + anon_sym_RBRACK, + STATE(1145), 1, + sym_target, + [98667] = 3, + ACTIONS(3408), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7099), 1, + anon_sym_RBRACK, + STATE(1014), 1, + sym_target, + [98677] = 3, + ACTIONS(7101), 1, + sym__line_ending, + ACTIONS(7103), 1, + sym__eof, + STATE(1864), 1, + sym__newline, + [98687] = 3, ACTIONS(6372), 1, - anon_sym_RBRACE, - STATE(2327), 1, + sym__key_specifier_token, + ACTIONS(6390), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113241] = 3, - ACTIONS(6166), 1, + [98697] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6392), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98707] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6258), 1, + ACTIONS(7105), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113251] = 2, - ACTIONS(6829), 1, - sym_block_continuation, - ACTIONS(2637), 2, + [98717] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - aux_sym__commonmark_specifier_start_with_class_token2, - [113259] = 3, - ACTIONS(6831), 1, + ACTIONS(7107), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98727] = 3, + ACTIONS(6288), 1, + anon_sym_LBRACE, + ACTIONS(6302), 1, + sym__language_specifier_token, + STATE(3243), 1, + sym_language_specifier, + [98737] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(6442), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98747] = 3, + ACTIONS(7109), 1, + sym__whitespace, + STATE(2505), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2765), 1, + aux_sym_shortcode_escaped_repeat2, + [98757] = 3, + ACTIONS(7111), 1, + sym__whitespace, + STATE(2507), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2778), 1, + aux_sym_shortcode_repeat1, + [98767] = 3, + ACTIONS(7113), 1, sym__line_ending, - ACTIONS(6833), 1, + ACTIONS(7115), 1, sym__eof, - STATE(1201), 1, + STATE(1620), 1, sym__newline, - [113269] = 3, - ACTIONS(6166), 1, + [98777] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6444), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98787] = 3, + ACTIONS(3558), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7117), 1, + anon_sym_RBRACK, + STATE(1167), 1, + sym_target, + [98797] = 3, + ACTIONS(3558), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7119), 1, + anon_sym_RBRACK, + STATE(1168), 1, + sym_target, + [98807] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6835), 1, + ACTIONS(6400), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113279] = 3, - ACTIONS(6160), 1, + [98817] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6837), 1, + ACTIONS(6402), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113289] = 1, - ACTIONS(3027), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [113295] = 3, - ACTIONS(23), 1, + [98827] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(7121), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98837] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7123), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98847] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(7125), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [98857] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7127), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [98867] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6839), 1, + ACTIONS(7129), 1, + sym__eof, + STATE(538), 1, + sym__newline, + [98877] = 3, + ACTIONS(27), 1, + sym__line_ending, + ACTIONS(7131), 1, + sym__eof, + STATE(487), 1, + sym__newline, + [98887] = 3, + ACTIONS(7133), 1, + sym__line_ending, + ACTIONS(7135), 1, sym__eof, - STATE(507), 1, + STATE(1696), 1, sym__newline, - [113305] = 3, - ACTIONS(3382), 1, + [98897] = 3, + ACTIONS(3568), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6841), 1, + ACTIONS(7137), 1, anon_sym_RBRACK, - STATE(1336), 1, + STATE(1188), 1, sym_target, - [113315] = 3, - ACTIONS(3458), 1, + [98907] = 3, + ACTIONS(3568), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6843), 1, + ACTIONS(7139), 1, anon_sym_RBRACK, - STATE(966), 1, + STATE(1189), 1, sym_target, - [113325] = 3, - ACTIONS(3458), 1, + [98917] = 3, + ACTIONS(3378), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6845), 1, + ACTIONS(7141), 1, anon_sym_RBRACK, - STATE(967), 1, + STATE(1298), 1, sym_target, - [113335] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6847), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113345] = 3, - ACTIONS(3382), 1, + [98927] = 3, + ACTIONS(3378), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6849), 1, + ACTIONS(7143), 1, anon_sym_RBRACK, - STATE(1337), 1, + STATE(1299), 1, sym_target, - [113355] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(6853), 1, - sym__eof, - STATE(3202), 1, - sym__newline, - [113365] = 3, - ACTIONS(6166), 1, + [98937] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6194), 1, + ACTIONS(6410), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113375] = 3, - ACTIONS(6160), 1, + [98947] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6196), 1, + ACTIONS(6412), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113385] = 3, - ACTIONS(6166), 1, + [98957] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6855), 1, + ACTIONS(7145), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113395] = 3, - ACTIONS(6160), 1, + [98967] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6857), 1, + ACTIONS(7147), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113405] = 3, - ACTIONS(3374), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6859), 1, - anon_sym_RBRACK, - STATE(1295), 1, - sym_target, - [113415] = 3, - ACTIONS(23), 1, + [98977] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6861), 1, + ACTIONS(7149), 1, sym__eof, - STATE(519), 1, + STATE(489), 1, sym__newline, - [113425] = 3, - ACTIONS(2167), 1, + [98987] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - ACTIONS(6865), 1, - sym__whitespace, - [113435] = 3, - ACTIONS(23), 1, + ACTIONS(7151), 1, + sym__eof, + STATE(453), 1, + sym__newline, + [98997] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6867), 1, + ACTIONS(7153), 1, sym__eof, - STATE(498), 1, + STATE(550), 1, sym__newline, - [113445] = 3, - ACTIONS(6869), 1, + [99007] = 3, + ACTIONS(7155), 1, sym__line_ending, - ACTIONS(6871), 1, + ACTIONS(7157), 1, sym__eof, - STATE(2051), 1, + STATE(3372), 1, sym__newline, - [113455] = 3, - ACTIONS(185), 1, + [99017] = 3, + ACTIONS(7159), 1, sym__line_ending, - ACTIONS(6873), 1, + ACTIONS(7161), 1, sym__eof, - STATE(351), 1, + STATE(1204), 1, sym__newline, - [113465] = 3, - ACTIONS(3374), 1, + [99027] = 3, + ACTIONS(3388), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6875), 1, + ACTIONS(7163), 1, anon_sym_RBRACK, - STATE(1296), 1, + STATE(900), 1, sym_target, - [113475] = 3, - ACTIONS(6877), 1, - sym__whitespace, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2765), 1, - aux_sym_shortcode_escaped_repeat2, - [113485] = 3, - ACTIONS(185), 1, + [99037] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6879), 1, + ACTIONS(7165), 1, sym__eof, - STATE(300), 1, + STATE(486), 1, sym__newline, - [113495] = 3, - ACTIONS(3464), 1, + [99047] = 3, + ACTIONS(3580), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6881), 1, + ACTIONS(7167), 1, anon_sym_RBRACK, - STATE(1816), 1, + STATE(941), 1, sym_target, - [113505] = 3, - ACTIONS(3464), 1, + [99057] = 3, + ACTIONS(3580), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6883), 1, + ACTIONS(7169), 1, anon_sym_RBRACK, - STATE(1817), 1, + STATE(942), 1, sym_target, - [113515] = 3, - ACTIONS(6885), 1, + [99067] = 1, + ACTIONS(7043), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + [99073] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(6426), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [99083] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6428), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [99093] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(7171), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [99103] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7173), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [99113] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6887), 1, + ACTIONS(7175), 1, sym__eof, - STATE(1455), 1, + STATE(493), 1, sym__newline, - [113525] = 3, - ACTIONS(3210), 1, + [99123] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6418), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [99133] = 3, + ACTIONS(7177), 1, + sym__line_ending, + ACTIONS(7179), 1, + sym__eof, + STATE(2052), 1, + sym__newline, + [99143] = 3, + ACTIONS(27), 1, + sym__line_ending, + ACTIONS(7181), 1, + sym__eof, + STATE(495), 1, + sym__newline, + [99153] = 3, + ACTIONS(189), 1, + sym__line_ending, + ACTIONS(7183), 1, + sym__eof, + STATE(310), 1, + sym__newline, + [99163] = 3, + ACTIONS(3594), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7185), 1, + anon_sym_RBRACK, + STATE(1828), 1, + sym_target, + [99173] = 3, + ACTIONS(3594), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6889), 1, + ACTIONS(7187), 1, anon_sym_RBRACK, - STATE(926), 1, + STATE(1829), 1, sym_target, - [113535] = 3, - ACTIONS(6891), 1, + [99183] = 3, + ACTIONS(113), 1, sym__line_ending, - ACTIONS(6893), 1, + ACTIONS(7189), 1, sym__eof, - STATE(2955), 1, + STATE(485), 1, sym__newline, - [113545] = 3, - ACTIONS(6166), 1, + [99193] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6214), 1, + ACTIONS(6436), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113555] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6244), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113565] = 3, - ACTIONS(6160), 1, + [99203] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6216), 1, + ACTIONS(6438), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113575] = 3, - ACTIONS(6166), 1, + [99213] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6895), 1, + ACTIONS(7191), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113585] = 3, - ACTIONS(6160), 1, + [99223] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6897), 1, + ACTIONS(7193), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113595] = 3, - ACTIONS(6899), 1, + [99233] = 3, + ACTIONS(7195), 1, sym__whitespace, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2775), 1, + STATE(2731), 1, + aux_sym_shortcode_escaped_repeat2, + [99243] = 3, + ACTIONS(6993), 1, + sym__line_ending, + ACTIONS(7197), 1, + sym__eof, + STATE(3315), 1, + sym__newline, + [99253] = 3, + ACTIONS(7199), 1, + sym__whitespace, + STATE(2698), 1, aux_sym_shortcode_repeat1, - [113605] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6250), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [113615] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6252), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113625] = 3, - ACTIONS(185), 1, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + [99263] = 3, + ACTIONS(7201), 1, + sym__line_ending, + ACTIONS(7203), 1, + sym__eof, + STATE(1623), 1, + sym__newline, + [99273] = 3, + ACTIONS(6884), 1, + sym__line_ending, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + ACTIONS(7205), 1, + sym__whitespace, + [99283] = 3, + ACTIONS(7207), 1, sym__line_ending, - ACTIONS(6901), 1, + ACTIONS(7209), 1, sym__eof, - STATE(310), 1, + STATE(904), 1, sym__newline, - [113635] = 3, - ACTIONS(6903), 1, + [99293] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6905), 1, + ACTIONS(7211), 1, sym__eof, - STATE(923), 1, + STATE(2843), 1, sym__newline, - [113645] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6907), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [113655] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6909), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113665] = 3, - ACTIONS(3434), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6911), 1, - anon_sym_RBRACK, - STATE(1120), 1, - sym_target, - [113675] = 1, - ACTIONS(6419), 3, + [99303] = 3, + ACTIONS(6993), 1, + sym__line_ending, + ACTIONS(7213), 1, + sym__eof, + STATE(3036), 1, + sym__newline, + [99313] = 3, + ACTIONS(189), 1, + sym__line_ending, + ACTIONS(7215), 1, + sym__eof, + STATE(318), 1, + sym__newline, + [99323] = 1, + ACTIONS(6615), 3, sym__value_specifier_token, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - [113681] = 3, - ACTIONS(3470), 1, + [99329] = 3, + ACTIONS(3606), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6913), 1, + ACTIONS(7217), 1, anon_sym_RBRACK, STATE(858), 1, sym_target, - [113691] = 3, - ACTIONS(3470), 1, + [99339] = 3, + ACTIONS(3606), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6915), 1, + ACTIONS(7219), 1, anon_sym_RBRACK, - STATE(861), 1, + STATE(859), 1, sym_target, - [113701] = 3, - ACTIONS(3434), 1, + [99349] = 3, + ACTIONS(3388), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(6917), 1, + ACTIONS(7221), 1, anon_sym_RBRACK, - STATE(1121), 1, + STATE(901), 1, sym_target, - [113711] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(6919), 1, - sym__eof, - STATE(396), 1, - sym__newline, - [113721] = 3, - ACTIONS(6166), 1, + [99359] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6228), 1, + ACTIONS(6450), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113731] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6274), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113741] = 3, - ACTIONS(6160), 1, + [99369] = 3, + ACTIONS(3418), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7223), 1, + anon_sym_RBRACK, + STATE(1034), 1, + sym_target, + [99379] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6230), 1, + ACTIONS(6452), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113751] = 3, - ACTIONS(6166), 1, + [99389] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6921), 1, + ACTIONS(7225), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113761] = 3, - ACTIONS(6160), 1, + [99399] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6923), 1, + ACTIONS(7227), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113771] = 3, - ACTIONS(3422), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6925), 1, - anon_sym_RBRACK, - STATE(1076), 1, - sym_target, - [113781] = 3, - ACTIONS(6166), 1, + [99409] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6286), 1, + ACTIONS(6470), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113791] = 3, - ACTIONS(6160), 1, + [99419] = 3, + ACTIONS(189), 1, + sym__line_ending, + ACTIONS(7229), 1, + sym__eof, + STATE(358), 1, + sym__newline, + [99429] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6234), 1, + ACTIONS(6472), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113801] = 3, - ACTIONS(6160), 1, + [99439] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6927), 1, + ACTIONS(6456), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113811] = 3, - ACTIONS(3422), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6929), 1, - anon_sym_RBRACK, - STATE(1077), 1, - sym_target, - [113821] = 2, - STATE(2345), 1, + [99449] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7231), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [99459] = 2, + STATE(2351), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [113829] = 1, - ACTIONS(6481), 3, + [99467] = 3, + ACTIONS(3418), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7233), 1, + anon_sym_RBRACK, + STATE(1035), 1, + sym_target, + [99477] = 1, + ACTIONS(6621), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [99483] = 1, + ACTIONS(7235), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [99489] = 1, + ACTIONS(6731), 3, sym__soft_line_ending, anon_sym_RBRACE, sym__whitespace, - [113835] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6164), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [113845] = 3, - ACTIONS(6166), 1, + [99495] = 3, + ACTIONS(2123), 1, + sym__line_ending, + ACTIONS(7087), 1, + sym__pipe_table_delimiter, + ACTIONS(7237), 1, + sym__whitespace, + [99505] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6931), 1, + ACTIONS(6486), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [113855] = 3, - ACTIONS(6851), 1, + [99515] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6933), 1, + ACTIONS(7239), 1, sym__eof, - STATE(3211), 1, + STATE(514), 1, sym__newline, - [113865] = 3, - ACTIONS(6935), 1, + [99525] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6937), 1, + ACTIONS(7241), 1, sym__eof, - STATE(1944), 1, + STATE(321), 1, sym__newline, - [113875] = 3, - ACTIONS(6160), 1, + [99535] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6939), 1, + ACTIONS(6494), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113885] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6941), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [113895] = 3, - ACTIONS(185), 1, + [99545] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6943), 1, + ACTIONS(7243), 1, sym__eof, - STATE(315), 1, + STATE(322), 1, sym__newline, - [113905] = 3, - ACTIONS(6092), 1, + [99555] = 3, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(6945), 1, + ACTIONS(7245), 1, anon_sym_RBRACE, - STATE(2327), 1, + STATE(2374), 1, sym__commonmark_key_value_specifier, - [113915] = 3, - ACTIONS(185), 1, - sym__line_ending, - ACTIONS(6947), 1, - sym__eof, - STATE(316), 1, - sym__newline, - [113925] = 3, - ACTIONS(2167), 1, - sym__line_ending, - ACTIONS(6949), 1, - anon_sym_PIPE, - ACTIONS(6951), 1, - sym__whitespace, - [113935] = 3, - ACTIONS(185), 1, - sym__line_ending, - ACTIONS(6953), 1, - sym__eof, - STATE(317), 1, - sym__newline, - [113945] = 3, - ACTIONS(6160), 1, + [99565] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6955), 1, + ACTIONS(7247), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [99575] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(7249), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [113955] = 3, - ACTIONS(185), 1, + [99585] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6957), 1, + ACTIONS(7251), 1, sym__eof, - STATE(318), 1, + STATE(323), 1, sym__newline, - [113965] = 3, - ACTIONS(23), 1, + [99595] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6959), 1, + ACTIONS(7253), 1, sym__eof, - STATE(499), 1, + STATE(324), 1, sym__newline, - [113975] = 3, - ACTIONS(185), 1, + [99605] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6961), 1, + ACTIONS(7255), 1, sym__eof, - STATE(319), 1, + STATE(325), 1, sym__newline, - [113985] = 3, - ACTIONS(185), 1, + [99615] = 3, + ACTIONS(27), 1, sym__line_ending, - ACTIONS(6963), 1, + ACTIONS(7257), 1, sym__eof, - STATE(320), 1, + STATE(499), 1, sym__newline, - [113995] = 3, - ACTIONS(6965), 1, + [99625] = 3, + ACTIONS(7259), 1, sym__whitespace, - STATE(2485), 1, + STATE(2549), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2682), 1, + STATE(2808), 1, aux_sym_shortcode_escaped_repeat2, - [114005] = 3, - ACTIONS(6967), 1, + [99635] = 3, + ACTIONS(7261), 1, sym__whitespace, - STATE(2486), 1, + STATE(2550), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2685), 1, + STATE(2747), 1, aux_sym_shortcode_repeat1, - [114015] = 3, - ACTIONS(6851), 1, + [99645] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6969), 1, + ACTIONS(7263), 1, sym__eof, - STATE(2832), 1, + STATE(3064), 1, sym__newline, - [114025] = 3, - ACTIONS(6971), 1, + [99655] = 3, + ACTIONS(7265), 1, sym__whitespace, - STATE(2688), 1, + STATE(2677), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114035] = 3, - ACTIONS(6973), 1, + [99665] = 3, + ACTIONS(7267), 1, sym__whitespace, - STATE(2701), 1, + STATE(2678), 1, aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114045] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(6975), 1, - sym__eof, - STATE(2901), 1, - sym__newline, - [114055] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(6977), 1, - sym__eof, - STATE(2910), 1, - sym__newline, - [114065] = 3, - ACTIONS(6851), 1, + [99675] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6979), 1, + ACTIONS(7269), 1, sym__eof, - STATE(2923), 1, + STATE(3095), 1, sym__newline, - [114075] = 3, - ACTIONS(6851), 1, + [99685] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6981), 1, + ACTIONS(7271), 1, sym__eof, - STATE(2924), 1, + STATE(3111), 1, sym__newline, - [114085] = 3, - ACTIONS(6851), 1, + [99695] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6983), 1, + ACTIONS(7273), 1, sym__eof, - STATE(2935), 1, + STATE(3113), 1, sym__newline, - [114095] = 3, - ACTIONS(6851), 1, + [99705] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6985), 1, + ACTIONS(7275), 1, sym__eof, - STATE(2936), 1, + STATE(3137), 1, sym__newline, - [114105] = 3, - ACTIONS(6851), 1, + [99715] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6987), 1, + ACTIONS(7277), 1, sym__eof, - STATE(2937), 1, + STATE(3144), 1, sym__newline, - [114115] = 3, - ACTIONS(23), 1, + [99725] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(6989), 1, + ACTIONS(7279), 1, sym__eof, - STATE(449), 1, + STATE(3146), 1, sym__newline, - [114125] = 2, - STATE(2298), 1, + [99735] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6482), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [99745] = 2, + STATE(2382), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [114133] = 1, - ACTIONS(6991), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [114139] = 2, - ACTIONS(6993), 1, - sym_block_continuation, - ACTIONS(2657), 2, - sym__line_ending, - sym__eof, - [114147] = 3, - ACTIONS(6995), 1, + [99753] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(6997), 1, + ACTIONS(7281), 1, sym__eof, - STATE(1530), 1, + STATE(326), 1, sym__newline, - [114157] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6200), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [114167] = 3, - ACTIONS(3398), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(6999), 1, - anon_sym_RBRACK, - STATE(989), 1, - sym_target, - [114177] = 3, - ACTIONS(3398), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7001), 1, - anon_sym_RBRACK, - STATE(990), 1, - sym_target, - [114187] = 3, - ACTIONS(6166), 1, + [99763] = 1, + ACTIONS(7283), 3, + sym__value_specifier_token, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + [99769] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6268), 1, + ACTIONS(7285), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [114197] = 3, - ACTIONS(3440), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7003), 1, - anon_sym_RBRACK, - STATE(1142), 1, - sym_target, - [114207] = 3, - ACTIONS(3440), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7005), 1, - anon_sym_RBRACK, - STATE(1143), 1, - sym_target, - [114217] = 3, - ACTIONS(6160), 1, + [99779] = 3, + ACTIONS(7287), 1, + sym__line_ending, + ACTIONS(7289), 1, + sym__eof, + STATE(2703), 1, + sym__newline, + [99789] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6218), 1, + ACTIONS(7291), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [114227] = 3, - ACTIONS(6160), 1, + [99799] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(6270), 1, + ACTIONS(7293), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [114237] = 3, - ACTIONS(7007), 1, - sym__line_ending, - ACTIONS(7009), 1, - sym__eof, - STATE(1307), 1, - sym__newline, - [114247] = 3, - ACTIONS(6166), 1, + [99809] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(7011), 1, + ACTIONS(7295), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [114257] = 3, - ACTIONS(7013), 1, - sym__line_ending, - ACTIONS(7015), 1, - sym__eof, - STATE(2957), 1, - sym__newline, - [114267] = 3, - ACTIONS(7017), 1, + [99819] = 3, + ACTIONS(7297), 1, sym__whitespace, - STATE(2513), 1, + STATE(2569), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2792), 1, + STATE(2728), 1, aux_sym_shortcode_escaped_repeat2, - [114277] = 3, - ACTIONS(7019), 1, + [99829] = 3, + ACTIONS(7299), 1, sym__whitespace, - STATE(2514), 1, + STATE(2570), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2662), 1, + STATE(2730), 1, aux_sym_shortcode_repeat1, - [114287] = 3, - ACTIONS(6851), 1, + [99839] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7021), 1, + ACTIONS(7301), 1, sym__eof, - STATE(3220), 1, + STATE(3470), 1, sym__newline, - [114297] = 3, - ACTIONS(7023), 1, + [99849] = 3, + ACTIONS(7303), 1, sym__whitespace, - STATE(2664), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114307] = 3, - ACTIONS(7025), 1, + STATE(2732), 1, + aux_sym_shortcode_escaped_repeat2, + [99859] = 3, + ACTIONS(7305), 1, sym__whitespace, - STATE(2665), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114317] = 3, - ACTIONS(6851), 1, + STATE(2734), 1, + aux_sym_shortcode_repeat1, + [99869] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7027), 1, + ACTIONS(7307), 1, sym__eof, - STATE(3272), 1, + STATE(3067), 1, sym__newline, - [114327] = 3, - ACTIONS(6851), 1, + [99879] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7029), 1, + ACTIONS(7309), 1, sym__eof, - STATE(3276), 1, + STATE(3278), 1, sym__newline, - [114337] = 3, - ACTIONS(6851), 1, + [99889] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7031), 1, + ACTIONS(7311), 1, sym__eof, STATE(3281), 1, sym__newline, - [114347] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(7033), 1, - sym__eof, - STATE(3282), 1, - sym__newline, - [114357] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(7035), 1, - sym__eof, - STATE(3288), 1, - sym__newline, - [114367] = 3, - ACTIONS(6851), 1, + [99899] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7037), 1, + ACTIONS(7313), 1, sym__eof, - STATE(3289), 1, + STATE(2841), 1, sym__newline, - [114377] = 3, - ACTIONS(6851), 1, + [99909] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7039), 1, + ACTIONS(7315), 1, sym__eof, - STATE(3292), 1, + STATE(2858), 1, sym__newline, - [114387] = 3, - ACTIONS(7041), 1, + [99919] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7043), 1, + ACTIONS(7317), 1, sym__eof, - STATE(1851), 1, + STATE(2899), 1, sym__newline, - [114397] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(7045), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [114407] = 3, - ACTIONS(6851), 1, + [99929] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7047), 1, + ACTIONS(7319), 1, sym__eof, STATE(2906), 1, sym__newline, - [114417] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7049), 1, - sym__eof, - STATE(497), 1, - sym__newline, - [114427] = 1, - ACTIONS(6451), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [114433] = 3, - ACTIONS(7051), 1, - sym__whitespace, - STATE(2529), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2687), 1, - aux_sym_shortcode_escaped_repeat2, - [114443] = 3, - ACTIONS(7053), 1, - sym__whitespace, - STATE(2530), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2689), 1, - aux_sym_shortcode_repeat1, - [114453] = 3, - ACTIONS(7055), 1, - sym__whitespace, - STATE(2691), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114463] = 3, - ACTIONS(7057), 1, - sym__whitespace, - STATE(2695), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114473] = 2, - STATE(2354), 1, + [99939] = 2, + STATE(2314), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [114481] = 3, - ACTIONS(2171), 1, + [99947] = 3, + ACTIONS(7321), 1, sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - ACTIONS(7059), 1, - sym__whitespace, - [114491] = 3, - ACTIONS(2171), 1, + ACTIONS(7323), 1, + sym__eof, + STATE(1974), 1, + sym__newline, + [99957] = 3, + ACTIONS(7325), 1, sym__line_ending, - ACTIONS(6949), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - sym__whitespace, - [114501] = 3, - ACTIONS(7063), 1, - sym__whitespace, - STATE(2536), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2716), 1, - aux_sym_shortcode_escaped_repeat2, - [114511] = 3, - ACTIONS(7065), 1, - sym__whitespace, - STATE(2537), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2719), 1, - aux_sym_shortcode_repeat1, - [114521] = 3, - ACTIONS(7067), 1, - sym__whitespace, - STATE(2720), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114531] = 3, - ACTIONS(7069), 1, - sym__whitespace, - STATE(2722), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114541] = 2, - STATE(2366), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [114549] = 3, - ACTIONS(6076), 1, - anon_sym_LBRACE, - ACTIONS(6090), 1, - sym__language_specifier_token, - STATE(3283), 1, - sym_language_specifier, - [114559] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(7071), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [114569] = 3, - ACTIONS(6166), 1, + ACTIONS(7327), 1, + sym__eof, + STATE(2862), 1, + sym__newline, + [99967] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(6184), 1, + ACTIONS(6474), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [114579] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(7073), 1, - sym__eof, - STATE(3298), 1, - sym__newline, - [114589] = 3, - ACTIONS(2065), 1, - sym__line_ending, - ACTIONS(6949), 1, - anon_sym_PIPE, - ACTIONS(7075), 1, - sym__whitespace, - [114599] = 3, - ACTIONS(7077), 1, - sym__whitespace, - STATE(2546), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2742), 1, - aux_sym_shortcode_escaped_repeat2, - [114609] = 3, - ACTIONS(7079), 1, - sym__whitespace, - STATE(2547), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2744), 1, - aux_sym_shortcode_repeat1, - [114619] = 3, - ACTIONS(7081), 1, - sym__whitespace, - STATE(2745), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114629] = 3, - ACTIONS(7083), 1, - sym__whitespace, - STATE(2746), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [114639] = 2, - STATE(2372), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [114647] = 1, - ACTIONS(6647), 3, + [99977] = 3, + ACTIONS(2123), 1, sym__line_ending, - anon_sym_PIPE, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + ACTIONS(7329), 1, sym__whitespace, - [114653] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6206), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [114663] = 3, - ACTIONS(109), 1, - sym__line_ending, - ACTIONS(7085), 1, - sym__eof, - STATE(472), 1, - sym__newline, - [114673] = 3, - ACTIONS(109), 1, + [99987] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7087), 1, + ACTIONS(7331), 1, sym__eof, - STATE(542), 1, + STATE(3011), 1, sym__newline, - [114683] = 3, - ACTIONS(6597), 1, - sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - ACTIONS(7089), 1, - sym__whitespace, - [114693] = 3, - ACTIONS(2073), 1, - sym__line_ending, - ACTIONS(6949), 1, - anon_sym_PIPE, - ACTIONS(7091), 1, - sym__whitespace, - [114703] = 3, - ACTIONS(7093), 1, + [99997] = 3, + ACTIONS(7333), 1, sym__whitespace, - STATE(2557), 1, + STATE(2586), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2764), 1, + STATE(2768), 1, aux_sym_shortcode_escaped_repeat2, - [114713] = 3, - ACTIONS(7095), 1, + [100007] = 3, + ACTIONS(7335), 1, sym__whitespace, - STATE(2558), 1, + STATE(2587), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2766), 1, + STATE(2771), 1, aux_sym_shortcode_repeat1, - [114723] = 3, - ACTIONS(7097), 1, + [100017] = 3, + ACTIONS(7337), 1, sym__whitespace, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2767), 1, + STATE(2775), 1, aux_sym_shortcode_escaped_repeat2, - [114733] = 3, - ACTIONS(7099), 1, + [100027] = 3, + ACTIONS(7339), 1, sym__whitespace, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2769), 1, + STATE(2777), 1, aux_sym_shortcode_repeat1, - [114743] = 2, - STATE(2296), 1, + [100037] = 2, + STATE(2322), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [114751] = 1, - ACTIONS(7101), 3, - sym__code_span_close, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [114757] = 3, - ACTIONS(7103), 1, - sym__line_ending, - ACTIONS(7105), 1, - sym__eof, - STATE(1968), 1, - sym__newline, - [114767] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(7107), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [114777] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(7109), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [114787] = 3, - ACTIONS(2073), 1, - sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - ACTIONS(7111), 1, - sym__whitespace, - [114797] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(7113), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [114807] = 3, - ACTIONS(109), 1, + [100045] = 3, + ACTIONS(3402), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7341), 1, + anon_sym_RBRACK, + STATE(991), 1, + sym_target, + [100055] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7115), 1, + ACTIONS(7343), 1, sym__eof, - STATE(492), 1, + STATE(2870), 1, sym__newline, - [114817] = 3, - ACTIONS(7117), 1, + [100065] = 3, + ACTIONS(2047), 1, + sym__line_ending, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + ACTIONS(7345), 1, sym__whitespace, - STATE(2569), 1, + [100075] = 3, + ACTIONS(7347), 1, + sym__whitespace, + STATE(2594), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2791), 1, + STATE(2794), 1, aux_sym_shortcode_escaped_repeat2, - [114827] = 3, - ACTIONS(7119), 1, + [100085] = 3, + ACTIONS(7349), 1, sym__whitespace, - STATE(2570), 1, + STATE(2595), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2730), 1, + STATE(2796), 1, aux_sym_shortcode_repeat1, - [114837] = 3, - ACTIONS(7121), 1, + [100095] = 3, + ACTIONS(7351), 1, sym__whitespace, - STATE(2731), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114847] = 3, - ACTIONS(7123), 1, + STATE(2798), 1, + aux_sym_shortcode_escaped_repeat2, + [100105] = 3, + ACTIONS(7353), 1, sym__whitespace, - STATE(2660), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114857] = 2, - STATE(2341), 1, + STATE(2802), 1, + aux_sym_shortcode_repeat1, + [100115] = 2, + STATE(2325), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [114865] = 3, - ACTIONS(3404), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7125), 1, - anon_sym_RBRACK, - STATE(1011), 1, - sym_target, - [114875] = 3, - ACTIONS(3404), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7127), 1, - anon_sym_RBRACK, - STATE(1012), 1, - sym_target, - [114885] = 3, - ACTIONS(23), 1, + [100123] = 3, + ACTIONS(2047), 1, sym__line_ending, - ACTIONS(7129), 1, - sym__eof, - STATE(543), 1, - sym__newline, - [114895] = 2, - ACTIONS(7131), 1, - anon_sym_RBRACK, - ACTIONS(7133), 2, - sym__soft_line_ending, - anon_sym_RBRACK_LPAREN, - [114903] = 3, - ACTIONS(6851), 1, + ACTIONS(7087), 1, + sym__pipe_table_delimiter, + ACTIONS(7355), 1, + sym__whitespace, + [100133] = 3, + ACTIONS(7357), 1, sym__line_ending, - ACTIONS(7135), 1, + ACTIONS(7359), 1, sym__eof, - STATE(3048), 1, + STATE(1801), 1, sym__newline, - [114913] = 3, - ACTIONS(6851), 1, + [100143] = 3, + ACTIONS(7361), 1, sym__line_ending, - ACTIONS(7137), 1, + ACTIONS(7363), 1, sym__eof, - STATE(3000), 1, + STATE(1311), 1, sym__newline, - [114923] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6290), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [114933] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6222), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [114943] = 3, - ACTIONS(7139), 1, + [100153] = 3, + ACTIONS(7365), 1, sym__whitespace, - STATE(2582), 1, + STATE(2602), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2673), 1, + STATE(2679), 1, aux_sym_shortcode_escaped_repeat2, - [114953] = 3, - ACTIONS(7141), 1, + [100163] = 3, + ACTIONS(7367), 1, sym__whitespace, - STATE(2583), 1, + STATE(2603), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2675), 1, + STATE(2681), 1, aux_sym_shortcode_repeat1, - [114963] = 3, - ACTIONS(7143), 1, + [100173] = 3, + ACTIONS(7369), 1, sym__whitespace, - STATE(2676), 1, + STATE(2682), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114973] = 3, - ACTIONS(7145), 1, + [100183] = 3, + ACTIONS(7371), 1, sym__whitespace, - STATE(2677), 1, + STATE(2683), 1, aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [114983] = 2, - STATE(2371), 1, + [100193] = 2, + STATE(2329), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [114991] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6292), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [115001] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(7147), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [115011] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(7149), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [115021] = 3, - ACTIONS(185), 1, + [100201] = 3, + ACTIONS(189), 1, sym__line_ending, - ACTIONS(7151), 1, + ACTIONS(7373), 1, sym__eof, - STATE(326), 1, + STATE(360), 1, sym__newline, - [115031] = 1, - ACTIONS(3027), 3, - sym__key_specifier_token, - anon_sym_RBRACE, - aux_sym__commonmark_specifier_start_with_class_token1, - [115037] = 3, - ACTIONS(3210), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7153), 1, - anon_sym_RBRACK, - STATE(927), 1, - sym_target, - [115047] = 1, - ACTIONS(7133), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - [115053] = 3, - ACTIONS(7155), 1, + [100211] = 3, + ACTIONS(7375), 1, sym__whitespace, - STATE(2594), 1, + STATE(2608), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2690), 1, + STATE(2691), 1, aux_sym_shortcode_escaped_repeat2, - [115063] = 3, - ACTIONS(7157), 1, + [100221] = 3, + ACTIONS(7377), 1, sym__whitespace, - STATE(2595), 1, + STATE(2609), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2692), 1, + STATE(2693), 1, aux_sym_shortcode_repeat1, - [115073] = 3, - ACTIONS(7159), 1, + [100231] = 3, + ACTIONS(7379), 1, sym__whitespace, - STATE(2693), 1, + STATE(2694), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115083] = 3, - ACTIONS(7161), 1, + [100241] = 3, + ACTIONS(7381), 1, sym__whitespace, - STATE(2694), 1, + STATE(2695), 1, aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115093] = 2, - STATE(2330), 1, + [100251] = 2, + STATE(2336), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115101] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6236), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [115111] = 3, - ACTIONS(6166), 1, + [100259] = 3, + ACTIONS(6304), 1, sym__key_specifier_token, - ACTIONS(7163), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, + ACTIONS(6611), 1, + anon_sym_RBRACE, + STATE(2374), 1, sym__commonmark_key_value_specifier, - [115121] = 3, - ACTIONS(7165), 1, + [100269] = 3, + ACTIONS(113), 1, + sym__line_ending, + ACTIONS(7383), 1, + sym__eof, + STATE(505), 1, + sym__newline, + [100279] = 3, + ACTIONS(7385), 1, sym__whitespace, - STATE(2601), 1, + STATE(2615), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2706), 1, + STATE(2702), 1, aux_sym_shortcode_escaped_repeat2, - [115131] = 3, - ACTIONS(7167), 1, + [100289] = 3, + ACTIONS(7387), 1, sym__whitespace, - STATE(2602), 1, + STATE(2616), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2708), 1, + STATE(2704), 1, aux_sym_shortcode_repeat1, - [115141] = 3, - ACTIONS(7169), 1, + [100299] = 3, + ACTIONS(7389), 1, sym__whitespace, - STATE(2709), 1, + STATE(2705), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115151] = 3, - ACTIONS(7171), 1, + [100309] = 3, + ACTIONS(7391), 1, sym__whitespace, - STATE(2710), 1, + STATE(2706), 1, aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115161] = 2, - STATE(2342), 1, + [100319] = 2, + STATE(2339), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115169] = 1, - ACTIONS(6695), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [115175] = 3, - ACTIONS(7173), 1, - sym__line_ending, - ACTIONS(7175), 1, - sym__eof, - STATE(1596), 1, - sym__newline, - [115185] = 1, - ACTIONS(7177), 3, - sym__value_specifier_token, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - [115191] = 3, - ACTIONS(7179), 1, + [100327] = 3, + ACTIONS(7393), 1, sym__whitespace, - STATE(2609), 1, + STATE(2620), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2721), 1, + STATE(2711), 1, aux_sym_shortcode_escaped_repeat2, - [115201] = 3, - ACTIONS(7181), 1, + [100337] = 3, + ACTIONS(7395), 1, sym__whitespace, - STATE(2610), 1, + STATE(2621), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2723), 1, + STATE(2713), 1, aux_sym_shortcode_repeat1, - [115211] = 3, - ACTIONS(7183), 1, + [100347] = 3, + ACTIONS(7397), 1, sym__whitespace, - STATE(2724), 1, + STATE(2714), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115221] = 3, - ACTIONS(7185), 1, + [100357] = 3, + ACTIONS(7399), 1, sym__whitespace, - STATE(2725), 1, + STATE(2715), 1, aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115231] = 2, - STATE(2367), 1, + [100367] = 2, + STATE(2342), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115239] = 3, - ACTIONS(7187), 1, - sym__line_ending, - ACTIONS(7189), 1, - sym__eof, - STATE(1606), 1, - sym__newline, - [115249] = 3, - ACTIONS(3416), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7191), 1, - anon_sym_RBRACK, - STATE(1054), 1, - sym_target, - [115259] = 3, - ACTIONS(3410), 1, + [100375] = 3, + ACTIONS(3396), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(7193), 1, + ACTIONS(7401), 1, anon_sym_RBRACK, - STATE(1032), 1, + STATE(1340), 1, sym_target, - [115269] = 3, - ACTIONS(3410), 1, + [100385] = 3, + ACTIONS(3396), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(7195), 1, + ACTIONS(7403), 1, anon_sym_RBRACK, - STATE(1033), 1, + STATE(1341), 1, sym_target, - [115279] = 3, - ACTIONS(7197), 1, + [100395] = 3, + ACTIONS(189), 1, + sym__line_ending, + ACTIONS(7405), 1, + sym__eof, + STATE(332), 1, + sym__newline, + [100405] = 3, + ACTIONS(7407), 1, sym__whitespace, - STATE(2618), 1, + STATE(2628), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2734), 1, + STATE(2723), 1, aux_sym_shortcode_escaped_repeat2, - [115289] = 3, - ACTIONS(7199), 1, + [100415] = 3, + ACTIONS(7409), 1, sym__whitespace, - STATE(2619), 1, + STATE(2629), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2736), 1, + STATE(2725), 1, aux_sym_shortcode_repeat1, - [115299] = 3, - ACTIONS(7201), 1, + [100425] = 3, + ACTIONS(7411), 1, sym__whitespace, - STATE(2737), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115309] = 3, - ACTIONS(7203), 1, + STATE(2726), 1, + aux_sym_shortcode_escaped_repeat2, + [100435] = 3, + ACTIONS(7413), 1, sym__whitespace, - STATE(2738), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115319] = 2, - STATE(2302), 1, + STATE(2727), 1, + aux_sym_shortcode_repeat1, + [100445] = 2, + STATE(2347), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115327] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6238), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [115337] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(7205), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [115347] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(7207), 1, - sym__eof, - STATE(2836), 1, - sym__newline, - [115357] = 3, - ACTIONS(109), 1, - sym__line_ending, - ACTIONS(7209), 1, - sym__eof, - STATE(508), 1, - sym__newline, - [115367] = 3, - ACTIONS(6166), 1, - sym__key_specifier_token, - ACTIONS(6170), 1, - sym__shortcode_close_escaped, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [115377] = 3, - ACTIONS(109), 1, - sym__line_ending, - ACTIONS(7211), 1, - sym__eof, - STATE(509), 1, - sym__newline, - [115387] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(6172), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [115397] = 3, - ACTIONS(6166), 1, + [100453] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - ACTIONS(7213), 1, + ACTIONS(7415), 1, sym__shortcode_close_escaped, - STATE(3489), 1, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [115407] = 3, - ACTIONS(7215), 1, + [100463] = 3, + ACTIONS(7417), 1, sym__whitespace, - STATE(2631), 1, + STATE(2634), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2751), 1, + STATE(2733), 1, aux_sym_shortcode_escaped_repeat2, - [115417] = 3, - ACTIONS(7217), 1, + [100473] = 3, + ACTIONS(7419), 1, sym__whitespace, - STATE(2632), 1, + STATE(2635), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2753), 1, + STATE(2735), 1, aux_sym_shortcode_repeat1, - [115427] = 3, - ACTIONS(7219), 1, + [100483] = 3, + ACTIONS(7421), 1, sym__whitespace, - STATE(2754), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115437] = 3, - ACTIONS(7221), 1, + STATE(2736), 1, + aux_sym_shortcode_escaped_repeat2, + [100493] = 3, + ACTIONS(7423), 1, sym__whitespace, - STATE(2755), 1, - aux_sym_shortcode_repeat1, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - [115447] = 2, - STATE(2309), 1, + STATE(2737), 1, + aux_sym_shortcode_repeat1, + [100503] = 2, + STATE(2352), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115455] = 3, - ACTIONS(6160), 1, - sym__key_specifier_token, - ACTIONS(7223), 1, - sym__shortcode_close, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [115465] = 3, - ACTIONS(109), 1, + [100511] = 3, + ACTIONS(6993), 1, sym__line_ending, - ACTIONS(7225), 1, + ACTIONS(7425), 1, sym__eof, - STATE(510), 1, + STATE(2860), 1, sym__newline, - [115475] = 3, - ACTIONS(6160), 1, + [100521] = 3, + ACTIONS(6376), 1, sym__key_specifier_token, - ACTIONS(7227), 1, + ACTIONS(7427), 1, sym__shortcode_close, - STATE(3184), 1, + STATE(3231), 1, sym__shortcode_key_value_specifier, - [115485] = 3, - ACTIONS(109), 1, - sym__line_ending, - ACTIONS(7229), 1, - sym__eof, - STATE(513), 1, - sym__newline, - [115495] = 3, - ACTIONS(109), 1, + [100531] = 3, + ACTIONS(7429), 1, + sym__whitespace, + STATE(2641), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2748), 1, + aux_sym_shortcode_escaped_repeat2, + [100541] = 3, + ACTIONS(7431), 1, + sym__whitespace, + STATE(2642), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2750), 1, + aux_sym_shortcode_repeat1, + [100551] = 3, + ACTIONS(7433), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2751), 1, + aux_sym_shortcode_escaped_repeat2, + [100561] = 3, + ACTIONS(7435), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2752), 1, + aux_sym_shortcode_repeat1, + [100571] = 2, + STATE(2393), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [100579] = 3, + ACTIONS(2119), 1, sym__line_ending, - ACTIONS(7231), 1, - sym__eof, - STATE(514), 1, - sym__newline, - [115505] = 3, - ACTIONS(109), 1, + ACTIONS(7087), 1, + sym__pipe_table_delimiter, + ACTIONS(7437), 1, + sym__whitespace, + [100589] = 1, + ACTIONS(6876), 3, sym__line_ending, - ACTIONS(7233), 1, - sym__eof, - STATE(515), 1, - sym__newline, - [115515] = 3, - ACTIONS(7235), 1, + sym__pipe_table_delimiter, sym__whitespace, - STATE(2642), 1, + [100595] = 3, + ACTIONS(7439), 1, + sym__whitespace, + STATE(2648), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2768), 1, + STATE(2760), 1, aux_sym_shortcode_escaped_repeat2, - [115525] = 3, - ACTIONS(7237), 1, + [100605] = 3, + ACTIONS(7441), 1, sym__whitespace, - STATE(2643), 1, + STATE(2649), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2770), 1, + STATE(2762), 1, aux_sym_shortcode_repeat1, - [115535] = 3, - ACTIONS(7239), 1, + [100615] = 3, + ACTIONS(7443), 1, sym__whitespace, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2771), 1, + STATE(2763), 1, aux_sym_shortcode_escaped_repeat2, - [115545] = 3, - ACTIONS(7241), 1, + [100625] = 3, + ACTIONS(7445), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2764), 1, + aux_sym_shortcode_repeat1, + [100635] = 2, + STATE(2358), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(6912), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [100643] = 3, + ACTIONS(7447), 1, + sym__whitespace, + STATE(2653), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2770), 1, + aux_sym_shortcode_escaped_repeat2, + [100653] = 3, + ACTIONS(7449), 1, sym__whitespace, - STATE(2761), 1, + STATE(2654), 1, aux_sym_shortcode_escaped_repeat1, STATE(2772), 1, aux_sym_shortcode_repeat1, - [115555] = 2, - STATE(2316), 1, + [100663] = 3, + ACTIONS(7451), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2773), 1, + aux_sym_shortcode_escaped_repeat2, + [100673] = 3, + ACTIONS(7453), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2774), 1, + aux_sym_shortcode_repeat1, + [100683] = 2, + STATE(2362), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115563] = 3, - ACTIONS(7243), 1, - sym__line_ending, - ACTIONS(7245), 1, - sym__eof, - STATE(1782), 1, - sym__newline, - [115573] = 3, - ACTIONS(6851), 1, - sym__line_ending, - ACTIONS(7247), 1, - sym__eof, - STATE(2894), 1, - sym__newline, - [115583] = 3, - ACTIONS(3446), 1, - anon_sym_RBRACK_LPAREN, - ACTIONS(7249), 1, - anon_sym_RBRACK, - STATE(1165), 1, - sym_target, - [115593] = 3, - ACTIONS(3446), 1, + [100691] = 1, + ACTIONS(7455), 3, + sym__code_span_close, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [100697] = 3, + ACTIONS(3424), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(7251), 1, + ACTIONS(7457), 1, anon_sym_RBRACK, - STATE(1166), 1, + STATE(1056), 1, sym_target, - [115603] = 3, - ACTIONS(3416), 1, + [100707] = 3, + ACTIONS(3424), 1, anon_sym_RBRACK_LPAREN, - ACTIONS(7253), 1, + ACTIONS(7459), 1, anon_sym_RBRACK, - STATE(1055), 1, + STATE(1057), 1, sym_target, - [115613] = 3, - ACTIONS(7255), 1, - sym__whitespace, - STATE(2652), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2782), 1, - aux_sym_shortcode_escaped_repeat2, - [115623] = 3, - ACTIONS(7257), 1, + [100717] = 3, + ACTIONS(7461), 1, sym__whitespace, - STATE(2653), 1, + STATE(2661), 1, aux_sym_shortcode_escaped_repeat1, STATE(2784), 1, - aux_sym_shortcode_repeat1, - [115633] = 3, - ACTIONS(7259), 1, - sym__whitespace, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2785), 1, aux_sym_shortcode_escaped_repeat2, - [115643] = 3, - ACTIONS(7261), 1, + [100727] = 3, + ACTIONS(7463), 1, sym__whitespace, - STATE(2761), 1, + STATE(2662), 1, aux_sym_shortcode_escaped_repeat1, STATE(2786), 1, aux_sym_shortcode_repeat1, - [115653] = 3, - ACTIONS(7263), 1, + [100737] = 3, + ACTIONS(7465), 1, sym__whitespace, - STATE(2655), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2789), 1, - aux_sym_shortcode_repeat1, - [115663] = 3, - ACTIONS(7265), 1, + STATE(2787), 1, + aux_sym_shortcode_escaped_repeat2, + [100747] = 3, + ACTIONS(7467), 1, sym__whitespace, - STATE(2761), 1, + STATE(2722), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2790), 1, + STATE(2788), 1, aux_sym_shortcode_repeat1, - [115673] = 2, - STATE(2368), 1, + [100757] = 2, + STATE(2366), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115681] = 3, - ACTIONS(7267), 1, - sym__line_ending, - ACTIONS(7269), 1, - sym__eof, - STATE(2686), 1, - sym__newline, - [115691] = 2, - STATE(2333), 1, + [100765] = 2, + STATE(2337), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(6700), 2, + ACTIONS(6912), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [115699] = 2, - ACTIONS(7271), 1, - anon_sym_DASH, - STATE(2201), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - [115706] = 2, - ACTIONS(7273), 1, + [100773] = 3, + ACTIONS(6372), 1, + sym__key_specifier_token, + ACTIONS(6480), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [100783] = 3, + ACTIONS(7469), 1, sym__whitespace, - STATE(2704), 1, + STATE(2668), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2797), 1, + aux_sym_shortcode_escaped_repeat2, + [100793] = 3, + ACTIONS(7471), 1, + sym__whitespace, + STATE(2669), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2799), 1, aux_sym_shortcode_repeat1, - [115713] = 2, - ACTIONS(6425), 1, - sym__block_close, - ACTIONS(6427), 1, - sym__fenced_code_block_end_backtick, - [115720] = 2, - ACTIONS(7275), 1, + [100803] = 3, + ACTIONS(7473), 1, sym__whitespace, - STATE(2704), 1, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2800), 1, + aux_sym_shortcode_escaped_repeat2, + [100813] = 3, + ACTIONS(7475), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2801), 1, + aux_sym_shortcode_repeat1, + [100823] = 3, + ACTIONS(7477), 1, + sym__whitespace, + STATE(2671), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2804), 1, + aux_sym_shortcode_repeat1, + [100833] = 3, + ACTIONS(7479), 1, + sym__whitespace, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2805), 1, aux_sym_shortcode_repeat1, - [115727] = 2, - ACTIONS(6092), 1, + [100843] = 3, + ACTIONS(6372), 1, sym__key_specifier_token, - STATE(2327), 1, + ACTIONS(6416), 1, + sym__shortcode_close_escaped, + STATE(2853), 1, sym__commonmark_key_value_specifier, - [115734] = 2, - ACTIONS(7277), 1, + [100853] = 3, + ACTIONS(6376), 1, + sym__key_specifier_token, + ACTIONS(6420), 1, + sym__shortcode_close, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [100863] = 3, + ACTIONS(3402), 1, + anon_sym_RBRACK_LPAREN, + ACTIONS(7481), 1, + anon_sym_RBRACK, + STATE(990), 1, + sym_target, + [100873] = 2, + ACTIONS(189), 1, + sym__line_ending, + STATE(53), 1, + sym__newline, + [100880] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + sym__double_quote_span_close, + [100885] = 2, + ACTIONS(7483), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115741] = 2, - ACTIONS(7279), 1, + [100892] = 2, + ACTIONS(7485), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [100899] = 2, + ACTIONS(7487), 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [100906] = 2, + ACTIONS(6741), 1, + sym__pipe_table_delimiter, + ACTIONS(7489), 1, + sym__whitespace, + [100913] = 2, + ACTIONS(7491), 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [100920] = 2, + ACTIONS(7493), 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [100927] = 2, + ACTIONS(7495), 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [100934] = 2, + ACTIONS(7497), 1, + sym__whitespace, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115748] = 2, - ACTIONS(6405), 1, + [100941] = 2, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + ACTIONS(7500), 1, + sym__whitespace, + [100948] = 1, + ACTIONS(3196), 2, + sym__key_specifier_token, + aux_sym__commonmark_specifier_start_with_class_token2, + [100953] = 2, + ACTIONS(7502), 1, sym__line_ending, - STATE(2213), 1, + STATE(2211), 1, sym__newline, - [115755] = 1, - ACTIONS(7133), 2, + [100960] = 2, + ACTIONS(6884), 1, + sym__line_ending, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [100967] = 2, + ACTIONS(7504), 1, + sym__block_close, + ACTIONS(7506), 1, + sym__fenced_code_block_end_backtick, + [100974] = 1, + ACTIONS(7043), 2, sym__soft_line_ending, sym__strong_emphasis_close_underscore, - [115760] = 2, - ACTIONS(7281), 1, - sym__block_close, - ACTIONS(7283), 1, - sym_block_continuation, - [115767] = 2, - ACTIONS(6405), 1, - sym__line_ending, - STATE(2204), 1, - sym__newline, - [115774] = 2, - ACTIONS(185), 1, - sym__line_ending, - STATE(44), 1, - sym__newline, - [115781] = 2, - ACTIONS(185), 1, - sym__line_ending, - STATE(45), 1, - sym__newline, - [115788] = 2, - ACTIONS(6537), 1, - anon_sym_PIPE, - ACTIONS(7285), 1, - sym__whitespace, - [115795] = 2, - ACTIONS(7287), 1, + [100979] = 2, + ACTIONS(7508), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115802] = 2, - ACTIONS(7289), 1, - sym__blank_line_start, - STATE(3050), 1, - sym__blank_line, - [115809] = 2, - ACTIONS(7291), 1, + [100986] = 2, + ACTIONS(6629), 1, + sym__block_close, + ACTIONS(6631), 1, + sym__fenced_code_block_end_backtick, + [100993] = 2, + ACTIONS(7510), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115816] = 2, - ACTIONS(7293), 1, + [101000] = 2, + ACTIONS(7512), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115823] = 2, - ACTIONS(7295), 1, + [101007] = 2, + ACTIONS(7514), 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101014] = 2, + ACTIONS(6372), 1, + sym__key_specifier_token, + STATE(2853), 1, + sym__commonmark_key_value_specifier, + [101021] = 2, + ACTIONS(7516), 1, + sym__block_close, + ACTIONS(7518), 1, + sym_block_continuation, + [101028] = 2, + ACTIONS(7520), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115830] = 2, - ACTIONS(7297), 1, - sym__block_close, - ACTIONS(7299), 1, - sym__fenced_code_block_end_backtick, - [115837] = 2, - ACTIONS(6597), 1, + [101035] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + sym__superscript_close, + [101040] = 2, + ACTIONS(2227), 1, sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - [115844] = 1, - ACTIONS(6647), 2, - anon_sym_PIPE, - sym__whitespace, - [115849] = 2, - ACTIONS(7301), 1, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [101047] = 2, + ACTIONS(189), 1, sym__line_ending, - STATE(2194), 1, + STATE(39), 1, sym__newline, - [115856] = 2, - ACTIONS(7303), 1, + [101054] = 2, + ACTIONS(7522), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115863] = 1, - ACTIONS(6599), 2, - anon_sym_PIPE, - sym__whitespace, - [115868] = 2, - ACTIONS(2073), 1, - sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - [115875] = 2, - ACTIONS(7305), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [115882] = 1, - ACTIONS(2931), 2, + [101061] = 1, + ACTIONS(3088), 2, sym__line_ending, sym__eof, - [115887] = 2, - ACTIONS(7307), 1, + [101066] = 2, + ACTIONS(7524), 1, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [115894] = 2, - ACTIONS(7309), 1, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101073] = 2, + ACTIONS(7526), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115901] = 2, - ACTIONS(7311), 1, + [101080] = 2, + ACTIONS(7528), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115908] = 2, - ACTIONS(7313), 1, + [101087] = 2, + ACTIONS(6376), 1, + sym__key_specifier_token, + STATE(3231), 1, + sym__shortcode_key_value_specifier, + [101094] = 2, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + ACTIONS(7530), 1, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [115915] = 2, - ACTIONS(7315), 1, + [101101] = 2, + ACTIONS(6627), 1, + sym__line_ending, + STATE(2229), 1, + sym__newline, + [101108] = 2, + ACTIONS(7502), 1, + sym__line_ending, + STATE(2210), 1, + sym__newline, + [101115] = 2, + ACTIONS(7532), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115922] = 2, - ACTIONS(7317), 1, + [101122] = 2, + ACTIONS(6627), 1, + sym__line_ending, + STATE(2232), 1, + sym__newline, + [101129] = 2, + ACTIONS(7534), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115929] = 2, - ACTIONS(7319), 1, + [101136] = 2, + ACTIONS(7536), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [115936] = 2, - ACTIONS(7321), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [115943] = 2, - ACTIONS(7323), 1, + [101143] = 2, + ACTIONS(7538), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [115950] = 2, - ACTIONS(6706), 1, + [101150] = 2, + ACTIONS(2874), 1, + sym__blank_line_start, + ACTIONS(7540), 1, + sym_block_continuation, + [101157] = 2, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(7325), 1, - anon_sym_PIPE, - [115957] = 2, - ACTIONS(185), 1, + STATE(2230), 1, + sym__newline, + [101164] = 2, + ACTIONS(189), 1, sym__line_ending, - STATE(53), 1, + STATE(49), 1, sym__newline, - [115964] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - aux_sym_insert_token1, - [115969] = 2, - ACTIONS(7327), 1, - anon_sym_DASH, - STATE(2284), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - [115976] = 2, - ACTIONS(185), 1, + [101171] = 2, + ACTIONS(189), 1, sym__line_ending, - STATE(41), 1, + STATE(50), 1, sym__newline, - [115983] = 2, - ACTIONS(7329), 1, + [101178] = 1, + ACTIONS(6876), 2, + sym__pipe_table_delimiter, sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [115990] = 2, - ACTIONS(7331), 1, + [101183] = 2, + ACTIONS(6667), 1, sym__block_close, - ACTIONS(7333), 1, + ACTIONS(6669), 1, sym__fenced_code_block_end_backtick, - [115997] = 2, - ACTIONS(2171), 1, - sym__line_ending, - ACTIONS(7325), 1, - anon_sym_PIPE, - [116004] = 2, - ACTIONS(7335), 1, + [101190] = 2, + ACTIONS(7542), 1, sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116011] = 2, - ACTIONS(2171), 1, - sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - [116018] = 2, - ACTIONS(7338), 1, + STATE(2722), 1, + aux_sym_shortcode_escaped_repeat1, + [101197] = 2, + ACTIONS(7545), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116025] = 2, - ACTIONS(6411), 1, - sym__block_close, - ACTIONS(6413), 1, - sym__fenced_code_block_end_backtick, - [116032] = 2, - ACTIONS(7340), 1, + [101204] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + aux_sym_insert_token1, + [101209] = 2, + ACTIONS(7547), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116039] = 2, - ACTIONS(7342), 1, + [101216] = 2, + ACTIONS(7549), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116046] = 2, - ACTIONS(7344), 1, + [101223] = 2, + ACTIONS(7551), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116053] = 2, - ACTIONS(6459), 1, - sym__block_close, - ACTIONS(6461), 1, - sym__fenced_code_block_end_backtick, - [116060] = 1, - ACTIONS(6575), 2, - anon_sym_PIPE, - sym__whitespace, - [116065] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - sym__single_quote_span_close, - [116070] = 2, - ACTIONS(6433), 1, - sym__block_close, - ACTIONS(6435), 1, - sym__fenced_code_block_end_backtick, - [116077] = 2, - ACTIONS(6597), 1, - sym__line_ending, - ACTIONS(7325), 1, - anon_sym_PIPE, - [116084] = 2, - ACTIONS(7346), 1, + [101230] = 2, + ACTIONS(7553), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116091] = 2, - ACTIONS(6863), 1, - anon_sym_PIPE, - ACTIONS(7348), 1, + [101237] = 2, + ACTIONS(7087), 1, + sym__pipe_table_delimiter, + ACTIONS(7555), 1, sym__whitespace, - [116098] = 2, - ACTIONS(2657), 1, - sym__blank_line_start, - ACTIONS(7350), 1, - sym_block_continuation, - [116105] = 2, - ACTIONS(7352), 1, + [101244] = 2, + ACTIONS(7557), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116112] = 2, - ACTIONS(7354), 1, + [101251] = 2, + ACTIONS(7559), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116119] = 2, - ACTIONS(7356), 1, + [101258] = 2, + ACTIONS(7561), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116126] = 2, - ACTIONS(7358), 1, + [101265] = 2, + ACTIONS(7563), 1, sym__whitespace, - STATE(2704), 1, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101272] = 2, + ACTIONS(7565), 1, + sym__whitespace, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116133] = 2, - ACTIONS(7360), 1, + [101279] = 2, + ACTIONS(7567), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116140] = 2, - ACTIONS(7362), 1, + [101286] = 2, + ACTIONS(7569), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116147] = 2, - ACTIONS(7364), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116154] = 2, - ACTIONS(7366), 1, + [101293] = 2, + ACTIONS(7571), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116161] = 1, - ACTIONS(7133), 2, + [101300] = 1, + ACTIONS(7043), 2, sym__soft_line_ending, - sym__superscript_close, - [116166] = 2, - ACTIONS(2167), 1, + anon_sym_RBRACK, + [101305] = 2, + ACTIONS(6627), 1, sym__line_ending, - ACTIONS(6863), 1, - anon_sym_PIPE, - [116173] = 2, - ACTIONS(6949), 1, - anon_sym_PIPE, - ACTIONS(7368), 1, - sym__whitespace, - [116180] = 2, - ACTIONS(7370), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116187] = 2, - ACTIONS(7372), 1, - sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116194] = 2, - ACTIONS(6583), 1, - anon_sym_PIPE, - ACTIONS(7374), 1, - sym__whitespace, - [116201] = 1, - ACTIONS(7133), 2, + STATE(2234), 1, + sym__newline, + [101312] = 2, + ACTIONS(6659), 1, + sym__block_close, + ACTIONS(6661), 1, + sym__fenced_code_block_end_backtick, + [101319] = 1, + ACTIONS(7043), 2, sym__soft_line_ending, - sym__strikeout_close, - [116206] = 2, - ACTIONS(7376), 1, + sym__single_quote_span_close, + [101324] = 2, + ACTIONS(6884), 1, + sym__line_ending, + ACTIONS(7573), 1, + sym__pipe_table_delimiter, + [101331] = 2, + ACTIONS(6961), 1, + sym__line_ending, + ACTIONS(7573), 1, + sym__pipe_table_delimiter, + [101338] = 1, + ACTIONS(6886), 2, + sym__pipe_table_delimiter, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116213] = 2, - ACTIONS(7378), 1, + [101343] = 2, + ACTIONS(6637), 1, sym__block_close, - ACTIONS(7380), 1, + ACTIONS(6639), 1, sym__fenced_code_block_end_backtick, - [116220] = 2, - ACTIONS(7382), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116227] = 2, - ACTIONS(7384), 1, + [101350] = 2, + ACTIONS(6832), 1, + sym__pipe_table_delimiter, + ACTIONS(7575), 1, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116234] = 2, - ACTIONS(7386), 1, + [101357] = 2, + ACTIONS(7577), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116241] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - sym__double_quote_span_close, - [116246] = 2, - ACTIONS(6160), 1, - sym__key_specifier_token, - STATE(3184), 1, - sym__shortcode_key_value_specifier, - [116253] = 2, - ACTIONS(2657), 1, - sym__close_block, - ACTIONS(7388), 1, - sym_block_continuation, - [116260] = 2, - ACTIONS(7390), 1, + [101364] = 2, + ACTIONS(7579), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116267] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_star, - [116272] = 2, - ACTIONS(7392), 1, + [101371] = 2, + ACTIONS(7581), 1, + anon_sym_DASH, + STATE(2216), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + [101378] = 2, + ACTIONS(7583), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116279] = 2, - ACTIONS(7394), 1, + [101385] = 2, + ACTIONS(7585), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116286] = 2, - ACTIONS(7396), 1, + [101392] = 2, + ACTIONS(7587), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116293] = 1, - ACTIONS(3031), 2, - sym__line_ending, - sym__eof, - [116298] = 2, - ACTIONS(6557), 1, - anon_sym_PIPE, - ACTIONS(7398), 1, - sym__whitespace, - [116305] = 2, - ACTIONS(6441), 1, - sym__block_close, - ACTIONS(6443), 1, - sym__fenced_code_block_end_backtick, - [116312] = 1, - ACTIONS(7400), 2, + [101399] = 1, + ACTIONS(3370), 2, sym__line_ending, sym__eof, - [116317] = 2, - ACTIONS(7402), 1, - sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116324] = 2, - ACTIONS(2167), 1, - sym__line_ending, - ACTIONS(7325), 1, - anon_sym_PIPE, - [116331] = 2, - ACTIONS(7404), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116338] = 2, - ACTIONS(7406), 1, + [101404] = 2, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + ACTIONS(7589), 1, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116345] = 2, - ACTIONS(7408), 1, + [101411] = 1, + ACTIONS(6892), 2, + sym__pipe_table_delimiter, sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116352] = 1, - ACTIONS(7133), 2, + [101416] = 2, + ACTIONS(7591), 1, + sym__blank_line_start, + STATE(2883), 1, + sym__blank_line, + [101423] = 1, + ACTIONS(7043), 2, sym__soft_line_ending, sym__emphasis_close_star, - [116357] = 1, - ACTIONS(3027), 2, - sym__key_specifier_token, - aux_sym__commonmark_specifier_start_with_class_token2, - [116362] = 2, - ACTIONS(6601), 1, - anon_sym_PIPE, - ACTIONS(7410), 1, - sym__whitespace, - [116369] = 2, - ACTIONS(2657), 1, - sym__block_close, - ACTIONS(7412), 1, - sym_block_continuation, - [116376] = 2, - ACTIONS(6405), 1, + [101428] = 2, + ACTIONS(6627), 1, sym__line_ending, - STATE(2207), 1, + STATE(2221), 1, sym__newline, - [116383] = 2, - ACTIONS(7414), 1, - sym__whitespace, - STATE(2761), 1, - aux_sym_shortcode_escaped_repeat1, - [116390] = 2, - ACTIONS(7417), 1, + [101435] = 2, + ACTIONS(6671), 1, + sym__block_close, + ACTIONS(6673), 1, + sym__fenced_code_block_end_backtick, + [101442] = 2, + ACTIONS(7593), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116397] = 2, - ACTIONS(7301), 1, + [101449] = 2, + ACTIONS(7502), 1, sym__line_ending, - STATE(2200), 1, + STATE(2212), 1, sym__newline, - [116404] = 2, - ACTIONS(7420), 1, + [101456] = 2, + ACTIONS(7595), 1, sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116411] = 2, - ACTIONS(7422), 1, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101463] = 2, + ACTIONS(7597), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116418] = 2, - ACTIONS(7424), 1, + [101470] = 2, + ACTIONS(7599), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116425] = 2, - ACTIONS(7426), 1, + [101477] = 2, + ACTIONS(7601), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116432] = 2, - ACTIONS(7428), 1, + [101484] = 2, + ACTIONS(7603), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116439] = 2, - ACTIONS(7430), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116446] = 2, - ACTIONS(7432), 1, + [101491] = 2, + ACTIONS(2874), 1, + sym__close_block, + ACTIONS(7606), 1, + sym_block_continuation, + [101498] = 2, + ACTIONS(7608), 1, sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116453] = 2, - ACTIONS(7434), 1, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101505] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + sym__strong_emphasis_close_star, + [101510] = 2, + ACTIONS(7610), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116460] = 2, - ACTIONS(7436), 1, + [101517] = 2, + ACTIONS(7612), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116467] = 2, - ACTIONS(7438), 1, - sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116474] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - sym__subscript_close, - [116479] = 2, - ACTIONS(7440), 1, + [101524] = 2, + ACTIONS(7614), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116486] = 2, - ACTIONS(6405), 1, - sym__line_ending, - STATE(2203), 1, - sym__newline, - [116493] = 2, - ACTIONS(6405), 1, - sym__line_ending, - STATE(2210), 1, - sym__newline, - [116500] = 2, - ACTIONS(185), 1, - sym__line_ending, - STATE(52), 1, - sym__newline, - [116507] = 2, - ACTIONS(185), 1, - sym__line_ending, - STATE(50), 1, - sym__newline, - [116514] = 2, - ACTIONS(6166), 1, - sym__key_specifier_token, - STATE(3489), 1, - sym__commonmark_key_value_specifier, - [116521] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - [116526] = 2, - ACTIONS(7442), 1, + [101531] = 2, + ACTIONS(7616), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116533] = 2, - ACTIONS(7301), 1, - sym__line_ending, - STATE(2192), 1, - sym__newline, - [116540] = 2, - ACTIONS(7444), 1, + [101538] = 2, + ACTIONS(7618), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116547] = 2, - ACTIONS(7446), 1, + [101545] = 2, + ACTIONS(7620), 1, sym__whitespace, - STATE(2762), 1, + STATE(2766), 1, aux_sym_shortcode_escaped_repeat2, - [116554] = 2, - ACTIONS(7448), 1, - sym__whitespace, - STATE(2704), 1, - aux_sym_shortcode_repeat1, - [116561] = 2, - ACTIONS(6415), 1, + [101552] = 2, + ACTIONS(6663), 1, sym__block_close, - ACTIONS(6417), 1, + ACTIONS(6665), 1, sym__fenced_code_block_end_backtick, - [116568] = 1, - ACTIONS(7133), 2, - sym__soft_line_ending, - anon_sym_RBRACK, - [116573] = 2, - ACTIONS(7450), 1, + [101559] = 2, + ACTIONS(7622), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116580] = 2, - ACTIONS(7452), 1, + [101566] = 2, + ACTIONS(7624), 1, sym__whitespace, - STATE(2704), 1, + STATE(2684), 1, aux_sym_shortcode_repeat1, - [116587] = 2, - ACTIONS(7454), 1, - sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116594] = 2, - ACTIONS(7456), 1, - sym__whitespace, - STATE(2762), 1, - aux_sym_shortcode_escaped_repeat2, - [116601] = 2, - ACTIONS(6405), 1, - sym__line_ending, - STATE(2218), 1, - sym__newline, - [116608] = 1, - ACTIONS(7458), 1, - sym__whitespace, - [116612] = 1, - ACTIONS(7460), 1, - aux_sym_insert_token1, - [116616] = 1, - ACTIONS(5834), 1, - sym__whitespace, - [116620] = 1, - ACTIONS(7462), 1, - sym__single_quote_span_close, - [116624] = 1, - ACTIONS(7464), 1, - sym__double_quote_span_close, - [116628] = 1, - ACTIONS(7466), 1, - anon_sym_RBRACE, - [116632] = 1, - ACTIONS(7468), 1, - anon_sym_RBRACE, - [116636] = 1, - ACTIONS(7470), 1, - sym__strikeout_close, - [116640] = 1, - ACTIONS(7472), 1, - sym__subscript_close, - [116644] = 1, - ACTIONS(7474), 1, - sym__superscript_close, - [116648] = 1, - ACTIONS(7476), 1, - anon_sym_RBRACK, - [116652] = 1, - ACTIONS(7478), 1, - sym__strong_emphasis_close_star, - [116656] = 1, - ACTIONS(7478), 1, - sym__strong_emphasis_close_underscore, - [116660] = 1, - ACTIONS(7480), 1, - sym__emphasis_close_star, - [116664] = 1, - ACTIONS(7480), 1, - sym__emphasis_close_underscore, - [116668] = 1, - ACTIONS(7482), 1, - anon_sym_RBRACE, - [116672] = 1, - ACTIONS(7484), 1, - aux_sym_citation_token2, - [116676] = 1, - ACTIONS(7486), 1, - anon_sym_DOLLAR, - [116680] = 1, - ACTIONS(7488), 1, - anon_sym_DOLLAR_DOLLAR, - [116684] = 1, - ACTIONS(7490), 1, - anon_sym_RBRACE, - [116688] = 1, - ACTIONS(7492), 1, - anon_sym_RBRACE, - [116692] = 1, - ACTIONS(7494), 1, - anon_sym_RBRACE, - [116696] = 1, - ACTIONS(7496), 1, - anon_sym_RBRACE, - [116700] = 1, - ACTIONS(7498), 1, - aux_sym_insert_token1, - [116704] = 1, - ACTIONS(7500), 1, - aux_sym_insert_token1, - [116708] = 1, - ACTIONS(7502), 1, - aux_sym_insert_token1, - [116712] = 1, - ACTIONS(7504), 1, - aux_sym_insert_token1, - [116716] = 1, - ACTIONS(7506), 1, - aux_sym_citation_token2, - [116720] = 1, - ACTIONS(7508), 1, - sym__whitespace, - [116724] = 1, - ACTIONS(7510), 1, - aux_sym_insert_token1, - [116728] = 1, - ACTIONS(5798), 1, + [101573] = 2, + ACTIONS(2227), 1, sym__line_ending, - [116732] = 1, - ACTIONS(7512), 1, - anon_sym_RBRACE, - [116736] = 1, - ACTIONS(7514), 1, - sym__close_block, - [116740] = 1, - ACTIONS(7516), 1, - anon_sym_RBRACK, - [116744] = 1, - ACTIONS(7518), 1, - anon_sym_RPAREN, - [116748] = 1, - ACTIONS(7520), 1, - aux_sym_insert_token1, - [116752] = 1, - ACTIONS(7522), 1, - sym__strong_emphasis_close_star, - [116756] = 1, - ACTIONS(7524), 1, - aux_sym_insert_token1, - [116760] = 1, - ACTIONS(7378), 1, - sym__block_close, - [116764] = 1, - ACTIONS(7526), 1, - aux_sym_insert_token1, - [116768] = 1, - ACTIONS(6718), 1, - anon_sym_PIPE, - [116772] = 1, - ACTIONS(7528), 1, - aux_sym_insert_token1, - [116776] = 1, - ACTIONS(7530), 1, - sym__block_close, - [116780] = 1, - ACTIONS(7532), 1, - sym__single_quote_span_close, - [116784] = 1, - ACTIONS(6704), 1, - anon_sym_PIPE, - [116788] = 1, - ACTIONS(7534), 1, - aux_sym_citation_token2, - [116792] = 1, - ACTIONS(7536), 1, - aux_sym_citation_token2, - [116796] = 1, - ACTIONS(7538), 1, - aux_sym_citation_token2, - [116800] = 1, - ACTIONS(7540), 1, - sym__double_quote_span_close, - [116804] = 1, - ACTIONS(7542), 1, - anon_sym_RBRACE, - [116808] = 1, - ACTIONS(7544), 1, - anon_sym_RBRACE, - [116812] = 1, - ACTIONS(7546), 1, - sym__strikeout_close, - [116816] = 1, - ACTIONS(7548), 1, - sym__subscript_close, - [116820] = 1, - ACTIONS(7550), 1, - aux_sym_insert_token1, - [116824] = 1, - ACTIONS(7552), 1, - sym__superscript_close, - [116828] = 1, - ACTIONS(7554), 1, - aux_sym_insert_token1, - [116832] = 1, - ACTIONS(7556), 1, - anon_sym_RBRACK, - [116836] = 1, - ACTIONS(7558), 1, - aux_sym_insert_token1, - [116840] = 1, - ACTIONS(7560), 1, - sym__strong_emphasis_close_star, - [116844] = 1, - ACTIONS(7562), 1, - aux_sym_insert_token1, - [116848] = 1, - ACTIONS(6712), 1, - sym__whitespace, - [116852] = 1, - ACTIONS(7564), 1, - sym__single_quote_span_close, - [116856] = 1, - ACTIONS(7566), 1, - sym__double_quote_span_close, - [116860] = 1, - ACTIONS(7568), 1, - anon_sym_RBRACE, - [116864] = 1, - ACTIONS(7570), 1, - anon_sym_RBRACE, - [116868] = 1, - ACTIONS(7572), 1, - sym__strikeout_close, - [116872] = 1, - ACTIONS(7574), 1, + ACTIONS(7573), 1, + sym__pipe_table_delimiter, + [101580] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, sym__subscript_close, - [116876] = 1, - ACTIONS(7576), 1, - sym__superscript_close, - [116880] = 1, - ACTIONS(7578), 1, - anon_sym_RBRACK, - [116884] = 1, - ACTIONS(7580), 1, - sym__strong_emphasis_close_star, - [116888] = 1, - ACTIONS(7580), 1, - sym__strong_emphasis_close_underscore, - [116892] = 1, - ACTIONS(7582), 1, - sym__emphasis_close_star, - [116896] = 1, - ACTIONS(7582), 1, - sym__emphasis_close_underscore, - [116900] = 1, - ACTIONS(7560), 1, - sym__strong_emphasis_close_underscore, - [116904] = 1, - ACTIONS(7584), 1, - sym__emphasis_close_star, - [116908] = 1, - ACTIONS(7586), 1, - anon_sym_DOLLAR, - [116912] = 1, - ACTIONS(7588), 1, - anon_sym_DOLLAR_DOLLAR, - [116916] = 1, - ACTIONS(7590), 1, - anon_sym_RBRACE, - [116920] = 1, - ACTIONS(7592), 1, - anon_sym_RBRACE, - [116924] = 1, - ACTIONS(7594), 1, - anon_sym_RBRACE, - [116928] = 1, - ACTIONS(7596), 1, - anon_sym_RBRACE, - [116932] = 1, - ACTIONS(7598), 1, - aux_sym_insert_token1, - [116936] = 1, - ACTIONS(7600), 1, - aux_sym_insert_token1, - [116940] = 1, - ACTIONS(7602), 1, - aux_sym_insert_token1, - [116944] = 1, - ACTIONS(7604), 1, - aux_sym_insert_token1, - [116948] = 1, - ACTIONS(7584), 1, - sym__emphasis_close_underscore, - [116952] = 1, - ACTIONS(7606), 1, - sym__close_block, - [116956] = 1, - ACTIONS(5802), 1, + [101585] = 2, + ACTIONS(6627), 1, sym__line_ending, - [116960] = 1, - ACTIONS(7608), 1, - anon_sym_DOLLAR, - [116964] = 1, - ACTIONS(7610), 1, - anon_sym_DOLLAR_DOLLAR, - [116968] = 1, - ACTIONS(7612), 1, - anon_sym_RBRACE, - [116972] = 1, - ACTIONS(7614), 1, - anon_sym_RBRACE, - [116976] = 1, - ACTIONS(7616), 1, - anon_sym_RPAREN, - [116980] = 1, - ACTIONS(7618), 1, - anon_sym_RBRACE, - [116984] = 1, - ACTIONS(7620), 1, - anon_sym_RBRACE, - [116988] = 1, - ACTIONS(7622), 1, - aux_sym_insert_token1, - [116992] = 1, - ACTIONS(7624), 1, - aux_sym_insert_token1, - [116996] = 1, + STATE(2223), 1, + sym__newline, + [101592] = 2, ACTIONS(7626), 1, - aux_sym_insert_token1, - [117000] = 1, + sym__block_close, ACTIONS(7628), 1, - aux_sym_insert_token1, - [117004] = 1, - ACTIONS(5806), 1, + sym__fenced_code_block_end_backtick, + [101599] = 2, + ACTIONS(2047), 1, sym__line_ending, - [117008] = 1, + ACTIONS(7573), 1, + sym__pipe_table_delimiter, + [101606] = 2, ACTIONS(7630), 1, - sym__block_close, - [117012] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101613] = 2, + ACTIONS(189), 1, + sym__line_ending, + STATE(44), 1, + sym__newline, + [101620] = 2, ACTIONS(7632), 1, - aux_sym_citation_token2, - [117016] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101627] = 2, ACTIONS(7634), 1, - aux_sym_citation_token2, - [117020] = 1, - ACTIONS(3031), 1, - sym__blank_line_start, - [117024] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101634] = 2, ACTIONS(7636), 1, - aux_sym_pandoc_math_token1, - [117028] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101641] = 2, + ACTIONS(189), 1, + sym__line_ending, + STATE(45), 1, + sym__newline, + [101648] = 2, ACTIONS(7638), 1, - anon_sym_RPAREN, - [117032] = 1, - ACTIONS(6732), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - [117036] = 1, + sym__block_close, ACTIONS(7640), 1, + sym__fenced_code_block_end_backtick, + [101655] = 2, + ACTIONS(2874), 1, sym__block_close, - [117040] = 1, ACTIONS(7642), 1, - sym__single_quote_span_close, - [117044] = 1, + sym_block_continuation, + [101662] = 2, + ACTIONS(2123), 1, + sym__line_ending, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [101669] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + sym__strikeout_close, + [101674] = 2, ACTIONS(7644), 1, - aux_sym_insert_token1, - [117048] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101681] = 1, + ACTIONS(7043), 2, + sym__soft_line_ending, + sym__emphasis_close_underscore, + [101686] = 2, ACTIONS(7646), 1, - anon_sym_RPAREN, - [117052] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101693] = 2, ACTIONS(7648), 1, - aux_sym_insert_token1, - [117056] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101700] = 2, ACTIONS(7650), 1, - sym__block_close, - [117060] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101707] = 2, ACTIONS(7652), 1, - aux_sym_insert_token1, - [117064] = 1, - ACTIONS(3031), 1, - sym__close_block, - [117068] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101714] = 2, ACTIONS(7654), 1, - aux_sym_insert_token1, - [117072] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101721] = 2, ACTIONS(7656), 1, - sym__block_close, - [117076] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101728] = 2, ACTIONS(7658), 1, - sym__single_quote_span_close, - [117080] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101735] = 2, ACTIONS(7660), 1, - sym__double_quote_span_close, - [117084] = 1, + anon_sym_DASH, + STATE(2296), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + [101742] = 2, ACTIONS(7662), 1, - anon_sym_RBRACE, - [117088] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101749] = 2, ACTIONS(7664), 1, - anon_sym_RBRACE, - [117092] = 1, - ACTIONS(7666), 1, - sym__strikeout_close, - [117096] = 1, + sym__whitespace, + STATE(2684), 1, + aux_sym_shortcode_repeat1, + [101756] = 1, + ACTIONS(7666), 2, + sym__line_ending, + sym__eof, + [101761] = 2, + ACTIONS(2047), 1, + sym__line_ending, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [101768] = 2, ACTIONS(7668), 1, - sym__subscript_close, - [117100] = 1, + sym__whitespace, + STATE(2766), 1, + aux_sym_shortcode_escaped_repeat2, + [101775] = 2, + ACTIONS(6304), 1, + sym__key_specifier_token, + STATE(2374), 1, + sym__commonmark_key_value_specifier, + [101782] = 1, ACTIONS(7670), 1, - sym__superscript_close, - [117104] = 1, + sym__whitespace, + [101786] = 1, ACTIONS(7672), 1, - anon_sym_RBRACK, - [117108] = 1, - ACTIONS(7674), 1, - sym__strong_emphasis_close_star, - [117112] = 1, + aux_sym_insert_token1, + [101790] = 1, ACTIONS(7674), 1, - sym__strong_emphasis_close_underscore, - [117116] = 1, - ACTIONS(7676), 1, - sym__emphasis_close_star, - [117120] = 1, + aux_sym_insert_token1, + [101794] = 1, ACTIONS(7676), 1, - sym__emphasis_close_underscore, - [117124] = 1, + sym__single_quote_span_close, + [101798] = 1, ACTIONS(7678), 1, - sym__block_close, - [117128] = 1, + sym__double_quote_span_close, + [101802] = 1, ACTIONS(7680), 1, - sym__block_close, - [117132] = 1, + anon_sym_RBRACE, + [101806] = 1, ACTIONS(7682), 1, - anon_sym_DOLLAR, - [117136] = 1, + anon_sym_RBRACE, + [101810] = 1, ACTIONS(7684), 1, - anon_sym_DOLLAR_DOLLAR, - [117140] = 1, + sym__strikeout_close, + [101814] = 1, ACTIONS(7686), 1, - anon_sym_RBRACE, - [117144] = 1, + sym__subscript_close, + [101818] = 1, ACTIONS(7688), 1, - anon_sym_RBRACE, - [117148] = 1, + sym__superscript_close, + [101822] = 1, ACTIONS(7690), 1, - anon_sym_RBRACE, - [117152] = 1, + anon_sym_RBRACK, + [101826] = 1, ACTIONS(7692), 1, - anon_sym_RBRACE, - [117156] = 1, + sym__strong_emphasis_close_star, + [101830] = 1, + ACTIONS(7692), 1, + sym__strong_emphasis_close_underscore, + [101834] = 1, ACTIONS(7694), 1, - aux_sym_insert_token1, - [117160] = 1, + sym__emphasis_close_star, + [101838] = 1, + ACTIONS(7694), 1, + sym__emphasis_close_underscore, + [101842] = 1, ACTIONS(7696), 1, aux_sym_insert_token1, - [117164] = 1, + [101846] = 1, ACTIONS(7698), 1, aux_sym_insert_token1, - [117168] = 1, + [101850] = 1, ACTIONS(7700), 1, - aux_sym_insert_token1, - [117172] = 1, + anon_sym_DOLLAR, + [101854] = 1, ACTIONS(7702), 1, - sym__block_close, - [117176] = 1, + anon_sym_DOLLAR_DOLLAR, + [101858] = 1, ACTIONS(7704), 1, - sym__block_close, - [117180] = 1, + anon_sym_RBRACE, + [101862] = 1, ACTIONS(7706), 1, - sym__block_close, - [117184] = 1, + anon_sym_RBRACE, + [101866] = 1, ACTIONS(7708), 1, - anon_sym_DOLLAR, - [117188] = 1, + anon_sym_RBRACE, + [101870] = 1, ACTIONS(7710), 1, - sym__emphasis_close_underscore, - [117192] = 1, + anon_sym_RBRACE, + [101874] = 1, ACTIONS(7712), 1, - aux_sym_citation_token2, - [117196] = 1, + aux_sym_insert_token1, + [101878] = 1, ACTIONS(7714), 1, - aux_sym_citation_token2, - [117200] = 1, + aux_sym_insert_token1, + [101882] = 1, ACTIONS(7716), 1, - anon_sym_RPAREN, - [117204] = 1, + aux_sym_insert_token1, + [101886] = 1, ACTIONS(7718), 1, - sym__block_close, - [117208] = 1, - ACTIONS(3031), 1, - sym__block_close, - [117212] = 1, + aux_sym_insert_token1, + [101890] = 1, ACTIONS(7720), 1, - aux_sym_citation_token1, - [117216] = 1, + aux_sym_insert_token1, + [101894] = 1, ACTIONS(7722), 1, - sym__double_quote_span_close, - [117220] = 1, + sym__single_quote_span_close, + [101898] = 1, ACTIONS(7724), 1, - anon_sym_RBRACE, - [117224] = 1, + sym__double_quote_span_close, + [101902] = 1, ACTIONS(7726), 1, - aux_sym_pandoc_display_math_token1, - [117228] = 1, + anon_sym_RBRACE, + [101906] = 1, ACTIONS(7728), 1, - anon_sym_RPAREN, - [117232] = 1, + sym__block_close, + [101910] = 1, ACTIONS(7730), 1, - aux_sym_insert_token1, - [117236] = 1, + anon_sym_RBRACE, + [101914] = 1, ACTIONS(7732), 1, - aux_sym_citation_token2, - [117240] = 1, + sym__block_close, + [101918] = 1, ACTIONS(7734), 1, - aux_sym_citation_token2, - [117244] = 1, + anon_sym_RPAREN, + [101922] = 1, ACTIONS(7736), 1, - sym__block_close, - [117248] = 1, + aux_sym_citation_token2, + [101926] = 1, ACTIONS(7738), 1, - aux_sym_insert_token1, - [117252] = 1, + sym__single_quote_span_close, + [101930] = 1, ACTIONS(7740), 1, - sym__close_block, - [117256] = 1, + sym__strikeout_close, + [101934] = 1, ACTIONS(7742), 1, - aux_sym_insert_token1, - [117260] = 1, - ACTIONS(7740), 1, - sym__blank_line_start, - [117264] = 1, + aux_sym_citation_token2, + [101938] = 1, ACTIONS(7744), 1, - aux_sym_insert_token1, - [117268] = 1, + sym__subscript_close, + [101942] = 1, ACTIONS(7746), 1, aux_sym_insert_token1, - [117272] = 1, + [101946] = 1, ACTIONS(7748), 1, - anon_sym_DOLLAR_DOLLAR, - [117276] = 1, + sym__superscript_close, + [101950] = 1, ACTIONS(7750), 1, - aux_sym_insert_token1, - [117280] = 1, + anon_sym_RBRACK, + [101954] = 1, ACTIONS(7752), 1, - sym__single_quote_span_close, - [117284] = 1, + sym__whitespace, + [101958] = 1, ACTIONS(7754), 1, - aux_sym_insert_token1, - [117288] = 1, + anon_sym_RPAREN, + [101962] = 1, ACTIONS(7756), 1, - sym__double_quote_span_close, - [117292] = 1, + aux_sym_citation_token2, + [101966] = 1, ACTIONS(7758), 1, - aux_sym_insert_token1, - [117296] = 1, + aux_sym_citation_token2, + [101970] = 1, + ACTIONS(6928), 1, + sym__pipe_table_delimiter, + [101974] = 1, ACTIONS(7760), 1, - anon_sym_RBRACE, - [117300] = 1, + sym__block_close, + [101978] = 1, ACTIONS(7762), 1, - sym__single_quote_span_close, - [117304] = 1, + sym__strong_emphasis_close_star, + [101982] = 1, ACTIONS(7764), 1, - sym__double_quote_span_close, - [117308] = 1, + sym__block_close, + [101986] = 1, + ACTIONS(7762), 1, + sym__strong_emphasis_close_underscore, + [101990] = 1, ACTIONS(7766), 1, - anon_sym_RBRACE, - [117312] = 1, + sym__blank_line_start, + [101994] = 1, ACTIONS(7768), 1, - anon_sym_RBRACE, - [117316] = 1, + aux_sym_insert_token1, + [101998] = 1, ACTIONS(7770), 1, - sym__strikeout_close, - [117320] = 1, + anon_sym_DOLLAR, + [102002] = 1, ACTIONS(7772), 1, - sym__subscript_close, - [117324] = 1, + aux_sym_insert_token1, + [102006] = 1, ACTIONS(7774), 1, - sym__superscript_close, - [117328] = 1, + sym__emphasis_close_star, + [102010] = 1, ACTIONS(7776), 1, - anon_sym_RBRACK, - [117332] = 1, - ACTIONS(7778), 1, - sym__strong_emphasis_close_star, - [117336] = 1, + aux_sym_insert_token1, + [102014] = 1, + ACTIONS(7774), 1, + sym__emphasis_close_underscore, + [102018] = 1, ACTIONS(7778), 1, - sym__strong_emphasis_close_underscore, - [117340] = 1, - ACTIONS(7780), 1, - sym__emphasis_close_star, - [117344] = 1, + aux_sym_insert_token1, + [102022] = 1, ACTIONS(7780), 1, - sym__emphasis_close_underscore, - [117348] = 1, + sym__block_close, + [102026] = 1, ACTIONS(7782), 1, - anon_sym_RBRACE, - [117352] = 1, + sym__single_quote_span_close, + [102030] = 1, ACTIONS(7784), 1, - sym__strikeout_close, - [117356] = 1, + sym__double_quote_span_close, + [102034] = 1, ACTIONS(7786), 1, - anon_sym_DOLLAR, - [117360] = 1, + anon_sym_RBRACE, + [102038] = 1, ACTIONS(7788), 1, - anon_sym_DOLLAR_DOLLAR, - [117364] = 1, - ACTIONS(7790), 1, anon_sym_RBRACE, - [117368] = 1, + [102042] = 1, + ACTIONS(7790), 1, + sym__strikeout_close, + [102046] = 1, ACTIONS(7792), 1, - anon_sym_RBRACE, - [117372] = 1, + sym__subscript_close, + [102050] = 1, ACTIONS(7794), 1, - anon_sym_RBRACE, - [117376] = 1, + sym__superscript_close, + [102054] = 1, ACTIONS(7796), 1, - anon_sym_RBRACE, - [117380] = 1, + anon_sym_RBRACK, + [102058] = 1, ACTIONS(7798), 1, - aux_sym_insert_token1, - [117384] = 1, + sym__strong_emphasis_close_star, + [102062] = 1, + ACTIONS(7798), 1, + sym__strong_emphasis_close_underscore, + [102066] = 1, ACTIONS(7800), 1, - aux_sym_insert_token1, - [117388] = 1, + sym__emphasis_close_star, + [102070] = 1, + ACTIONS(7800), 1, + sym__emphasis_close_underscore, + [102074] = 1, ACTIONS(7802), 1, - aux_sym_insert_token1, - [117392] = 1, + sym__close_block, + [102078] = 1, ACTIONS(7804), 1, - aux_sym_insert_token1, - [117396] = 1, + sym__block_close, + [102082] = 1, ACTIONS(7806), 1, - sym__subscript_close, - [117400] = 1, + anon_sym_DOLLAR, + [102086] = 1, ACTIONS(7808), 1, - sym__superscript_close, - [117404] = 1, + anon_sym_DOLLAR_DOLLAR, + [102090] = 1, ACTIONS(7810), 1, - anon_sym_RBRACK, - [117408] = 1, - ACTIONS(7812), 1, - sym__strong_emphasis_close_star, - [117412] = 1, + anon_sym_RBRACE, + [102094] = 1, ACTIONS(7812), 1, - sym__strong_emphasis_close_underscore, - [117416] = 1, - ACTIONS(7814), 1, - sym__emphasis_close_star, - [117420] = 1, + anon_sym_RBRACE, + [102098] = 1, ACTIONS(7814), 1, - sym__emphasis_close_underscore, - [117424] = 1, + anon_sym_RBRACE, + [102102] = 1, ACTIONS(7816), 1, - anon_sym_RPAREN, - [117428] = 1, + anon_sym_RBRACE, + [102106] = 1, ACTIONS(7818), 1, - anon_sym_EQ, - [117432] = 1, + aux_sym_insert_token1, + [102110] = 1, ACTIONS(7820), 1, - sym__block_close, - [117436] = 1, + aux_sym_insert_token1, + [102114] = 1, ACTIONS(7822), 1, - anon_sym_DOLLAR, - [117440] = 1, + aux_sym_insert_token1, + [102118] = 1, ACTIONS(7824), 1, - anon_sym_DOLLAR_DOLLAR, - [117444] = 1, + aux_sym_insert_token1, + [102122] = 1, ACTIONS(7826), 1, - anon_sym_RBRACE, - [117448] = 1, + anon_sym_DOLLAR_DOLLAR, + [102126] = 1, ACTIONS(7828), 1, - anon_sym_RBRACE, - [117452] = 1, + sym__block_close, + [102130] = 1, ACTIONS(7830), 1, - sym__commonmark_double_quote_string, - [117456] = 1, + anon_sym_DOLLAR, + [102134] = 1, ACTIONS(7832), 1, - anon_sym_RBRACE, - [117460] = 1, + anon_sym_DOLLAR_DOLLAR, + [102138] = 1, ACTIONS(7834), 1, - aux_sym_citation_token2, - [117464] = 1, + sym__block_close, + [102142] = 1, ACTIONS(7836), 1, - aux_sym_citation_token2, - [117468] = 1, - ACTIONS(7838), 1, anon_sym_RBRACE, - [117472] = 1, + [102146] = 1, + ACTIONS(7838), 1, + anon_sym_RPAREN, + [102150] = 1, ACTIONS(7840), 1, - aux_sym_insert_token1, - [117476] = 1, + anon_sym_RPAREN, + [102154] = 1, ACTIONS(7842), 1, - aux_sym_insert_token1, - [117480] = 1, + aux_sym_citation_token2, + [102158] = 1, ACTIONS(7844), 1, - aux_sym_insert_token1, - [117484] = 1, + aux_sym_citation_token2, + [102162] = 1, + ACTIONS(6979), 1, + sym__whitespace, + [102166] = 1, ACTIONS(7846), 1, - aux_sym_insert_token1, - [117488] = 1, + sym__block_close, + [102170] = 1, ACTIONS(7848), 1, - sym__whitespace, - [117492] = 1, + sym__block_close, + [102174] = 1, ACTIONS(7850), 1, - aux_sym_insert_token1, - [117496] = 1, + anon_sym_RBRACE, + [102178] = 1, ACTIONS(7852), 1, - aux_sym_citation_token2, - [117500] = 1, + sym__close_block, + [102182] = 1, ACTIONS(7854), 1, - aux_sym_insert_token1, - [117504] = 1, + aux_sym_target_token1, + [102186] = 1, ACTIONS(7856), 1, aux_sym_citation_token2, - [117508] = 1, + [102190] = 1, ACTIONS(7858), 1, - aux_sym_insert_token1, - [117512] = 1, + aux_sym_citation_token2, + [102194] = 1, ACTIONS(7860), 1, - aux_sym_insert_token1, - [117516] = 1, + sym__block_close, + [102198] = 1, ACTIONS(7862), 1, - aux_sym_insert_token1, - [117520] = 1, + sym__block_close, + [102202] = 1, ACTIONS(7864), 1, - sym__close_block, - [117524] = 1, + sym__block_close, + [102206] = 1, ACTIONS(7866), 1, - sym__single_quote_span_close, - [117528] = 1, + aux_sym_insert_token1, + [102210] = 1, ACTIONS(7868), 1, - sym__double_quote_span_close, - [117532] = 1, + sym__block_close, + [102214] = 1, ACTIONS(7870), 1, - anon_sym_RBRACE, - [117536] = 1, + anon_sym_RPAREN, + [102218] = 1, ACTIONS(7872), 1, - anon_sym_RBRACE, - [117540] = 1, + aux_sym_insert_token1, + [102222] = 1, ACTIONS(7874), 1, - sym__strikeout_close, - [117544] = 1, + sym__block_close, + [102226] = 1, ACTIONS(7876), 1, - sym__subscript_close, - [117548] = 1, + aux_sym_insert_token1, + [102230] = 1, ACTIONS(7878), 1, - sym__superscript_close, - [117552] = 1, + aux_sym_citation_token1, + [102234] = 1, ACTIONS(7880), 1, - anon_sym_RBRACK, - [117556] = 1, - ACTIONS(7882), 1, - sym__strong_emphasis_close_star, - [117560] = 1, + aux_sym_insert_token1, + [102238] = 1, ACTIONS(7882), 1, - sym__strong_emphasis_close_underscore, - [117564] = 1, - ACTIONS(7884), 1, - sym__emphasis_close_star, - [117568] = 1, + sym__block_close, + [102242] = 1, ACTIONS(7884), 1, - sym__emphasis_close_underscore, - [117572] = 1, + aux_sym_insert_token1, + [102246] = 1, ACTIONS(7886), 1, aux_sym_insert_token1, - [117576] = 1, + [102250] = 1, ACTIONS(7888), 1, - aux_sym_insert_token1, - [117580] = 1, + sym__single_quote_span_close, + [102254] = 1, ACTIONS(7890), 1, - anon_sym_DOLLAR, - [117584] = 1, + sym__double_quote_span_close, + [102258] = 1, ACTIONS(7892), 1, - anon_sym_DOLLAR_DOLLAR, - [117588] = 1, + anon_sym_RBRACE, + [102262] = 1, ACTIONS(7894), 1, anon_sym_RBRACE, - [117592] = 1, + [102266] = 1, ACTIONS(7896), 1, - anon_sym_RBRACE, - [117596] = 1, + sym__strikeout_close, + [102270] = 1, ACTIONS(7898), 1, - anon_sym_RBRACE, - [117600] = 1, + sym__subscript_close, + [102274] = 1, ACTIONS(7900), 1, - anon_sym_RBRACE, - [117604] = 1, + sym__superscript_close, + [102278] = 1, ACTIONS(7902), 1, - aux_sym_insert_token1, - [117608] = 1, + anon_sym_RBRACK, + [102282] = 1, ACTIONS(7904), 1, - aux_sym_insert_token1, - [117612] = 1, + sym__strong_emphasis_close_star, + [102286] = 1, + ACTIONS(7904), 1, + sym__strong_emphasis_close_underscore, + [102290] = 1, ACTIONS(7906), 1, - aux_sym_insert_token1, - [117616] = 1, + sym__emphasis_close_star, + [102294] = 1, + ACTIONS(7906), 1, + sym__emphasis_close_underscore, + [102298] = 1, ACTIONS(7908), 1, - aux_sym_insert_token1, - [117620] = 1, + sym__block_close, + [102302] = 1, ACTIONS(7910), 1, - anon_sym_RPAREN, - [117624] = 1, + aux_sym_insert_token1, + [102306] = 1, ACTIONS(7912), 1, - sym__block_close, - [117628] = 1, + anon_sym_DOLLAR, + [102310] = 1, ACTIONS(7914), 1, - aux_sym_insert_token1, - [117632] = 1, + anon_sym_DOLLAR_DOLLAR, + [102314] = 1, ACTIONS(7916), 1, - sym__close_block, - [117636] = 1, + anon_sym_RBRACE, + [102318] = 1, ACTIONS(7918), 1, - sym__block_close, - [117640] = 1, + anon_sym_RBRACE, + [102322] = 1, ACTIONS(7920), 1, - anon_sym_EQ, - [117644] = 1, + anon_sym_RBRACE, + [102326] = 1, ACTIONS(7922), 1, - sym__block_close, - [117648] = 1, + anon_sym_RBRACE, + [102330] = 1, ACTIONS(7924), 1, - anon_sym_RPAREN, - [117652] = 1, - ACTIONS(7522), 1, - sym__strong_emphasis_close_underscore, - [117656] = 1, + aux_sym_insert_token1, + [102334] = 1, ACTIONS(7926), 1, - sym__block_close, - [117660] = 1, + aux_sym_insert_token1, + [102338] = 1, ACTIONS(7928), 1, - aux_sym_citation_token2, - [117664] = 1, + aux_sym_insert_token1, + [102342] = 1, ACTIONS(7930), 1, - aux_sym_citation_token2, - [117668] = 1, + aux_sym_insert_token1, + [102346] = 1, ACTIONS(7932), 1, anon_sym_RBRACE, - [117672] = 1, + [102350] = 1, ACTIONS(7934), 1, anon_sym_RBRACE, - [117676] = 1, + [102354] = 1, ACTIONS(7936), 1, - anon_sym_RBRACE, - [117680] = 1, + aux_sym_insert_token1, + [102358] = 1, ACTIONS(7938), 1, - anon_sym_RBRACE, - [117684] = 1, + aux_sym_insert_token1, + [102362] = 1, ACTIONS(7940), 1, - aux_sym_citation_token2, - [117688] = 1, + aux_sym_insert_token1, + [102366] = 1, ACTIONS(7942), 1, - aux_sym_citation_token2, - [117692] = 1, - ACTIONS(7944), 1, aux_sym_insert_token1, - [117696] = 1, - ACTIONS(7710), 1, - sym__emphasis_close_star, - [117700] = 1, + [102370] = 1, + ACTIONS(7944), 1, + anon_sym_RBRACE, + [102374] = 1, ACTIONS(7946), 1, - aux_sym_insert_token1, - [117704] = 1, + anon_sym_RPAREN, + [102378] = 1, ACTIONS(7948), 1, - sym__whitespace, - [117708] = 1, + sym__single_quote_span_close, + [102382] = 1, ACTIONS(7950), 1, - aux_sym_insert_token1, - [117712] = 1, + sym__double_quote_span_close, + [102386] = 1, ACTIONS(7952), 1, - aux_sym_citation_token1, - [117716] = 1, + anon_sym_RBRACE, + [102390] = 1, ACTIONS(7954), 1, - aux_sym_citation_token1, - [117720] = 1, + aux_sym_insert_token1, + [102394] = 1, ACTIONS(7956), 1, - anon_sym_RBRACE, - [117724] = 1, + aux_sym_insert_token1, + [102398] = 1, ACTIONS(7958), 1, aux_sym_insert_token1, - [117728] = 1, + [102402] = 1, ACTIONS(7960), 1, - anon_sym_RBRACE, - [117732] = 1, + aux_sym_insert_token1, + [102406] = 1, ACTIONS(7962), 1, - sym__close_block, - [117736] = 1, + aux_sym_citation_token2, + [102410] = 1, ACTIONS(7964), 1, - aux_sym_insert_token1, - [117740] = 1, + aux_sym_citation_token2, + [102414] = 1, ACTIONS(7966), 1, - aux_sym_insert_token1, - [117744] = 1, + aux_sym_citation_token2, + [102418] = 1, ACTIONS(7968), 1, - aux_sym_insert_token1, - [117748] = 1, + anon_sym_RBRACE, + [102422] = 1, ACTIONS(7970), 1, - sym_shortcode_name, - [117752] = 1, + sym__strikeout_close, + [102426] = 1, ACTIONS(7972), 1, - aux_sym_insert_token1, - [117756] = 1, + sym__block_close, + [102430] = 1, ACTIONS(7974), 1, - aux_sym_pandoc_math_token1, - [117760] = 1, + sym__subscript_close, + [102434] = 1, ACTIONS(7976), 1, - aux_sym_pandoc_display_math_token1, - [117764] = 1, - ACTIONS(7978), 1, sym__block_close, - [117768] = 1, + [102438] = 1, + ACTIONS(7978), 1, + sym__superscript_close, + [102442] = 1, ACTIONS(7980), 1, aux_sym_insert_token1, - [117772] = 1, + [102446] = 1, ACTIONS(7982), 1, - sym__single_quote_span_close, - [117776] = 1, + anon_sym_RBRACK, + [102450] = 1, ACTIONS(7984), 1, - sym__single_quote_span_close, - [117780] = 1, + aux_sym_insert_token1, + [102454] = 1, ACTIONS(7986), 1, - sym__double_quote_span_close, - [117784] = 1, + sym__block_close, + [102458] = 1, ACTIONS(7988), 1, - anon_sym_RBRACE, - [117788] = 1, + aux_sym_insert_token1, + [102462] = 1, ACTIONS(7990), 1, - anon_sym_RBRACE, - [117792] = 1, + sym__strong_emphasis_close_star, + [102466] = 1, ACTIONS(7992), 1, - sym__strikeout_close, - [117796] = 1, + aux_sym_insert_token1, + [102470] = 1, ACTIONS(7994), 1, - sym__subscript_close, - [117800] = 1, + sym__block_close, + [102474] = 1, ACTIONS(7996), 1, - aux_sym_target_token1, - [117804] = 1, + sym__single_quote_span_close, + [102478] = 1, ACTIONS(7998), 1, - sym__superscript_close, - [117808] = 1, + sym__double_quote_span_close, + [102482] = 1, ACTIONS(8000), 1, - anon_sym_RBRACK, - [117812] = 1, - ACTIONS(8002), 1, - sym__strong_emphasis_close_star, - [117816] = 1, + anon_sym_RBRACE, + [102486] = 1, ACTIONS(8002), 1, - sym__strong_emphasis_close_underscore, - [117820] = 1, - ACTIONS(8004), 1, - sym__emphasis_close_star, - [117824] = 1, + anon_sym_RBRACE, + [102490] = 1, ACTIONS(8004), 1, - sym__emphasis_close_underscore, - [117828] = 1, + sym__strikeout_close, + [102494] = 1, ACTIONS(8006), 1, - sym__double_quote_span_close, - [117832] = 1, + sym__subscript_close, + [102498] = 1, ACTIONS(8008), 1, - anon_sym_RBRACE, - [117836] = 1, + sym__superscript_close, + [102502] = 1, ACTIONS(8010), 1, - anon_sym_DOLLAR, - [117840] = 1, + anon_sym_RBRACK, + [102506] = 1, ACTIONS(8012), 1, - anon_sym_DOLLAR_DOLLAR, - [117844] = 1, + sym__strong_emphasis_close_star, + [102510] = 1, + ACTIONS(8012), 1, + sym__strong_emphasis_close_underscore, + [102514] = 1, ACTIONS(8014), 1, - anon_sym_RBRACE, - [117848] = 1, + sym__emphasis_close_star, + [102518] = 1, + ACTIONS(8014), 1, + sym__emphasis_close_underscore, + [102522] = 1, + ACTIONS(7990), 1, + sym__strong_emphasis_close_underscore, + [102526] = 1, ACTIONS(8016), 1, - anon_sym_RBRACE, - [117852] = 1, + sym__emphasis_close_star, + [102530] = 1, ACTIONS(8018), 1, - anon_sym_EQ, - [117856] = 1, + anon_sym_DOLLAR, + [102534] = 1, ACTIONS(8020), 1, - anon_sym_RBRACE, - [117860] = 1, + anon_sym_DOLLAR_DOLLAR, + [102538] = 1, ACTIONS(8022), 1, anon_sym_RBRACE, - [117864] = 1, + [102542] = 1, ACTIONS(8024), 1, - aux_sym_insert_token1, - [117868] = 1, + anon_sym_RBRACE, + [102546] = 1, ACTIONS(8026), 1, - aux_sym_insert_token1, - [117872] = 1, + anon_sym_RBRACE, + [102550] = 1, ACTIONS(8028), 1, - aux_sym_insert_token1, - [117876] = 1, + anon_sym_RBRACE, + [102554] = 1, ACTIONS(8030), 1, - sym__commonmark_double_quote_string, - [117880] = 1, + aux_sym_insert_token1, + [102558] = 1, ACTIONS(8032), 1, aux_sym_insert_token1, - [117884] = 1, + [102562] = 1, ACTIONS(8034), 1, - anon_sym_RBRACE, - [117888] = 1, + aux_sym_insert_token1, + [102566] = 1, ACTIONS(8036), 1, - sym__strikeout_close, - [117892] = 1, + aux_sym_insert_token1, + [102570] = 1, ACTIONS(8038), 1, - sym__subscript_close, - [117896] = 1, + sym__block_close, + [102574] = 1, ACTIONS(8040), 1, - sym__superscript_close, - [117900] = 1, + sym__block_close, + [102578] = 1, + ACTIONS(8016), 1, + sym__emphasis_close_underscore, + [102582] = 1, ACTIONS(8042), 1, - anon_sym_RBRACK, - [117904] = 1, - ACTIONS(8044), 1, - sym__strong_emphasis_close_star, - [117908] = 1, + aux_sym_insert_token1, + [102586] = 1, ACTIONS(8044), 1, - sym__strong_emphasis_close_underscore, - [117912] = 1, + sym__block_close, + [102590] = 1, ACTIONS(8046), 1, - anon_sym_RPAREN, - [117916] = 1, + anon_sym_DOLLAR, + [102594] = 1, ACTIONS(8048), 1, - sym__emphasis_close_star, - [117920] = 1, + anon_sym_DOLLAR_DOLLAR, + [102598] = 1, ACTIONS(8050), 1, - sym__whitespace, - [117924] = 1, - ACTIONS(8048), 1, - sym__emphasis_close_underscore, - [117928] = 1, + anon_sym_RPAREN, + [102602] = 1, ACTIONS(8052), 1, - aux_sym_citation_token1, - [117932] = 1, + anon_sym_RBRACE, + [102606] = 1, ACTIONS(8054), 1, - aux_sym_citation_token1, - [117936] = 1, + anon_sym_RBRACE, + [102610] = 1, ACTIONS(8056), 1, - sym_shortcode_name, - [117940] = 1, + anon_sym_RBRACE, + [102614] = 1, ACTIONS(8058), 1, - sym__block_close, - [117944] = 1, - ACTIONS(8060), 1, anon_sym_RBRACE, - [117948] = 1, + [102618] = 1, + ACTIONS(8060), 1, + aux_sym_insert_token1, + [102622] = 1, ACTIONS(8062), 1, - sym__whitespace, - [117952] = 1, + aux_sym_insert_token1, + [102626] = 1, ACTIONS(8064), 1, - anon_sym_DOLLAR, - [117956] = 1, + aux_sym_insert_token1, + [102630] = 1, ACTIONS(8066), 1, - anon_sym_DOLLAR_DOLLAR, - [117960] = 1, + aux_sym_pandoc_math_token1, + [102634] = 1, ACTIONS(8068), 1, - anon_sym_RBRACE, - [117964] = 1, + aux_sym_citation_token2, + [102638] = 1, ACTIONS(8070), 1, - anon_sym_RBRACE, - [117968] = 1, - ACTIONS(8072), 1, aux_sym_citation_token2, - [117972] = 1, + [102642] = 1, + ACTIONS(8072), 1, + aux_sym_insert_token1, + [102646] = 1, ACTIONS(8074), 1, - aux_sym_pandoc_math_token1, - [117976] = 1, + sym__commonmark_double_quote_string, + [102650] = 1, ACTIONS(8076), 1, - aux_sym_pandoc_display_math_token1, - [117980] = 1, + aux_sym_citation_token2, + [102654] = 1, ACTIONS(8078), 1, aux_sym_citation_token2, - [117984] = 1, + [102658] = 1, ACTIONS(8080), 1, - anon_sym_RBRACE, - [117988] = 1, + sym__whitespace, + [102662] = 1, ACTIONS(8082), 1, - sym__block_close, - [117992] = 1, + sym__double_quote_span_close, + [102666] = 1, ACTIONS(8084), 1, - sym__block_close, - [117996] = 1, + aux_sym_insert_token1, + [102670] = 1, ACTIONS(8086), 1, - sym__block_close, - [118000] = 1, + sym__whitespace, + [102674] = 1, ACTIONS(8088), 1, - sym__block_close, - [118004] = 1, + aux_sym_insert_token1, + [102678] = 1, ACTIONS(8090), 1, - sym__block_close, - [118008] = 1, + sym_shortcode_name, + [102682] = 1, ACTIONS(8092), 1, aux_sym_insert_token1, - [118012] = 1, + [102686] = 1, ACTIONS(8094), 1, sym__block_close, - [118016] = 1, + [102690] = 1, ACTIONS(8096), 1, - aux_sym_target_token1, - [118020] = 1, - ACTIONS(8098), 1, aux_sym_insert_token1, - [118024] = 1, - ACTIONS(5794), 1, - sym__line_ending, - [118028] = 1, + [102694] = 1, + ACTIONS(8098), 1, + anon_sym_RPAREN, + [102698] = 1, ACTIONS(8100), 1, - aux_sym_insert_token1, - [118032] = 1, + sym__single_quote_span_close, + [102702] = 1, ACTIONS(8102), 1, - anon_sym_RBRACE, - [118036] = 1, + sym__double_quote_span_close, + [102706] = 1, ACTIONS(8104), 1, - aux_sym_insert_token1, - [118040] = 1, + anon_sym_RBRACE, + [102710] = 1, ACTIONS(8106), 1, - sym__block_close, - [118044] = 1, - ACTIONS(8108), 1, anon_sym_RBRACE, - [118048] = 1, + [102714] = 1, + ACTIONS(8108), 1, + sym__strikeout_close, + [102718] = 1, ACTIONS(8110), 1, - sym__single_quote_span_close, - [118052] = 1, + sym__subscript_close, + [102722] = 1, ACTIONS(8112), 1, - sym__double_quote_span_close, - [118056] = 1, + sym__superscript_close, + [102726] = 1, ACTIONS(8114), 1, - anon_sym_RBRACE, - [118060] = 1, + anon_sym_RBRACK, + [102730] = 1, ACTIONS(8116), 1, - anon_sym_RBRACE, - [118064] = 1, + sym__strong_emphasis_close_star, + [102734] = 1, + ACTIONS(8116), 1, + sym__strong_emphasis_close_underscore, + [102738] = 1, ACTIONS(8118), 1, - sym__strikeout_close, - [118068] = 1, + sym__emphasis_close_star, + [102742] = 1, + ACTIONS(8118), 1, + sym__emphasis_close_underscore, + [102746] = 1, ACTIONS(8120), 1, - sym__subscript_close, - [118072] = 1, + aux_sym_insert_token1, + [102750] = 1, ACTIONS(8122), 1, - sym__superscript_close, - [118076] = 1, + sym__whitespace, + [102754] = 1, ACTIONS(8124), 1, - anon_sym_RBRACK, - [118080] = 1, + anon_sym_DOLLAR, + [102758] = 1, ACTIONS(8126), 1, - sym__strong_emphasis_close_star, - [118084] = 1, + anon_sym_DOLLAR_DOLLAR, + [102762] = 1, ACTIONS(8128), 1, - sym__commonmark_double_quote_string, - [118088] = 1, - ACTIONS(8126), 1, - sym__strong_emphasis_close_underscore, - [118092] = 1, - ACTIONS(8130), 1, - sym__emphasis_close_star, - [118096] = 1, + anon_sym_RBRACE, + [102766] = 1, ACTIONS(8130), 1, - sym__emphasis_close_underscore, - [118100] = 1, + anon_sym_RBRACE, + [102770] = 1, ACTIONS(8132), 1, anon_sym_RBRACE, - [118104] = 1, + [102774] = 1, ACTIONS(8134), 1, - sym__whitespace, - [118108] = 1, + anon_sym_RBRACE, + [102778] = 1, ACTIONS(8136), 1, - anon_sym_DOLLAR, - [118112] = 1, + aux_sym_insert_token1, + [102782] = 1, ACTIONS(8138), 1, - anon_sym_DOLLAR_DOLLAR, - [118116] = 1, + aux_sym_insert_token1, + [102786] = 1, ACTIONS(8140), 1, - anon_sym_RBRACE, - [118120] = 1, + aux_sym_insert_token1, + [102790] = 1, ACTIONS(8142), 1, - anon_sym_RBRACE, - [118124] = 1, + aux_sym_insert_token1, + [102794] = 1, ACTIONS(8144), 1, - anon_sym_RBRACE, - [118128] = 1, + sym_shortcode_name, + [102798] = 1, + ACTIONS(7504), 1, + sym__block_close, + [102802] = 1, ACTIONS(8146), 1, - aux_sym_citation_token1, - [118132] = 1, + sym__block_close, + [102806] = 1, ACTIONS(8148), 1, - aux_sym_citation_token1, - [118136] = 1, + anon_sym_RPAREN, + [102810] = 1, ACTIONS(8150), 1, - anon_sym_RBRACE, - [118140] = 1, + sym__block_close, + [102814] = 1, ACTIONS(8152), 1, aux_sym_insert_token1, - [118144] = 1, + [102818] = 1, ACTIONS(8154), 1, - ts_builtin_sym_end, - [118148] = 1, + sym__single_quote_span_close, + [102822] = 1, ACTIONS(8156), 1, - sym__block_close, - [118152] = 1, + anon_sym_RPAREN, + [102826] = 1, ACTIONS(8158), 1, anon_sym_RBRACE, - [118156] = 1, + [102830] = 1, ACTIONS(8160), 1, - aux_sym_insert_token1, - [118160] = 1, + anon_sym_RBRACE, + [102834] = 1, ACTIONS(8162), 1, - aux_sym_insert_token1, - [118164] = 1, + sym__block_close, + [102838] = 1, ACTIONS(8164), 1, - aux_sym_insert_token1, - [118168] = 1, + aux_sym_citation_token2, + [102842] = 1, ACTIONS(8166), 1, - sym__whitespace, - [118172] = 1, + anon_sym_RBRACE, + [102846] = 1, ACTIONS(8168), 1, - aux_sym_pandoc_math_token1, - [118176] = 1, + anon_sym_RBRACE, + [102850] = 1, ACTIONS(8170), 1, - aux_sym_pandoc_display_math_token1, - [118180] = 1, + anon_sym_RBRACE, + [102854] = 1, ACTIONS(8172), 1, - aux_sym_target_token1, - [118184] = 1, + anon_sym_RBRACE, + [102858] = 1, ACTIONS(8174), 1, - aux_sym_insert_token1, - [118188] = 1, + aux_sym_citation_token2, + [102862] = 1, ACTIONS(8176), 1, aux_sym_insert_token1, - [118192] = 1, + [102866] = 1, ACTIONS(8178), 1, aux_sym_insert_token1, - [118196] = 1, + [102870] = 1, ACTIONS(8180), 1, aux_sym_insert_token1, - [118200] = 1, + [102874] = 1, ACTIONS(8182), 1, - aux_sym_insert_token1, - [118204] = 1, + anon_sym_RPAREN, + [102878] = 1, ACTIONS(8184), 1, - sym__block_close, - [118208] = 1, + sym__whitespace, + [102882] = 1, ACTIONS(8186), 1, - sym__commonmark_double_quote_string, - [118212] = 1, + sym__double_quote_span_close, + [102886] = 1, ACTIONS(8188), 1, - anon_sym_RPAREN, - [118216] = 1, + aux_sym_citation_token1, + [102890] = 1, ACTIONS(8190), 1, - sym__block_close, - [118220] = 1, + aux_sym_citation_token1, + [102894] = 1, ACTIONS(8192), 1, - sym__block_close, - [118224] = 1, + aux_sym_insert_token1, + [102898] = 1, ACTIONS(8194), 1, - aux_sym_citation_token1, - [118228] = 1, + anon_sym_RBRACE, + [102902] = 1, ACTIONS(8196), 1, - aux_sym_citation_token1, - [118232] = 1, + aux_sym_insert_token1, + [102906] = 1, ACTIONS(8198), 1, - sym__close_block, - [118236] = 1, + anon_sym_RBRACE, + [102910] = 1, ACTIONS(8200), 1, - sym__block_close, - [118240] = 1, - ACTIONS(7331), 1, - sym__block_close, - [118244] = 1, + sym__single_quote_span_close, + [102914] = 1, ACTIONS(8202), 1, - sym__block_close, - [118248] = 1, + anon_sym_RBRACE, + [102918] = 1, ACTIONS(8204), 1, - sym__block_close, - [118252] = 1, - ACTIONS(8206), 1, aux_sym_insert_token1, - [118256] = 1, - ACTIONS(8208), 1, + [102922] = 1, + ACTIONS(8206), 1, sym__block_close, - [118260] = 1, + [102926] = 1, + ACTIONS(8208), 1, + sym__double_quote_span_close, + [102930] = 1, ACTIONS(8210), 1, - aux_sym_insert_token1, - [118264] = 1, - ACTIONS(8212), 1, aux_sym_pandoc_math_token1, - [118268] = 1, - ACTIONS(8214), 1, + [102934] = 1, + ACTIONS(8212), 1, aux_sym_pandoc_display_math_token1, - [118272] = 1, + [102938] = 1, + ACTIONS(8214), 1, + aux_sym_insert_token1, + [102942] = 1, ACTIONS(8216), 1, - aux_sym_target_token1, - [118276] = 1, + anon_sym_RBRACE, + [102946] = 1, ACTIONS(8218), 1, - sym__block_close, - [118280] = 1, - ACTIONS(8220), 1, aux_sym_insert_token1, - [118284] = 1, - ACTIONS(8222), 1, + [102950] = 1, + ACTIONS(8220), 1, anon_sym_RBRACE, - [118288] = 1, + [102954] = 1, + ACTIONS(8222), 1, + sym__single_quote_span_close, + [102958] = 1, ACTIONS(8224), 1, - aux_sym_citation_token2, - [118292] = 1, + sym__double_quote_span_close, + [102962] = 1, ACTIONS(8226), 1, - aux_sym_citation_token2, - [118296] = 1, + anon_sym_RBRACE, + [102966] = 1, ACTIONS(8228), 1, - sym__whitespace, - [118300] = 1, + anon_sym_RBRACE, + [102970] = 1, ACTIONS(8230), 1, - sym__commonmark_double_quote_string, - [118304] = 1, + sym__strikeout_close, + [102974] = 1, ACTIONS(8232), 1, - aux_sym_insert_token1, - [118308] = 1, + aux_sym_target_token1, + [102978] = 1, ACTIONS(8234), 1, - sym__strikeout_close, - [118312] = 1, - ACTIONS(7297), 1, - sym__block_close, - [118316] = 1, + sym__subscript_close, + [102982] = 1, ACTIONS(8236), 1, - aux_sym_citation_token1, - [118320] = 1, + sym__superscript_close, + [102986] = 1, ACTIONS(8238), 1, - anon_sym_RBRACE, - [118324] = 1, + sym__block_close, + [102990] = 1, ACTIONS(8240), 1, - aux_sym_target_token1, - [118328] = 1, + anon_sym_RBRACK, + [102994] = 1, ACTIONS(8242), 1, - sym__single_quote_span_close, - [118332] = 1, + sym__block_close, + [102998] = 1, ACTIONS(8244), 1, - aux_sym_insert_token1, - [118336] = 1, + sym__strong_emphasis_close_star, + [103002] = 1, + ACTIONS(8244), 1, + sym__strong_emphasis_close_underscore, + [103006] = 1, ACTIONS(8246), 1, - sym__double_quote_span_close, - [118340] = 1, + sym__emphasis_close_star, + [103010] = 1, + ACTIONS(8246), 1, + sym__emphasis_close_underscore, + [103014] = 1, ACTIONS(8248), 1, - aux_sym_insert_token1, - [118344] = 1, - ACTIONS(6722), 1, - sym__whitespace, - [118348] = 1, + sym__strikeout_close, + [103018] = 1, ACTIONS(8250), 1, - aux_sym_insert_token1, - [118352] = 1, + sym__subscript_close, + [103022] = 1, ACTIONS(8252), 1, - anon_sym_RBRACE, - [118356] = 1, + anon_sym_DOLLAR, + [103026] = 1, ACTIONS(8254), 1, - aux_sym_pandoc_math_token1, - [118360] = 1, + anon_sym_EQ, + [103030] = 1, ACTIONS(8256), 1, - aux_sym_pandoc_display_math_token1, - [118364] = 1, + anon_sym_DOLLAR_DOLLAR, + [103034] = 1, ACTIONS(8258), 1, - aux_sym_target_token1, - [118368] = 1, + anon_sym_RBRACE, + [103038] = 1, ACTIONS(8260), 1, - aux_sym_insert_token1, - [118372] = 1, - ACTIONS(5810), 1, - sym__line_ending, - [118376] = 1, + anon_sym_RBRACE, + [103042] = 1, ACTIONS(8262), 1, - sym__single_quote_span_close, - [118380] = 1, + anon_sym_RBRACE, + [103046] = 1, ACTIONS(8264), 1, - sym__double_quote_span_close, - [118384] = 1, - ACTIONS(8266), 1, anon_sym_RBRACE, - [118388] = 1, + [103050] = 1, + ACTIONS(8266), 1, + sym__commonmark_double_quote_string, + [103054] = 1, ACTIONS(8268), 1, - anon_sym_RBRACE, - [118392] = 1, + aux_sym_insert_token1, + [103058] = 1, ACTIONS(8270), 1, - sym__commonmark_double_quote_string, - [118396] = 1, + aux_sym_insert_token1, + [103062] = 1, ACTIONS(8272), 1, - sym__strikeout_close, - [118400] = 1, + aux_sym_insert_token1, + [103066] = 1, ACTIONS(8274), 1, - sym__subscript_close, - [118404] = 1, + aux_sym_insert_token1, + [103070] = 1, ACTIONS(8276), 1, - sym__superscript_close, - [118408] = 1, + aux_sym_insert_token1, + [103074] = 1, ACTIONS(8278), 1, - aux_sym_citation_token1, - [118412] = 1, + sym__superscript_close, + [103078] = 1, + ACTIONS(6132), 1, + sym__whitespace, + [103082] = 1, ACTIONS(8280), 1, - aux_sym_citation_token1, - [118416] = 1, - ACTIONS(8282), 1, - sym__block_close, - [118420] = 1, - ACTIONS(8284), 1, anon_sym_RBRACK, - [118424] = 1, - ACTIONS(8286), 1, + [103086] = 1, + ACTIONS(8282), 1, sym__strong_emphasis_close_star, - [118428] = 1, + [103090] = 1, + ACTIONS(8284), 1, + sym__block_close, + [103094] = 1, ACTIONS(8286), 1, - sym__strong_emphasis_close_underscore, - [118432] = 1, - ACTIONS(8288), 1, - sym__emphasis_close_star, - [118436] = 1, + sym__whitespace, + [103098] = 1, + ACTIONS(6136), 1, + sym__whitespace, + [103102] = 1, ACTIONS(8288), 1, - sym__emphasis_close_underscore, - [118440] = 1, + aux_sym_citation_token1, + [103106] = 1, ACTIONS(8290), 1, - anon_sym_RBRACE, - [118444] = 1, + aux_sym_citation_token1, + [103110] = 1, + ACTIONS(8282), 1, + sym__strong_emphasis_close_underscore, + [103114] = 1, ACTIONS(8292), 1, - sym__strikeout_close, - [118448] = 1, + aux_sym_pandoc_display_math_token1, + [103118] = 1, ACTIONS(8294), 1, - aux_sym_pandoc_math_token1, - [118452] = 1, + sym__block_close, + [103122] = 1, ACTIONS(8296), 1, - aux_sym_pandoc_display_math_token1, - [118456] = 1, + anon_sym_RPAREN, + [103126] = 1, ACTIONS(8298), 1, - aux_sym_target_token1, - [118460] = 1, + sym__block_close, + [103130] = 1, ACTIONS(8300), 1, - anon_sym_DOLLAR, - [118464] = 1, + sym__block_close, + [103134] = 1, ACTIONS(8302), 1, - anon_sym_DOLLAR_DOLLAR, - [118468] = 1, + sym__emphasis_close_star, + [103138] = 1, + ACTIONS(8302), 1, + sym__emphasis_close_underscore, + [103142] = 1, ACTIONS(8304), 1, anon_sym_RBRACE, - [118472] = 1, + [103146] = 1, ACTIONS(8306), 1, - anon_sym_RBRACE, - [118476] = 1, + aux_sym_pandoc_math_token1, + [103150] = 1, ACTIONS(8308), 1, - anon_sym_RBRACE, - [118480] = 1, + aux_sym_pandoc_display_math_token1, + [103154] = 1, ACTIONS(8310), 1, - anon_sym_RBRACE, - [118484] = 1, + sym__strikeout_close, + [103158] = 1, ACTIONS(8312), 1, - sym__commonmark_double_quote_string, - [118488] = 1, + sym__emphasis_close_star, + [103162] = 1, + ACTIONS(6140), 1, + sym__whitespace, + [103166] = 1, + ACTIONS(8312), 1, + sym__emphasis_close_underscore, + [103170] = 1, ACTIONS(8314), 1, - aux_sym_insert_token1, - [118492] = 1, + sym__close_block, + [103174] = 1, ACTIONS(8316), 1, - aux_sym_insert_token1, - [118496] = 1, + anon_sym_RBRACE, + [103178] = 1, ACTIONS(8318), 1, - aux_sym_insert_token1, - [118500] = 1, + anon_sym_DOLLAR, + [103182] = 1, ACTIONS(8320), 1, - aux_sym_citation_token1, - [118504] = 1, + anon_sym_RBRACE, + [103186] = 1, ACTIONS(8322), 1, - aux_sym_citation_token1, - [118508] = 1, + sym__subscript_close, + [103190] = 1, ACTIONS(8324), 1, - aux_sym_insert_token1, - [118512] = 1, + aux_sym_target_token1, + [103194] = 1, ACTIONS(8326), 1, - sym__subscript_close, - [118516] = 1, + anon_sym_EQ, + [103198] = 1, ACTIONS(8328), 1, - anon_sym_RPAREN, - [118520] = 1, + aux_sym_citation_token2, + [103202] = 1, ACTIONS(8330), 1, - sym__block_close, - [118524] = 1, + aux_sym_citation_token2, + [103206] = 1, ACTIONS(8332), 1, - sym__superscript_close, - [118528] = 1, + aux_sym_insert_token1, + [103210] = 1, + ACTIONS(6918), 1, + sym__pipe_table_delimiter, + [103214] = 1, ACTIONS(8334), 1, - anon_sym_RBRACK, - [118532] = 1, + aux_sym_citation_token2, + [103218] = 1, ACTIONS(8336), 1, - sym__strong_emphasis_close_star, - [118536] = 1, + aux_sym_citation_token2, + [103222] = 1, ACTIONS(8338), 1, sym__block_close, - [118540] = 1, + [103226] = 1, ACTIONS(8340), 1, - aux_sym_pandoc_math_token1, - [118544] = 1, + anon_sym_DOLLAR_DOLLAR, + [103230] = 1, ACTIONS(8342), 1, - aux_sym_pandoc_display_math_token1, - [118548] = 1, + anon_sym_RBRACE, + [103234] = 1, ACTIONS(8344), 1, - aux_sym_target_token1, - [118552] = 1, + anon_sym_RBRACE, + [103238] = 1, ACTIONS(8346), 1, - anon_sym_RPAREN, - [118556] = 1, + sym__superscript_close, + [103242] = 1, ACTIONS(8348), 1, - sym__block_close, - [118560] = 1, + anon_sym_RBRACE, + [103246] = 1, ACTIONS(8350), 1, - sym__block_close, - [118564] = 1, + aux_sym_insert_token1, + [103250] = 1, ACTIONS(8352), 1, anon_sym_RBRACE, - [118568] = 1, - ACTIONS(5814), 1, - sym__line_ending, - [118572] = 1, + [103254] = 1, ACTIONS(8354), 1, - aux_sym_commonmark_specifier_token1, - [118576] = 1, + aux_sym_insert_token1, + [103258] = 1, ACTIONS(8356), 1, sym__commonmark_double_quote_string, - [118580] = 1, + [103262] = 1, ACTIONS(8358), 1, - sym__close_block, - [118584] = 1, + aux_sym_insert_token1, + [103266] = 1, ACTIONS(8360), 1, - sym__block_close, - [118588] = 1, + aux_sym_insert_token1, + [103270] = 1, + ACTIONS(6971), 1, + sym__whitespace, + [103274] = 1, ACTIONS(8362), 1, - sym__block_close, - [118592] = 1, + aux_sym_insert_token1, + [103278] = 1, ACTIONS(8364), 1, - aux_sym_citation_token1, - [118596] = 1, + anon_sym_RBRACE, + [103282] = 1, ACTIONS(8366), 1, - aux_sym_citation_token1, - [118600] = 1, + sym__single_quote_span_close, + [103286] = 1, ACTIONS(8368), 1, - sym__block_close, - [118604] = 1, - ACTIONS(8336), 1, - sym__strong_emphasis_close_underscore, - [118608] = 1, + sym__double_quote_span_close, + [103290] = 1, ACTIONS(8370), 1, - aux_sym_citation_token2, - [118612] = 1, + anon_sym_RBRACE, + [103294] = 1, ACTIONS(8372), 1, - aux_sym_citation_token2, - [118616] = 1, - ACTIONS(8374), 1, - sym__emphasis_close_star, - [118620] = 1, + anon_sym_RBRACE, + [103298] = 1, ACTIONS(8374), 1, - sym__emphasis_close_underscore, - [118624] = 1, + sym__strikeout_close, + [103302] = 1, ACTIONS(8376), 1, - sym__block_close, - [118628] = 1, + aux_sym_citation_token1, + [103306] = 1, ACTIONS(8378), 1, - aux_sym_insert_token1, - [118632] = 1, + aux_sym_citation_token1, + [103310] = 1, + ACTIONS(6975), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + [103314] = 1, ACTIONS(8380), 1, - aux_sym_pandoc_math_token1, - [118636] = 1, + sym__subscript_close, + [103318] = 1, ACTIONS(8382), 1, - aux_sym_pandoc_display_math_token1, - [118640] = 1, + sym__superscript_close, + [103322] = 1, ACTIONS(8384), 1, - aux_sym_target_token1, - [118644] = 1, + sym__block_close, + [103326] = 1, ACTIONS(8386), 1, - sym__whitespace, - [118648] = 1, + anon_sym_RBRACK, + [103330] = 1, ACTIONS(8388), 1, - anon_sym_DOLLAR, - [118652] = 1, + sym__strong_emphasis_close_star, + [103334] = 1, + ACTIONS(8388), 1, + sym__strong_emphasis_close_underscore, + [103338] = 1, ACTIONS(8390), 1, - aux_sym_insert_token1, - [118656] = 1, + anon_sym_RBRACE, + [103342] = 1, ACTIONS(8392), 1, - anon_sym_DOLLAR_DOLLAR, - [118660] = 1, + sym__emphasis_close_star, + [103346] = 1, ACTIONS(8394), 1, - aux_sym_insert_token1, - [118664] = 1, + aux_sym_pandoc_math_token1, + [103350] = 1, ACTIONS(8396), 1, - aux_sym_citation_token2, - [118668] = 1, + aux_sym_pandoc_display_math_token1, + [103354] = 1, ACTIONS(8398), 1, - sym__commonmark_double_quote_string, - [118672] = 1, + aux_sym_target_token1, + [103358] = 1, + ACTIONS(8392), 1, + sym__emphasis_close_underscore, + [103362] = 1, ACTIONS(8400), 1, aux_sym_insert_token1, - [118676] = 1, + [103366] = 1, ACTIONS(8402), 1, - aux_sym_citation_token2, - [118680] = 1, - ACTIONS(8404), 1, aux_sym_insert_token1, - [118684] = 1, + [103370] = 1, + ACTIONS(8404), 1, + anon_sym_DOLLAR, + [103374] = 1, ACTIONS(8406), 1, - aux_sym_citation_token1, - [118688] = 1, + anon_sym_DOLLAR_DOLLAR, + [103378] = 1, ACTIONS(8408), 1, - aux_sym_citation_token1, - [118692] = 1, - ACTIONS(8410), 1, anon_sym_RBRACE, - [118696] = 1, + [103382] = 1, + ACTIONS(8410), 1, + sym__commonmark_double_quote_string, + [103386] = 1, ACTIONS(8412), 1, - sym__single_quote_span_close, - [118700] = 1, + anon_sym_RBRACE, + [103390] = 1, ACTIONS(8414), 1, - sym__double_quote_span_close, - [118704] = 1, + anon_sym_RBRACE, + [103394] = 1, ACTIONS(8416), 1, anon_sym_RBRACE, - [118708] = 1, + [103398] = 1, ACTIONS(8418), 1, - anon_sym_RBRACE, - [118712] = 1, + aux_sym_citation_token1, + [103402] = 1, ACTIONS(8420), 1, - sym__strikeout_close, - [118716] = 1, + aux_sym_citation_token1, + [103406] = 1, ACTIONS(8422), 1, - sym__subscript_close, - [118720] = 1, + aux_sym_insert_token1, + [103410] = 1, ACTIONS(8424), 1, - sym__superscript_close, - [118724] = 1, + aux_sym_insert_token1, + [103414] = 1, ACTIONS(8426), 1, - aux_sym_pandoc_math_token1, - [118728] = 1, + sym__block_close, + [103418] = 1, ACTIONS(8428), 1, - aux_sym_pandoc_display_math_token1, - [118732] = 1, + sym__close_block, + [103422] = 1, ACTIONS(8430), 1, - aux_sym_target_token1, - [118736] = 1, + aux_sym_insert_token1, + [103426] = 1, + ACTIONS(7626), 1, + sym__block_close, + [103430] = 1, ACTIONS(8432), 1, - anon_sym_RBRACK, - [118740] = 1, - ACTIONS(8434), 1, - sym__strong_emphasis_close_star, - [118744] = 1, + aux_sym_insert_token1, + [103434] = 1, ACTIONS(8434), 1, - sym__strong_emphasis_close_underscore, - [118748] = 1, - ACTIONS(8436), 1, - sym__emphasis_close_star, - [118752] = 1, + aux_sym_insert_token1, + [103438] = 1, ACTIONS(8436), 1, - sym__emphasis_close_underscore, - [118756] = 1, + aux_sym_pandoc_math_token1, + [103442] = 1, ACTIONS(8438), 1, - anon_sym_RBRACE, - [118760] = 1, + aux_sym_pandoc_display_math_token1, + [103446] = 1, ACTIONS(8440), 1, - sym__commonmark_double_quote_string, - [118764] = 1, - ACTIONS(7325), 1, - anon_sym_PIPE, - [118768] = 1, + aux_sym_target_token1, + [103450] = 1, ACTIONS(8442), 1, - anon_sym_DOLLAR, - [118772] = 1, + anon_sym_RBRACE, + [103454] = 1, ACTIONS(8444), 1, - anon_sym_DOLLAR_DOLLAR, - [118776] = 1, + sym__whitespace, + [103458] = 1, + ACTIONS(3370), 1, + sym__blank_line_start, + [103462] = 1, ACTIONS(8446), 1, - aux_sym_citation_token1, - [118780] = 1, + sym__strikeout_close, + [103466] = 1, ACTIONS(8448), 1, - aux_sym_citation_token1, - [118784] = 1, + sym__whitespace, + [103470] = 1, + ACTIONS(5992), 1, + sym__line_ending, + [103474] = 1, ACTIONS(8450), 1, - anon_sym_RBRACE, - [118788] = 1, + sym__commonmark_double_quote_string, + [103478] = 1, ACTIONS(8452), 1, - anon_sym_RBRACE, - [118792] = 1, + anon_sym_RPAREN, + [103482] = 1, ACTIONS(8454), 1, - anon_sym_RBRACE, - [118796] = 1, + sym__subscript_close, + [103486] = 1, ACTIONS(8456), 1, anon_sym_RBRACE, - [118800] = 1, - ACTIONS(6583), 1, - anon_sym_PIPE, - [118804] = 1, + [103490] = 1, ACTIONS(8458), 1, - aux_sym_insert_token1, - [118808] = 1, + aux_sym_citation_token1, + [103494] = 1, ACTIONS(8460), 1, aux_sym_insert_token1, - [118812] = 1, + [103498] = 1, ACTIONS(8462), 1, - aux_sym_insert_token1, - [118816] = 1, + anon_sym_RBRACE, + [103502] = 1, + ACTIONS(6032), 1, + sym__line_ending, + [103506] = 1, + ACTIONS(6004), 1, + sym__line_ending, + [103510] = 1, + ACTIONS(5996), 1, + sym__line_ending, + [103514] = 1, ACTIONS(8464), 1, - aux_sym_pandoc_math_token1, - [118820] = 1, + anon_sym_RBRACE, + [103518] = 1, ACTIONS(8466), 1, - aux_sym_pandoc_display_math_token1, - [118824] = 1, + aux_sym_insert_token1, + [103522] = 1, + ACTIONS(6076), 1, + sym__line_ending, + [103526] = 1, ACTIONS(8468), 1, - aux_sym_target_token1, - [118828] = 1, - ACTIONS(8470), 1, aux_sym_insert_token1, - [118832] = 1, + [103530] = 1, + ACTIONS(8470), 1, + aux_sym_pandoc_math_token1, + [103534] = 1, ACTIONS(8472), 1, - sym__block_close, - [118836] = 1, + aux_sym_pandoc_display_math_token1, + [103538] = 1, ACTIONS(8474), 1, - sym__block_close, - [118840] = 1, + aux_sym_target_token1, + [103542] = 1, ACTIONS(8476), 1, - sym__block_close, - [118844] = 1, + sym__superscript_close, + [103546] = 1, ACTIONS(8478), 1, - aux_sym_insert_token1, - [118848] = 1, + sym__close_block, + [103550] = 1, ACTIONS(8480), 1, - sym__block_close, - [118852] = 1, + anon_sym_RPAREN, + [103554] = 1, ACTIONS(8482), 1, - sym__commonmark_double_quote_string, - [118856] = 1, + anon_sym_RBRACK, + [103558] = 1, ACTIONS(8484), 1, - aux_sym_insert_token1, - [118860] = 1, + aux_sym_citation_token2, + [103562] = 1, ACTIONS(8486), 1, - sym__block_close, - [118864] = 1, + aux_sym_citation_token2, + [103566] = 1, ACTIONS(8488), 1, - anon_sym_RPAREN, - [118868] = 1, + sym__commonmark_double_quote_string, + [103570] = 1, ACTIONS(8490), 1, - aux_sym_citation_token1, - [118872] = 1, + sym__strong_emphasis_close_star, + [103574] = 1, + ACTIONS(3370), 1, + sym__close_block, + [103578] = 1, + ACTIONS(8490), 1, + sym__strong_emphasis_close_underscore, + [103582] = 1, ACTIONS(8492), 1, aux_sym_citation_token1, - [118876] = 1, + [103586] = 1, ACTIONS(8494), 1, - aux_sym_insert_token1, - [118880] = 1, + aux_sym_citation_token1, + [103590] = 1, ACTIONS(8496), 1, + sym__emphasis_close_star, + [103594] = 1, + ACTIONS(3370), 1, sym__block_close, - [118884] = 1, + [103598] = 1, ACTIONS(8498), 1, - aux_sym_insert_token1, - [118888] = 1, + sym__block_close, + [103602] = 1, + ACTIONS(8496), 1, + sym__emphasis_close_underscore, + [103606] = 1, ACTIONS(8500), 1, - anon_sym_RBRACE, - [118892] = 1, + sym__block_close, + [103610] = 1, ACTIONS(8502), 1, - sym__single_quote_span_close, - [118896] = 1, + aux_sym_insert_token1, + [103614] = 1, + ACTIONS(7573), 1, + sym__pipe_table_delimiter, + [103618] = 1, ACTIONS(8504), 1, - sym__double_quote_span_close, - [118900] = 1, - ACTIONS(6863), 1, - anon_sym_PIPE, - [118904] = 1, + aux_sym_insert_token1, + [103622] = 1, ACTIONS(8506), 1, - sym__block_close, - [118908] = 1, - ACTIONS(8508), 1, aux_sym_pandoc_math_token1, - [118912] = 1, - ACTIONS(8510), 1, + [103626] = 1, + ACTIONS(8508), 1, aux_sym_pandoc_display_math_token1, - [118916] = 1, - ACTIONS(8512), 1, + [103630] = 1, + ACTIONS(8510), 1, aux_sym_target_token1, - [118920] = 1, + [103634] = 1, + ACTIONS(8512), 1, + aux_sym_insert_token1, + [103638] = 1, ACTIONS(8514), 1, - anon_sym_RBRACE, - [118924] = 1, + anon_sym_EQ, + [103642] = 1, ACTIONS(8516), 1, - anon_sym_RBRACE, - [118928] = 1, + aux_sym_insert_token1, + [103646] = 1, ACTIONS(8518), 1, - aux_sym_citation_token1, - [118932] = 1, + sym__whitespace, + [103650] = 1, ACTIONS(8520), 1, - sym__strikeout_close, - [118936] = 1, + aux_sym_insert_token1, + [103654] = 1, ACTIONS(8522), 1, - aux_sym_citation_token2, - [118940] = 1, + sym__block_close, + [103658] = 1, ACTIONS(8524), 1, - aux_sym_citation_token2, - [118944] = 1, - ACTIONS(8526), 1, sym__commonmark_double_quote_string, - [118948] = 1, + [103662] = 1, + ACTIONS(8526), 1, + aux_sym_insert_token1, + [103666] = 1, ACTIONS(8528), 1, - sym__subscript_close, - [118952] = 1, + sym__block_close, + [103670] = 1, ACTIONS(8530), 1, - sym__superscript_close, - [118956] = 1, + sym__single_quote_span_close, + [103674] = 1, ACTIONS(8532), 1, - anon_sym_RBRACK, - [118960] = 1, + aux_sym_citation_token1, + [103678] = 1, ACTIONS(8534), 1, aux_sym_citation_token1, - [118964] = 1, + [103682] = 1, ACTIONS(8536), 1, - aux_sym_citation_token1, - [118968] = 1, + sym__double_quote_span_close, + [103686] = 1, ACTIONS(8538), 1, - sym__close_block, - [118972] = 1, + aux_sym_insert_token1, + [103690] = 1, ACTIONS(8540), 1, - aux_sym_citation_token2, - [118976] = 1, + anon_sym_RBRACE, + [103694] = 1, ACTIONS(8542), 1, - sym__block_close, - [118980] = 1, + sym__single_quote_span_close, + [103698] = 1, ACTIONS(8544), 1, - sym__close_block, - [118984] = 1, - ACTIONS(8546), 1, - sym__strong_emphasis_close_star, - [118988] = 1, + sym__double_quote_span_close, + [103702] = 1, ACTIONS(8546), 1, - sym__strong_emphasis_close_underscore, - [118992] = 1, + anon_sym_RBRACE, + [103706] = 1, ACTIONS(8548), 1, - sym__emphasis_close_star, - [118996] = 1, + anon_sym_RBRACE, + [103710] = 1, ACTIONS(8550), 1, - aux_sym_insert_token1, - [119000] = 1, + sym__strikeout_close, + [103714] = 1, ACTIONS(8552), 1, aux_sym_pandoc_math_token1, - [119004] = 1, + [103718] = 1, ACTIONS(8554), 1, aux_sym_pandoc_display_math_token1, - [119008] = 1, + [103722] = 1, ACTIONS(8556), 1, aux_sym_target_token1, - [119012] = 1, - ACTIONS(8548), 1, - sym__emphasis_close_underscore, - [119016] = 1, + [103726] = 1, ACTIONS(8558), 1, - aux_sym_insert_token1, - [119020] = 1, - ACTIONS(6557), 1, - anon_sym_PIPE, - [119024] = 1, + anon_sym_RBRACE, + [103730] = 1, ACTIONS(8560), 1, - aux_sym_insert_token1, - [119028] = 1, + sym__strikeout_close, + [103734] = 1, ACTIONS(8562), 1, - anon_sym_RBRACE, - [119032] = 1, + sym__subscript_close, + [103738] = 1, ACTIONS(8564), 1, - aux_sym_insert_token1, - [119036] = 1, + sym__superscript_close, + [103742] = 1, ACTIONS(8566), 1, - sym__commonmark_double_quote_string, - [119040] = 1, + anon_sym_RBRACK, + [103746] = 1, ACTIONS(8568), 1, - anon_sym_RBRACE, - [119044] = 1, + sym__strong_emphasis_close_star, + [103750] = 1, ACTIONS(8570), 1, - sym__single_quote_span_close, - [119048] = 1, + sym__commonmark_double_quote_string, + [103754] = 1, + ACTIONS(8568), 1, + sym__strong_emphasis_close_underscore, + [103758] = 1, ACTIONS(8572), 1, - sym__double_quote_span_close, - [119052] = 1, + sym__emphasis_close_star, + [103762] = 1, + ACTIONS(8572), 1, + sym__emphasis_close_underscore, + [103766] = 1, ACTIONS(8574), 1, aux_sym_citation_token1, - [119056] = 1, + [103770] = 1, ACTIONS(8576), 1, aux_sym_citation_token1, - [119060] = 1, + [103774] = 1, ACTIONS(8578), 1, - anon_sym_RBRACE, - [119064] = 1, + sym__subscript_close, + [103778] = 1, ACTIONS(8580), 1, - anon_sym_RBRACE, - [119068] = 1, + sym__superscript_close, + [103782] = 1, ACTIONS(8582), 1, - sym__strikeout_close, - [119072] = 1, + anon_sym_RBRACK, + [103786] = 1, ACTIONS(8584), 1, - sym__subscript_close, - [119076] = 1, + sym__strong_emphasis_close_star, + [103790] = 1, + ACTIONS(8584), 1, + sym__strong_emphasis_close_underscore, + [103794] = 1, ACTIONS(8586), 1, - sym__superscript_close, - [119080] = 1, + sym__emphasis_close_star, + [103798] = 1, + ACTIONS(8586), 1, + sym__emphasis_close_underscore, + [103802] = 1, ACTIONS(8588), 1, - anon_sym_RBRACK, - [119084] = 1, - ACTIONS(8590), 1, - sym__strong_emphasis_close_star, - [119088] = 1, + sym__block_close, + [103806] = 1, ACTIONS(8590), 1, - sym__strong_emphasis_close_underscore, - [119092] = 1, - ACTIONS(8592), 1, aux_sym_pandoc_math_token1, - [119096] = 1, - ACTIONS(8594), 1, + [103810] = 1, + ACTIONS(8592), 1, aux_sym_pandoc_display_math_token1, - [119100] = 1, - ACTIONS(8596), 1, + [103814] = 1, + ACTIONS(8594), 1, aux_sym_target_token1, - [119104] = 1, - ACTIONS(8598), 1, - sym__emphasis_close_star, - [119108] = 1, + [103818] = 1, + ACTIONS(8596), 1, + sym__close_block, + [103822] = 1, ACTIONS(8598), 1, - sym__emphasis_close_underscore, - [119112] = 1, + anon_sym_DOLLAR, + [103826] = 1, ACTIONS(8600), 1, - sym__subscript_close, - [119116] = 1, - ACTIONS(8602), 1, anon_sym_DOLLAR, - [119120] = 1, + [103830] = 1, + ACTIONS(8602), 1, + anon_sym_DOLLAR_DOLLAR, + [103834] = 1, ACTIONS(8604), 1, - anon_sym_DOLLAR, - [119124] = 1, + anon_sym_RBRACE, + [103838] = 1, ACTIONS(8606), 1, - anon_sym_DOLLAR_DOLLAR, - [119128] = 1, + anon_sym_RBRACE, + [103842] = 1, ACTIONS(8608), 1, sym__commonmark_double_quote_string, - [119132] = 1, + [103846] = 1, ACTIONS(8610), 1, anon_sym_RBRACE, - [119136] = 1, + [103850] = 1, ACTIONS(8612), 1, anon_sym_RBRACE, - [119140] = 1, + [103854] = 1, ACTIONS(8614), 1, - anon_sym_RBRACE, - [119144] = 1, + aux_sym_insert_token1, + [103858] = 1, ACTIONS(8616), 1, aux_sym_citation_token1, - [119148] = 1, + [103862] = 1, ACTIONS(8618), 1, aux_sym_citation_token1, - [119152] = 1, + [103866] = 1, ACTIONS(8620), 1, - anon_sym_RBRACE, - [119156] = 1, + aux_sym_insert_token1, + [103870] = 1, ACTIONS(8622), 1, aux_sym_insert_token1, - [119160] = 1, + [103874] = 1, ACTIONS(8624), 1, - aux_sym_insert_token1, - [119164] = 1, + anon_sym_DOLLAR, + [103878] = 1, ACTIONS(8626), 1, - aux_sym_insert_token1, - [119168] = 1, + anon_sym_DOLLAR_DOLLAR, + [103882] = 1, ACTIONS(8628), 1, - aux_sym_insert_token1, - [119172] = 1, + anon_sym_RBRACE, + [103886] = 1, ACTIONS(8630), 1, - anon_sym_DOLLAR_DOLLAR, - [119176] = 1, + aux_sym_insert_token1, + [103890] = 1, ACTIONS(8632), 1, anon_sym_RBRACE, - [119180] = 1, + [103894] = 1, ACTIONS(8634), 1, - anon_sym_RBRACE, - [119184] = 1, + sym__block_close, + [103898] = 1, ACTIONS(8636), 1, aux_sym_pandoc_math_token1, - [119188] = 1, + [103902] = 1, ACTIONS(8638), 1, aux_sym_pandoc_display_math_token1, - [119192] = 1, + [103906] = 1, ACTIONS(8640), 1, aux_sym_target_token1, - [119196] = 1, + [103910] = 1, ACTIONS(8642), 1, - anon_sym_RBRACE, - [119200] = 1, + aux_sym_citation_token2, + [103914] = 1, ACTIONS(8644), 1, - anon_sym_RBRACE, - [119204] = 1, + aux_sym_citation_token2, + [103918] = 1, ACTIONS(8646), 1, - aux_sym_insert_token1, - [119208] = 1, + ts_builtin_sym_end, + [103922] = 1, ACTIONS(8648), 1, - aux_sym_insert_token1, - [119212] = 1, + anon_sym_DOLLAR_DOLLAR, + [103926] = 1, ACTIONS(8650), 1, - anon_sym_RPAREN, - [119216] = 1, + sym__whitespace, + [103930] = 1, ACTIONS(8652), 1, - aux_sym_insert_token1, - [119220] = 1, + anon_sym_RBRACE, + [103934] = 1, ACTIONS(8654), 1, sym__commonmark_double_quote_string, - [119224] = 1, + [103938] = 1, ACTIONS(8656), 1, - aux_sym_insert_token1, - [119228] = 1, - ACTIONS(5818), 1, - sym__whitespace, - [119232] = 1, + anon_sym_RBRACE, + [103942] = 1, ACTIONS(8658), 1, - sym__whitespace, - [119236] = 1, + anon_sym_RPAREN, + [103946] = 1, ACTIONS(8660), 1, - aux_sym_citation_token1, - [119240] = 1, + anon_sym_RBRACE, + [103950] = 1, ACTIONS(8662), 1, aux_sym_citation_token1, - [119244] = 1, + [103954] = 1, ACTIONS(8664), 1, - aux_sym_insert_token1, - [119248] = 1, + aux_sym_citation_token1, + [103958] = 1, ACTIONS(8666), 1, - aux_sym_insert_token1, - [119252] = 1, + sym__block_close, + [103962] = 1, ACTIONS(8668), 1, - aux_sym_insert_token1, - [119256] = 1, + sym__block_close, + [103966] = 1, ACTIONS(8670), 1, - aux_sym_insert_token1, - [119260] = 1, + sym__block_close, + [103970] = 1, ACTIONS(8672), 1, - sym__whitespace, - [119264] = 1, - ACTIONS(6730), 1, - sym__whitespace, - [119268] = 1, + sym__block_close, + [103974] = 1, ACTIONS(8674), 1, - sym__whitespace, - [119272] = 1, + sym__block_close, + [103978] = 1, ACTIONS(8676), 1, - sym__whitespace, - [119276] = 1, + anon_sym_RBRACE, + [103982] = 1, ACTIONS(8678), 1, - aux_sym_pandoc_math_token1, - [119280] = 1, + anon_sym_RBRACE, + [103986] = 1, + ACTIONS(6749), 1, + sym__pipe_table_delimiter, + [103990] = 1, ACTIONS(8680), 1, - aux_sym_pandoc_display_math_token1, - [119284] = 1, + aux_sym_pandoc_math_token1, + [103994] = 1, ACTIONS(8682), 1, - aux_sym_target_token1, - [119288] = 1, - ACTIONS(5830), 1, - sym__whitespace, - [119292] = 1, + aux_sym_pandoc_display_math_token1, + [103998] = 1, ACTIONS(8684), 1, - aux_sym_citation_token2, - [119296] = 1, + aux_sym_target_token1, + [104002] = 1, ACTIONS(8686), 1, - aux_sym_citation_token2, - [119300] = 1, + aux_sym_insert_token1, + [104006] = 1, ACTIONS(8688), 1, - anon_sym_RPAREN, - [119304] = 1, + aux_sym_insert_token1, + [104010] = 1, ACTIONS(8690), 1, - sym__superscript_close, - [119308] = 1, + aux_sym_commonmark_specifier_token1, + [104014] = 1, ACTIONS(8692), 1, - sym__block_close, - [119312] = 1, + aux_sym_insert_token1, + [104018] = 1, ACTIONS(8694), 1, - sym__commonmark_double_quote_string, - [119316] = 1, + aux_sym_insert_token1, + [104022] = 1, ACTIONS(8696), 1, - sym__block_close, - [119320] = 1, + aux_sym_insert_token1, + [104026] = 1, ACTIONS(8698), 1, - sym__block_close, - [119324] = 1, + sym__commonmark_double_quote_string, + [104030] = 1, + ACTIONS(7766), 1, + sym__close_block, + [104034] = 1, ACTIONS(8700), 1, - sym__block_close, - [119328] = 1, - ACTIONS(8702), 1, aux_sym_insert_token1, - [119332] = 1, + [104038] = 1, + ACTIONS(8702), 1, + aux_sym_citation_token2, + [104042] = 1, ACTIONS(8704), 1, - sym__block_close, - [119336] = 1, + aux_sym_citation_token1, + [104046] = 1, ACTIONS(8706), 1, - aux_sym_insert_token1, - [119340] = 1, + aux_sym_citation_token1, + [104050] = 1, ACTIONS(8708), 1, - sym__whitespace, - [119344] = 1, + anon_sym_RBRACE, + [104054] = 1, ACTIONS(8710), 1, - sym__block_close, - [119348] = 1, + aux_sym_citation_token2, + [104058] = 1, ACTIONS(8712), 1, - sym_shortcode_name, - [119352] = 1, + anon_sym_RBRACK, + [104062] = 1, ACTIONS(8714), 1, - sym_shortcode_name, - [119356] = 1, + aux_sym_insert_token1, + [104066] = 1, ACTIONS(8716), 1, - sym__close_block, - [119360] = 1, + aux_sym_citation_token2, + [104070] = 1, ACTIONS(8718), 1, - sym__close_block, - [119364] = 1, + sym__block_close, + [104074] = 1, ACTIONS(8720), 1, - sym__close_block, - [119368] = 1, + aux_sym_citation_token2, + [104078] = 1, ACTIONS(8722), 1, - sym__close_block, - [119372] = 1, + aux_sym_insert_token1, + [104082] = 1, ACTIONS(8724), 1, - sym__close_block, - [119376] = 1, + aux_sym_pandoc_math_token1, + [104086] = 1, ACTIONS(8726), 1, - sym__close_block, - [119380] = 1, + aux_sym_pandoc_display_math_token1, + [104090] = 1, ACTIONS(8728), 1, - sym__close_block, - [119384] = 1, + aux_sym_target_token1, + [104094] = 1, ACTIONS(8730), 1, - sym__close_block, - [119388] = 1, + sym__single_quote_span_close, + [104098] = 1, ACTIONS(8732), 1, - sym__whitespace, - [119392] = 1, - ACTIONS(8734), 1, aux_sym_insert_token1, - [119396] = 1, + [104102] = 1, + ACTIONS(8734), 1, + sym__double_quote_span_close, + [104106] = 1, ACTIONS(8736), 1, - sym_shortcode_name, - [119400] = 1, + aux_sym_insert_token1, + [104110] = 1, ACTIONS(8738), 1, - sym_shortcode_name, - [119404] = 1, + anon_sym_RBRACE, + [104114] = 1, ACTIONS(8740), 1, - sym__close_block, - [119408] = 1, + aux_sym_insert_token1, + [104118] = 1, ACTIONS(8742), 1, - sym__close_block, - [119412] = 1, + sym__commonmark_double_quote_string, + [104122] = 1, + ACTIONS(6759), 1, + sym__pipe_table_delimiter, + [104126] = 1, ACTIONS(8744), 1, - sym__close_block, - [119416] = 1, + aux_sym_insert_token1, + [104130] = 1, ACTIONS(8746), 1, - sym__close_block, - [119420] = 1, + aux_sym_citation_token1, + [104134] = 1, ACTIONS(8748), 1, - sym__close_block, - [119424] = 1, + aux_sym_citation_token1, + [104138] = 1, ACTIONS(8750), 1, - sym__close_block, - [119428] = 1, + aux_sym_citation_token1, + [104142] = 1, ACTIONS(8752), 1, - sym__close_block, - [119432] = 1, + sym__single_quote_span_close, + [104146] = 1, + ACTIONS(7063), 1, + sym__pipe_table_delimiter, + [104150] = 1, ACTIONS(8754), 1, - sym__close_block, - [119436] = 1, + sym__double_quote_span_close, + [104154] = 1, ACTIONS(8756), 1, - sym_shortcode_name, - [119440] = 1, + sym__close_block, + [104158] = 1, ACTIONS(8758), 1, - sym_shortcode_name, - [119444] = 1, + sym__block_close, + [104162] = 1, ACTIONS(8760), 1, - sym_shortcode_name, - [119448] = 1, + anon_sym_RBRACE, + [104166] = 1, ACTIONS(8762), 1, - sym_shortcode_name, - [119452] = 1, + sym__close_block, + [104170] = 1, ACTIONS(8764), 1, - sym_shortcode_name, - [119456] = 1, + aux_sym_insert_token1, + [104174] = 1, ACTIONS(8766), 1, - sym_shortcode_name, - [119460] = 1, + aux_sym_pandoc_math_token1, + [104178] = 1, ACTIONS(8768), 1, - sym_shortcode_name, - [119464] = 1, + aux_sym_pandoc_display_math_token1, + [104182] = 1, ACTIONS(8770), 1, - sym_shortcode_name, - [119468] = 1, + aux_sym_target_token1, + [104186] = 1, ACTIONS(8772), 1, - sym_shortcode_name, - [119472] = 1, + anon_sym_RBRACE, + [104190] = 1, ACTIONS(8774), 1, - sym_shortcode_name, - [119476] = 1, + sym__strikeout_close, + [104194] = 1, ACTIONS(8776), 1, - sym_shortcode_name, - [119480] = 1, + sym__subscript_close, + [104198] = 1, ACTIONS(8778), 1, - sym_shortcode_name, - [119484] = 1, + sym__superscript_close, + [104202] = 1, ACTIONS(8780), 1, - sym_shortcode_name, - [119488] = 1, + anon_sym_RBRACK, + [104206] = 1, ACTIONS(8782), 1, - sym_shortcode_name, - [119492] = 1, + sym__strong_emphasis_close_star, + [104210] = 1, ACTIONS(8784), 1, - sym_shortcode_name, - [119496] = 1, + sym__commonmark_double_quote_string, + [104214] = 1, + ACTIONS(8782), 1, + sym__strong_emphasis_close_underscore, + [104218] = 1, ACTIONS(8786), 1, - sym_shortcode_name, - [119500] = 1, + sym__emphasis_close_star, + [104222] = 1, + ACTIONS(8786), 1, + sym__emphasis_close_underscore, + [104226] = 1, ACTIONS(8788), 1, - sym_shortcode_name, - [119504] = 1, + aux_sym_citation_token1, + [104230] = 1, ACTIONS(8790), 1, - sym_shortcode_name, - [119508] = 1, + aux_sym_citation_token1, + [104234] = 1, ACTIONS(8792), 1, - sym_shortcode_name, - [119512] = 1, + aux_sym_insert_token1, + [104238] = 1, ACTIONS(8794), 1, - sym_shortcode_name, - [119516] = 1, + sym__block_close, + [104242] = 1, ACTIONS(8796), 1, - sym_shortcode_name, - [119520] = 1, + aux_sym_insert_token1, + [104246] = 1, ACTIONS(8798), 1, - sym_shortcode_name, - [119524] = 1, + anon_sym_RBRACE, + [104250] = 1, ACTIONS(8800), 1, - sym_shortcode_name, - [119528] = 1, + sym__block_close, + [104254] = 1, ACTIONS(8802), 1, - sym_shortcode_name, - [119532] = 1, + sym__block_close, + [104258] = 1, ACTIONS(8804), 1, - sym_shortcode_name, - [119536] = 1, + sym__block_close, + [104262] = 1, ACTIONS(8806), 1, - sym_shortcode_name, - [119540] = 1, + sym__block_close, + [104266] = 1, ACTIONS(8808), 1, - sym_shortcode_name, - [119544] = 1, + aux_sym_pandoc_math_token1, + [104270] = 1, ACTIONS(8810), 1, - sym__whitespace, - [119548] = 1, + aux_sym_pandoc_display_math_token1, + [104274] = 1, ACTIONS(8812), 1, - sym__whitespace, - [119552] = 1, + aux_sym_target_token1, + [104278] = 1, ACTIONS(8814), 1, - sym__whitespace, - [119556] = 1, + sym__strikeout_close, + [104282] = 1, ACTIONS(8816), 1, - sym__whitespace, - [119560] = 1, + anon_sym_DOLLAR, + [104286] = 1, ACTIONS(8818), 1, - sym__whitespace, - [119564] = 1, + anon_sym_DOLLAR_DOLLAR, + [104290] = 1, ACTIONS(8820), 1, - sym__whitespace, - [119568] = 1, + anon_sym_RBRACE, + [104294] = 1, ACTIONS(8822), 1, - sym__whitespace, - [119572] = 1, + anon_sym_RBRACE, + [104298] = 1, ACTIONS(8824), 1, - sym__whitespace, - [119576] = 1, + anon_sym_RBRACE, + [104302] = 1, ACTIONS(8826), 1, - sym__whitespace, - [119580] = 1, + sym__commonmark_double_quote_string, + [104306] = 1, ACTIONS(8828), 1, - sym__whitespace, - [119584] = 1, + anon_sym_RBRACE, + [104310] = 1, ACTIONS(8830), 1, - sym__whitespace, - [119588] = 1, + aux_sym_insert_token1, + [104314] = 1, ACTIONS(8832), 1, - sym__whitespace, - [119592] = 1, + aux_sym_insert_token1, + [104318] = 1, ACTIONS(8834), 1, - sym__whitespace, - [119596] = 1, + aux_sym_citation_token1, + [104322] = 1, ACTIONS(8836), 1, - sym__whitespace, - [119600] = 1, + aux_sym_citation_token1, + [104326] = 1, ACTIONS(8838), 1, - sym__whitespace, - [119604] = 1, + sym__block_close, + [104330] = 1, ACTIONS(8840), 1, - sym__whitespace, - [119608] = 1, + sym__block_close, + [104334] = 1, ACTIONS(8842), 1, - sym__whitespace, - [119612] = 1, + aux_sym_insert_token1, + [104338] = 1, ACTIONS(8844), 1, - sym__whitespace, - [119616] = 1, + aux_sym_insert_token1, + [104342] = 1, ACTIONS(8846), 1, - sym__whitespace, - [119620] = 1, + sym__strong_emphasis_close_star, + [104346] = 1, ACTIONS(8848), 1, - sym__whitespace, - [119624] = 1, + sym__subscript_close, + [104350] = 1, ACTIONS(8850), 1, - sym__whitespace, - [119628] = 1, + sym__superscript_close, + [104354] = 1, ACTIONS(8852), 1, sym__whitespace, - [119632] = 1, + [104358] = 1, ACTIONS(8854), 1, - sym__whitespace, - [119636] = 1, + aux_sym_pandoc_math_token1, + [104362] = 1, ACTIONS(8856), 1, - sym__whitespace, - [119640] = 1, + aux_sym_pandoc_display_math_token1, + [104366] = 1, ACTIONS(8858), 1, - sym__whitespace, - [119644] = 1, + aux_sym_target_token1, + [104370] = 1, + ACTIONS(8846), 1, + sym__strong_emphasis_close_underscore, + [104374] = 1, ACTIONS(8860), 1, - sym__whitespace, - [119648] = 1, + anon_sym_RBRACK, + [104378] = 1, ACTIONS(8862), 1, - sym__whitespace, - [119652] = 1, + aux_sym_insert_token1, + [104382] = 1, ACTIONS(8864), 1, - sym__whitespace, - [119656] = 1, + sym__strong_emphasis_close_star, + [104386] = 1, ACTIONS(8866), 1, - sym__whitespace, - [119660] = 1, + anon_sym_RPAREN, + [104390] = 1, + ACTIONS(8864), 1, + sym__strong_emphasis_close_underscore, + [104394] = 1, ACTIONS(8868), 1, - sym__whitespace, - [119664] = 1, + sym__commonmark_double_quote_string, + [104398] = 1, ACTIONS(8870), 1, - sym__whitespace, - [119668] = 1, + sym__emphasis_close_star, + [104402] = 1, + ACTIONS(5964), 1, + sym__line_ending, + [104406] = 1, + ACTIONS(8870), 1, + sym__emphasis_close_underscore, + [104410] = 1, ACTIONS(8872), 1, - sym__whitespace, - [119672] = 1, + aux_sym_citation_token1, + [104414] = 1, ACTIONS(8874), 1, - sym__whitespace, - [119676] = 1, + aux_sym_citation_token1, + [104418] = 1, ACTIONS(8876), 1, + aux_sym_insert_token1, + [104422] = 1, + ACTIONS(7638), 1, + sym__block_close, + [104426] = 1, + ACTIONS(8878), 1, + aux_sym_citation_token2, + [104430] = 1, + ACTIONS(8880), 1, + sym__close_block, + [104434] = 1, + ACTIONS(8882), 1, + sym__whitespace, + [104438] = 1, + ACTIONS(8884), 1, + aux_sym_insert_token1, + [104442] = 1, + ACTIONS(8886), 1, + aux_sym_insert_token1, + [104446] = 1, + ACTIONS(8888), 1, + sym__whitespace, + [104450] = 1, + ACTIONS(8890), 1, + aux_sym_pandoc_math_token1, + [104454] = 1, + ACTIONS(8892), 1, + aux_sym_pandoc_display_math_token1, + [104458] = 1, + ACTIONS(8894), 1, + aux_sym_target_token1, + [104462] = 1, + ACTIONS(8896), 1, + anon_sym_DOLLAR, + [104466] = 1, + ACTIONS(6969), 1, + sym__whitespace, + [104470] = 1, + ACTIONS(8898), 1, + aux_sym_citation_token2, + [104474] = 1, + ACTIONS(8900), 1, + aux_sym_citation_token2, + [104478] = 1, + ACTIONS(8902), 1, + anon_sym_DOLLAR_DOLLAR, + [104482] = 1, + ACTIONS(8904), 1, + aux_sym_insert_token1, + [104486] = 1, + ACTIONS(8906), 1, + sym__commonmark_double_quote_string, + [104490] = 1, + ACTIONS(8908), 1, + anon_sym_RBRACE, + [104494] = 1, + ACTIONS(8910), 1, + anon_sym_RBRACE, + [104498] = 1, + ACTIONS(8912), 1, + aux_sym_insert_token1, + [104502] = 1, + ACTIONS(8914), 1, + anon_sym_RBRACE, + [104506] = 1, + ACTIONS(8916), 1, + aux_sym_insert_token1, + [104510] = 1, + ACTIONS(8918), 1, + anon_sym_RBRACE, + [104514] = 1, + ACTIONS(8920), 1, + aux_sym_insert_token1, + [104518] = 1, + ACTIONS(8922), 1, + sym__whitespace, + [104522] = 1, + ACTIONS(8924), 1, + sym_shortcode_name, + [104526] = 1, + ACTIONS(8926), 1, + sym_shortcode_name, + [104530] = 1, + ACTIONS(8928), 1, + sym__close_block, + [104534] = 1, + ACTIONS(8930), 1, + sym__close_block, + [104538] = 1, + ACTIONS(8932), 1, + sym__close_block, + [104542] = 1, + ACTIONS(8934), 1, + sym__close_block, + [104546] = 1, + ACTIONS(8936), 1, + sym__close_block, + [104550] = 1, + ACTIONS(8938), 1, + sym__close_block, + [104554] = 1, + ACTIONS(8940), 1, + sym__close_block, + [104558] = 1, + ACTIONS(8942), 1, + sym__close_block, + [104562] = 1, + ACTIONS(8944), 1, + sym__whitespace, + [104566] = 1, + ACTIONS(8946), 1, + aux_sym_insert_token1, + [104570] = 1, + ACTIONS(8948), 1, + sym_shortcode_name, + [104574] = 1, + ACTIONS(8950), 1, + sym_shortcode_name, + [104578] = 1, + ACTIONS(8952), 1, + sym__close_block, + [104582] = 1, + ACTIONS(8954), 1, + sym__close_block, + [104586] = 1, + ACTIONS(8956), 1, + sym__close_block, + [104590] = 1, + ACTIONS(8958), 1, + sym__close_block, + [104594] = 1, + ACTIONS(8960), 1, + sym__close_block, + [104598] = 1, + ACTIONS(8962), 1, + sym__close_block, + [104602] = 1, + ACTIONS(8964), 1, + sym__close_block, + [104606] = 1, + ACTIONS(8966), 1, + sym__close_block, + [104610] = 1, + ACTIONS(8968), 1, + sym_shortcode_name, + [104614] = 1, + ACTIONS(8970), 1, + sym_shortcode_name, + [104618] = 1, + ACTIONS(8972), 1, + sym_shortcode_name, + [104622] = 1, + ACTIONS(8974), 1, + sym_shortcode_name, + [104626] = 1, + ACTIONS(8976), 1, + sym_shortcode_name, + [104630] = 1, + ACTIONS(8978), 1, + sym_shortcode_name, + [104634] = 1, + ACTIONS(8980), 1, + sym_shortcode_name, + [104638] = 1, + ACTIONS(8982), 1, + sym_shortcode_name, + [104642] = 1, + ACTIONS(8984), 1, + sym_shortcode_name, + [104646] = 1, + ACTIONS(8986), 1, + sym_shortcode_name, + [104650] = 1, + ACTIONS(8988), 1, + sym_shortcode_name, + [104654] = 1, + ACTIONS(8990), 1, + sym_shortcode_name, + [104658] = 1, + ACTIONS(8992), 1, + sym_shortcode_name, + [104662] = 1, + ACTIONS(8994), 1, + sym_shortcode_name, + [104666] = 1, + ACTIONS(8996), 1, + sym_shortcode_name, + [104670] = 1, + ACTIONS(8998), 1, + sym_shortcode_name, + [104674] = 1, + ACTIONS(9000), 1, + sym_shortcode_name, + [104678] = 1, + ACTIONS(9002), 1, + sym_shortcode_name, + [104682] = 1, + ACTIONS(9004), 1, + sym_shortcode_name, + [104686] = 1, + ACTIONS(9006), 1, + sym_shortcode_name, + [104690] = 1, + ACTIONS(9008), 1, + sym_shortcode_name, + [104694] = 1, + ACTIONS(9010), 1, + sym_shortcode_name, + [104698] = 1, + ACTIONS(9012), 1, + sym_shortcode_name, + [104702] = 1, + ACTIONS(9014), 1, + sym_shortcode_name, + [104706] = 1, + ACTIONS(9016), 1, + sym_shortcode_name, + [104710] = 1, + ACTIONS(9018), 1, + sym_shortcode_name, + [104714] = 1, + ACTIONS(9020), 1, + sym_shortcode_name, + [104718] = 1, + ACTIONS(9022), 1, + sym__whitespace, + [104722] = 1, + ACTIONS(9024), 1, + sym__whitespace, + [104726] = 1, + ACTIONS(9026), 1, + sym__whitespace, + [104730] = 1, + ACTIONS(9028), 1, + sym__whitespace, + [104734] = 1, + ACTIONS(9030), 1, + sym__whitespace, + [104738] = 1, + ACTIONS(9032), 1, + sym__whitespace, + [104742] = 1, + ACTIONS(9034), 1, + sym__whitespace, + [104746] = 1, + ACTIONS(9036), 1, + sym__whitespace, + [104750] = 1, + ACTIONS(9038), 1, + sym__whitespace, + [104754] = 1, + ACTIONS(9040), 1, + sym__whitespace, + [104758] = 1, + ACTIONS(9042), 1, + sym__whitespace, + [104762] = 1, + ACTIONS(9044), 1, + sym__whitespace, + [104766] = 1, + ACTIONS(9046), 1, + sym__whitespace, + [104770] = 1, + ACTIONS(9048), 1, + sym__whitespace, + [104774] = 1, + ACTIONS(9050), 1, + sym__whitespace, + [104778] = 1, + ACTIONS(9052), 1, + sym__whitespace, + [104782] = 1, + ACTIONS(9054), 1, + sym__whitespace, + [104786] = 1, + ACTIONS(9056), 1, + sym__whitespace, + [104790] = 1, + ACTIONS(9058), 1, + sym__whitespace, + [104794] = 1, + ACTIONS(9060), 1, + sym__whitespace, + [104798] = 1, + ACTIONS(9062), 1, + sym__whitespace, + [104802] = 1, + ACTIONS(9064), 1, + sym__whitespace, + [104806] = 1, + ACTIONS(9066), 1, + sym__whitespace, + [104810] = 1, + ACTIONS(9068), 1, + sym__whitespace, + [104814] = 1, + ACTIONS(9070), 1, + sym__whitespace, + [104818] = 1, + ACTIONS(9072), 1, + sym__whitespace, + [104822] = 1, + ACTIONS(9074), 1, + sym__whitespace, + [104826] = 1, + ACTIONS(9076), 1, + sym__whitespace, + [104830] = 1, + ACTIONS(9078), 1, + sym__whitespace, + [104834] = 1, + ACTIONS(9080), 1, + sym__whitespace, + [104838] = 1, + ACTIONS(9082), 1, + sym__whitespace, + [104842] = 1, + ACTIONS(9084), 1, + sym__whitespace, + [104846] = 1, + ACTIONS(9086), 1, + sym__whitespace, + [104850] = 1, + ACTIONS(9088), 1, aux_sym_citation_token1, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(391)] = 0, - [SMALL_STATE(392)] = 69, - [SMALL_STATE(393)] = 138, - [SMALL_STATE(394)] = 207, - [SMALL_STATE(395)] = 276, - [SMALL_STATE(396)] = 345, - [SMALL_STATE(397)] = 414, - [SMALL_STATE(398)] = 483, - [SMALL_STATE(399)] = 552, - [SMALL_STATE(400)] = 621, - [SMALL_STATE(401)] = 690, - [SMALL_STATE(402)] = 759, - [SMALL_STATE(403)] = 828, - [SMALL_STATE(404)] = 897, - [SMALL_STATE(405)] = 966, - [SMALL_STATE(406)] = 1035, - [SMALL_STATE(407)] = 1104, - [SMALL_STATE(408)] = 1173, - [SMALL_STATE(409)] = 1242, - [SMALL_STATE(410)] = 1371, - [SMALL_STATE(411)] = 1440, - [SMALL_STATE(412)] = 1509, - [SMALL_STATE(413)] = 1578, - [SMALL_STATE(414)] = 1647, - [SMALL_STATE(415)] = 1716, - [SMALL_STATE(416)] = 1785, - [SMALL_STATE(417)] = 1854, - [SMALL_STATE(418)] = 1923, - [SMALL_STATE(419)] = 1992, - [SMALL_STATE(420)] = 2061, - [SMALL_STATE(421)] = 2196, - [SMALL_STATE(422)] = 2265, - [SMALL_STATE(423)] = 2396, - [SMALL_STATE(424)] = 2465, - [SMALL_STATE(425)] = 2596, - [SMALL_STATE(426)] = 2727, - [SMALL_STATE(427)] = 2796, - [SMALL_STATE(428)] = 2865, - [SMALL_STATE(429)] = 2934, - [SMALL_STATE(430)] = 3003, - [SMALL_STATE(431)] = 3072, - [SMALL_STATE(432)] = 3141, - [SMALL_STATE(433)] = 3210, - [SMALL_STATE(434)] = 3345, - [SMALL_STATE(435)] = 3480, - [SMALL_STATE(436)] = 3549, - [SMALL_STATE(437)] = 3618, - [SMALL_STATE(438)] = 3751, - [SMALL_STATE(439)] = 3820, - [SMALL_STATE(440)] = 3889, - [SMALL_STATE(441)] = 3958, - [SMALL_STATE(442)] = 4027, - [SMALL_STATE(443)] = 4096, - [SMALL_STATE(444)] = 4165, - [SMALL_STATE(445)] = 4234, - [SMALL_STATE(446)] = 4303, - [SMALL_STATE(447)] = 4372, - [SMALL_STATE(448)] = 4441, - [SMALL_STATE(449)] = 4510, - [SMALL_STATE(450)] = 4579, - [SMALL_STATE(451)] = 4714, - [SMALL_STATE(452)] = 4849, - [SMALL_STATE(453)] = 4978, - [SMALL_STATE(454)] = 5047, - [SMALL_STATE(455)] = 5116, - [SMALL_STATE(456)] = 5245, - [SMALL_STATE(457)] = 5314, - [SMALL_STATE(458)] = 5383, - [SMALL_STATE(459)] = 5452, - [SMALL_STATE(460)] = 5521, - [SMALL_STATE(461)] = 5590, - [SMALL_STATE(462)] = 5659, - [SMALL_STATE(463)] = 5794, - [SMALL_STATE(464)] = 5929, - [SMALL_STATE(465)] = 5998, - [SMALL_STATE(466)] = 6067, - [SMALL_STATE(467)] = 6136, - [SMALL_STATE(468)] = 6205, - [SMALL_STATE(469)] = 6340, - [SMALL_STATE(470)] = 6475, - [SMALL_STATE(471)] = 6544, - [SMALL_STATE(472)] = 6613, - [SMALL_STATE(473)] = 6682, - [SMALL_STATE(474)] = 6817, - [SMALL_STATE(475)] = 6952, - [SMALL_STATE(476)] = 7021, - [SMALL_STATE(477)] = 7090, - [SMALL_STATE(478)] = 7225, - [SMALL_STATE(479)] = 7360, - [SMALL_STATE(480)] = 7429, - [SMALL_STATE(481)] = 7498, - [SMALL_STATE(482)] = 7567, - [SMALL_STATE(483)] = 7636, - [SMALL_STATE(484)] = 7771, - [SMALL_STATE(485)] = 7906, - [SMALL_STATE(486)] = 7975, - [SMALL_STATE(487)] = 8044, - [SMALL_STATE(488)] = 8113, - [SMALL_STATE(489)] = 8182, - [SMALL_STATE(490)] = 8317, - [SMALL_STATE(491)] = 8452, - [SMALL_STATE(492)] = 8521, - [SMALL_STATE(493)] = 8590, - [SMALL_STATE(494)] = 8659, - [SMALL_STATE(495)] = 8794, - [SMALL_STATE(496)] = 8929, - [SMALL_STATE(497)] = 8998, - [SMALL_STATE(498)] = 9067, - [SMALL_STATE(499)] = 9136, - [SMALL_STATE(500)] = 9205, - [SMALL_STATE(501)] = 9340, - [SMALL_STATE(502)] = 9475, - [SMALL_STATE(503)] = 9544, - [SMALL_STATE(504)] = 9613, - [SMALL_STATE(505)] = 9682, - [SMALL_STATE(506)] = 9817, - [SMALL_STATE(507)] = 9952, - [SMALL_STATE(508)] = 10021, - [SMALL_STATE(509)] = 10090, - [SMALL_STATE(510)] = 10159, - [SMALL_STATE(511)] = 10228, - [SMALL_STATE(512)] = 10363, - [SMALL_STATE(513)] = 10498, - [SMALL_STATE(514)] = 10567, - [SMALL_STATE(515)] = 10636, - [SMALL_STATE(516)] = 10705, - [SMALL_STATE(517)] = 10774, - [SMALL_STATE(518)] = 10909, - [SMALL_STATE(519)] = 11044, - [SMALL_STATE(520)] = 11113, - [SMALL_STATE(521)] = 11182, - [SMALL_STATE(522)] = 11251, - [SMALL_STATE(523)] = 11386, - [SMALL_STATE(524)] = 11521, - [SMALL_STATE(525)] = 11590, - [SMALL_STATE(526)] = 11659, - [SMALL_STATE(527)] = 11794, - [SMALL_STATE(528)] = 11929, - [SMALL_STATE(529)] = 11998, - [SMALL_STATE(530)] = 12067, - [SMALL_STATE(531)] = 12202, - [SMALL_STATE(532)] = 12271, - [SMALL_STATE(533)] = 12340, - [SMALL_STATE(534)] = 12409, - [SMALL_STATE(535)] = 12478, - [SMALL_STATE(536)] = 12611, - [SMALL_STATE(537)] = 12680, - [SMALL_STATE(538)] = 12749, - [SMALL_STATE(539)] = 12818, - [SMALL_STATE(540)] = 12951, - [SMALL_STATE(541)] = 13020, - [SMALL_STATE(542)] = 13153, - [SMALL_STATE(543)] = 13222, - [SMALL_STATE(544)] = 13291, - [SMALL_STATE(545)] = 13360, - [SMALL_STATE(546)] = 13429, - [SMALL_STATE(547)] = 13498, - [SMALL_STATE(548)] = 13567, - [SMALL_STATE(549)] = 13636, - [SMALL_STATE(550)] = 13705, - [SMALL_STATE(551)] = 13774, - [SMALL_STATE(552)] = 13843, - [SMALL_STATE(553)] = 13971, - [SMALL_STATE(554)] = 14099, - [SMALL_STATE(555)] = 14227, - [SMALL_STATE(556)] = 14355, - [SMALL_STATE(557)] = 14483, - [SMALL_STATE(558)] = 14611, - [SMALL_STATE(559)] = 14739, - [SMALL_STATE(560)] = 14867, - [SMALL_STATE(561)] = 14995, - [SMALL_STATE(562)] = 15123, - [SMALL_STATE(563)] = 15251, - [SMALL_STATE(564)] = 15379, - [SMALL_STATE(565)] = 15507, - [SMALL_STATE(566)] = 15635, - [SMALL_STATE(567)] = 15763, - [SMALL_STATE(568)] = 15891, - [SMALL_STATE(569)] = 16019, - [SMALL_STATE(570)] = 16147, - [SMALL_STATE(571)] = 16275, - [SMALL_STATE(572)] = 16403, - [SMALL_STATE(573)] = 16531, - [SMALL_STATE(574)] = 16659, - [SMALL_STATE(575)] = 16787, - [SMALL_STATE(576)] = 16915, - [SMALL_STATE(577)] = 17043, - [SMALL_STATE(578)] = 17171, - [SMALL_STATE(579)] = 17299, - [SMALL_STATE(580)] = 17427, - [SMALL_STATE(581)] = 17555, - [SMALL_STATE(582)] = 17683, - [SMALL_STATE(583)] = 17811, - [SMALL_STATE(584)] = 17939, - [SMALL_STATE(585)] = 18067, - [SMALL_STATE(586)] = 18195, - [SMALL_STATE(587)] = 18323, - [SMALL_STATE(588)] = 18452, - [SMALL_STATE(589)] = 18581, - [SMALL_STATE(590)] = 18710, - [SMALL_STATE(591)] = 18839, - [SMALL_STATE(592)] = 18968, - [SMALL_STATE(593)] = 19097, - [SMALL_STATE(594)] = 19226, - [SMALL_STATE(595)] = 19355, - [SMALL_STATE(596)] = 19484, - [SMALL_STATE(597)] = 19613, - [SMALL_STATE(598)] = 19742, - [SMALL_STATE(599)] = 19871, - [SMALL_STATE(600)] = 20000, - [SMALL_STATE(601)] = 20129, - [SMALL_STATE(602)] = 20258, - [SMALL_STATE(603)] = 20387, - [SMALL_STATE(604)] = 20516, - [SMALL_STATE(605)] = 20645, - [SMALL_STATE(606)] = 20774, - [SMALL_STATE(607)] = 20903, - [SMALL_STATE(608)] = 21032, - [SMALL_STATE(609)] = 21161, - [SMALL_STATE(610)] = 21290, - [SMALL_STATE(611)] = 21419, - [SMALL_STATE(612)] = 21548, - [SMALL_STATE(613)] = 21677, - [SMALL_STATE(614)] = 21806, - [SMALL_STATE(615)] = 21935, - [SMALL_STATE(616)] = 22064, - [SMALL_STATE(617)] = 22193, - [SMALL_STATE(618)] = 22322, - [SMALL_STATE(619)] = 22451, - [SMALL_STATE(620)] = 22580, - [SMALL_STATE(621)] = 22709, - [SMALL_STATE(622)] = 22838, - [SMALL_STATE(623)] = 22967, - [SMALL_STATE(624)] = 23096, - [SMALL_STATE(625)] = 23225, - [SMALL_STATE(626)] = 23354, - [SMALL_STATE(627)] = 23483, - [SMALL_STATE(628)] = 23612, - [SMALL_STATE(629)] = 23741, - [SMALL_STATE(630)] = 23870, - [SMALL_STATE(631)] = 23999, - [SMALL_STATE(632)] = 24128, - [SMALL_STATE(633)] = 24257, - [SMALL_STATE(634)] = 24386, - [SMALL_STATE(635)] = 24515, - [SMALL_STATE(636)] = 24644, - [SMALL_STATE(637)] = 24773, - [SMALL_STATE(638)] = 24902, - [SMALL_STATE(639)] = 25031, - [SMALL_STATE(640)] = 25160, - [SMALL_STATE(641)] = 25289, - [SMALL_STATE(642)] = 25418, - [SMALL_STATE(643)] = 25547, - [SMALL_STATE(644)] = 25676, - [SMALL_STATE(645)] = 25805, - [SMALL_STATE(646)] = 25934, - [SMALL_STATE(647)] = 26063, - [SMALL_STATE(648)] = 26192, - [SMALL_STATE(649)] = 26321, - [SMALL_STATE(650)] = 26448, - [SMALL_STATE(651)] = 26577, - [SMALL_STATE(652)] = 26706, - [SMALL_STATE(653)] = 26835, - [SMALL_STATE(654)] = 26964, - [SMALL_STATE(655)] = 27093, - [SMALL_STATE(656)] = 27222, - [SMALL_STATE(657)] = 27351, - [SMALL_STATE(658)] = 27480, - [SMALL_STATE(659)] = 27609, - [SMALL_STATE(660)] = 27738, - [SMALL_STATE(661)] = 27867, - [SMALL_STATE(662)] = 27996, - [SMALL_STATE(663)] = 28125, - [SMALL_STATE(664)] = 28254, - [SMALL_STATE(665)] = 28383, - [SMALL_STATE(666)] = 28512, - [SMALL_STATE(667)] = 28641, - [SMALL_STATE(668)] = 28770, - [SMALL_STATE(669)] = 28899, - [SMALL_STATE(670)] = 29028, - [SMALL_STATE(671)] = 29157, - [SMALL_STATE(672)] = 29286, - [SMALL_STATE(673)] = 29415, - [SMALL_STATE(674)] = 29544, - [SMALL_STATE(675)] = 29673, - [SMALL_STATE(676)] = 29802, - [SMALL_STATE(677)] = 29931, - [SMALL_STATE(678)] = 30058, - [SMALL_STATE(679)] = 30187, - [SMALL_STATE(680)] = 30316, - [SMALL_STATE(681)] = 30445, - [SMALL_STATE(682)] = 30574, - [SMALL_STATE(683)] = 30703, - [SMALL_STATE(684)] = 30832, - [SMALL_STATE(685)] = 30961, - [SMALL_STATE(686)] = 31090, - [SMALL_STATE(687)] = 31219, - [SMALL_STATE(688)] = 31348, - [SMALL_STATE(689)] = 31474, - [SMALL_STATE(690)] = 31600, - [SMALL_STATE(691)] = 31726, - [SMALL_STATE(692)] = 31852, - [SMALL_STATE(693)] = 31978, - [SMALL_STATE(694)] = 32104, - [SMALL_STATE(695)] = 32230, - [SMALL_STATE(696)] = 32356, - [SMALL_STATE(697)] = 32482, - [SMALL_STATE(698)] = 32608, - [SMALL_STATE(699)] = 32734, - [SMALL_STATE(700)] = 32860, - [SMALL_STATE(701)] = 32986, - [SMALL_STATE(702)] = 33112, - [SMALL_STATE(703)] = 33238, - [SMALL_STATE(704)] = 33364, - [SMALL_STATE(705)] = 33490, - [SMALL_STATE(706)] = 33616, - [SMALL_STATE(707)] = 33742, - [SMALL_STATE(708)] = 33868, - [SMALL_STATE(709)] = 33994, - [SMALL_STATE(710)] = 34120, - [SMALL_STATE(711)] = 34246, - [SMALL_STATE(712)] = 34372, - [SMALL_STATE(713)] = 34498, - [SMALL_STATE(714)] = 34624, - [SMALL_STATE(715)] = 34750, - [SMALL_STATE(716)] = 34876, - [SMALL_STATE(717)] = 35002, - [SMALL_STATE(718)] = 35128, - [SMALL_STATE(719)] = 35254, - [SMALL_STATE(720)] = 35380, - [SMALL_STATE(721)] = 35506, - [SMALL_STATE(722)] = 35632, - [SMALL_STATE(723)] = 35758, - [SMALL_STATE(724)] = 35884, - [SMALL_STATE(725)] = 36010, - [SMALL_STATE(726)] = 36136, - [SMALL_STATE(727)] = 36262, - [SMALL_STATE(728)] = 36388, - [SMALL_STATE(729)] = 36514, - [SMALL_STATE(730)] = 36640, - [SMALL_STATE(731)] = 36766, - [SMALL_STATE(732)] = 36892, - [SMALL_STATE(733)] = 37018, - [SMALL_STATE(734)] = 37144, - [SMALL_STATE(735)] = 37270, - [SMALL_STATE(736)] = 37396, - [SMALL_STATE(737)] = 37522, - [SMALL_STATE(738)] = 37648, - [SMALL_STATE(739)] = 37774, - [SMALL_STATE(740)] = 37900, - [SMALL_STATE(741)] = 38026, - [SMALL_STATE(742)] = 38152, - [SMALL_STATE(743)] = 38278, - [SMALL_STATE(744)] = 38404, - [SMALL_STATE(745)] = 38530, - [SMALL_STATE(746)] = 38656, - [SMALL_STATE(747)] = 38782, - [SMALL_STATE(748)] = 38908, - [SMALL_STATE(749)] = 39034, - [SMALL_STATE(750)] = 39160, - [SMALL_STATE(751)] = 39286, - [SMALL_STATE(752)] = 39412, - [SMALL_STATE(753)] = 39538, - [SMALL_STATE(754)] = 39664, - [SMALL_STATE(755)] = 39790, - [SMALL_STATE(756)] = 39916, - [SMALL_STATE(757)] = 40042, - [SMALL_STATE(758)] = 40168, - [SMALL_STATE(759)] = 40294, - [SMALL_STATE(760)] = 40420, - [SMALL_STATE(761)] = 40546, - [SMALL_STATE(762)] = 40672, - [SMALL_STATE(763)] = 40798, - [SMALL_STATE(764)] = 40924, - [SMALL_STATE(765)] = 41050, - [SMALL_STATE(766)] = 41176, - [SMALL_STATE(767)] = 41302, - [SMALL_STATE(768)] = 41428, - [SMALL_STATE(769)] = 41554, - [SMALL_STATE(770)] = 41680, - [SMALL_STATE(771)] = 41806, - [SMALL_STATE(772)] = 41932, - [SMALL_STATE(773)] = 42058, - [SMALL_STATE(774)] = 42184, - [SMALL_STATE(775)] = 42310, - [SMALL_STATE(776)] = 42436, - [SMALL_STATE(777)] = 42562, - [SMALL_STATE(778)] = 42688, - [SMALL_STATE(779)] = 42814, - [SMALL_STATE(780)] = 42940, - [SMALL_STATE(781)] = 43066, - [SMALL_STATE(782)] = 43192, - [SMALL_STATE(783)] = 43318, - [SMALL_STATE(784)] = 43444, - [SMALL_STATE(785)] = 43570, - [SMALL_STATE(786)] = 43696, - [SMALL_STATE(787)] = 43822, - [SMALL_STATE(788)] = 43948, - [SMALL_STATE(789)] = 44074, - [SMALL_STATE(790)] = 44200, - [SMALL_STATE(791)] = 44326, - [SMALL_STATE(792)] = 44452, - [SMALL_STATE(793)] = 44578, - [SMALL_STATE(794)] = 44704, - [SMALL_STATE(795)] = 44830, - [SMALL_STATE(796)] = 44956, - [SMALL_STATE(797)] = 45082, - [SMALL_STATE(798)] = 45208, - [SMALL_STATE(799)] = 45334, - [SMALL_STATE(800)] = 45460, - [SMALL_STATE(801)] = 45586, - [SMALL_STATE(802)] = 45712, - [SMALL_STATE(803)] = 45838, - [SMALL_STATE(804)] = 45964, - [SMALL_STATE(805)] = 46090, - [SMALL_STATE(806)] = 46216, - [SMALL_STATE(807)] = 46342, - [SMALL_STATE(808)] = 46468, - [SMALL_STATE(809)] = 46594, - [SMALL_STATE(810)] = 46720, - [SMALL_STATE(811)] = 46846, - [SMALL_STATE(812)] = 46972, - [SMALL_STATE(813)] = 47098, - [SMALL_STATE(814)] = 47224, - [SMALL_STATE(815)] = 47350, - [SMALL_STATE(816)] = 47476, - [SMALL_STATE(817)] = 47602, - [SMALL_STATE(818)] = 47728, - [SMALL_STATE(819)] = 47854, - [SMALL_STATE(820)] = 47980, - [SMALL_STATE(821)] = 48106, - [SMALL_STATE(822)] = 48229, - [SMALL_STATE(823)] = 48352, - [SMALL_STATE(824)] = 48475, - [SMALL_STATE(825)] = 48598, - [SMALL_STATE(826)] = 48721, - [SMALL_STATE(827)] = 48844, - [SMALL_STATE(828)] = 48967, - [SMALL_STATE(829)] = 49090, - [SMALL_STATE(830)] = 49213, - [SMALL_STATE(831)] = 49336, - [SMALL_STATE(832)] = 49459, - [SMALL_STATE(833)] = 49582, - [SMALL_STATE(834)] = 49705, - [SMALL_STATE(835)] = 49825, - [SMALL_STATE(836)] = 49945, - [SMALL_STATE(837)] = 50065, - [SMALL_STATE(838)] = 50185, - [SMALL_STATE(839)] = 50305, - [SMALL_STATE(840)] = 50425, - [SMALL_STATE(841)] = 50545, - [SMALL_STATE(842)] = 50665, - [SMALL_STATE(843)] = 50785, - [SMALL_STATE(844)] = 50905, - [SMALL_STATE(845)] = 51025, - [SMALL_STATE(846)] = 51145, - [SMALL_STATE(847)] = 51265, - [SMALL_STATE(848)] = 51314, - [SMALL_STATE(849)] = 51364, - [SMALL_STATE(850)] = 51414, - [SMALL_STATE(851)] = 51464, - [SMALL_STATE(852)] = 51514, - [SMALL_STATE(853)] = 51564, - [SMALL_STATE(854)] = 51614, - [SMALL_STATE(855)] = 51664, - [SMALL_STATE(856)] = 51714, - [SMALL_STATE(857)] = 51764, - [SMALL_STATE(858)] = 51814, - [SMALL_STATE(859)] = 51864, - [SMALL_STATE(860)] = 51914, - [SMALL_STATE(861)] = 51964, - [SMALL_STATE(862)] = 52014, - [SMALL_STATE(863)] = 52062, - [SMALL_STATE(864)] = 52112, - [SMALL_STATE(865)] = 52162, - [SMALL_STATE(866)] = 52212, - [SMALL_STATE(867)] = 52262, - [SMALL_STATE(868)] = 52308, - [SMALL_STATE(869)] = 52358, - [SMALL_STATE(870)] = 52406, - [SMALL_STATE(871)] = 52456, - [SMALL_STATE(872)] = 52506, - [SMALL_STATE(873)] = 52555, - [SMALL_STATE(874)] = 52600, - [SMALL_STATE(875)] = 52645, - [SMALL_STATE(876)] = 52690, - [SMALL_STATE(877)] = 52735, - [SMALL_STATE(878)] = 52780, - [SMALL_STATE(879)] = 52825, - [SMALL_STATE(880)] = 52870, - [SMALL_STATE(881)] = 52915, - [SMALL_STATE(882)] = 52960, - [SMALL_STATE(883)] = 53005, - [SMALL_STATE(884)] = 53050, - [SMALL_STATE(885)] = 53095, - [SMALL_STATE(886)] = 53140, - [SMALL_STATE(887)] = 53185, - [SMALL_STATE(888)] = 53230, - [SMALL_STATE(889)] = 53275, - [SMALL_STATE(890)] = 53320, - [SMALL_STATE(891)] = 53365, - [SMALL_STATE(892)] = 53410, - [SMALL_STATE(893)] = 53455, - [SMALL_STATE(894)] = 53500, - [SMALL_STATE(895)] = 53545, - [SMALL_STATE(896)] = 53590, - [SMALL_STATE(897)] = 53637, - [SMALL_STATE(898)] = 53686, - [SMALL_STATE(899)] = 53731, - [SMALL_STATE(900)] = 53780, - [SMALL_STATE(901)] = 53825, - [SMALL_STATE(902)] = 53874, - [SMALL_STATE(903)] = 53919, - [SMALL_STATE(904)] = 53968, - [SMALL_STATE(905)] = 54013, - [SMALL_STATE(906)] = 54062, - [SMALL_STATE(907)] = 54107, - [SMALL_STATE(908)] = 54152, - [SMALL_STATE(909)] = 54199, - [SMALL_STATE(910)] = 54248, - [SMALL_STATE(911)] = 54293, - [SMALL_STATE(912)] = 54342, - [SMALL_STATE(913)] = 54387, - [SMALL_STATE(914)] = 54436, - [SMALL_STATE(915)] = 54485, - [SMALL_STATE(916)] = 54534, - [SMALL_STATE(917)] = 54583, - [SMALL_STATE(918)] = 54632, - [SMALL_STATE(919)] = 54681, - [SMALL_STATE(920)] = 54730, - [SMALL_STATE(921)] = 54779, - [SMALL_STATE(922)] = 54824, - [SMALL_STATE(923)] = 54869, - [SMALL_STATE(924)] = 54914, - [SMALL_STATE(925)] = 54959, - [SMALL_STATE(926)] = 55008, - [SMALL_STATE(927)] = 55057, - [SMALL_STATE(928)] = 55106, - [SMALL_STATE(929)] = 55155, - [SMALL_STATE(930)] = 55200, - [SMALL_STATE(931)] = 55245, - [SMALL_STATE(932)] = 55290, - [SMALL_STATE(933)] = 55335, - [SMALL_STATE(934)] = 55380, - [SMALL_STATE(935)] = 55425, - [SMALL_STATE(936)] = 55470, - [SMALL_STATE(937)] = 55519, - [SMALL_STATE(938)] = 55568, - [SMALL_STATE(939)] = 55613, - [SMALL_STATE(940)] = 55658, - [SMALL_STATE(941)] = 55703, - [SMALL_STATE(942)] = 55748, - [SMALL_STATE(943)] = 55793, - [SMALL_STATE(944)] = 55838, - [SMALL_STATE(945)] = 55883, - [SMALL_STATE(946)] = 55932, - [SMALL_STATE(947)] = 55977, - [SMALL_STATE(948)] = 56022, - [SMALL_STATE(949)] = 56071, - [SMALL_STATE(950)] = 56116, - [SMALL_STATE(951)] = 56165, - [SMALL_STATE(952)] = 56214, - [SMALL_STATE(953)] = 56263, - [SMALL_STATE(954)] = 56312, - [SMALL_STATE(955)] = 56361, - [SMALL_STATE(956)] = 56410, - [SMALL_STATE(957)] = 56459, - [SMALL_STATE(958)] = 56504, - [SMALL_STATE(959)] = 56549, - [SMALL_STATE(960)] = 56598, - [SMALL_STATE(961)] = 56647, - [SMALL_STATE(962)] = 56696, - [SMALL_STATE(963)] = 56745, - [SMALL_STATE(964)] = 56794, - [SMALL_STATE(965)] = 56843, - [SMALL_STATE(966)] = 56892, - [SMALL_STATE(967)] = 56941, - [SMALL_STATE(968)] = 56990, - [SMALL_STATE(969)] = 57039, - [SMALL_STATE(970)] = 57084, - [SMALL_STATE(971)] = 57133, - [SMALL_STATE(972)] = 57181, - [SMALL_STATE(973)] = 57225, - [SMALL_STATE(974)] = 57269, - [SMALL_STATE(975)] = 57317, - [SMALL_STATE(976)] = 57365, - [SMALL_STATE(977)] = 57413, - [SMALL_STATE(978)] = 57461, - [SMALL_STATE(979)] = 57509, - [SMALL_STATE(980)] = 57557, - [SMALL_STATE(981)] = 57605, - [SMALL_STATE(982)] = 57653, - [SMALL_STATE(983)] = 57701, - [SMALL_STATE(984)] = 57749, - [SMALL_STATE(985)] = 57797, - [SMALL_STATE(986)] = 57845, - [SMALL_STATE(987)] = 57893, - [SMALL_STATE(988)] = 57941, - [SMALL_STATE(989)] = 57989, - [SMALL_STATE(990)] = 58037, - [SMALL_STATE(991)] = 58085, - [SMALL_STATE(992)] = 58133, - [SMALL_STATE(993)] = 58181, - [SMALL_STATE(994)] = 58229, - [SMALL_STATE(995)] = 58277, - [SMALL_STATE(996)] = 58323, - [SMALL_STATE(997)] = 58371, - [SMALL_STATE(998)] = 58419, - [SMALL_STATE(999)] = 58467, - [SMALL_STATE(1000)] = 58515, - [SMALL_STATE(1001)] = 58563, - [SMALL_STATE(1002)] = 58611, - [SMALL_STATE(1003)] = 58659, - [SMALL_STATE(1004)] = 58707, - [SMALL_STATE(1005)] = 58755, - [SMALL_STATE(1006)] = 58803, - [SMALL_STATE(1007)] = 58851, - [SMALL_STATE(1008)] = 58899, - [SMALL_STATE(1009)] = 58947, - [SMALL_STATE(1010)] = 58995, - [SMALL_STATE(1011)] = 59043, - [SMALL_STATE(1012)] = 59091, - [SMALL_STATE(1013)] = 59139, - [SMALL_STATE(1014)] = 59187, - [SMALL_STATE(1015)] = 59235, - [SMALL_STATE(1016)] = 59283, - [SMALL_STATE(1017)] = 59331, - [SMALL_STATE(1018)] = 59379, - [SMALL_STATE(1019)] = 59427, - [SMALL_STATE(1020)] = 59475, - [SMALL_STATE(1021)] = 59523, - [SMALL_STATE(1022)] = 59571, - [SMALL_STATE(1023)] = 59619, - [SMALL_STATE(1024)] = 59667, - [SMALL_STATE(1025)] = 59715, - [SMALL_STATE(1026)] = 59763, - [SMALL_STATE(1027)] = 59811, - [SMALL_STATE(1028)] = 59859, - [SMALL_STATE(1029)] = 59907, - [SMALL_STATE(1030)] = 59955, - [SMALL_STATE(1031)] = 60003, - [SMALL_STATE(1032)] = 60051, - [SMALL_STATE(1033)] = 60099, - [SMALL_STATE(1034)] = 60147, - [SMALL_STATE(1035)] = 60195, - [SMALL_STATE(1036)] = 60243, - [SMALL_STATE(1037)] = 60291, - [SMALL_STATE(1038)] = 60339, - [SMALL_STATE(1039)] = 60385, - [SMALL_STATE(1040)] = 60433, - [SMALL_STATE(1041)] = 60481, - [SMALL_STATE(1042)] = 60529, - [SMALL_STATE(1043)] = 60577, - [SMALL_STATE(1044)] = 60625, - [SMALL_STATE(1045)] = 60673, - [SMALL_STATE(1046)] = 60721, - [SMALL_STATE(1047)] = 60769, - [SMALL_STATE(1048)] = 60817, - [SMALL_STATE(1049)] = 60865, - [SMALL_STATE(1050)] = 60913, - [SMALL_STATE(1051)] = 60961, - [SMALL_STATE(1052)] = 61009, - [SMALL_STATE(1053)] = 61057, - [SMALL_STATE(1054)] = 61105, - [SMALL_STATE(1055)] = 61153, - [SMALL_STATE(1056)] = 61201, - [SMALL_STATE(1057)] = 61249, - [SMALL_STATE(1058)] = 61297, - [SMALL_STATE(1059)] = 61345, - [SMALL_STATE(1060)] = 61393, - [SMALL_STATE(1061)] = 61439, - [SMALL_STATE(1062)] = 61487, - [SMALL_STATE(1063)] = 61535, - [SMALL_STATE(1064)] = 61583, - [SMALL_STATE(1065)] = 61631, - [SMALL_STATE(1066)] = 61679, - [SMALL_STATE(1067)] = 61727, - [SMALL_STATE(1068)] = 61775, - [SMALL_STATE(1069)] = 61823, - [SMALL_STATE(1070)] = 61871, - [SMALL_STATE(1071)] = 61919, - [SMALL_STATE(1072)] = 61967, - [SMALL_STATE(1073)] = 62015, - [SMALL_STATE(1074)] = 62063, - [SMALL_STATE(1075)] = 62111, - [SMALL_STATE(1076)] = 62159, - [SMALL_STATE(1077)] = 62207, - [SMALL_STATE(1078)] = 62255, - [SMALL_STATE(1079)] = 62303, - [SMALL_STATE(1080)] = 62351, - [SMALL_STATE(1081)] = 62399, - [SMALL_STATE(1082)] = 62447, - [SMALL_STATE(1083)] = 62493, - [SMALL_STATE(1084)] = 62541, - [SMALL_STATE(1085)] = 62589, - [SMALL_STATE(1086)] = 62637, - [SMALL_STATE(1087)] = 62685, - [SMALL_STATE(1088)] = 62733, - [SMALL_STATE(1089)] = 62781, - [SMALL_STATE(1090)] = 62829, - [SMALL_STATE(1091)] = 62877, - [SMALL_STATE(1092)] = 62925, - [SMALL_STATE(1093)] = 62973, - [SMALL_STATE(1094)] = 63021, - [SMALL_STATE(1095)] = 63069, - [SMALL_STATE(1096)] = 63117, - [SMALL_STATE(1097)] = 63165, - [SMALL_STATE(1098)] = 63213, - [SMALL_STATE(1099)] = 63261, - [SMALL_STATE(1100)] = 63309, - [SMALL_STATE(1101)] = 63357, - [SMALL_STATE(1102)] = 63405, - [SMALL_STATE(1103)] = 63453, - [SMALL_STATE(1104)] = 63501, - [SMALL_STATE(1105)] = 63547, - [SMALL_STATE(1106)] = 63595, - [SMALL_STATE(1107)] = 63643, - [SMALL_STATE(1108)] = 63691, - [SMALL_STATE(1109)] = 63739, - [SMALL_STATE(1110)] = 63787, - [SMALL_STATE(1111)] = 63835, - [SMALL_STATE(1112)] = 63883, - [SMALL_STATE(1113)] = 63931, - [SMALL_STATE(1114)] = 63979, - [SMALL_STATE(1115)] = 64027, - [SMALL_STATE(1116)] = 64075, - [SMALL_STATE(1117)] = 64123, - [SMALL_STATE(1118)] = 64171, - [SMALL_STATE(1119)] = 64219, - [SMALL_STATE(1120)] = 64267, - [SMALL_STATE(1121)] = 64315, - [SMALL_STATE(1122)] = 64363, - [SMALL_STATE(1123)] = 64411, - [SMALL_STATE(1124)] = 64459, - [SMALL_STATE(1125)] = 64507, - [SMALL_STATE(1126)] = 64555, - [SMALL_STATE(1127)] = 64601, - [SMALL_STATE(1128)] = 64649, - [SMALL_STATE(1129)] = 64697, - [SMALL_STATE(1130)] = 64745, - [SMALL_STATE(1131)] = 64793, - [SMALL_STATE(1132)] = 64841, - [SMALL_STATE(1133)] = 64889, - [SMALL_STATE(1134)] = 64937, - [SMALL_STATE(1135)] = 64985, - [SMALL_STATE(1136)] = 65033, - [SMALL_STATE(1137)] = 65081, - [SMALL_STATE(1138)] = 65129, - [SMALL_STATE(1139)] = 65177, - [SMALL_STATE(1140)] = 65225, - [SMALL_STATE(1141)] = 65273, - [SMALL_STATE(1142)] = 65321, - [SMALL_STATE(1143)] = 65369, - [SMALL_STATE(1144)] = 65417, - [SMALL_STATE(1145)] = 65465, - [SMALL_STATE(1146)] = 65513, - [SMALL_STATE(1147)] = 65561, - [SMALL_STATE(1148)] = 65609, - [SMALL_STATE(1149)] = 65655, - [SMALL_STATE(1150)] = 65699, - [SMALL_STATE(1151)] = 65747, - [SMALL_STATE(1152)] = 65795, - [SMALL_STATE(1153)] = 65843, - [SMALL_STATE(1154)] = 65891, - [SMALL_STATE(1155)] = 65939, - [SMALL_STATE(1156)] = 65987, - [SMALL_STATE(1157)] = 66035, - [SMALL_STATE(1158)] = 66083, - [SMALL_STATE(1159)] = 66131, - [SMALL_STATE(1160)] = 66179, - [SMALL_STATE(1161)] = 66227, - [SMALL_STATE(1162)] = 66275, - [SMALL_STATE(1163)] = 66323, - [SMALL_STATE(1164)] = 66371, - [SMALL_STATE(1165)] = 66419, - [SMALL_STATE(1166)] = 66467, - [SMALL_STATE(1167)] = 66515, - [SMALL_STATE(1168)] = 66563, - [SMALL_STATE(1169)] = 66611, - [SMALL_STATE(1170)] = 66659, - [SMALL_STATE(1171)] = 66707, - [SMALL_STATE(1172)] = 66753, - [SMALL_STATE(1173)] = 66801, - [SMALL_STATE(1174)] = 66849, - [SMALL_STATE(1175)] = 66897, - [SMALL_STATE(1176)] = 66941, - [SMALL_STATE(1177)] = 66989, - [SMALL_STATE(1178)] = 67037, - [SMALL_STATE(1179)] = 67085, - [SMALL_STATE(1180)] = 67133, - [SMALL_STATE(1181)] = 67181, - [SMALL_STATE(1182)] = 67229, - [SMALL_STATE(1183)] = 67277, - [SMALL_STATE(1184)] = 67325, - [SMALL_STATE(1185)] = 67373, - [SMALL_STATE(1186)] = 67421, - [SMALL_STATE(1187)] = 67469, - [SMALL_STATE(1188)] = 67517, - [SMALL_STATE(1189)] = 67561, - [SMALL_STATE(1190)] = 67605, - [SMALL_STATE(1191)] = 67653, - [SMALL_STATE(1192)] = 67701, - [SMALL_STATE(1193)] = 67749, - [SMALL_STATE(1194)] = 67797, - [SMALL_STATE(1195)] = 67843, - [SMALL_STATE(1196)] = 67887, - [SMALL_STATE(1197)] = 67931, - [SMALL_STATE(1198)] = 67975, - [SMALL_STATE(1199)] = 68019, - [SMALL_STATE(1200)] = 68063, - [SMALL_STATE(1201)] = 68107, - [SMALL_STATE(1202)] = 68151, - [SMALL_STATE(1203)] = 68195, - [SMALL_STATE(1204)] = 68239, - [SMALL_STATE(1205)] = 68283, - [SMALL_STATE(1206)] = 68327, - [SMALL_STATE(1207)] = 68371, - [SMALL_STATE(1208)] = 68415, - [SMALL_STATE(1209)] = 68459, - [SMALL_STATE(1210)] = 68503, - [SMALL_STATE(1211)] = 68547, - [SMALL_STATE(1212)] = 68591, - [SMALL_STATE(1213)] = 68635, - [SMALL_STATE(1214)] = 68679, - [SMALL_STATE(1215)] = 68723, - [SMALL_STATE(1216)] = 68767, - [SMALL_STATE(1217)] = 68811, - [SMALL_STATE(1218)] = 68855, - [SMALL_STATE(1219)] = 68899, - [SMALL_STATE(1220)] = 68943, - [SMALL_STATE(1221)] = 68987, - [SMALL_STATE(1222)] = 69031, - [SMALL_STATE(1223)] = 69075, - [SMALL_STATE(1224)] = 69119, - [SMALL_STATE(1225)] = 69163, - [SMALL_STATE(1226)] = 69207, - [SMALL_STATE(1227)] = 69251, - [SMALL_STATE(1228)] = 69295, - [SMALL_STATE(1229)] = 69339, - [SMALL_STATE(1230)] = 69383, - [SMALL_STATE(1231)] = 69427, - [SMALL_STATE(1232)] = 69471, - [SMALL_STATE(1233)] = 69515, - [SMALL_STATE(1234)] = 69559, - [SMALL_STATE(1235)] = 69603, - [SMALL_STATE(1236)] = 69647, - [SMALL_STATE(1237)] = 69691, - [SMALL_STATE(1238)] = 69735, - [SMALL_STATE(1239)] = 69779, - [SMALL_STATE(1240)] = 69823, - [SMALL_STATE(1241)] = 69867, - [SMALL_STATE(1242)] = 69911, - [SMALL_STATE(1243)] = 69955, - [SMALL_STATE(1244)] = 69999, - [SMALL_STATE(1245)] = 70043, - [SMALL_STATE(1246)] = 70089, - [SMALL_STATE(1247)] = 70133, - [SMALL_STATE(1248)] = 70177, - [SMALL_STATE(1249)] = 70221, - [SMALL_STATE(1250)] = 70267, - [SMALL_STATE(1251)] = 70311, - [SMALL_STATE(1252)] = 70355, - [SMALL_STATE(1253)] = 70399, - [SMALL_STATE(1254)] = 70443, - [SMALL_STATE(1255)] = 70487, - [SMALL_STATE(1256)] = 70531, - [SMALL_STATE(1257)] = 70575, - [SMALL_STATE(1258)] = 70619, - [SMALL_STATE(1259)] = 70665, - [SMALL_STATE(1260)] = 70709, - [SMALL_STATE(1261)] = 70757, - [SMALL_STATE(1262)] = 70805, - [SMALL_STATE(1263)] = 70853, - [SMALL_STATE(1264)] = 70901, - [SMALL_STATE(1265)] = 70945, - [SMALL_STATE(1266)] = 70993, - [SMALL_STATE(1267)] = 71041, - [SMALL_STATE(1268)] = 71085, - [SMALL_STATE(1269)] = 71129, - [SMALL_STATE(1270)] = 71173, - [SMALL_STATE(1271)] = 71217, - [SMALL_STATE(1272)] = 71261, - [SMALL_STATE(1273)] = 71305, - [SMALL_STATE(1274)] = 71349, - [SMALL_STATE(1275)] = 71393, - [SMALL_STATE(1276)] = 71437, - [SMALL_STATE(1277)] = 71481, - [SMALL_STATE(1278)] = 71525, - [SMALL_STATE(1279)] = 71569, - [SMALL_STATE(1280)] = 71613, - [SMALL_STATE(1281)] = 71657, - [SMALL_STATE(1282)] = 71701, - [SMALL_STATE(1283)] = 71745, - [SMALL_STATE(1284)] = 71789, - [SMALL_STATE(1285)] = 71833, - [SMALL_STATE(1286)] = 71877, - [SMALL_STATE(1287)] = 71925, - [SMALL_STATE(1288)] = 71973, - [SMALL_STATE(1289)] = 72021, - [SMALL_STATE(1290)] = 72069, - [SMALL_STATE(1291)] = 72117, - [SMALL_STATE(1292)] = 72165, - [SMALL_STATE(1293)] = 72213, - [SMALL_STATE(1294)] = 72261, - [SMALL_STATE(1295)] = 72309, - [SMALL_STATE(1296)] = 72357, - [SMALL_STATE(1297)] = 72405, - [SMALL_STATE(1298)] = 72449, - [SMALL_STATE(1299)] = 72493, - [SMALL_STATE(1300)] = 72537, - [SMALL_STATE(1301)] = 72581, - [SMALL_STATE(1302)] = 72625, - [SMALL_STATE(1303)] = 72669, - [SMALL_STATE(1304)] = 72717, - [SMALL_STATE(1305)] = 72765, - [SMALL_STATE(1306)] = 72813, - [SMALL_STATE(1307)] = 72861, - [SMALL_STATE(1308)] = 72905, - [SMALL_STATE(1309)] = 72949, - [SMALL_STATE(1310)] = 72993, - [SMALL_STATE(1311)] = 73037, - [SMALL_STATE(1312)] = 73081, - [SMALL_STATE(1313)] = 73125, - [SMALL_STATE(1314)] = 73169, - [SMALL_STATE(1315)] = 73213, - [SMALL_STATE(1316)] = 73257, - [SMALL_STATE(1317)] = 73301, - [SMALL_STATE(1318)] = 73345, - [SMALL_STATE(1319)] = 73389, - [SMALL_STATE(1320)] = 73433, - [SMALL_STATE(1321)] = 73477, - [SMALL_STATE(1322)] = 73525, - [SMALL_STATE(1323)] = 73573, - [SMALL_STATE(1324)] = 73621, - [SMALL_STATE(1325)] = 73669, - [SMALL_STATE(1326)] = 73717, - [SMALL_STATE(1327)] = 73765, - [SMALL_STATE(1328)] = 73813, - [SMALL_STATE(1329)] = 73861, - [SMALL_STATE(1330)] = 73909, - [SMALL_STATE(1331)] = 73957, - [SMALL_STATE(1332)] = 74005, - [SMALL_STATE(1333)] = 74053, - [SMALL_STATE(1334)] = 74101, - [SMALL_STATE(1335)] = 74149, - [SMALL_STATE(1336)] = 74197, - [SMALL_STATE(1337)] = 74245, - [SMALL_STATE(1338)] = 74293, - [SMALL_STATE(1339)] = 74337, - [SMALL_STATE(1340)] = 74381, - [SMALL_STATE(1341)] = 74429, - [SMALL_STATE(1342)] = 74477, - [SMALL_STATE(1343)] = 74525, - [SMALL_STATE(1344)] = 74573, - [SMALL_STATE(1345)] = 74617, - [SMALL_STATE(1346)] = 74661, - [SMALL_STATE(1347)] = 74709, - [SMALL_STATE(1348)] = 74752, - [SMALL_STATE(1349)] = 74795, - [SMALL_STATE(1350)] = 74838, - [SMALL_STATE(1351)] = 74881, - [SMALL_STATE(1352)] = 74924, - [SMALL_STATE(1353)] = 74967, - [SMALL_STATE(1354)] = 75010, - [SMALL_STATE(1355)] = 75053, - [SMALL_STATE(1356)] = 75096, - [SMALL_STATE(1357)] = 75139, - [SMALL_STATE(1358)] = 75182, - [SMALL_STATE(1359)] = 75225, - [SMALL_STATE(1360)] = 75268, - [SMALL_STATE(1361)] = 75311, - [SMALL_STATE(1362)] = 75354, - [SMALL_STATE(1363)] = 75397, - [SMALL_STATE(1364)] = 75440, - [SMALL_STATE(1365)] = 75483, - [SMALL_STATE(1366)] = 75526, - [SMALL_STATE(1367)] = 75569, - [SMALL_STATE(1368)] = 75612, - [SMALL_STATE(1369)] = 75655, - [SMALL_STATE(1370)] = 75698, - [SMALL_STATE(1371)] = 75741, - [SMALL_STATE(1372)] = 75784, - [SMALL_STATE(1373)] = 75827, - [SMALL_STATE(1374)] = 75870, - [SMALL_STATE(1375)] = 75913, - [SMALL_STATE(1376)] = 75956, - [SMALL_STATE(1377)] = 75999, - [SMALL_STATE(1378)] = 76042, - [SMALL_STATE(1379)] = 76085, - [SMALL_STATE(1380)] = 76128, - [SMALL_STATE(1381)] = 76171, - [SMALL_STATE(1382)] = 76214, - [SMALL_STATE(1383)] = 76257, - [SMALL_STATE(1384)] = 76300, - [SMALL_STATE(1385)] = 76343, - [SMALL_STATE(1386)] = 76386, - [SMALL_STATE(1387)] = 76429, - [SMALL_STATE(1388)] = 76472, - [SMALL_STATE(1389)] = 76515, - [SMALL_STATE(1390)] = 76558, - [SMALL_STATE(1391)] = 76601, - [SMALL_STATE(1392)] = 76644, - [SMALL_STATE(1393)] = 76687, - [SMALL_STATE(1394)] = 76730, - [SMALL_STATE(1395)] = 76773, - [SMALL_STATE(1396)] = 76816, - [SMALL_STATE(1397)] = 76859, - [SMALL_STATE(1398)] = 76902, - [SMALL_STATE(1399)] = 76945, - [SMALL_STATE(1400)] = 76988, - [SMALL_STATE(1401)] = 77031, - [SMALL_STATE(1402)] = 77074, - [SMALL_STATE(1403)] = 77117, - [SMALL_STATE(1404)] = 77160, - [SMALL_STATE(1405)] = 77203, - [SMALL_STATE(1406)] = 77246, - [SMALL_STATE(1407)] = 77289, - [SMALL_STATE(1408)] = 77332, - [SMALL_STATE(1409)] = 77375, - [SMALL_STATE(1410)] = 77418, - [SMALL_STATE(1411)] = 77461, - [SMALL_STATE(1412)] = 77504, - [SMALL_STATE(1413)] = 77547, - [SMALL_STATE(1414)] = 77590, - [SMALL_STATE(1415)] = 77633, - [SMALL_STATE(1416)] = 77676, - [SMALL_STATE(1417)] = 77719, - [SMALL_STATE(1418)] = 77762, - [SMALL_STATE(1419)] = 77805, - [SMALL_STATE(1420)] = 77848, - [SMALL_STATE(1421)] = 77891, - [SMALL_STATE(1422)] = 77934, - [SMALL_STATE(1423)] = 77977, - [SMALL_STATE(1424)] = 78020, - [SMALL_STATE(1425)] = 78063, - [SMALL_STATE(1426)] = 78106, - [SMALL_STATE(1427)] = 78149, - [SMALL_STATE(1428)] = 78192, - [SMALL_STATE(1429)] = 78235, - [SMALL_STATE(1430)] = 78278, - [SMALL_STATE(1431)] = 78321, - [SMALL_STATE(1432)] = 78364, - [SMALL_STATE(1433)] = 78407, - [SMALL_STATE(1434)] = 78450, - [SMALL_STATE(1435)] = 78493, - [SMALL_STATE(1436)] = 78536, - [SMALL_STATE(1437)] = 78579, - [SMALL_STATE(1438)] = 78622, - [SMALL_STATE(1439)] = 78665, - [SMALL_STATE(1440)] = 78708, - [SMALL_STATE(1441)] = 78751, - [SMALL_STATE(1442)] = 78794, - [SMALL_STATE(1443)] = 78837, - [SMALL_STATE(1444)] = 78880, - [SMALL_STATE(1445)] = 78923, - [SMALL_STATE(1446)] = 78966, - [SMALL_STATE(1447)] = 79009, - [SMALL_STATE(1448)] = 79052, - [SMALL_STATE(1449)] = 79095, - [SMALL_STATE(1450)] = 79138, - [SMALL_STATE(1451)] = 79181, - [SMALL_STATE(1452)] = 79224, - [SMALL_STATE(1453)] = 79267, - [SMALL_STATE(1454)] = 79310, - [SMALL_STATE(1455)] = 79353, - [SMALL_STATE(1456)] = 79396, - [SMALL_STATE(1457)] = 79439, - [SMALL_STATE(1458)] = 79482, - [SMALL_STATE(1459)] = 79525, - [SMALL_STATE(1460)] = 79568, - [SMALL_STATE(1461)] = 79611, - [SMALL_STATE(1462)] = 79654, - [SMALL_STATE(1463)] = 79697, - [SMALL_STATE(1464)] = 79740, - [SMALL_STATE(1465)] = 79783, - [SMALL_STATE(1466)] = 79826, - [SMALL_STATE(1467)] = 79869, - [SMALL_STATE(1468)] = 79912, - [SMALL_STATE(1469)] = 79955, - [SMALL_STATE(1470)] = 79998, - [SMALL_STATE(1471)] = 80041, - [SMALL_STATE(1472)] = 80084, - [SMALL_STATE(1473)] = 80127, - [SMALL_STATE(1474)] = 80170, - [SMALL_STATE(1475)] = 80213, - [SMALL_STATE(1476)] = 80256, - [SMALL_STATE(1477)] = 80299, - [SMALL_STATE(1478)] = 80342, - [SMALL_STATE(1479)] = 80385, - [SMALL_STATE(1480)] = 80428, - [SMALL_STATE(1481)] = 80471, - [SMALL_STATE(1482)] = 80514, - [SMALL_STATE(1483)] = 80557, - [SMALL_STATE(1484)] = 80600, - [SMALL_STATE(1485)] = 80643, - [SMALL_STATE(1486)] = 80686, - [SMALL_STATE(1487)] = 80729, - [SMALL_STATE(1488)] = 80772, - [SMALL_STATE(1489)] = 80815, - [SMALL_STATE(1490)] = 80858, - [SMALL_STATE(1491)] = 80901, - [SMALL_STATE(1492)] = 80944, - [SMALL_STATE(1493)] = 80987, - [SMALL_STATE(1494)] = 81030, - [SMALL_STATE(1495)] = 81073, - [SMALL_STATE(1496)] = 81116, - [SMALL_STATE(1497)] = 81159, - [SMALL_STATE(1498)] = 81202, - [SMALL_STATE(1499)] = 81245, - [SMALL_STATE(1500)] = 81288, - [SMALL_STATE(1501)] = 81331, - [SMALL_STATE(1502)] = 81374, - [SMALL_STATE(1503)] = 81417, - [SMALL_STATE(1504)] = 81460, - [SMALL_STATE(1505)] = 81503, - [SMALL_STATE(1506)] = 81546, - [SMALL_STATE(1507)] = 81589, - [SMALL_STATE(1508)] = 81632, - [SMALL_STATE(1509)] = 81675, - [SMALL_STATE(1510)] = 81718, - [SMALL_STATE(1511)] = 81761, - [SMALL_STATE(1512)] = 81804, - [SMALL_STATE(1513)] = 81847, - [SMALL_STATE(1514)] = 81890, - [SMALL_STATE(1515)] = 81933, - [SMALL_STATE(1516)] = 81976, - [SMALL_STATE(1517)] = 82019, - [SMALL_STATE(1518)] = 82062, - [SMALL_STATE(1519)] = 82105, - [SMALL_STATE(1520)] = 82148, - [SMALL_STATE(1521)] = 82191, - [SMALL_STATE(1522)] = 82234, - [SMALL_STATE(1523)] = 82277, - [SMALL_STATE(1524)] = 82320, - [SMALL_STATE(1525)] = 82363, - [SMALL_STATE(1526)] = 82406, - [SMALL_STATE(1527)] = 82449, - [SMALL_STATE(1528)] = 82492, - [SMALL_STATE(1529)] = 82535, - [SMALL_STATE(1530)] = 82578, - [SMALL_STATE(1531)] = 82621, - [SMALL_STATE(1532)] = 82664, - [SMALL_STATE(1533)] = 82707, - [SMALL_STATE(1534)] = 82750, - [SMALL_STATE(1535)] = 82793, - [SMALL_STATE(1536)] = 82836, - [SMALL_STATE(1537)] = 82879, - [SMALL_STATE(1538)] = 82922, - [SMALL_STATE(1539)] = 82965, - [SMALL_STATE(1540)] = 83008, - [SMALL_STATE(1541)] = 83051, - [SMALL_STATE(1542)] = 83094, - [SMALL_STATE(1543)] = 83137, - [SMALL_STATE(1544)] = 83180, - [SMALL_STATE(1545)] = 83223, - [SMALL_STATE(1546)] = 83266, - [SMALL_STATE(1547)] = 83309, - [SMALL_STATE(1548)] = 83352, - [SMALL_STATE(1549)] = 83395, - [SMALL_STATE(1550)] = 83438, - [SMALL_STATE(1551)] = 83481, - [SMALL_STATE(1552)] = 83524, - [SMALL_STATE(1553)] = 83567, - [SMALL_STATE(1554)] = 83610, - [SMALL_STATE(1555)] = 83653, - [SMALL_STATE(1556)] = 83696, - [SMALL_STATE(1557)] = 83739, - [SMALL_STATE(1558)] = 83782, - [SMALL_STATE(1559)] = 83825, - [SMALL_STATE(1560)] = 83868, - [SMALL_STATE(1561)] = 83911, - [SMALL_STATE(1562)] = 83954, - [SMALL_STATE(1563)] = 83997, - [SMALL_STATE(1564)] = 84040, - [SMALL_STATE(1565)] = 84083, - [SMALL_STATE(1566)] = 84126, - [SMALL_STATE(1567)] = 84169, - [SMALL_STATE(1568)] = 84212, - [SMALL_STATE(1569)] = 84255, - [SMALL_STATE(1570)] = 84298, - [SMALL_STATE(1571)] = 84341, - [SMALL_STATE(1572)] = 84384, - [SMALL_STATE(1573)] = 84427, - [SMALL_STATE(1574)] = 84470, - [SMALL_STATE(1575)] = 84513, - [SMALL_STATE(1576)] = 84556, - [SMALL_STATE(1577)] = 84599, - [SMALL_STATE(1578)] = 84642, - [SMALL_STATE(1579)] = 84685, - [SMALL_STATE(1580)] = 84728, - [SMALL_STATE(1581)] = 84771, - [SMALL_STATE(1582)] = 84814, - [SMALL_STATE(1583)] = 84857, - [SMALL_STATE(1584)] = 84900, - [SMALL_STATE(1585)] = 84943, - [SMALL_STATE(1586)] = 84986, - [SMALL_STATE(1587)] = 85029, - [SMALL_STATE(1588)] = 85072, - [SMALL_STATE(1589)] = 85115, - [SMALL_STATE(1590)] = 85158, - [SMALL_STATE(1591)] = 85201, - [SMALL_STATE(1592)] = 85244, - [SMALL_STATE(1593)] = 85287, - [SMALL_STATE(1594)] = 85330, - [SMALL_STATE(1595)] = 85373, - [SMALL_STATE(1596)] = 85416, - [SMALL_STATE(1597)] = 85459, - [SMALL_STATE(1598)] = 85502, - [SMALL_STATE(1599)] = 85545, - [SMALL_STATE(1600)] = 85588, - [SMALL_STATE(1601)] = 85631, - [SMALL_STATE(1602)] = 85674, - [SMALL_STATE(1603)] = 85717, - [SMALL_STATE(1604)] = 85760, - [SMALL_STATE(1605)] = 85803, - [SMALL_STATE(1606)] = 85846, - [SMALL_STATE(1607)] = 85889, - [SMALL_STATE(1608)] = 85932, - [SMALL_STATE(1609)] = 85975, - [SMALL_STATE(1610)] = 86018, - [SMALL_STATE(1611)] = 86061, - [SMALL_STATE(1612)] = 86104, - [SMALL_STATE(1613)] = 86147, - [SMALL_STATE(1614)] = 86190, - [SMALL_STATE(1615)] = 86233, - [SMALL_STATE(1616)] = 86276, - [SMALL_STATE(1617)] = 86319, - [SMALL_STATE(1618)] = 86362, - [SMALL_STATE(1619)] = 86405, - [SMALL_STATE(1620)] = 86448, - [SMALL_STATE(1621)] = 86491, - [SMALL_STATE(1622)] = 86534, - [SMALL_STATE(1623)] = 86577, - [SMALL_STATE(1624)] = 86620, - [SMALL_STATE(1625)] = 86663, - [SMALL_STATE(1626)] = 86706, - [SMALL_STATE(1627)] = 86749, - [SMALL_STATE(1628)] = 86792, - [SMALL_STATE(1629)] = 86835, - [SMALL_STATE(1630)] = 86878, - [SMALL_STATE(1631)] = 86921, - [SMALL_STATE(1632)] = 86964, - [SMALL_STATE(1633)] = 87007, - [SMALL_STATE(1634)] = 87050, - [SMALL_STATE(1635)] = 87093, - [SMALL_STATE(1636)] = 87136, - [SMALL_STATE(1637)] = 87179, - [SMALL_STATE(1638)] = 87222, - [SMALL_STATE(1639)] = 87265, - [SMALL_STATE(1640)] = 87308, - [SMALL_STATE(1641)] = 87351, - [SMALL_STATE(1642)] = 87394, - [SMALL_STATE(1643)] = 87437, - [SMALL_STATE(1644)] = 87480, - [SMALL_STATE(1645)] = 87523, - [SMALL_STATE(1646)] = 87566, - [SMALL_STATE(1647)] = 87609, - [SMALL_STATE(1648)] = 87652, - [SMALL_STATE(1649)] = 87695, - [SMALL_STATE(1650)] = 87738, - [SMALL_STATE(1651)] = 87781, - [SMALL_STATE(1652)] = 87824, - [SMALL_STATE(1653)] = 87867, - [SMALL_STATE(1654)] = 87910, - [SMALL_STATE(1655)] = 87953, - [SMALL_STATE(1656)] = 87996, - [SMALL_STATE(1657)] = 88039, - [SMALL_STATE(1658)] = 88082, - [SMALL_STATE(1659)] = 88125, - [SMALL_STATE(1660)] = 88168, - [SMALL_STATE(1661)] = 88211, - [SMALL_STATE(1662)] = 88254, - [SMALL_STATE(1663)] = 88297, - [SMALL_STATE(1664)] = 88340, - [SMALL_STATE(1665)] = 88383, - [SMALL_STATE(1666)] = 88426, - [SMALL_STATE(1667)] = 88469, - [SMALL_STATE(1668)] = 88512, - [SMALL_STATE(1669)] = 88555, - [SMALL_STATE(1670)] = 88598, - [SMALL_STATE(1671)] = 88641, - [SMALL_STATE(1672)] = 88684, - [SMALL_STATE(1673)] = 88727, - [SMALL_STATE(1674)] = 88770, - [SMALL_STATE(1675)] = 88813, - [SMALL_STATE(1676)] = 88856, - [SMALL_STATE(1677)] = 88899, - [SMALL_STATE(1678)] = 88942, - [SMALL_STATE(1679)] = 88985, - [SMALL_STATE(1680)] = 89028, - [SMALL_STATE(1681)] = 89071, - [SMALL_STATE(1682)] = 89114, - [SMALL_STATE(1683)] = 89157, - [SMALL_STATE(1684)] = 89200, - [SMALL_STATE(1685)] = 89243, - [SMALL_STATE(1686)] = 89286, - [SMALL_STATE(1687)] = 89329, - [SMALL_STATE(1688)] = 89372, - [SMALL_STATE(1689)] = 89415, - [SMALL_STATE(1690)] = 89458, - [SMALL_STATE(1691)] = 89501, - [SMALL_STATE(1692)] = 89544, - [SMALL_STATE(1693)] = 89587, - [SMALL_STATE(1694)] = 89630, - [SMALL_STATE(1695)] = 89673, - [SMALL_STATE(1696)] = 89716, - [SMALL_STATE(1697)] = 89759, - [SMALL_STATE(1698)] = 89802, - [SMALL_STATE(1699)] = 89845, - [SMALL_STATE(1700)] = 89888, - [SMALL_STATE(1701)] = 89931, - [SMALL_STATE(1702)] = 89974, - [SMALL_STATE(1703)] = 90017, - [SMALL_STATE(1704)] = 90060, - [SMALL_STATE(1705)] = 90103, - [SMALL_STATE(1706)] = 90146, - [SMALL_STATE(1707)] = 90189, - [SMALL_STATE(1708)] = 90232, - [SMALL_STATE(1709)] = 90275, - [SMALL_STATE(1710)] = 90318, - [SMALL_STATE(1711)] = 90361, - [SMALL_STATE(1712)] = 90404, - [SMALL_STATE(1713)] = 90447, - [SMALL_STATE(1714)] = 90490, - [SMALL_STATE(1715)] = 90533, - [SMALL_STATE(1716)] = 90576, - [SMALL_STATE(1717)] = 90619, - [SMALL_STATE(1718)] = 90662, - [SMALL_STATE(1719)] = 90705, - [SMALL_STATE(1720)] = 90748, - [SMALL_STATE(1721)] = 90791, - [SMALL_STATE(1722)] = 90834, - [SMALL_STATE(1723)] = 90877, - [SMALL_STATE(1724)] = 90920, - [SMALL_STATE(1725)] = 90963, - [SMALL_STATE(1726)] = 91006, - [SMALL_STATE(1727)] = 91049, - [SMALL_STATE(1728)] = 91092, - [SMALL_STATE(1729)] = 91135, - [SMALL_STATE(1730)] = 91178, - [SMALL_STATE(1731)] = 91221, - [SMALL_STATE(1732)] = 91264, - [SMALL_STATE(1733)] = 91307, - [SMALL_STATE(1734)] = 91350, - [SMALL_STATE(1735)] = 91393, - [SMALL_STATE(1736)] = 91436, - [SMALL_STATE(1737)] = 91479, - [SMALL_STATE(1738)] = 91522, - [SMALL_STATE(1739)] = 91565, - [SMALL_STATE(1740)] = 91608, - [SMALL_STATE(1741)] = 91651, - [SMALL_STATE(1742)] = 91694, - [SMALL_STATE(1743)] = 91737, - [SMALL_STATE(1744)] = 91780, - [SMALL_STATE(1745)] = 91823, - [SMALL_STATE(1746)] = 91866, - [SMALL_STATE(1747)] = 91909, - [SMALL_STATE(1748)] = 91952, - [SMALL_STATE(1749)] = 91995, - [SMALL_STATE(1750)] = 92038, - [SMALL_STATE(1751)] = 92081, - [SMALL_STATE(1752)] = 92124, - [SMALL_STATE(1753)] = 92167, - [SMALL_STATE(1754)] = 92210, - [SMALL_STATE(1755)] = 92253, - [SMALL_STATE(1756)] = 92296, - [SMALL_STATE(1757)] = 92339, - [SMALL_STATE(1758)] = 92382, - [SMALL_STATE(1759)] = 92425, - [SMALL_STATE(1760)] = 92468, - [SMALL_STATE(1761)] = 92511, - [SMALL_STATE(1762)] = 92554, - [SMALL_STATE(1763)] = 92597, - [SMALL_STATE(1764)] = 92640, - [SMALL_STATE(1765)] = 92683, - [SMALL_STATE(1766)] = 92726, - [SMALL_STATE(1767)] = 92769, - [SMALL_STATE(1768)] = 92812, - [SMALL_STATE(1769)] = 92855, - [SMALL_STATE(1770)] = 92898, - [SMALL_STATE(1771)] = 92941, - [SMALL_STATE(1772)] = 92984, - [SMALL_STATE(1773)] = 93027, - [SMALL_STATE(1774)] = 93070, - [SMALL_STATE(1775)] = 93113, - [SMALL_STATE(1776)] = 93156, - [SMALL_STATE(1777)] = 93199, - [SMALL_STATE(1778)] = 93242, - [SMALL_STATE(1779)] = 93285, - [SMALL_STATE(1780)] = 93328, - [SMALL_STATE(1781)] = 93371, - [SMALL_STATE(1782)] = 93414, - [SMALL_STATE(1783)] = 93457, - [SMALL_STATE(1784)] = 93500, - [SMALL_STATE(1785)] = 93543, - [SMALL_STATE(1786)] = 93586, - [SMALL_STATE(1787)] = 93629, - [SMALL_STATE(1788)] = 93672, - [SMALL_STATE(1789)] = 93715, - [SMALL_STATE(1790)] = 93758, - [SMALL_STATE(1791)] = 93801, - [SMALL_STATE(1792)] = 93844, - [SMALL_STATE(1793)] = 93887, - [SMALL_STATE(1794)] = 93930, - [SMALL_STATE(1795)] = 93973, - [SMALL_STATE(1796)] = 94016, - [SMALL_STATE(1797)] = 94059, - [SMALL_STATE(1798)] = 94102, - [SMALL_STATE(1799)] = 94145, - [SMALL_STATE(1800)] = 94188, - [SMALL_STATE(1801)] = 94235, - [SMALL_STATE(1802)] = 94282, - [SMALL_STATE(1803)] = 94329, - [SMALL_STATE(1804)] = 94376, - [SMALL_STATE(1805)] = 94423, - [SMALL_STATE(1806)] = 94470, - [SMALL_STATE(1807)] = 94513, - [SMALL_STATE(1808)] = 94560, - [SMALL_STATE(1809)] = 94607, - [SMALL_STATE(1810)] = 94654, - [SMALL_STATE(1811)] = 94701, - [SMALL_STATE(1812)] = 94748, - [SMALL_STATE(1813)] = 94795, - [SMALL_STATE(1814)] = 94842, - [SMALL_STATE(1815)] = 94889, - [SMALL_STATE(1816)] = 94936, - [SMALL_STATE(1817)] = 94983, - [SMALL_STATE(1818)] = 95030, - [SMALL_STATE(1819)] = 95073, - [SMALL_STATE(1820)] = 95116, - [SMALL_STATE(1821)] = 95163, - [SMALL_STATE(1822)] = 95210, - [SMALL_STATE(1823)] = 95257, - [SMALL_STATE(1824)] = 95304, - [SMALL_STATE(1825)] = 95347, - [SMALL_STATE(1826)] = 95390, - [SMALL_STATE(1827)] = 95433, - [SMALL_STATE(1828)] = 95476, - [SMALL_STATE(1829)] = 95519, - [SMALL_STATE(1830)] = 95562, - [SMALL_STATE(1831)] = 95605, - [SMALL_STATE(1832)] = 95648, - [SMALL_STATE(1833)] = 95691, - [SMALL_STATE(1834)] = 95734, - [SMALL_STATE(1835)] = 95777, - [SMALL_STATE(1836)] = 95820, - [SMALL_STATE(1837)] = 95863, - [SMALL_STATE(1838)] = 95906, - [SMALL_STATE(1839)] = 95949, - [SMALL_STATE(1840)] = 95992, - [SMALL_STATE(1841)] = 96035, - [SMALL_STATE(1842)] = 96078, - [SMALL_STATE(1843)] = 96121, - [SMALL_STATE(1844)] = 96164, - [SMALL_STATE(1845)] = 96207, - [SMALL_STATE(1846)] = 96252, - [SMALL_STATE(1847)] = 96295, - [SMALL_STATE(1848)] = 96338, - [SMALL_STATE(1849)] = 96381, - [SMALL_STATE(1850)] = 96424, - [SMALL_STATE(1851)] = 96467, - [SMALL_STATE(1852)] = 96510, - [SMALL_STATE(1853)] = 96553, - [SMALL_STATE(1854)] = 96596, - [SMALL_STATE(1855)] = 96639, - [SMALL_STATE(1856)] = 96682, - [SMALL_STATE(1857)] = 96725, - [SMALL_STATE(1858)] = 96768, - [SMALL_STATE(1859)] = 96811, - [SMALL_STATE(1860)] = 96854, - [SMALL_STATE(1861)] = 96897, - [SMALL_STATE(1862)] = 96940, - [SMALL_STATE(1863)] = 96983, - [SMALL_STATE(1864)] = 97026, - [SMALL_STATE(1865)] = 97069, - [SMALL_STATE(1866)] = 97112, - [SMALL_STATE(1867)] = 97155, - [SMALL_STATE(1868)] = 97198, - [SMALL_STATE(1869)] = 97241, - [SMALL_STATE(1870)] = 97284, - [SMALL_STATE(1871)] = 97327, - [SMALL_STATE(1872)] = 97370, - [SMALL_STATE(1873)] = 97413, - [SMALL_STATE(1874)] = 97456, - [SMALL_STATE(1875)] = 97499, - [SMALL_STATE(1876)] = 97542, - [SMALL_STATE(1877)] = 97585, - [SMALL_STATE(1878)] = 97628, - [SMALL_STATE(1879)] = 97671, - [SMALL_STATE(1880)] = 97714, - [SMALL_STATE(1881)] = 97757, - [SMALL_STATE(1882)] = 97800, - [SMALL_STATE(1883)] = 97843, - [SMALL_STATE(1884)] = 97886, - [SMALL_STATE(1885)] = 97929, - [SMALL_STATE(1886)] = 97972, - [SMALL_STATE(1887)] = 98015, - [SMALL_STATE(1888)] = 98058, - [SMALL_STATE(1889)] = 98101, - [SMALL_STATE(1890)] = 98144, - [SMALL_STATE(1891)] = 98187, - [SMALL_STATE(1892)] = 98230, - [SMALL_STATE(1893)] = 98273, - [SMALL_STATE(1894)] = 98316, - [SMALL_STATE(1895)] = 98359, - [SMALL_STATE(1896)] = 98402, - [SMALL_STATE(1897)] = 98445, - [SMALL_STATE(1898)] = 98488, - [SMALL_STATE(1899)] = 98531, - [SMALL_STATE(1900)] = 98574, - [SMALL_STATE(1901)] = 98617, - [SMALL_STATE(1902)] = 98660, - [SMALL_STATE(1903)] = 98703, - [SMALL_STATE(1904)] = 98746, - [SMALL_STATE(1905)] = 98789, - [SMALL_STATE(1906)] = 98832, - [SMALL_STATE(1907)] = 98875, - [SMALL_STATE(1908)] = 98918, - [SMALL_STATE(1909)] = 98961, - [SMALL_STATE(1910)] = 99004, - [SMALL_STATE(1911)] = 99047, - [SMALL_STATE(1912)] = 99090, - [SMALL_STATE(1913)] = 99133, - [SMALL_STATE(1914)] = 99176, - [SMALL_STATE(1915)] = 99219, - [SMALL_STATE(1916)] = 99262, - [SMALL_STATE(1917)] = 99305, - [SMALL_STATE(1918)] = 99348, - [SMALL_STATE(1919)] = 99391, - [SMALL_STATE(1920)] = 99434, - [SMALL_STATE(1921)] = 99477, - [SMALL_STATE(1922)] = 99520, - [SMALL_STATE(1923)] = 99563, - [SMALL_STATE(1924)] = 99606, - [SMALL_STATE(1925)] = 99649, - [SMALL_STATE(1926)] = 99692, - [SMALL_STATE(1927)] = 99735, - [SMALL_STATE(1928)] = 99778, - [SMALL_STATE(1929)] = 99821, - [SMALL_STATE(1930)] = 99864, - [SMALL_STATE(1931)] = 99907, - [SMALL_STATE(1932)] = 99950, - [SMALL_STATE(1933)] = 99993, - [SMALL_STATE(1934)] = 100036, - [SMALL_STATE(1935)] = 100079, - [SMALL_STATE(1936)] = 100122, - [SMALL_STATE(1937)] = 100165, - [SMALL_STATE(1938)] = 100208, - [SMALL_STATE(1939)] = 100251, - [SMALL_STATE(1940)] = 100294, - [SMALL_STATE(1941)] = 100337, - [SMALL_STATE(1942)] = 100380, - [SMALL_STATE(1943)] = 100423, - [SMALL_STATE(1944)] = 100466, - [SMALL_STATE(1945)] = 100509, - [SMALL_STATE(1946)] = 100552, - [SMALL_STATE(1947)] = 100595, - [SMALL_STATE(1948)] = 100638, - [SMALL_STATE(1949)] = 100681, - [SMALL_STATE(1950)] = 100724, - [SMALL_STATE(1951)] = 100767, - [SMALL_STATE(1952)] = 100810, - [SMALL_STATE(1953)] = 100853, - [SMALL_STATE(1954)] = 100896, - [SMALL_STATE(1955)] = 100939, - [SMALL_STATE(1956)] = 100982, - [SMALL_STATE(1957)] = 101025, - [SMALL_STATE(1958)] = 101068, - [SMALL_STATE(1959)] = 101111, - [SMALL_STATE(1960)] = 101154, - [SMALL_STATE(1961)] = 101197, - [SMALL_STATE(1962)] = 101240, - [SMALL_STATE(1963)] = 101283, - [SMALL_STATE(1964)] = 101326, - [SMALL_STATE(1965)] = 101369, - [SMALL_STATE(1966)] = 101412, - [SMALL_STATE(1967)] = 101455, - [SMALL_STATE(1968)] = 101498, - [SMALL_STATE(1969)] = 101541, - [SMALL_STATE(1970)] = 101584, - [SMALL_STATE(1971)] = 101627, - [SMALL_STATE(1972)] = 101670, - [SMALL_STATE(1973)] = 101713, - [SMALL_STATE(1974)] = 101756, - [SMALL_STATE(1975)] = 101799, - [SMALL_STATE(1976)] = 101842, - [SMALL_STATE(1977)] = 101885, - [SMALL_STATE(1978)] = 101928, - [SMALL_STATE(1979)] = 101971, - [SMALL_STATE(1980)] = 102014, - [SMALL_STATE(1981)] = 102057, - [SMALL_STATE(1982)] = 102100, - [SMALL_STATE(1983)] = 102143, - [SMALL_STATE(1984)] = 102186, - [SMALL_STATE(1985)] = 102229, - [SMALL_STATE(1986)] = 102272, - [SMALL_STATE(1987)] = 102315, - [SMALL_STATE(1988)] = 102358, - [SMALL_STATE(1989)] = 102401, - [SMALL_STATE(1990)] = 102444, - [SMALL_STATE(1991)] = 102487, - [SMALL_STATE(1992)] = 102530, - [SMALL_STATE(1993)] = 102573, - [SMALL_STATE(1994)] = 102616, - [SMALL_STATE(1995)] = 102659, - [SMALL_STATE(1996)] = 102702, - [SMALL_STATE(1997)] = 102745, - [SMALL_STATE(1998)] = 102788, - [SMALL_STATE(1999)] = 102831, - [SMALL_STATE(2000)] = 102874, - [SMALL_STATE(2001)] = 102917, - [SMALL_STATE(2002)] = 102960, - [SMALL_STATE(2003)] = 103003, - [SMALL_STATE(2004)] = 103046, - [SMALL_STATE(2005)] = 103089, - [SMALL_STATE(2006)] = 103132, - [SMALL_STATE(2007)] = 103175, - [SMALL_STATE(2008)] = 103218, - [SMALL_STATE(2009)] = 103261, - [SMALL_STATE(2010)] = 103304, - [SMALL_STATE(2011)] = 103347, - [SMALL_STATE(2012)] = 103390, - [SMALL_STATE(2013)] = 103433, - [SMALL_STATE(2014)] = 103476, - [SMALL_STATE(2015)] = 103519, - [SMALL_STATE(2016)] = 103562, - [SMALL_STATE(2017)] = 103605, - [SMALL_STATE(2018)] = 103647, - [SMALL_STATE(2019)] = 103689, - [SMALL_STATE(2020)] = 103731, - [SMALL_STATE(2021)] = 103773, - [SMALL_STATE(2022)] = 103815, - [SMALL_STATE(2023)] = 103857, - [SMALL_STATE(2024)] = 103899, - [SMALL_STATE(2025)] = 103941, - [SMALL_STATE(2026)] = 103983, - [SMALL_STATE(2027)] = 104025, - [SMALL_STATE(2028)] = 104067, - [SMALL_STATE(2029)] = 104109, - [SMALL_STATE(2030)] = 104151, - [SMALL_STATE(2031)] = 104193, - [SMALL_STATE(2032)] = 104235, - [SMALL_STATE(2033)] = 104277, - [SMALL_STATE(2034)] = 104319, - [SMALL_STATE(2035)] = 104361, - [SMALL_STATE(2036)] = 104403, - [SMALL_STATE(2037)] = 104445, - [SMALL_STATE(2038)] = 104487, - [SMALL_STATE(2039)] = 104529, - [SMALL_STATE(2040)] = 104571, - [SMALL_STATE(2041)] = 104613, - [SMALL_STATE(2042)] = 104655, - [SMALL_STATE(2043)] = 104697, - [SMALL_STATE(2044)] = 104739, - [SMALL_STATE(2045)] = 104781, - [SMALL_STATE(2046)] = 104823, - [SMALL_STATE(2047)] = 104867, - [SMALL_STATE(2048)] = 104909, - [SMALL_STATE(2049)] = 104951, - [SMALL_STATE(2050)] = 104993, - [SMALL_STATE(2051)] = 105035, - [SMALL_STATE(2052)] = 105077, - [SMALL_STATE(2053)] = 105119, - [SMALL_STATE(2054)] = 105161, - [SMALL_STATE(2055)] = 105203, - [SMALL_STATE(2056)] = 105245, - [SMALL_STATE(2057)] = 105287, - [SMALL_STATE(2058)] = 105329, - [SMALL_STATE(2059)] = 105371, - [SMALL_STATE(2060)] = 105413, - [SMALL_STATE(2061)] = 105455, - [SMALL_STATE(2062)] = 105497, - [SMALL_STATE(2063)] = 105539, - [SMALL_STATE(2064)] = 105581, - [SMALL_STATE(2065)] = 105623, - [SMALL_STATE(2066)] = 105665, - [SMALL_STATE(2067)] = 105707, - [SMALL_STATE(2068)] = 105749, - [SMALL_STATE(2069)] = 105791, - [SMALL_STATE(2070)] = 105833, - [SMALL_STATE(2071)] = 105875, - [SMALL_STATE(2072)] = 105917, - [SMALL_STATE(2073)] = 105959, - [SMALL_STATE(2074)] = 106001, - [SMALL_STATE(2075)] = 106043, - [SMALL_STATE(2076)] = 106085, - [SMALL_STATE(2077)] = 106126, - [SMALL_STATE(2078)] = 106178, - [SMALL_STATE(2079)] = 106230, - [SMALL_STATE(2080)] = 106282, - [SMALL_STATE(2081)] = 106334, - [SMALL_STATE(2082)] = 106386, - [SMALL_STATE(2083)] = 106425, - [SMALL_STATE(2084)] = 106468, - [SMALL_STATE(2085)] = 106511, - [SMALL_STATE(2086)] = 106554, - [SMALL_STATE(2087)] = 106597, - [SMALL_STATE(2088)] = 106640, - [SMALL_STATE(2089)] = 106683, - [SMALL_STATE(2090)] = 106726, - [SMALL_STATE(2091)] = 106769, - [SMALL_STATE(2092)] = 106812, - [SMALL_STATE(2093)] = 106855, - [SMALL_STATE(2094)] = 106898, - [SMALL_STATE(2095)] = 106941, - [SMALL_STATE(2096)] = 106984, - [SMALL_STATE(2097)] = 107027, - [SMALL_STATE(2098)] = 107070, - [SMALL_STATE(2099)] = 107113, - [SMALL_STATE(2100)] = 107152, - [SMALL_STATE(2101)] = 107195, - [SMALL_STATE(2102)] = 107233, - [SMALL_STATE(2103)] = 107271, - [SMALL_STATE(2104)] = 107309, - [SMALL_STATE(2105)] = 107347, - [SMALL_STATE(2106)] = 107385, - [SMALL_STATE(2107)] = 107423, - [SMALL_STATE(2108)] = 107461, - [SMALL_STATE(2109)] = 107499, - [SMALL_STATE(2110)] = 107537, - [SMALL_STATE(2111)] = 107575, - [SMALL_STATE(2112)] = 107613, - [SMALL_STATE(2113)] = 107651, - [SMALL_STATE(2114)] = 107689, - [SMALL_STATE(2115)] = 107727, - [SMALL_STATE(2116)] = 107765, - [SMALL_STATE(2117)] = 107803, - [SMALL_STATE(2118)] = 107841, - [SMALL_STATE(2119)] = 107879, - [SMALL_STATE(2120)] = 107917, - [SMALL_STATE(2121)] = 107955, - [SMALL_STATE(2122)] = 107993, - [SMALL_STATE(2123)] = 108031, - [SMALL_STATE(2124)] = 108069, - [SMALL_STATE(2125)] = 108107, - [SMALL_STATE(2126)] = 108145, - [SMALL_STATE(2127)] = 108183, - [SMALL_STATE(2128)] = 108221, - [SMALL_STATE(2129)] = 108259, - [SMALL_STATE(2130)] = 108297, - [SMALL_STATE(2131)] = 108335, - [SMALL_STATE(2132)] = 108373, - [SMALL_STATE(2133)] = 108411, - [SMALL_STATE(2134)] = 108449, - [SMALL_STATE(2135)] = 108487, - [SMALL_STATE(2136)] = 108525, - [SMALL_STATE(2137)] = 108563, - [SMALL_STATE(2138)] = 108601, - [SMALL_STATE(2139)] = 108639, - [SMALL_STATE(2140)] = 108677, - [SMALL_STATE(2141)] = 108715, - [SMALL_STATE(2142)] = 108753, - [SMALL_STATE(2143)] = 108791, - [SMALL_STATE(2144)] = 108829, - [SMALL_STATE(2145)] = 108867, - [SMALL_STATE(2146)] = 108905, - [SMALL_STATE(2147)] = 108943, - [SMALL_STATE(2148)] = 108981, - [SMALL_STATE(2149)] = 109019, - [SMALL_STATE(2150)] = 109057, - [SMALL_STATE(2151)] = 109095, - [SMALL_STATE(2152)] = 109133, - [SMALL_STATE(2153)] = 109171, - [SMALL_STATE(2154)] = 109209, - [SMALL_STATE(2155)] = 109247, - [SMALL_STATE(2156)] = 109285, - [SMALL_STATE(2157)] = 109323, - [SMALL_STATE(2158)] = 109361, - [SMALL_STATE(2159)] = 109399, - [SMALL_STATE(2160)] = 109437, - [SMALL_STATE(2161)] = 109475, - [SMALL_STATE(2162)] = 109513, - [SMALL_STATE(2163)] = 109551, - [SMALL_STATE(2164)] = 109589, - [SMALL_STATE(2165)] = 109627, - [SMALL_STATE(2166)] = 109665, - [SMALL_STATE(2167)] = 109703, - [SMALL_STATE(2168)] = 109736, - [SMALL_STATE(2169)] = 109769, - [SMALL_STATE(2170)] = 109802, - [SMALL_STATE(2171)] = 109835, - [SMALL_STATE(2172)] = 109864, - [SMALL_STATE(2173)] = 109897, - [SMALL_STATE(2174)] = 109930, - [SMALL_STATE(2175)] = 109963, - [SMALL_STATE(2176)] = 109992, - [SMALL_STATE(2177)] = 110025, - [SMALL_STATE(2178)] = 110058, - [SMALL_STATE(2179)] = 110091, - [SMALL_STATE(2180)] = 110124, - [SMALL_STATE(2181)] = 110157, - [SMALL_STATE(2182)] = 110190, - [SMALL_STATE(2183)] = 110223, - [SMALL_STATE(2184)] = 110256, - [SMALL_STATE(2185)] = 110285, - [SMALL_STATE(2186)] = 110318, - [SMALL_STATE(2187)] = 110351, - [SMALL_STATE(2188)] = 110375, - [SMALL_STATE(2189)] = 110391, - [SMALL_STATE(2190)] = 110415, - [SMALL_STATE(2191)] = 110439, - [SMALL_STATE(2192)] = 110463, - [SMALL_STATE(2193)] = 110488, - [SMALL_STATE(2194)] = 110503, - [SMALL_STATE(2195)] = 110528, - [SMALL_STATE(2196)] = 110549, - [SMALL_STATE(2197)] = 110566, - [SMALL_STATE(2198)] = 110587, - [SMALL_STATE(2199)] = 110608, - [SMALL_STATE(2200)] = 110621, - [SMALL_STATE(2201)] = 110646, - [SMALL_STATE(2202)] = 110663, - [SMALL_STATE(2203)] = 110683, - [SMALL_STATE(2204)] = 110703, - [SMALL_STATE(2205)] = 110723, - [SMALL_STATE(2206)] = 110739, - [SMALL_STATE(2207)] = 110757, - [SMALL_STATE(2208)] = 110777, - [SMALL_STATE(2209)] = 110793, - [SMALL_STATE(2210)] = 110803, - [SMALL_STATE(2211)] = 110823, - [SMALL_STATE(2212)] = 110839, - [SMALL_STATE(2213)] = 110857, - [SMALL_STATE(2214)] = 110877, - [SMALL_STATE(2215)] = 110895, - [SMALL_STATE(2216)] = 110915, - [SMALL_STATE(2217)] = 110931, - [SMALL_STATE(2218)] = 110951, - [SMALL_STATE(2219)] = 110971, - [SMALL_STATE(2220)] = 110990, - [SMALL_STATE(2221)] = 110999, - [SMALL_STATE(2222)] = 111018, - [SMALL_STATE(2223)] = 111037, - [SMALL_STATE(2224)] = 111052, - [SMALL_STATE(2225)] = 111069, - [SMALL_STATE(2226)] = 111078, - [SMALL_STATE(2227)] = 111095, - [SMALL_STATE(2228)] = 111114, - [SMALL_STATE(2229)] = 111133, - [SMALL_STATE(2230)] = 111152, - [SMALL_STATE(2231)] = 111169, - [SMALL_STATE(2232)] = 111188, - [SMALL_STATE(2233)] = 111207, - [SMALL_STATE(2234)] = 111222, - [SMALL_STATE(2235)] = 111231, - [SMALL_STATE(2236)] = 111250, - [SMALL_STATE(2237)] = 111269, - [SMALL_STATE(2238)] = 111288, - [SMALL_STATE(2239)] = 111302, - [SMALL_STATE(2240)] = 111316, - [SMALL_STATE(2241)] = 111326, - [SMALL_STATE(2242)] = 111338, - [SMALL_STATE(2243)] = 111350, - [SMALL_STATE(2244)] = 111364, - [SMALL_STATE(2245)] = 111378, - [SMALL_STATE(2246)] = 111392, - [SMALL_STATE(2247)] = 111402, - [SMALL_STATE(2248)] = 111414, - [SMALL_STATE(2249)] = 111428, - [SMALL_STATE(2250)] = 111444, - [SMALL_STATE(2251)] = 111458, - [SMALL_STATE(2252)] = 111470, - [SMALL_STATE(2253)] = 111478, - [SMALL_STATE(2254)] = 111492, - [SMALL_STATE(2255)] = 111508, - [SMALL_STATE(2256)] = 111520, - [SMALL_STATE(2257)] = 111534, - [SMALL_STATE(2258)] = 111548, - [SMALL_STATE(2259)] = 111560, - [SMALL_STATE(2260)] = 111568, - [SMALL_STATE(2261)] = 111582, - [SMALL_STATE(2262)] = 111594, - [SMALL_STATE(2263)] = 111608, - [SMALL_STATE(2264)] = 111624, - [SMALL_STATE(2265)] = 111636, - [SMALL_STATE(2266)] = 111650, - [SMALL_STATE(2267)] = 111662, - [SMALL_STATE(2268)] = 111676, - [SMALL_STATE(2269)] = 111686, - [SMALL_STATE(2270)] = 111700, - [SMALL_STATE(2271)] = 111714, - [SMALL_STATE(2272)] = 111726, - [SMALL_STATE(2273)] = 111740, - [SMALL_STATE(2274)] = 111754, - [SMALL_STATE(2275)] = 111770, - [SMALL_STATE(2276)] = 111784, - [SMALL_STATE(2277)] = 111792, - [SMALL_STATE(2278)] = 111808, - [SMALL_STATE(2279)] = 111820, - [SMALL_STATE(2280)] = 111834, - [SMALL_STATE(2281)] = 111848, - [SMALL_STATE(2282)] = 111860, - [SMALL_STATE(2283)] = 111876, - [SMALL_STATE(2284)] = 111890, - [SMALL_STATE(2285)] = 111904, - [SMALL_STATE(2286)] = 111918, - [SMALL_STATE(2287)] = 111934, - [SMALL_STATE(2288)] = 111948, - [SMALL_STATE(2289)] = 111960, - [SMALL_STATE(2290)] = 111972, - [SMALL_STATE(2291)] = 111986, - [SMALL_STATE(2292)] = 112000, - [SMALL_STATE(2293)] = 112014, - [SMALL_STATE(2294)] = 112026, - [SMALL_STATE(2295)] = 112040, - [SMALL_STATE(2296)] = 112049, - [SMALL_STATE(2297)] = 112060, - [SMALL_STATE(2298)] = 112069, - [SMALL_STATE(2299)] = 112080, - [SMALL_STATE(2300)] = 112087, - [SMALL_STATE(2301)] = 112100, - [SMALL_STATE(2302)] = 112113, - [SMALL_STATE(2303)] = 112124, - [SMALL_STATE(2304)] = 112131, - [SMALL_STATE(2305)] = 112144, - [SMALL_STATE(2306)] = 112157, - [SMALL_STATE(2307)] = 112166, - [SMALL_STATE(2308)] = 112179, - [SMALL_STATE(2309)] = 112188, - [SMALL_STATE(2310)] = 112199, - [SMALL_STATE(2311)] = 112212, - [SMALL_STATE(2312)] = 112223, - [SMALL_STATE(2313)] = 112236, - [SMALL_STATE(2314)] = 112245, - [SMALL_STATE(2315)] = 112258, - [SMALL_STATE(2316)] = 112267, - [SMALL_STATE(2317)] = 112278, - [SMALL_STATE(2318)] = 112285, - [SMALL_STATE(2319)] = 112298, - [SMALL_STATE(2320)] = 112311, - [SMALL_STATE(2321)] = 112324, - [SMALL_STATE(2322)] = 112337, - [SMALL_STATE(2323)] = 112344, - [SMALL_STATE(2324)] = 112357, - [SMALL_STATE(2325)] = 112370, - [SMALL_STATE(2326)] = 112383, - [SMALL_STATE(2327)] = 112390, - [SMALL_STATE(2328)] = 112397, - [SMALL_STATE(2329)] = 112408, - [SMALL_STATE(2330)] = 112417, - [SMALL_STATE(2331)] = 112428, - [SMALL_STATE(2332)] = 112441, - [SMALL_STATE(2333)] = 112450, - [SMALL_STATE(2334)] = 112461, - [SMALL_STATE(2335)] = 112474, - [SMALL_STATE(2336)] = 112487, - [SMALL_STATE(2337)] = 112496, - [SMALL_STATE(2338)] = 112509, - [SMALL_STATE(2339)] = 112518, - [SMALL_STATE(2340)] = 112531, - [SMALL_STATE(2341)] = 112542, - [SMALL_STATE(2342)] = 112553, - [SMALL_STATE(2343)] = 112564, - [SMALL_STATE(2344)] = 112577, - [SMALL_STATE(2345)] = 112586, - [SMALL_STATE(2346)] = 112597, - [SMALL_STATE(2347)] = 112606, - [SMALL_STATE(2348)] = 112619, - [SMALL_STATE(2349)] = 112630, - [SMALL_STATE(2350)] = 112637, - [SMALL_STATE(2351)] = 112650, - [SMALL_STATE(2352)] = 112663, - [SMALL_STATE(2353)] = 112676, - [SMALL_STATE(2354)] = 112689, - [SMALL_STATE(2355)] = 112700, - [SMALL_STATE(2356)] = 112709, - [SMALL_STATE(2357)] = 112718, - [SMALL_STATE(2358)] = 112731, - [SMALL_STATE(2359)] = 112744, - [SMALL_STATE(2360)] = 112757, - [SMALL_STATE(2361)] = 112766, - [SMALL_STATE(2362)] = 112779, - [SMALL_STATE(2363)] = 112792, - [SMALL_STATE(2364)] = 112805, - [SMALL_STATE(2365)] = 112818, - [SMALL_STATE(2366)] = 112829, - [SMALL_STATE(2367)] = 112840, - [SMALL_STATE(2368)] = 112851, - [SMALL_STATE(2369)] = 112862, - [SMALL_STATE(2370)] = 112875, - [SMALL_STATE(2371)] = 112888, - [SMALL_STATE(2372)] = 112899, - [SMALL_STATE(2373)] = 112910, - [SMALL_STATE(2374)] = 112923, - [SMALL_STATE(2375)] = 112932, - [SMALL_STATE(2376)] = 112945, - [SMALL_STATE(2377)] = 112958, - [SMALL_STATE(2378)] = 112971, - [SMALL_STATE(2379)] = 112981, - [SMALL_STATE(2380)] = 112991, - [SMALL_STATE(2381)] = 113001, - [SMALL_STATE(2382)] = 113011, - [SMALL_STATE(2383)] = 113021, - [SMALL_STATE(2384)] = 113031, - [SMALL_STATE(2385)] = 113041, - [SMALL_STATE(2386)] = 113051, - [SMALL_STATE(2387)] = 113061, - [SMALL_STATE(2388)] = 113071, - [SMALL_STATE(2389)] = 113081, - [SMALL_STATE(2390)] = 113091, - [SMALL_STATE(2391)] = 113101, - [SMALL_STATE(2392)] = 113111, - [SMALL_STATE(2393)] = 113121, - [SMALL_STATE(2394)] = 113131, - [SMALL_STATE(2395)] = 113141, - [SMALL_STATE(2396)] = 113151, - [SMALL_STATE(2397)] = 113161, - [SMALL_STATE(2398)] = 113171, - [SMALL_STATE(2399)] = 113181, - [SMALL_STATE(2400)] = 113191, - [SMALL_STATE(2401)] = 113201, - [SMALL_STATE(2402)] = 113211, - [SMALL_STATE(2403)] = 113221, - [SMALL_STATE(2404)] = 113231, - [SMALL_STATE(2405)] = 113241, - [SMALL_STATE(2406)] = 113251, - [SMALL_STATE(2407)] = 113259, - [SMALL_STATE(2408)] = 113269, - [SMALL_STATE(2409)] = 113279, - [SMALL_STATE(2410)] = 113289, - [SMALL_STATE(2411)] = 113295, - [SMALL_STATE(2412)] = 113305, - [SMALL_STATE(2413)] = 113315, - [SMALL_STATE(2414)] = 113325, - [SMALL_STATE(2415)] = 113335, - [SMALL_STATE(2416)] = 113345, - [SMALL_STATE(2417)] = 113355, - [SMALL_STATE(2418)] = 113365, - [SMALL_STATE(2419)] = 113375, - [SMALL_STATE(2420)] = 113385, - [SMALL_STATE(2421)] = 113395, - [SMALL_STATE(2422)] = 113405, - [SMALL_STATE(2423)] = 113415, - [SMALL_STATE(2424)] = 113425, - [SMALL_STATE(2425)] = 113435, - [SMALL_STATE(2426)] = 113445, - [SMALL_STATE(2427)] = 113455, - [SMALL_STATE(2428)] = 113465, - [SMALL_STATE(2429)] = 113475, - [SMALL_STATE(2430)] = 113485, - [SMALL_STATE(2431)] = 113495, - [SMALL_STATE(2432)] = 113505, - [SMALL_STATE(2433)] = 113515, - [SMALL_STATE(2434)] = 113525, - [SMALL_STATE(2435)] = 113535, - [SMALL_STATE(2436)] = 113545, - [SMALL_STATE(2437)] = 113555, - [SMALL_STATE(2438)] = 113565, - [SMALL_STATE(2439)] = 113575, - [SMALL_STATE(2440)] = 113585, - [SMALL_STATE(2441)] = 113595, - [SMALL_STATE(2442)] = 113605, - [SMALL_STATE(2443)] = 113615, - [SMALL_STATE(2444)] = 113625, - [SMALL_STATE(2445)] = 113635, - [SMALL_STATE(2446)] = 113645, - [SMALL_STATE(2447)] = 113655, - [SMALL_STATE(2448)] = 113665, - [SMALL_STATE(2449)] = 113675, - [SMALL_STATE(2450)] = 113681, - [SMALL_STATE(2451)] = 113691, - [SMALL_STATE(2452)] = 113701, - [SMALL_STATE(2453)] = 113711, - [SMALL_STATE(2454)] = 113721, - [SMALL_STATE(2455)] = 113731, - [SMALL_STATE(2456)] = 113741, - [SMALL_STATE(2457)] = 113751, - [SMALL_STATE(2458)] = 113761, - [SMALL_STATE(2459)] = 113771, - [SMALL_STATE(2460)] = 113781, - [SMALL_STATE(2461)] = 113791, - [SMALL_STATE(2462)] = 113801, - [SMALL_STATE(2463)] = 113811, - [SMALL_STATE(2464)] = 113821, - [SMALL_STATE(2465)] = 113829, - [SMALL_STATE(2466)] = 113835, - [SMALL_STATE(2467)] = 113845, - [SMALL_STATE(2468)] = 113855, - [SMALL_STATE(2469)] = 113865, - [SMALL_STATE(2470)] = 113875, - [SMALL_STATE(2471)] = 113885, - [SMALL_STATE(2472)] = 113895, - [SMALL_STATE(2473)] = 113905, - [SMALL_STATE(2474)] = 113915, - [SMALL_STATE(2475)] = 113925, - [SMALL_STATE(2476)] = 113935, - [SMALL_STATE(2477)] = 113945, - [SMALL_STATE(2478)] = 113955, - [SMALL_STATE(2479)] = 113965, - [SMALL_STATE(2480)] = 113975, - [SMALL_STATE(2481)] = 113985, - [SMALL_STATE(2482)] = 113995, - [SMALL_STATE(2483)] = 114005, - [SMALL_STATE(2484)] = 114015, - [SMALL_STATE(2485)] = 114025, - [SMALL_STATE(2486)] = 114035, - [SMALL_STATE(2487)] = 114045, - [SMALL_STATE(2488)] = 114055, - [SMALL_STATE(2489)] = 114065, - [SMALL_STATE(2490)] = 114075, - [SMALL_STATE(2491)] = 114085, - [SMALL_STATE(2492)] = 114095, - [SMALL_STATE(2493)] = 114105, - [SMALL_STATE(2494)] = 114115, - [SMALL_STATE(2495)] = 114125, - [SMALL_STATE(2496)] = 114133, - [SMALL_STATE(2497)] = 114139, - [SMALL_STATE(2498)] = 114147, - [SMALL_STATE(2499)] = 114157, - [SMALL_STATE(2500)] = 114167, - [SMALL_STATE(2501)] = 114177, - [SMALL_STATE(2502)] = 114187, - [SMALL_STATE(2503)] = 114197, - [SMALL_STATE(2504)] = 114207, - [SMALL_STATE(2505)] = 114217, - [SMALL_STATE(2506)] = 114227, - [SMALL_STATE(2507)] = 114237, - [SMALL_STATE(2508)] = 114247, - [SMALL_STATE(2509)] = 114257, - [SMALL_STATE(2510)] = 114267, - [SMALL_STATE(2511)] = 114277, - [SMALL_STATE(2512)] = 114287, - [SMALL_STATE(2513)] = 114297, - [SMALL_STATE(2514)] = 114307, - [SMALL_STATE(2515)] = 114317, - [SMALL_STATE(2516)] = 114327, - [SMALL_STATE(2517)] = 114337, - [SMALL_STATE(2518)] = 114347, - [SMALL_STATE(2519)] = 114357, - [SMALL_STATE(2520)] = 114367, - [SMALL_STATE(2521)] = 114377, - [SMALL_STATE(2522)] = 114387, - [SMALL_STATE(2523)] = 114397, - [SMALL_STATE(2524)] = 114407, - [SMALL_STATE(2525)] = 114417, - [SMALL_STATE(2526)] = 114427, - [SMALL_STATE(2527)] = 114433, - [SMALL_STATE(2528)] = 114443, - [SMALL_STATE(2529)] = 114453, - [SMALL_STATE(2530)] = 114463, - [SMALL_STATE(2531)] = 114473, - [SMALL_STATE(2532)] = 114481, - [SMALL_STATE(2533)] = 114491, - [SMALL_STATE(2534)] = 114501, - [SMALL_STATE(2535)] = 114511, - [SMALL_STATE(2536)] = 114521, - [SMALL_STATE(2537)] = 114531, - [SMALL_STATE(2538)] = 114541, - [SMALL_STATE(2539)] = 114549, - [SMALL_STATE(2540)] = 114559, - [SMALL_STATE(2541)] = 114569, - [SMALL_STATE(2542)] = 114579, - [SMALL_STATE(2543)] = 114589, - [SMALL_STATE(2544)] = 114599, - [SMALL_STATE(2545)] = 114609, - [SMALL_STATE(2546)] = 114619, - [SMALL_STATE(2547)] = 114629, - [SMALL_STATE(2548)] = 114639, - [SMALL_STATE(2549)] = 114647, - [SMALL_STATE(2550)] = 114653, - [SMALL_STATE(2551)] = 114663, - [SMALL_STATE(2552)] = 114673, - [SMALL_STATE(2553)] = 114683, - [SMALL_STATE(2554)] = 114693, - [SMALL_STATE(2555)] = 114703, - [SMALL_STATE(2556)] = 114713, - [SMALL_STATE(2557)] = 114723, - [SMALL_STATE(2558)] = 114733, - [SMALL_STATE(2559)] = 114743, - [SMALL_STATE(2560)] = 114751, - [SMALL_STATE(2561)] = 114757, - [SMALL_STATE(2562)] = 114767, - [SMALL_STATE(2563)] = 114777, - [SMALL_STATE(2564)] = 114787, - [SMALL_STATE(2565)] = 114797, - [SMALL_STATE(2566)] = 114807, - [SMALL_STATE(2567)] = 114817, - [SMALL_STATE(2568)] = 114827, - [SMALL_STATE(2569)] = 114837, - [SMALL_STATE(2570)] = 114847, - [SMALL_STATE(2571)] = 114857, - [SMALL_STATE(2572)] = 114865, - [SMALL_STATE(2573)] = 114875, - [SMALL_STATE(2574)] = 114885, - [SMALL_STATE(2575)] = 114895, - [SMALL_STATE(2576)] = 114903, - [SMALL_STATE(2577)] = 114913, - [SMALL_STATE(2578)] = 114923, - [SMALL_STATE(2579)] = 114933, - [SMALL_STATE(2580)] = 114943, - [SMALL_STATE(2581)] = 114953, - [SMALL_STATE(2582)] = 114963, - [SMALL_STATE(2583)] = 114973, - [SMALL_STATE(2584)] = 114983, - [SMALL_STATE(2585)] = 114991, - [SMALL_STATE(2586)] = 115001, - [SMALL_STATE(2587)] = 115011, - [SMALL_STATE(2588)] = 115021, - [SMALL_STATE(2589)] = 115031, - [SMALL_STATE(2590)] = 115037, - [SMALL_STATE(2591)] = 115047, - [SMALL_STATE(2592)] = 115053, - [SMALL_STATE(2593)] = 115063, - [SMALL_STATE(2594)] = 115073, - [SMALL_STATE(2595)] = 115083, - [SMALL_STATE(2596)] = 115093, - [SMALL_STATE(2597)] = 115101, - [SMALL_STATE(2598)] = 115111, - [SMALL_STATE(2599)] = 115121, - [SMALL_STATE(2600)] = 115131, - [SMALL_STATE(2601)] = 115141, - [SMALL_STATE(2602)] = 115151, - [SMALL_STATE(2603)] = 115161, - [SMALL_STATE(2604)] = 115169, - [SMALL_STATE(2605)] = 115175, - [SMALL_STATE(2606)] = 115185, - [SMALL_STATE(2607)] = 115191, - [SMALL_STATE(2608)] = 115201, - [SMALL_STATE(2609)] = 115211, - [SMALL_STATE(2610)] = 115221, - [SMALL_STATE(2611)] = 115231, - [SMALL_STATE(2612)] = 115239, - [SMALL_STATE(2613)] = 115249, - [SMALL_STATE(2614)] = 115259, - [SMALL_STATE(2615)] = 115269, - [SMALL_STATE(2616)] = 115279, - [SMALL_STATE(2617)] = 115289, - [SMALL_STATE(2618)] = 115299, - [SMALL_STATE(2619)] = 115309, - [SMALL_STATE(2620)] = 115319, - [SMALL_STATE(2621)] = 115327, - [SMALL_STATE(2622)] = 115337, - [SMALL_STATE(2623)] = 115347, - [SMALL_STATE(2624)] = 115357, - [SMALL_STATE(2625)] = 115367, - [SMALL_STATE(2626)] = 115377, - [SMALL_STATE(2627)] = 115387, - [SMALL_STATE(2628)] = 115397, - [SMALL_STATE(2629)] = 115407, - [SMALL_STATE(2630)] = 115417, - [SMALL_STATE(2631)] = 115427, - [SMALL_STATE(2632)] = 115437, - [SMALL_STATE(2633)] = 115447, - [SMALL_STATE(2634)] = 115455, - [SMALL_STATE(2635)] = 115465, - [SMALL_STATE(2636)] = 115475, - [SMALL_STATE(2637)] = 115485, - [SMALL_STATE(2638)] = 115495, - [SMALL_STATE(2639)] = 115505, - [SMALL_STATE(2640)] = 115515, - [SMALL_STATE(2641)] = 115525, - [SMALL_STATE(2642)] = 115535, - [SMALL_STATE(2643)] = 115545, - [SMALL_STATE(2644)] = 115555, - [SMALL_STATE(2645)] = 115563, - [SMALL_STATE(2646)] = 115573, - [SMALL_STATE(2647)] = 115583, - [SMALL_STATE(2648)] = 115593, - [SMALL_STATE(2649)] = 115603, - [SMALL_STATE(2650)] = 115613, - [SMALL_STATE(2651)] = 115623, - [SMALL_STATE(2652)] = 115633, - [SMALL_STATE(2653)] = 115643, - [SMALL_STATE(2654)] = 115653, - [SMALL_STATE(2655)] = 115663, - [SMALL_STATE(2656)] = 115673, - [SMALL_STATE(2657)] = 115681, - [SMALL_STATE(2658)] = 115691, - [SMALL_STATE(2659)] = 115699, - [SMALL_STATE(2660)] = 115706, - [SMALL_STATE(2661)] = 115713, - [SMALL_STATE(2662)] = 115720, - [SMALL_STATE(2663)] = 115727, - [SMALL_STATE(2664)] = 115734, - [SMALL_STATE(2665)] = 115741, - [SMALL_STATE(2666)] = 115748, - [SMALL_STATE(2667)] = 115755, - [SMALL_STATE(2668)] = 115760, - [SMALL_STATE(2669)] = 115767, - [SMALL_STATE(2670)] = 115774, - [SMALL_STATE(2671)] = 115781, - [SMALL_STATE(2672)] = 115788, - [SMALL_STATE(2673)] = 115795, - [SMALL_STATE(2674)] = 115802, - [SMALL_STATE(2675)] = 115809, - [SMALL_STATE(2676)] = 115816, - [SMALL_STATE(2677)] = 115823, - [SMALL_STATE(2678)] = 115830, - [SMALL_STATE(2679)] = 115837, - [SMALL_STATE(2680)] = 115844, - [SMALL_STATE(2681)] = 115849, - [SMALL_STATE(2682)] = 115856, - [SMALL_STATE(2683)] = 115863, - [SMALL_STATE(2684)] = 115868, - [SMALL_STATE(2685)] = 115875, - [SMALL_STATE(2686)] = 115882, - [SMALL_STATE(2687)] = 115887, - [SMALL_STATE(2688)] = 115894, - [SMALL_STATE(2689)] = 115901, - [SMALL_STATE(2690)] = 115908, - [SMALL_STATE(2691)] = 115915, - [SMALL_STATE(2692)] = 115922, - [SMALL_STATE(2693)] = 115929, - [SMALL_STATE(2694)] = 115936, - [SMALL_STATE(2695)] = 115943, - [SMALL_STATE(2696)] = 115950, - [SMALL_STATE(2697)] = 115957, - [SMALL_STATE(2698)] = 115964, - [SMALL_STATE(2699)] = 115969, - [SMALL_STATE(2700)] = 115976, - [SMALL_STATE(2701)] = 115983, - [SMALL_STATE(2702)] = 115990, - [SMALL_STATE(2703)] = 115997, - [SMALL_STATE(2704)] = 116004, - [SMALL_STATE(2705)] = 116011, - [SMALL_STATE(2706)] = 116018, - [SMALL_STATE(2707)] = 116025, - [SMALL_STATE(2708)] = 116032, - [SMALL_STATE(2709)] = 116039, - [SMALL_STATE(2710)] = 116046, - [SMALL_STATE(2711)] = 116053, - [SMALL_STATE(2712)] = 116060, - [SMALL_STATE(2713)] = 116065, - [SMALL_STATE(2714)] = 116070, - [SMALL_STATE(2715)] = 116077, - [SMALL_STATE(2716)] = 116084, - [SMALL_STATE(2717)] = 116091, - [SMALL_STATE(2718)] = 116098, - [SMALL_STATE(2719)] = 116105, - [SMALL_STATE(2720)] = 116112, - [SMALL_STATE(2721)] = 116119, - [SMALL_STATE(2722)] = 116126, - [SMALL_STATE(2723)] = 116133, - [SMALL_STATE(2724)] = 116140, - [SMALL_STATE(2725)] = 116147, - [SMALL_STATE(2726)] = 116154, - [SMALL_STATE(2727)] = 116161, - [SMALL_STATE(2728)] = 116166, - [SMALL_STATE(2729)] = 116173, - [SMALL_STATE(2730)] = 116180, - [SMALL_STATE(2731)] = 116187, - [SMALL_STATE(2732)] = 116194, - [SMALL_STATE(2733)] = 116201, - [SMALL_STATE(2734)] = 116206, - [SMALL_STATE(2735)] = 116213, - [SMALL_STATE(2736)] = 116220, - [SMALL_STATE(2737)] = 116227, - [SMALL_STATE(2738)] = 116234, - [SMALL_STATE(2739)] = 116241, - [SMALL_STATE(2740)] = 116246, - [SMALL_STATE(2741)] = 116253, - [SMALL_STATE(2742)] = 116260, - [SMALL_STATE(2743)] = 116267, - [SMALL_STATE(2744)] = 116272, - [SMALL_STATE(2745)] = 116279, - [SMALL_STATE(2746)] = 116286, - [SMALL_STATE(2747)] = 116293, - [SMALL_STATE(2748)] = 116298, - [SMALL_STATE(2749)] = 116305, - [SMALL_STATE(2750)] = 116312, - [SMALL_STATE(2751)] = 116317, - [SMALL_STATE(2752)] = 116324, - [SMALL_STATE(2753)] = 116331, - [SMALL_STATE(2754)] = 116338, - [SMALL_STATE(2755)] = 116345, - [SMALL_STATE(2756)] = 116352, - [SMALL_STATE(2757)] = 116357, - [SMALL_STATE(2758)] = 116362, - [SMALL_STATE(2759)] = 116369, - [SMALL_STATE(2760)] = 116376, - [SMALL_STATE(2761)] = 116383, - [SMALL_STATE(2762)] = 116390, - [SMALL_STATE(2763)] = 116397, - [SMALL_STATE(2764)] = 116404, - [SMALL_STATE(2765)] = 116411, - [SMALL_STATE(2766)] = 116418, - [SMALL_STATE(2767)] = 116425, - [SMALL_STATE(2768)] = 116432, - [SMALL_STATE(2769)] = 116439, - [SMALL_STATE(2770)] = 116446, - [SMALL_STATE(2771)] = 116453, - [SMALL_STATE(2772)] = 116460, - [SMALL_STATE(2773)] = 116467, - [SMALL_STATE(2774)] = 116474, - [SMALL_STATE(2775)] = 116479, - [SMALL_STATE(2776)] = 116486, - [SMALL_STATE(2777)] = 116493, - [SMALL_STATE(2778)] = 116500, - [SMALL_STATE(2779)] = 116507, - [SMALL_STATE(2780)] = 116514, - [SMALL_STATE(2781)] = 116521, - [SMALL_STATE(2782)] = 116526, - [SMALL_STATE(2783)] = 116533, - [SMALL_STATE(2784)] = 116540, - [SMALL_STATE(2785)] = 116547, - [SMALL_STATE(2786)] = 116554, - [SMALL_STATE(2787)] = 116561, - [SMALL_STATE(2788)] = 116568, - [SMALL_STATE(2789)] = 116573, - [SMALL_STATE(2790)] = 116580, - [SMALL_STATE(2791)] = 116587, - [SMALL_STATE(2792)] = 116594, - [SMALL_STATE(2793)] = 116601, - [SMALL_STATE(2794)] = 116608, - [SMALL_STATE(2795)] = 116612, - [SMALL_STATE(2796)] = 116616, - [SMALL_STATE(2797)] = 116620, - [SMALL_STATE(2798)] = 116624, - [SMALL_STATE(2799)] = 116628, - [SMALL_STATE(2800)] = 116632, - [SMALL_STATE(2801)] = 116636, - [SMALL_STATE(2802)] = 116640, - [SMALL_STATE(2803)] = 116644, - [SMALL_STATE(2804)] = 116648, - [SMALL_STATE(2805)] = 116652, - [SMALL_STATE(2806)] = 116656, - [SMALL_STATE(2807)] = 116660, - [SMALL_STATE(2808)] = 116664, - [SMALL_STATE(2809)] = 116668, - [SMALL_STATE(2810)] = 116672, - [SMALL_STATE(2811)] = 116676, - [SMALL_STATE(2812)] = 116680, - [SMALL_STATE(2813)] = 116684, - [SMALL_STATE(2814)] = 116688, - [SMALL_STATE(2815)] = 116692, - [SMALL_STATE(2816)] = 116696, - [SMALL_STATE(2817)] = 116700, - [SMALL_STATE(2818)] = 116704, - [SMALL_STATE(2819)] = 116708, - [SMALL_STATE(2820)] = 116712, - [SMALL_STATE(2821)] = 116716, - [SMALL_STATE(2822)] = 116720, - [SMALL_STATE(2823)] = 116724, - [SMALL_STATE(2824)] = 116728, - [SMALL_STATE(2825)] = 116732, - [SMALL_STATE(2826)] = 116736, - [SMALL_STATE(2827)] = 116740, - [SMALL_STATE(2828)] = 116744, - [SMALL_STATE(2829)] = 116748, - [SMALL_STATE(2830)] = 116752, - [SMALL_STATE(2831)] = 116756, - [SMALL_STATE(2832)] = 116760, - [SMALL_STATE(2833)] = 116764, - [SMALL_STATE(2834)] = 116768, - [SMALL_STATE(2835)] = 116772, - [SMALL_STATE(2836)] = 116776, - [SMALL_STATE(2837)] = 116780, - [SMALL_STATE(2838)] = 116784, - [SMALL_STATE(2839)] = 116788, - [SMALL_STATE(2840)] = 116792, - [SMALL_STATE(2841)] = 116796, - [SMALL_STATE(2842)] = 116800, - [SMALL_STATE(2843)] = 116804, - [SMALL_STATE(2844)] = 116808, - [SMALL_STATE(2845)] = 116812, - [SMALL_STATE(2846)] = 116816, - [SMALL_STATE(2847)] = 116820, - [SMALL_STATE(2848)] = 116824, - [SMALL_STATE(2849)] = 116828, - [SMALL_STATE(2850)] = 116832, - [SMALL_STATE(2851)] = 116836, - [SMALL_STATE(2852)] = 116840, - [SMALL_STATE(2853)] = 116844, - [SMALL_STATE(2854)] = 116848, - [SMALL_STATE(2855)] = 116852, - [SMALL_STATE(2856)] = 116856, - [SMALL_STATE(2857)] = 116860, - [SMALL_STATE(2858)] = 116864, - [SMALL_STATE(2859)] = 116868, - [SMALL_STATE(2860)] = 116872, - [SMALL_STATE(2861)] = 116876, - [SMALL_STATE(2862)] = 116880, - [SMALL_STATE(2863)] = 116884, - [SMALL_STATE(2864)] = 116888, - [SMALL_STATE(2865)] = 116892, - [SMALL_STATE(2866)] = 116896, - [SMALL_STATE(2867)] = 116900, - [SMALL_STATE(2868)] = 116904, - [SMALL_STATE(2869)] = 116908, - [SMALL_STATE(2870)] = 116912, - [SMALL_STATE(2871)] = 116916, - [SMALL_STATE(2872)] = 116920, - [SMALL_STATE(2873)] = 116924, - [SMALL_STATE(2874)] = 116928, - [SMALL_STATE(2875)] = 116932, - [SMALL_STATE(2876)] = 116936, - [SMALL_STATE(2877)] = 116940, - [SMALL_STATE(2878)] = 116944, - [SMALL_STATE(2879)] = 116948, - [SMALL_STATE(2880)] = 116952, - [SMALL_STATE(2881)] = 116956, - [SMALL_STATE(2882)] = 116960, - [SMALL_STATE(2883)] = 116964, - [SMALL_STATE(2884)] = 116968, - [SMALL_STATE(2885)] = 116972, - [SMALL_STATE(2886)] = 116976, - [SMALL_STATE(2887)] = 116980, - [SMALL_STATE(2888)] = 116984, - [SMALL_STATE(2889)] = 116988, - [SMALL_STATE(2890)] = 116992, - [SMALL_STATE(2891)] = 116996, - [SMALL_STATE(2892)] = 117000, - [SMALL_STATE(2893)] = 117004, - [SMALL_STATE(2894)] = 117008, - [SMALL_STATE(2895)] = 117012, - [SMALL_STATE(2896)] = 117016, - [SMALL_STATE(2897)] = 117020, - [SMALL_STATE(2898)] = 117024, - [SMALL_STATE(2899)] = 117028, - [SMALL_STATE(2900)] = 117032, - [SMALL_STATE(2901)] = 117036, - [SMALL_STATE(2902)] = 117040, - [SMALL_STATE(2903)] = 117044, - [SMALL_STATE(2904)] = 117048, - [SMALL_STATE(2905)] = 117052, - [SMALL_STATE(2906)] = 117056, - [SMALL_STATE(2907)] = 117060, - [SMALL_STATE(2908)] = 117064, - [SMALL_STATE(2909)] = 117068, - [SMALL_STATE(2910)] = 117072, - [SMALL_STATE(2911)] = 117076, - [SMALL_STATE(2912)] = 117080, - [SMALL_STATE(2913)] = 117084, - [SMALL_STATE(2914)] = 117088, - [SMALL_STATE(2915)] = 117092, - [SMALL_STATE(2916)] = 117096, - [SMALL_STATE(2917)] = 117100, - [SMALL_STATE(2918)] = 117104, - [SMALL_STATE(2919)] = 117108, - [SMALL_STATE(2920)] = 117112, - [SMALL_STATE(2921)] = 117116, - [SMALL_STATE(2922)] = 117120, - [SMALL_STATE(2923)] = 117124, - [SMALL_STATE(2924)] = 117128, - [SMALL_STATE(2925)] = 117132, - [SMALL_STATE(2926)] = 117136, - [SMALL_STATE(2927)] = 117140, - [SMALL_STATE(2928)] = 117144, - [SMALL_STATE(2929)] = 117148, - [SMALL_STATE(2930)] = 117152, - [SMALL_STATE(2931)] = 117156, - [SMALL_STATE(2932)] = 117160, - [SMALL_STATE(2933)] = 117164, - [SMALL_STATE(2934)] = 117168, - [SMALL_STATE(2935)] = 117172, - [SMALL_STATE(2936)] = 117176, - [SMALL_STATE(2937)] = 117180, - [SMALL_STATE(2938)] = 117184, - [SMALL_STATE(2939)] = 117188, - [SMALL_STATE(2940)] = 117192, - [SMALL_STATE(2941)] = 117196, - [SMALL_STATE(2942)] = 117200, - [SMALL_STATE(2943)] = 117204, - [SMALL_STATE(2944)] = 117208, - [SMALL_STATE(2945)] = 117212, - [SMALL_STATE(2946)] = 117216, - [SMALL_STATE(2947)] = 117220, - [SMALL_STATE(2948)] = 117224, - [SMALL_STATE(2949)] = 117228, - [SMALL_STATE(2950)] = 117232, - [SMALL_STATE(2951)] = 117236, - [SMALL_STATE(2952)] = 117240, - [SMALL_STATE(2953)] = 117244, - [SMALL_STATE(2954)] = 117248, - [SMALL_STATE(2955)] = 117252, - [SMALL_STATE(2956)] = 117256, - [SMALL_STATE(2957)] = 117260, - [SMALL_STATE(2958)] = 117264, - [SMALL_STATE(2959)] = 117268, - [SMALL_STATE(2960)] = 117272, - [SMALL_STATE(2961)] = 117276, - [SMALL_STATE(2962)] = 117280, - [SMALL_STATE(2963)] = 117284, - [SMALL_STATE(2964)] = 117288, - [SMALL_STATE(2965)] = 117292, - [SMALL_STATE(2966)] = 117296, - [SMALL_STATE(2967)] = 117300, - [SMALL_STATE(2968)] = 117304, - [SMALL_STATE(2969)] = 117308, - [SMALL_STATE(2970)] = 117312, - [SMALL_STATE(2971)] = 117316, - [SMALL_STATE(2972)] = 117320, - [SMALL_STATE(2973)] = 117324, - [SMALL_STATE(2974)] = 117328, - [SMALL_STATE(2975)] = 117332, - [SMALL_STATE(2976)] = 117336, - [SMALL_STATE(2977)] = 117340, - [SMALL_STATE(2978)] = 117344, - [SMALL_STATE(2979)] = 117348, - [SMALL_STATE(2980)] = 117352, - [SMALL_STATE(2981)] = 117356, - [SMALL_STATE(2982)] = 117360, - [SMALL_STATE(2983)] = 117364, - [SMALL_STATE(2984)] = 117368, - [SMALL_STATE(2985)] = 117372, - [SMALL_STATE(2986)] = 117376, - [SMALL_STATE(2987)] = 117380, - [SMALL_STATE(2988)] = 117384, - [SMALL_STATE(2989)] = 117388, - [SMALL_STATE(2990)] = 117392, - [SMALL_STATE(2991)] = 117396, - [SMALL_STATE(2992)] = 117400, - [SMALL_STATE(2993)] = 117404, - [SMALL_STATE(2994)] = 117408, - [SMALL_STATE(2995)] = 117412, - [SMALL_STATE(2996)] = 117416, - [SMALL_STATE(2997)] = 117420, - [SMALL_STATE(2998)] = 117424, - [SMALL_STATE(2999)] = 117428, - [SMALL_STATE(3000)] = 117432, - [SMALL_STATE(3001)] = 117436, - [SMALL_STATE(3002)] = 117440, - [SMALL_STATE(3003)] = 117444, - [SMALL_STATE(3004)] = 117448, - [SMALL_STATE(3005)] = 117452, - [SMALL_STATE(3006)] = 117456, - [SMALL_STATE(3007)] = 117460, - [SMALL_STATE(3008)] = 117464, - [SMALL_STATE(3009)] = 117468, - [SMALL_STATE(3010)] = 117472, - [SMALL_STATE(3011)] = 117476, - [SMALL_STATE(3012)] = 117480, - [SMALL_STATE(3013)] = 117484, - [SMALL_STATE(3014)] = 117488, - [SMALL_STATE(3015)] = 117492, - [SMALL_STATE(3016)] = 117496, - [SMALL_STATE(3017)] = 117500, - [SMALL_STATE(3018)] = 117504, - [SMALL_STATE(3019)] = 117508, - [SMALL_STATE(3020)] = 117512, - [SMALL_STATE(3021)] = 117516, - [SMALL_STATE(3022)] = 117520, - [SMALL_STATE(3023)] = 117524, - [SMALL_STATE(3024)] = 117528, - [SMALL_STATE(3025)] = 117532, - [SMALL_STATE(3026)] = 117536, - [SMALL_STATE(3027)] = 117540, - [SMALL_STATE(3028)] = 117544, - [SMALL_STATE(3029)] = 117548, - [SMALL_STATE(3030)] = 117552, - [SMALL_STATE(3031)] = 117556, - [SMALL_STATE(3032)] = 117560, - [SMALL_STATE(3033)] = 117564, - [SMALL_STATE(3034)] = 117568, - [SMALL_STATE(3035)] = 117572, - [SMALL_STATE(3036)] = 117576, - [SMALL_STATE(3037)] = 117580, - [SMALL_STATE(3038)] = 117584, - [SMALL_STATE(3039)] = 117588, - [SMALL_STATE(3040)] = 117592, - [SMALL_STATE(3041)] = 117596, - [SMALL_STATE(3042)] = 117600, - [SMALL_STATE(3043)] = 117604, - [SMALL_STATE(3044)] = 117608, - [SMALL_STATE(3045)] = 117612, - [SMALL_STATE(3046)] = 117616, - [SMALL_STATE(3047)] = 117620, - [SMALL_STATE(3048)] = 117624, - [SMALL_STATE(3049)] = 117628, - [SMALL_STATE(3050)] = 117632, - [SMALL_STATE(3051)] = 117636, - [SMALL_STATE(3052)] = 117640, - [SMALL_STATE(3053)] = 117644, - [SMALL_STATE(3054)] = 117648, - [SMALL_STATE(3055)] = 117652, - [SMALL_STATE(3056)] = 117656, - [SMALL_STATE(3057)] = 117660, - [SMALL_STATE(3058)] = 117664, - [SMALL_STATE(3059)] = 117668, - [SMALL_STATE(3060)] = 117672, - [SMALL_STATE(3061)] = 117676, - [SMALL_STATE(3062)] = 117680, - [SMALL_STATE(3063)] = 117684, - [SMALL_STATE(3064)] = 117688, - [SMALL_STATE(3065)] = 117692, - [SMALL_STATE(3066)] = 117696, - [SMALL_STATE(3067)] = 117700, - [SMALL_STATE(3068)] = 117704, - [SMALL_STATE(3069)] = 117708, - [SMALL_STATE(3070)] = 117712, - [SMALL_STATE(3071)] = 117716, - [SMALL_STATE(3072)] = 117720, - [SMALL_STATE(3073)] = 117724, - [SMALL_STATE(3074)] = 117728, - [SMALL_STATE(3075)] = 117732, - [SMALL_STATE(3076)] = 117736, - [SMALL_STATE(3077)] = 117740, - [SMALL_STATE(3078)] = 117744, - [SMALL_STATE(3079)] = 117748, - [SMALL_STATE(3080)] = 117752, - [SMALL_STATE(3081)] = 117756, - [SMALL_STATE(3082)] = 117760, - [SMALL_STATE(3083)] = 117764, - [SMALL_STATE(3084)] = 117768, - [SMALL_STATE(3085)] = 117772, - [SMALL_STATE(3086)] = 117776, - [SMALL_STATE(3087)] = 117780, - [SMALL_STATE(3088)] = 117784, - [SMALL_STATE(3089)] = 117788, - [SMALL_STATE(3090)] = 117792, - [SMALL_STATE(3091)] = 117796, - [SMALL_STATE(3092)] = 117800, - [SMALL_STATE(3093)] = 117804, - [SMALL_STATE(3094)] = 117808, - [SMALL_STATE(3095)] = 117812, - [SMALL_STATE(3096)] = 117816, - [SMALL_STATE(3097)] = 117820, - [SMALL_STATE(3098)] = 117824, - [SMALL_STATE(3099)] = 117828, - [SMALL_STATE(3100)] = 117832, - [SMALL_STATE(3101)] = 117836, - [SMALL_STATE(3102)] = 117840, - [SMALL_STATE(3103)] = 117844, - [SMALL_STATE(3104)] = 117848, - [SMALL_STATE(3105)] = 117852, - [SMALL_STATE(3106)] = 117856, - [SMALL_STATE(3107)] = 117860, - [SMALL_STATE(3108)] = 117864, - [SMALL_STATE(3109)] = 117868, - [SMALL_STATE(3110)] = 117872, - [SMALL_STATE(3111)] = 117876, - [SMALL_STATE(3112)] = 117880, - [SMALL_STATE(3113)] = 117884, - [SMALL_STATE(3114)] = 117888, - [SMALL_STATE(3115)] = 117892, - [SMALL_STATE(3116)] = 117896, - [SMALL_STATE(3117)] = 117900, - [SMALL_STATE(3118)] = 117904, - [SMALL_STATE(3119)] = 117908, - [SMALL_STATE(3120)] = 117912, - [SMALL_STATE(3121)] = 117916, - [SMALL_STATE(3122)] = 117920, - [SMALL_STATE(3123)] = 117924, - [SMALL_STATE(3124)] = 117928, - [SMALL_STATE(3125)] = 117932, - [SMALL_STATE(3126)] = 117936, - [SMALL_STATE(3127)] = 117940, - [SMALL_STATE(3128)] = 117944, - [SMALL_STATE(3129)] = 117948, - [SMALL_STATE(3130)] = 117952, - [SMALL_STATE(3131)] = 117956, - [SMALL_STATE(3132)] = 117960, - [SMALL_STATE(3133)] = 117964, - [SMALL_STATE(3134)] = 117968, - [SMALL_STATE(3135)] = 117972, - [SMALL_STATE(3136)] = 117976, - [SMALL_STATE(3137)] = 117980, - [SMALL_STATE(3138)] = 117984, - [SMALL_STATE(3139)] = 117988, - [SMALL_STATE(3140)] = 117992, - [SMALL_STATE(3141)] = 117996, - [SMALL_STATE(3142)] = 118000, - [SMALL_STATE(3143)] = 118004, - [SMALL_STATE(3144)] = 118008, - [SMALL_STATE(3145)] = 118012, - [SMALL_STATE(3146)] = 118016, - [SMALL_STATE(3147)] = 118020, - [SMALL_STATE(3148)] = 118024, - [SMALL_STATE(3149)] = 118028, - [SMALL_STATE(3150)] = 118032, - [SMALL_STATE(3151)] = 118036, - [SMALL_STATE(3152)] = 118040, - [SMALL_STATE(3153)] = 118044, - [SMALL_STATE(3154)] = 118048, - [SMALL_STATE(3155)] = 118052, - [SMALL_STATE(3156)] = 118056, - [SMALL_STATE(3157)] = 118060, - [SMALL_STATE(3158)] = 118064, - [SMALL_STATE(3159)] = 118068, - [SMALL_STATE(3160)] = 118072, - [SMALL_STATE(3161)] = 118076, - [SMALL_STATE(3162)] = 118080, - [SMALL_STATE(3163)] = 118084, - [SMALL_STATE(3164)] = 118088, - [SMALL_STATE(3165)] = 118092, - [SMALL_STATE(3166)] = 118096, - [SMALL_STATE(3167)] = 118100, - [SMALL_STATE(3168)] = 118104, - [SMALL_STATE(3169)] = 118108, - [SMALL_STATE(3170)] = 118112, - [SMALL_STATE(3171)] = 118116, - [SMALL_STATE(3172)] = 118120, - [SMALL_STATE(3173)] = 118124, - [SMALL_STATE(3174)] = 118128, - [SMALL_STATE(3175)] = 118132, - [SMALL_STATE(3176)] = 118136, - [SMALL_STATE(3177)] = 118140, - [SMALL_STATE(3178)] = 118144, - [SMALL_STATE(3179)] = 118148, - [SMALL_STATE(3180)] = 118152, - [SMALL_STATE(3181)] = 118156, - [SMALL_STATE(3182)] = 118160, - [SMALL_STATE(3183)] = 118164, - [SMALL_STATE(3184)] = 118168, - [SMALL_STATE(3185)] = 118172, - [SMALL_STATE(3186)] = 118176, - [SMALL_STATE(3187)] = 118180, - [SMALL_STATE(3188)] = 118184, - [SMALL_STATE(3189)] = 118188, - [SMALL_STATE(3190)] = 118192, - [SMALL_STATE(3191)] = 118196, - [SMALL_STATE(3192)] = 118200, - [SMALL_STATE(3193)] = 118204, - [SMALL_STATE(3194)] = 118208, - [SMALL_STATE(3195)] = 118212, - [SMALL_STATE(3196)] = 118216, - [SMALL_STATE(3197)] = 118220, - [SMALL_STATE(3198)] = 118224, - [SMALL_STATE(3199)] = 118228, - [SMALL_STATE(3200)] = 118232, - [SMALL_STATE(3201)] = 118236, - [SMALL_STATE(3202)] = 118240, - [SMALL_STATE(3203)] = 118244, - [SMALL_STATE(3204)] = 118248, - [SMALL_STATE(3205)] = 118252, - [SMALL_STATE(3206)] = 118256, - [SMALL_STATE(3207)] = 118260, - [SMALL_STATE(3208)] = 118264, - [SMALL_STATE(3209)] = 118268, - [SMALL_STATE(3210)] = 118272, - [SMALL_STATE(3211)] = 118276, - [SMALL_STATE(3212)] = 118280, - [SMALL_STATE(3213)] = 118284, - [SMALL_STATE(3214)] = 118288, - [SMALL_STATE(3215)] = 118292, - [SMALL_STATE(3216)] = 118296, - [SMALL_STATE(3217)] = 118300, - [SMALL_STATE(3218)] = 118304, - [SMALL_STATE(3219)] = 118308, - [SMALL_STATE(3220)] = 118312, - [SMALL_STATE(3221)] = 118316, - [SMALL_STATE(3222)] = 118320, - [SMALL_STATE(3223)] = 118324, - [SMALL_STATE(3224)] = 118328, - [SMALL_STATE(3225)] = 118332, - [SMALL_STATE(3226)] = 118336, - [SMALL_STATE(3227)] = 118340, - [SMALL_STATE(3228)] = 118344, - [SMALL_STATE(3229)] = 118348, - [SMALL_STATE(3230)] = 118352, - [SMALL_STATE(3231)] = 118356, - [SMALL_STATE(3232)] = 118360, - [SMALL_STATE(3233)] = 118364, - [SMALL_STATE(3234)] = 118368, - [SMALL_STATE(3235)] = 118372, - [SMALL_STATE(3236)] = 118376, - [SMALL_STATE(3237)] = 118380, - [SMALL_STATE(3238)] = 118384, - [SMALL_STATE(3239)] = 118388, - [SMALL_STATE(3240)] = 118392, - [SMALL_STATE(3241)] = 118396, - [SMALL_STATE(3242)] = 118400, - [SMALL_STATE(3243)] = 118404, - [SMALL_STATE(3244)] = 118408, - [SMALL_STATE(3245)] = 118412, - [SMALL_STATE(3246)] = 118416, - [SMALL_STATE(3247)] = 118420, - [SMALL_STATE(3248)] = 118424, - [SMALL_STATE(3249)] = 118428, - [SMALL_STATE(3250)] = 118432, - [SMALL_STATE(3251)] = 118436, - [SMALL_STATE(3252)] = 118440, - [SMALL_STATE(3253)] = 118444, - [SMALL_STATE(3254)] = 118448, - [SMALL_STATE(3255)] = 118452, - [SMALL_STATE(3256)] = 118456, - [SMALL_STATE(3257)] = 118460, - [SMALL_STATE(3258)] = 118464, - [SMALL_STATE(3259)] = 118468, - [SMALL_STATE(3260)] = 118472, - [SMALL_STATE(3261)] = 118476, - [SMALL_STATE(3262)] = 118480, - [SMALL_STATE(3263)] = 118484, - [SMALL_STATE(3264)] = 118488, - [SMALL_STATE(3265)] = 118492, - [SMALL_STATE(3266)] = 118496, - [SMALL_STATE(3267)] = 118500, - [SMALL_STATE(3268)] = 118504, - [SMALL_STATE(3269)] = 118508, - [SMALL_STATE(3270)] = 118512, - [SMALL_STATE(3271)] = 118516, - [SMALL_STATE(3272)] = 118520, - [SMALL_STATE(3273)] = 118524, - [SMALL_STATE(3274)] = 118528, - [SMALL_STATE(3275)] = 118532, - [SMALL_STATE(3276)] = 118536, - [SMALL_STATE(3277)] = 118540, - [SMALL_STATE(3278)] = 118544, - [SMALL_STATE(3279)] = 118548, - [SMALL_STATE(3280)] = 118552, - [SMALL_STATE(3281)] = 118556, - [SMALL_STATE(3282)] = 118560, - [SMALL_STATE(3283)] = 118564, - [SMALL_STATE(3284)] = 118568, - [SMALL_STATE(3285)] = 118572, - [SMALL_STATE(3286)] = 118576, - [SMALL_STATE(3287)] = 118580, - [SMALL_STATE(3288)] = 118584, - [SMALL_STATE(3289)] = 118588, - [SMALL_STATE(3290)] = 118592, - [SMALL_STATE(3291)] = 118596, - [SMALL_STATE(3292)] = 118600, - [SMALL_STATE(3293)] = 118604, - [SMALL_STATE(3294)] = 118608, - [SMALL_STATE(3295)] = 118612, - [SMALL_STATE(3296)] = 118616, - [SMALL_STATE(3297)] = 118620, - [SMALL_STATE(3298)] = 118624, - [SMALL_STATE(3299)] = 118628, - [SMALL_STATE(3300)] = 118632, - [SMALL_STATE(3301)] = 118636, - [SMALL_STATE(3302)] = 118640, - [SMALL_STATE(3303)] = 118644, - [SMALL_STATE(3304)] = 118648, - [SMALL_STATE(3305)] = 118652, - [SMALL_STATE(3306)] = 118656, - [SMALL_STATE(3307)] = 118660, - [SMALL_STATE(3308)] = 118664, - [SMALL_STATE(3309)] = 118668, - [SMALL_STATE(3310)] = 118672, - [SMALL_STATE(3311)] = 118676, - [SMALL_STATE(3312)] = 118680, - [SMALL_STATE(3313)] = 118684, - [SMALL_STATE(3314)] = 118688, - [SMALL_STATE(3315)] = 118692, - [SMALL_STATE(3316)] = 118696, - [SMALL_STATE(3317)] = 118700, - [SMALL_STATE(3318)] = 118704, - [SMALL_STATE(3319)] = 118708, - [SMALL_STATE(3320)] = 118712, - [SMALL_STATE(3321)] = 118716, - [SMALL_STATE(3322)] = 118720, - [SMALL_STATE(3323)] = 118724, - [SMALL_STATE(3324)] = 118728, - [SMALL_STATE(3325)] = 118732, - [SMALL_STATE(3326)] = 118736, - [SMALL_STATE(3327)] = 118740, - [SMALL_STATE(3328)] = 118744, - [SMALL_STATE(3329)] = 118748, - [SMALL_STATE(3330)] = 118752, - [SMALL_STATE(3331)] = 118756, - [SMALL_STATE(3332)] = 118760, - [SMALL_STATE(3333)] = 118764, - [SMALL_STATE(3334)] = 118768, - [SMALL_STATE(3335)] = 118772, - [SMALL_STATE(3336)] = 118776, - [SMALL_STATE(3337)] = 118780, - [SMALL_STATE(3338)] = 118784, - [SMALL_STATE(3339)] = 118788, - [SMALL_STATE(3340)] = 118792, - [SMALL_STATE(3341)] = 118796, - [SMALL_STATE(3342)] = 118800, - [SMALL_STATE(3343)] = 118804, - [SMALL_STATE(3344)] = 118808, - [SMALL_STATE(3345)] = 118812, - [SMALL_STATE(3346)] = 118816, - [SMALL_STATE(3347)] = 118820, - [SMALL_STATE(3348)] = 118824, - [SMALL_STATE(3349)] = 118828, - [SMALL_STATE(3350)] = 118832, - [SMALL_STATE(3351)] = 118836, - [SMALL_STATE(3352)] = 118840, - [SMALL_STATE(3353)] = 118844, - [SMALL_STATE(3354)] = 118848, - [SMALL_STATE(3355)] = 118852, - [SMALL_STATE(3356)] = 118856, - [SMALL_STATE(3357)] = 118860, - [SMALL_STATE(3358)] = 118864, - [SMALL_STATE(3359)] = 118868, - [SMALL_STATE(3360)] = 118872, - [SMALL_STATE(3361)] = 118876, - [SMALL_STATE(3362)] = 118880, - [SMALL_STATE(3363)] = 118884, - [SMALL_STATE(3364)] = 118888, - [SMALL_STATE(3365)] = 118892, - [SMALL_STATE(3366)] = 118896, - [SMALL_STATE(3367)] = 118900, - [SMALL_STATE(3368)] = 118904, - [SMALL_STATE(3369)] = 118908, - [SMALL_STATE(3370)] = 118912, - [SMALL_STATE(3371)] = 118916, - [SMALL_STATE(3372)] = 118920, - [SMALL_STATE(3373)] = 118924, - [SMALL_STATE(3374)] = 118928, - [SMALL_STATE(3375)] = 118932, - [SMALL_STATE(3376)] = 118936, - [SMALL_STATE(3377)] = 118940, - [SMALL_STATE(3378)] = 118944, - [SMALL_STATE(3379)] = 118948, - [SMALL_STATE(3380)] = 118952, - [SMALL_STATE(3381)] = 118956, - [SMALL_STATE(3382)] = 118960, - [SMALL_STATE(3383)] = 118964, - [SMALL_STATE(3384)] = 118968, - [SMALL_STATE(3385)] = 118972, - [SMALL_STATE(3386)] = 118976, - [SMALL_STATE(3387)] = 118980, - [SMALL_STATE(3388)] = 118984, - [SMALL_STATE(3389)] = 118988, - [SMALL_STATE(3390)] = 118992, - [SMALL_STATE(3391)] = 118996, - [SMALL_STATE(3392)] = 119000, - [SMALL_STATE(3393)] = 119004, - [SMALL_STATE(3394)] = 119008, - [SMALL_STATE(3395)] = 119012, - [SMALL_STATE(3396)] = 119016, - [SMALL_STATE(3397)] = 119020, - [SMALL_STATE(3398)] = 119024, - [SMALL_STATE(3399)] = 119028, - [SMALL_STATE(3400)] = 119032, - [SMALL_STATE(3401)] = 119036, - [SMALL_STATE(3402)] = 119040, - [SMALL_STATE(3403)] = 119044, - [SMALL_STATE(3404)] = 119048, - [SMALL_STATE(3405)] = 119052, - [SMALL_STATE(3406)] = 119056, - [SMALL_STATE(3407)] = 119060, - [SMALL_STATE(3408)] = 119064, - [SMALL_STATE(3409)] = 119068, - [SMALL_STATE(3410)] = 119072, - [SMALL_STATE(3411)] = 119076, - [SMALL_STATE(3412)] = 119080, - [SMALL_STATE(3413)] = 119084, - [SMALL_STATE(3414)] = 119088, - [SMALL_STATE(3415)] = 119092, - [SMALL_STATE(3416)] = 119096, - [SMALL_STATE(3417)] = 119100, - [SMALL_STATE(3418)] = 119104, - [SMALL_STATE(3419)] = 119108, - [SMALL_STATE(3420)] = 119112, - [SMALL_STATE(3421)] = 119116, - [SMALL_STATE(3422)] = 119120, - [SMALL_STATE(3423)] = 119124, - [SMALL_STATE(3424)] = 119128, - [SMALL_STATE(3425)] = 119132, - [SMALL_STATE(3426)] = 119136, - [SMALL_STATE(3427)] = 119140, - [SMALL_STATE(3428)] = 119144, - [SMALL_STATE(3429)] = 119148, - [SMALL_STATE(3430)] = 119152, - [SMALL_STATE(3431)] = 119156, - [SMALL_STATE(3432)] = 119160, - [SMALL_STATE(3433)] = 119164, - [SMALL_STATE(3434)] = 119168, - [SMALL_STATE(3435)] = 119172, - [SMALL_STATE(3436)] = 119176, - [SMALL_STATE(3437)] = 119180, - [SMALL_STATE(3438)] = 119184, - [SMALL_STATE(3439)] = 119188, - [SMALL_STATE(3440)] = 119192, - [SMALL_STATE(3441)] = 119196, - [SMALL_STATE(3442)] = 119200, - [SMALL_STATE(3443)] = 119204, - [SMALL_STATE(3444)] = 119208, - [SMALL_STATE(3445)] = 119212, - [SMALL_STATE(3446)] = 119216, - [SMALL_STATE(3447)] = 119220, - [SMALL_STATE(3448)] = 119224, - [SMALL_STATE(3449)] = 119228, - [SMALL_STATE(3450)] = 119232, - [SMALL_STATE(3451)] = 119236, - [SMALL_STATE(3452)] = 119240, - [SMALL_STATE(3453)] = 119244, - [SMALL_STATE(3454)] = 119248, - [SMALL_STATE(3455)] = 119252, - [SMALL_STATE(3456)] = 119256, - [SMALL_STATE(3457)] = 119260, - [SMALL_STATE(3458)] = 119264, - [SMALL_STATE(3459)] = 119268, - [SMALL_STATE(3460)] = 119272, - [SMALL_STATE(3461)] = 119276, - [SMALL_STATE(3462)] = 119280, - [SMALL_STATE(3463)] = 119284, - [SMALL_STATE(3464)] = 119288, - [SMALL_STATE(3465)] = 119292, - [SMALL_STATE(3466)] = 119296, - [SMALL_STATE(3467)] = 119300, - [SMALL_STATE(3468)] = 119304, - [SMALL_STATE(3469)] = 119308, - [SMALL_STATE(3470)] = 119312, - [SMALL_STATE(3471)] = 119316, - [SMALL_STATE(3472)] = 119320, - [SMALL_STATE(3473)] = 119324, - [SMALL_STATE(3474)] = 119328, - [SMALL_STATE(3475)] = 119332, - [SMALL_STATE(3476)] = 119336, - [SMALL_STATE(3477)] = 119340, - [SMALL_STATE(3478)] = 119344, - [SMALL_STATE(3479)] = 119348, - [SMALL_STATE(3480)] = 119352, - [SMALL_STATE(3481)] = 119356, - [SMALL_STATE(3482)] = 119360, - [SMALL_STATE(3483)] = 119364, - [SMALL_STATE(3484)] = 119368, - [SMALL_STATE(3485)] = 119372, - [SMALL_STATE(3486)] = 119376, - [SMALL_STATE(3487)] = 119380, - [SMALL_STATE(3488)] = 119384, - [SMALL_STATE(3489)] = 119388, - [SMALL_STATE(3490)] = 119392, - [SMALL_STATE(3491)] = 119396, - [SMALL_STATE(3492)] = 119400, - [SMALL_STATE(3493)] = 119404, - [SMALL_STATE(3494)] = 119408, - [SMALL_STATE(3495)] = 119412, - [SMALL_STATE(3496)] = 119416, - [SMALL_STATE(3497)] = 119420, - [SMALL_STATE(3498)] = 119424, - [SMALL_STATE(3499)] = 119428, - [SMALL_STATE(3500)] = 119432, - [SMALL_STATE(3501)] = 119436, - [SMALL_STATE(3502)] = 119440, - [SMALL_STATE(3503)] = 119444, - [SMALL_STATE(3504)] = 119448, - [SMALL_STATE(3505)] = 119452, - [SMALL_STATE(3506)] = 119456, - [SMALL_STATE(3507)] = 119460, - [SMALL_STATE(3508)] = 119464, - [SMALL_STATE(3509)] = 119468, - [SMALL_STATE(3510)] = 119472, - [SMALL_STATE(3511)] = 119476, - [SMALL_STATE(3512)] = 119480, - [SMALL_STATE(3513)] = 119484, - [SMALL_STATE(3514)] = 119488, - [SMALL_STATE(3515)] = 119492, - [SMALL_STATE(3516)] = 119496, - [SMALL_STATE(3517)] = 119500, - [SMALL_STATE(3518)] = 119504, - [SMALL_STATE(3519)] = 119508, - [SMALL_STATE(3520)] = 119512, - [SMALL_STATE(3521)] = 119516, - [SMALL_STATE(3522)] = 119520, - [SMALL_STATE(3523)] = 119524, - [SMALL_STATE(3524)] = 119528, - [SMALL_STATE(3525)] = 119532, - [SMALL_STATE(3526)] = 119536, - [SMALL_STATE(3527)] = 119540, - [SMALL_STATE(3528)] = 119544, - [SMALL_STATE(3529)] = 119548, - [SMALL_STATE(3530)] = 119552, - [SMALL_STATE(3531)] = 119556, - [SMALL_STATE(3532)] = 119560, - [SMALL_STATE(3533)] = 119564, - [SMALL_STATE(3534)] = 119568, - [SMALL_STATE(3535)] = 119572, - [SMALL_STATE(3536)] = 119576, - [SMALL_STATE(3537)] = 119580, - [SMALL_STATE(3538)] = 119584, - [SMALL_STATE(3539)] = 119588, - [SMALL_STATE(3540)] = 119592, - [SMALL_STATE(3541)] = 119596, - [SMALL_STATE(3542)] = 119600, - [SMALL_STATE(3543)] = 119604, - [SMALL_STATE(3544)] = 119608, - [SMALL_STATE(3545)] = 119612, - [SMALL_STATE(3546)] = 119616, - [SMALL_STATE(3547)] = 119620, - [SMALL_STATE(3548)] = 119624, - [SMALL_STATE(3549)] = 119628, - [SMALL_STATE(3550)] = 119632, - [SMALL_STATE(3551)] = 119636, - [SMALL_STATE(3552)] = 119640, - [SMALL_STATE(3553)] = 119644, - [SMALL_STATE(3554)] = 119648, - [SMALL_STATE(3555)] = 119652, - [SMALL_STATE(3556)] = 119656, - [SMALL_STATE(3557)] = 119660, - [SMALL_STATE(3558)] = 119664, - [SMALL_STATE(3559)] = 119668, - [SMALL_STATE(3560)] = 119672, - [SMALL_STATE(3561)] = 119676, + [SMALL_STATE(587)] = 0, + [SMALL_STATE(588)] = 135, + [SMALL_STATE(589)] = 270, + [SMALL_STATE(590)] = 405, + [SMALL_STATE(591)] = 540, + [SMALL_STATE(592)] = 675, + [SMALL_STATE(593)] = 810, + [SMALL_STATE(594)] = 945, + [SMALL_STATE(595)] = 1080, + [SMALL_STATE(596)] = 1215, + [SMALL_STATE(597)] = 1350, + [SMALL_STATE(598)] = 1485, + [SMALL_STATE(599)] = 1620, + [SMALL_STATE(600)] = 1755, + [SMALL_STATE(601)] = 1890, + [SMALL_STATE(602)] = 2025, + [SMALL_STATE(603)] = 2160, + [SMALL_STATE(604)] = 2295, + [SMALL_STATE(605)] = 2430, + [SMALL_STATE(606)] = 2565, + [SMALL_STATE(607)] = 2700, + [SMALL_STATE(608)] = 2833, + [SMALL_STATE(609)] = 2968, + [SMALL_STATE(610)] = 3103, + [SMALL_STATE(611)] = 3238, + [SMALL_STATE(612)] = 3373, + [SMALL_STATE(613)] = 3506, + [SMALL_STATE(614)] = 3641, + [SMALL_STATE(615)] = 3776, + [SMALL_STATE(616)] = 3911, + [SMALL_STATE(617)] = 4046, + [SMALL_STATE(618)] = 4181, + [SMALL_STATE(619)] = 4316, + [SMALL_STATE(620)] = 4451, + [SMALL_STATE(621)] = 4586, + [SMALL_STATE(622)] = 4721, + [SMALL_STATE(623)] = 4856, + [SMALL_STATE(624)] = 4991, + [SMALL_STATE(625)] = 5126, + [SMALL_STATE(626)] = 5261, + [SMALL_STATE(627)] = 5396, + [SMALL_STATE(628)] = 5531, + [SMALL_STATE(629)] = 5666, + [SMALL_STATE(630)] = 5801, + [SMALL_STATE(631)] = 5936, + [SMALL_STATE(632)] = 6071, + [SMALL_STATE(633)] = 6206, + [SMALL_STATE(634)] = 6341, + [SMALL_STATE(635)] = 6476, + [SMALL_STATE(636)] = 6611, + [SMALL_STATE(637)] = 6746, + [SMALL_STATE(638)] = 6881, + [SMALL_STATE(639)] = 7016, + [SMALL_STATE(640)] = 7151, + [SMALL_STATE(641)] = 7286, + [SMALL_STATE(642)] = 7421, + [SMALL_STATE(643)] = 7556, + [SMALL_STATE(644)] = 7691, + [SMALL_STATE(645)] = 7826, + [SMALL_STATE(646)] = 7961, + [SMALL_STATE(647)] = 8096, + [SMALL_STATE(648)] = 8231, + [SMALL_STATE(649)] = 8366, + [SMALL_STATE(650)] = 8501, + [SMALL_STATE(651)] = 8636, + [SMALL_STATE(652)] = 8771, + [SMALL_STATE(653)] = 8906, + [SMALL_STATE(654)] = 9041, + [SMALL_STATE(655)] = 9176, + [SMALL_STATE(656)] = 9311, + [SMALL_STATE(657)] = 9446, + [SMALL_STATE(658)] = 9581, + [SMALL_STATE(659)] = 9716, + [SMALL_STATE(660)] = 9851, + [SMALL_STATE(661)] = 9986, + [SMALL_STATE(662)] = 10121, + [SMALL_STATE(663)] = 10256, + [SMALL_STATE(664)] = 10391, + [SMALL_STATE(665)] = 10526, + [SMALL_STATE(666)] = 10661, + [SMALL_STATE(667)] = 10796, + [SMALL_STATE(668)] = 10931, + [SMALL_STATE(669)] = 11066, + [SMALL_STATE(670)] = 11201, + [SMALL_STATE(671)] = 11336, + [SMALL_STATE(672)] = 11471, + [SMALL_STATE(673)] = 11606, + [SMALL_STATE(674)] = 11741, + [SMALL_STATE(675)] = 11876, + [SMALL_STATE(676)] = 12011, + [SMALL_STATE(677)] = 12146, + [SMALL_STATE(678)] = 12281, + [SMALL_STATE(679)] = 12416, + [SMALL_STATE(680)] = 12551, + [SMALL_STATE(681)] = 12686, + [SMALL_STATE(682)] = 12821, + [SMALL_STATE(683)] = 12956, + [SMALL_STATE(684)] = 13091, + [SMALL_STATE(685)] = 13226, + [SMALL_STATE(686)] = 13361, + [SMALL_STATE(687)] = 13496, + [SMALL_STATE(688)] = 13631, + [SMALL_STATE(689)] = 13763, + [SMALL_STATE(690)] = 13895, + [SMALL_STATE(691)] = 14027, + [SMALL_STATE(692)] = 14159, + [SMALL_STATE(693)] = 14291, + [SMALL_STATE(694)] = 14423, + [SMALL_STATE(695)] = 14555, + [SMALL_STATE(696)] = 14687, + [SMALL_STATE(697)] = 14819, + [SMALL_STATE(698)] = 14951, + [SMALL_STATE(699)] = 15083, + [SMALL_STATE(700)] = 15215, + [SMALL_STATE(701)] = 15347, + [SMALL_STATE(702)] = 15479, + [SMALL_STATE(703)] = 15611, + [SMALL_STATE(704)] = 15743, + [SMALL_STATE(705)] = 15875, + [SMALL_STATE(706)] = 16007, + [SMALL_STATE(707)] = 16139, + [SMALL_STATE(708)] = 16271, + [SMALL_STATE(709)] = 16403, + [SMALL_STATE(710)] = 16535, + [SMALL_STATE(711)] = 16667, + [SMALL_STATE(712)] = 16799, + [SMALL_STATE(713)] = 16931, + [SMALL_STATE(714)] = 17063, + [SMALL_STATE(715)] = 17195, + [SMALL_STATE(716)] = 17327, + [SMALL_STATE(717)] = 17459, + [SMALL_STATE(718)] = 17591, + [SMALL_STATE(719)] = 17723, + [SMALL_STATE(720)] = 17855, + [SMALL_STATE(721)] = 17987, + [SMALL_STATE(722)] = 18119, + [SMALL_STATE(723)] = 18251, + [SMALL_STATE(724)] = 18383, + [SMALL_STATE(725)] = 18515, + [SMALL_STATE(726)] = 18647, + [SMALL_STATE(727)] = 18779, + [SMALL_STATE(728)] = 18911, + [SMALL_STATE(729)] = 19043, + [SMALL_STATE(730)] = 19175, + [SMALL_STATE(731)] = 19307, + [SMALL_STATE(732)] = 19439, + [SMALL_STATE(733)] = 19571, + [SMALL_STATE(734)] = 19703, + [SMALL_STATE(735)] = 19835, + [SMALL_STATE(736)] = 19967, + [SMALL_STATE(737)] = 20099, + [SMALL_STATE(738)] = 20231, + [SMALL_STATE(739)] = 20363, + [SMALL_STATE(740)] = 20495, + [SMALL_STATE(741)] = 20627, + [SMALL_STATE(742)] = 20759, + [SMALL_STATE(743)] = 20891, + [SMALL_STATE(744)] = 21023, + [SMALL_STATE(745)] = 21155, + [SMALL_STATE(746)] = 21287, + [SMALL_STATE(747)] = 21419, + [SMALL_STATE(748)] = 21551, + [SMALL_STATE(749)] = 21683, + [SMALL_STATE(750)] = 21815, + [SMALL_STATE(751)] = 21947, + [SMALL_STATE(752)] = 22079, + [SMALL_STATE(753)] = 22211, + [SMALL_STATE(754)] = 22343, + [SMALL_STATE(755)] = 22475, + [SMALL_STATE(756)] = 22607, + [SMALL_STATE(757)] = 22739, + [SMALL_STATE(758)] = 22871, + [SMALL_STATE(759)] = 23003, + [SMALL_STATE(760)] = 23135, + [SMALL_STATE(761)] = 23267, + [SMALL_STATE(762)] = 23399, + [SMALL_STATE(763)] = 23531, + [SMALL_STATE(764)] = 23663, + [SMALL_STATE(765)] = 23795, + [SMALL_STATE(766)] = 23927, + [SMALL_STATE(767)] = 24059, + [SMALL_STATE(768)] = 24191, + [SMALL_STATE(769)] = 24323, + [SMALL_STATE(770)] = 24455, + [SMALL_STATE(771)] = 24587, + [SMALL_STATE(772)] = 24719, + [SMALL_STATE(773)] = 24851, + [SMALL_STATE(774)] = 24983, + [SMALL_STATE(775)] = 25115, + [SMALL_STATE(776)] = 25247, + [SMALL_STATE(777)] = 25379, + [SMALL_STATE(778)] = 25511, + [SMALL_STATE(779)] = 25643, + [SMALL_STATE(780)] = 25775, + [SMALL_STATE(781)] = 25907, + [SMALL_STATE(782)] = 26039, + [SMALL_STATE(783)] = 26171, + [SMALL_STATE(784)] = 26303, + [SMALL_STATE(785)] = 26435, + [SMALL_STATE(786)] = 26567, + [SMALL_STATE(787)] = 26699, + [SMALL_STATE(788)] = 26831, + [SMALL_STATE(789)] = 26963, + [SMALL_STATE(790)] = 27095, + [SMALL_STATE(791)] = 27227, + [SMALL_STATE(792)] = 27359, + [SMALL_STATE(793)] = 27491, + [SMALL_STATE(794)] = 27623, + [SMALL_STATE(795)] = 27755, + [SMALL_STATE(796)] = 27887, + [SMALL_STATE(797)] = 28019, + [SMALL_STATE(798)] = 28151, + [SMALL_STATE(799)] = 28283, + [SMALL_STATE(800)] = 28415, + [SMALL_STATE(801)] = 28547, + [SMALL_STATE(802)] = 28679, + [SMALL_STATE(803)] = 28811, + [SMALL_STATE(804)] = 28943, + [SMALL_STATE(805)] = 29075, + [SMALL_STATE(806)] = 29207, + [SMALL_STATE(807)] = 29339, + [SMALL_STATE(808)] = 29471, + [SMALL_STATE(809)] = 29603, + [SMALL_STATE(810)] = 29735, + [SMALL_STATE(811)] = 29867, + [SMALL_STATE(812)] = 29999, + [SMALL_STATE(813)] = 30131, + [SMALL_STATE(814)] = 30263, + [SMALL_STATE(815)] = 30395, + [SMALL_STATE(816)] = 30527, + [SMALL_STATE(817)] = 30659, + [SMALL_STATE(818)] = 30791, + [SMALL_STATE(819)] = 30923, + [SMALL_STATE(820)] = 31055, + [SMALL_STATE(821)] = 31187, + [SMALL_STATE(822)] = 31316, + [SMALL_STATE(823)] = 31445, + [SMALL_STATE(824)] = 31574, + [SMALL_STATE(825)] = 31703, + [SMALL_STATE(826)] = 31832, + [SMALL_STATE(827)] = 31961, + [SMALL_STATE(828)] = 32090, + [SMALL_STATE(829)] = 32219, + [SMALL_STATE(830)] = 32348, + [SMALL_STATE(831)] = 32477, + [SMALL_STATE(832)] = 32606, + [SMALL_STATE(833)] = 32735, + [SMALL_STATE(834)] = 32864, + [SMALL_STATE(835)] = 32990, + [SMALL_STATE(836)] = 33116, + [SMALL_STATE(837)] = 33242, + [SMALL_STATE(838)] = 33368, + [SMALL_STATE(839)] = 33494, + [SMALL_STATE(840)] = 33620, + [SMALL_STATE(841)] = 33746, + [SMALL_STATE(842)] = 33872, + [SMALL_STATE(843)] = 33998, + [SMALL_STATE(844)] = 34124, + [SMALL_STATE(845)] = 34250, + [SMALL_STATE(846)] = 34376, + [SMALL_STATE(847)] = 34502, + [SMALL_STATE(848)] = 34552, + [SMALL_STATE(849)] = 34603, + [SMALL_STATE(850)] = 34654, + [SMALL_STATE(851)] = 34705, + [SMALL_STATE(852)] = 34756, + [SMALL_STATE(853)] = 34807, + [SMALL_STATE(854)] = 34858, + [SMALL_STATE(855)] = 34909, + [SMALL_STATE(856)] = 34958, + [SMALL_STATE(857)] = 35005, + [SMALL_STATE(858)] = 35056, + [SMALL_STATE(859)] = 35107, + [SMALL_STATE(860)] = 35158, + [SMALL_STATE(861)] = 35207, + [SMALL_STATE(862)] = 35258, + [SMALL_STATE(863)] = 35309, + [SMALL_STATE(864)] = 35360, + [SMALL_STATE(865)] = 35411, + [SMALL_STATE(866)] = 35462, + [SMALL_STATE(867)] = 35513, + [SMALL_STATE(868)] = 35564, + [SMALL_STATE(869)] = 35615, + [SMALL_STATE(870)] = 35666, + [SMALL_STATE(871)] = 35717, + [SMALL_STATE(872)] = 35768, + [SMALL_STATE(873)] = 35818, + [SMALL_STATE(874)] = 35864, + [SMALL_STATE(875)] = 35910, + [SMALL_STATE(876)] = 35956, + [SMALL_STATE(877)] = 36002, + [SMALL_STATE(878)] = 36048, + [SMALL_STATE(879)] = 36098, + [SMALL_STATE(880)] = 36144, + [SMALL_STATE(881)] = 36190, + [SMALL_STATE(882)] = 36236, + [SMALL_STATE(883)] = 36286, + [SMALL_STATE(884)] = 36334, + [SMALL_STATE(885)] = 36384, + [SMALL_STATE(886)] = 36434, + [SMALL_STATE(887)] = 36480, + [SMALL_STATE(888)] = 36530, + [SMALL_STATE(889)] = 36580, + [SMALL_STATE(890)] = 36630, + [SMALL_STATE(891)] = 36680, + [SMALL_STATE(892)] = 36730, + [SMALL_STATE(893)] = 36780, + [SMALL_STATE(894)] = 36830, + [SMALL_STATE(895)] = 36876, + [SMALL_STATE(896)] = 36922, + [SMALL_STATE(897)] = 36972, + [SMALL_STATE(898)] = 37018, + [SMALL_STATE(899)] = 37068, + [SMALL_STATE(900)] = 37118, + [SMALL_STATE(901)] = 37168, + [SMALL_STATE(902)] = 37218, + [SMALL_STATE(903)] = 37268, + [SMALL_STATE(904)] = 37314, + [SMALL_STATE(905)] = 37360, + [SMALL_STATE(906)] = 37406, + [SMALL_STATE(907)] = 37452, + [SMALL_STATE(908)] = 37498, + [SMALL_STATE(909)] = 37544, + [SMALL_STATE(910)] = 37590, + [SMALL_STATE(911)] = 37636, + [SMALL_STATE(912)] = 37686, + [SMALL_STATE(913)] = 37736, + [SMALL_STATE(914)] = 37782, + [SMALL_STATE(915)] = 37828, + [SMALL_STATE(916)] = 37874, + [SMALL_STATE(917)] = 37920, + [SMALL_STATE(918)] = 37966, + [SMALL_STATE(919)] = 38012, + [SMALL_STATE(920)] = 38058, + [SMALL_STATE(921)] = 38108, + [SMALL_STATE(922)] = 38154, + [SMALL_STATE(923)] = 38200, + [SMALL_STATE(924)] = 38250, + [SMALL_STATE(925)] = 38296, + [SMALL_STATE(926)] = 38346, + [SMALL_STATE(927)] = 38396, + [SMALL_STATE(928)] = 38446, + [SMALL_STATE(929)] = 38496, + [SMALL_STATE(930)] = 38546, + [SMALL_STATE(931)] = 38596, + [SMALL_STATE(932)] = 38646, + [SMALL_STATE(933)] = 38692, + [SMALL_STATE(934)] = 38738, + [SMALL_STATE(935)] = 38788, + [SMALL_STATE(936)] = 38838, + [SMALL_STATE(937)] = 38888, + [SMALL_STATE(938)] = 38938, + [SMALL_STATE(939)] = 38988, + [SMALL_STATE(940)] = 39038, + [SMALL_STATE(941)] = 39088, + [SMALL_STATE(942)] = 39138, + [SMALL_STATE(943)] = 39188, + [SMALL_STATE(944)] = 39238, + [SMALL_STATE(945)] = 39288, + [SMALL_STATE(946)] = 39334, + [SMALL_STATE(947)] = 39380, + [SMALL_STATE(948)] = 39426, + [SMALL_STATE(949)] = 39472, + [SMALL_STATE(950)] = 39518, + [SMALL_STATE(951)] = 39564, + [SMALL_STATE(952)] = 39610, + [SMALL_STATE(953)] = 39656, + [SMALL_STATE(954)] = 39706, + [SMALL_STATE(955)] = 39752, + [SMALL_STATE(956)] = 39798, + [SMALL_STATE(957)] = 39844, + [SMALL_STATE(958)] = 39890, + [SMALL_STATE(959)] = 39936, + [SMALL_STATE(960)] = 39982, + [SMALL_STATE(961)] = 40028, + [SMALL_STATE(962)] = 40074, + [SMALL_STATE(963)] = 40122, + [SMALL_STATE(964)] = 40168, + [SMALL_STATE(965)] = 40214, + [SMALL_STATE(966)] = 40260, + [SMALL_STATE(967)] = 40306, + [SMALL_STATE(968)] = 40352, + [SMALL_STATE(969)] = 40398, + [SMALL_STATE(970)] = 40448, + [SMALL_STATE(971)] = 40494, + [SMALL_STATE(972)] = 40540, + [SMALL_STATE(973)] = 40589, + [SMALL_STATE(974)] = 40634, + [SMALL_STATE(975)] = 40679, + [SMALL_STATE(976)] = 40728, + [SMALL_STATE(977)] = 40777, + [SMALL_STATE(978)] = 40826, + [SMALL_STATE(979)] = 40875, + [SMALL_STATE(980)] = 40924, + [SMALL_STATE(981)] = 40973, + [SMALL_STATE(982)] = 41022, + [SMALL_STATE(983)] = 41071, + [SMALL_STATE(984)] = 41120, + [SMALL_STATE(985)] = 41169, + [SMALL_STATE(986)] = 41218, + [SMALL_STATE(987)] = 41267, + [SMALL_STATE(988)] = 41316, + [SMALL_STATE(989)] = 41365, + [SMALL_STATE(990)] = 41414, + [SMALL_STATE(991)] = 41463, + [SMALL_STATE(992)] = 41512, + [SMALL_STATE(993)] = 41561, + [SMALL_STATE(994)] = 41610, + [SMALL_STATE(995)] = 41659, + [SMALL_STATE(996)] = 41708, + [SMALL_STATE(997)] = 41753, + [SMALL_STATE(998)] = 41800, + [SMALL_STATE(999)] = 41849, + [SMALL_STATE(1000)] = 41898, + [SMALL_STATE(1001)] = 41947, + [SMALL_STATE(1002)] = 41996, + [SMALL_STATE(1003)] = 42045, + [SMALL_STATE(1004)] = 42094, + [SMALL_STATE(1005)] = 42143, + [SMALL_STATE(1006)] = 42192, + [SMALL_STATE(1007)] = 42241, + [SMALL_STATE(1008)] = 42290, + [SMALL_STATE(1009)] = 42339, + [SMALL_STATE(1010)] = 42388, + [SMALL_STATE(1011)] = 42437, + [SMALL_STATE(1012)] = 42486, + [SMALL_STATE(1013)] = 42535, + [SMALL_STATE(1014)] = 42584, + [SMALL_STATE(1015)] = 42633, + [SMALL_STATE(1016)] = 42682, + [SMALL_STATE(1017)] = 42731, + [SMALL_STATE(1018)] = 42780, + [SMALL_STATE(1019)] = 42829, + [SMALL_STATE(1020)] = 42878, + [SMALL_STATE(1021)] = 42927, + [SMALL_STATE(1022)] = 42976, + [SMALL_STATE(1023)] = 43025, + [SMALL_STATE(1024)] = 43074, + [SMALL_STATE(1025)] = 43123, + [SMALL_STATE(1026)] = 43172, + [SMALL_STATE(1027)] = 43221, + [SMALL_STATE(1028)] = 43270, + [SMALL_STATE(1029)] = 43319, + [SMALL_STATE(1030)] = 43368, + [SMALL_STATE(1031)] = 43417, + [SMALL_STATE(1032)] = 43466, + [SMALL_STATE(1033)] = 43515, + [SMALL_STATE(1034)] = 43564, + [SMALL_STATE(1035)] = 43613, + [SMALL_STATE(1036)] = 43662, + [SMALL_STATE(1037)] = 43711, + [SMALL_STATE(1038)] = 43760, + [SMALL_STATE(1039)] = 43809, + [SMALL_STATE(1040)] = 43858, + [SMALL_STATE(1041)] = 43905, + [SMALL_STATE(1042)] = 43954, + [SMALL_STATE(1043)] = 44003, + [SMALL_STATE(1044)] = 44052, + [SMALL_STATE(1045)] = 44101, + [SMALL_STATE(1046)] = 44150, + [SMALL_STATE(1047)] = 44199, + [SMALL_STATE(1048)] = 44248, + [SMALL_STATE(1049)] = 44297, + [SMALL_STATE(1050)] = 44346, + [SMALL_STATE(1051)] = 44395, + [SMALL_STATE(1052)] = 44444, + [SMALL_STATE(1053)] = 44493, + [SMALL_STATE(1054)] = 44542, + [SMALL_STATE(1055)] = 44591, + [SMALL_STATE(1056)] = 44640, + [SMALL_STATE(1057)] = 44689, + [SMALL_STATE(1058)] = 44738, + [SMALL_STATE(1059)] = 44787, + [SMALL_STATE(1060)] = 44836, + [SMALL_STATE(1061)] = 44885, + [SMALL_STATE(1062)] = 44934, + [SMALL_STATE(1063)] = 44981, + [SMALL_STATE(1064)] = 45030, + [SMALL_STATE(1065)] = 45079, + [SMALL_STATE(1066)] = 45128, + [SMALL_STATE(1067)] = 45177, + [SMALL_STATE(1068)] = 45226, + [SMALL_STATE(1069)] = 45275, + [SMALL_STATE(1070)] = 45324, + [SMALL_STATE(1071)] = 45373, + [SMALL_STATE(1072)] = 45422, + [SMALL_STATE(1073)] = 45471, + [SMALL_STATE(1074)] = 45520, + [SMALL_STATE(1075)] = 45569, + [SMALL_STATE(1076)] = 45618, + [SMALL_STATE(1077)] = 45667, + [SMALL_STATE(1078)] = 45716, + [SMALL_STATE(1079)] = 45765, + [SMALL_STATE(1080)] = 45814, + [SMALL_STATE(1081)] = 45863, + [SMALL_STATE(1082)] = 45912, + [SMALL_STATE(1083)] = 45961, + [SMALL_STATE(1084)] = 46010, + [SMALL_STATE(1085)] = 46057, + [SMALL_STATE(1086)] = 46106, + [SMALL_STATE(1087)] = 46155, + [SMALL_STATE(1088)] = 46204, + [SMALL_STATE(1089)] = 46253, + [SMALL_STATE(1090)] = 46302, + [SMALL_STATE(1091)] = 46351, + [SMALL_STATE(1092)] = 46400, + [SMALL_STATE(1093)] = 46449, + [SMALL_STATE(1094)] = 46498, + [SMALL_STATE(1095)] = 46547, + [SMALL_STATE(1096)] = 46596, + [SMALL_STATE(1097)] = 46645, + [SMALL_STATE(1098)] = 46694, + [SMALL_STATE(1099)] = 46743, + [SMALL_STATE(1100)] = 46792, + [SMALL_STATE(1101)] = 46841, + [SMALL_STATE(1102)] = 46890, + [SMALL_STATE(1103)] = 46939, + [SMALL_STATE(1104)] = 46988, + [SMALL_STATE(1105)] = 47037, + [SMALL_STATE(1106)] = 47086, + [SMALL_STATE(1107)] = 47133, + [SMALL_STATE(1108)] = 47182, + [SMALL_STATE(1109)] = 47231, + [SMALL_STATE(1110)] = 47280, + [SMALL_STATE(1111)] = 47329, + [SMALL_STATE(1112)] = 47378, + [SMALL_STATE(1113)] = 47427, + [SMALL_STATE(1114)] = 47476, + [SMALL_STATE(1115)] = 47525, + [SMALL_STATE(1116)] = 47574, + [SMALL_STATE(1117)] = 47623, + [SMALL_STATE(1118)] = 47672, + [SMALL_STATE(1119)] = 47721, + [SMALL_STATE(1120)] = 47770, + [SMALL_STATE(1121)] = 47819, + [SMALL_STATE(1122)] = 47868, + [SMALL_STATE(1123)] = 47917, + [SMALL_STATE(1124)] = 47966, + [SMALL_STATE(1125)] = 48015, + [SMALL_STATE(1126)] = 48064, + [SMALL_STATE(1127)] = 48113, + [SMALL_STATE(1128)] = 48162, + [SMALL_STATE(1129)] = 48209, + [SMALL_STATE(1130)] = 48258, + [SMALL_STATE(1131)] = 48307, + [SMALL_STATE(1132)] = 48356, + [SMALL_STATE(1133)] = 48405, + [SMALL_STATE(1134)] = 48454, + [SMALL_STATE(1135)] = 48503, + [SMALL_STATE(1136)] = 48552, + [SMALL_STATE(1137)] = 48601, + [SMALL_STATE(1138)] = 48650, + [SMALL_STATE(1139)] = 48699, + [SMALL_STATE(1140)] = 48748, + [SMALL_STATE(1141)] = 48797, + [SMALL_STATE(1142)] = 48846, + [SMALL_STATE(1143)] = 48895, + [SMALL_STATE(1144)] = 48944, + [SMALL_STATE(1145)] = 48993, + [SMALL_STATE(1146)] = 49042, + [SMALL_STATE(1147)] = 49091, + [SMALL_STATE(1148)] = 49140, + [SMALL_STATE(1149)] = 49189, + [SMALL_STATE(1150)] = 49238, + [SMALL_STATE(1151)] = 49285, + [SMALL_STATE(1152)] = 49334, + [SMALL_STATE(1153)] = 49383, + [SMALL_STATE(1154)] = 49432, + [SMALL_STATE(1155)] = 49481, + [SMALL_STATE(1156)] = 49530, + [SMALL_STATE(1157)] = 49579, + [SMALL_STATE(1158)] = 49624, + [SMALL_STATE(1159)] = 49673, + [SMALL_STATE(1160)] = 49722, + [SMALL_STATE(1161)] = 49771, + [SMALL_STATE(1162)] = 49820, + [SMALL_STATE(1163)] = 49869, + [SMALL_STATE(1164)] = 49918, + [SMALL_STATE(1165)] = 49967, + [SMALL_STATE(1166)] = 50016, + [SMALL_STATE(1167)] = 50065, + [SMALL_STATE(1168)] = 50114, + [SMALL_STATE(1169)] = 50163, + [SMALL_STATE(1170)] = 50212, + [SMALL_STATE(1171)] = 50261, + [SMALL_STATE(1172)] = 50310, + [SMALL_STATE(1173)] = 50359, + [SMALL_STATE(1174)] = 50406, + [SMALL_STATE(1175)] = 50455, + [SMALL_STATE(1176)] = 50504, + [SMALL_STATE(1177)] = 50553, + [SMALL_STATE(1178)] = 50602, + [SMALL_STATE(1179)] = 50651, + [SMALL_STATE(1180)] = 50700, + [SMALL_STATE(1181)] = 50745, + [SMALL_STATE(1182)] = 50794, + [SMALL_STATE(1183)] = 50843, + [SMALL_STATE(1184)] = 50892, + [SMALL_STATE(1185)] = 50941, + [SMALL_STATE(1186)] = 50990, + [SMALL_STATE(1187)] = 51039, + [SMALL_STATE(1188)] = 51088, + [SMALL_STATE(1189)] = 51137, + [SMALL_STATE(1190)] = 51186, + [SMALL_STATE(1191)] = 51231, + [SMALL_STATE(1192)] = 51280, + [SMALL_STATE(1193)] = 51329, + [SMALL_STATE(1194)] = 51378, + [SMALL_STATE(1195)] = 51427, + [SMALL_STATE(1196)] = 51474, + [SMALL_STATE(1197)] = 51519, + [SMALL_STATE(1198)] = 51564, + [SMALL_STATE(1199)] = 51609, + [SMALL_STATE(1200)] = 51654, + [SMALL_STATE(1201)] = 51699, + [SMALL_STATE(1202)] = 51744, + [SMALL_STATE(1203)] = 51789, + [SMALL_STATE(1204)] = 51834, + [SMALL_STATE(1205)] = 51879, + [SMALL_STATE(1206)] = 51924, + [SMALL_STATE(1207)] = 51969, + [SMALL_STATE(1208)] = 52014, + [SMALL_STATE(1209)] = 52059, + [SMALL_STATE(1210)] = 52104, + [SMALL_STATE(1211)] = 52149, + [SMALL_STATE(1212)] = 52194, + [SMALL_STATE(1213)] = 52239, + [SMALL_STATE(1214)] = 52284, + [SMALL_STATE(1215)] = 52329, + [SMALL_STATE(1216)] = 52374, + [SMALL_STATE(1217)] = 52419, + [SMALL_STATE(1218)] = 52464, + [SMALL_STATE(1219)] = 52509, + [SMALL_STATE(1220)] = 52554, + [SMALL_STATE(1221)] = 52599, + [SMALL_STATE(1222)] = 52644, + [SMALL_STATE(1223)] = 52689, + [SMALL_STATE(1224)] = 52734, + [SMALL_STATE(1225)] = 52779, + [SMALL_STATE(1226)] = 52824, + [SMALL_STATE(1227)] = 52869, + [SMALL_STATE(1228)] = 52914, + [SMALL_STATE(1229)] = 52959, + [SMALL_STATE(1230)] = 53004, + [SMALL_STATE(1231)] = 53049, + [SMALL_STATE(1232)] = 53094, + [SMALL_STATE(1233)] = 53139, + [SMALL_STATE(1234)] = 53184, + [SMALL_STATE(1235)] = 53229, + [SMALL_STATE(1236)] = 53274, + [SMALL_STATE(1237)] = 53319, + [SMALL_STATE(1238)] = 53364, + [SMALL_STATE(1239)] = 53409, + [SMALL_STATE(1240)] = 53454, + [SMALL_STATE(1241)] = 53499, + [SMALL_STATE(1242)] = 53544, + [SMALL_STATE(1243)] = 53589, + [SMALL_STATE(1244)] = 53634, + [SMALL_STATE(1245)] = 53679, + [SMALL_STATE(1246)] = 53724, + [SMALL_STATE(1247)] = 53769, + [SMALL_STATE(1248)] = 53814, + [SMALL_STATE(1249)] = 53861, + [SMALL_STATE(1250)] = 53906, + [SMALL_STATE(1251)] = 53951, + [SMALL_STATE(1252)] = 53996, + [SMALL_STATE(1253)] = 54043, + [SMALL_STATE(1254)] = 54088, + [SMALL_STATE(1255)] = 54133, + [SMALL_STATE(1256)] = 54178, + [SMALL_STATE(1257)] = 54223, + [SMALL_STATE(1258)] = 54268, + [SMALL_STATE(1259)] = 54313, + [SMALL_STATE(1260)] = 54358, + [SMALL_STATE(1261)] = 54403, + [SMALL_STATE(1262)] = 54450, + [SMALL_STATE(1263)] = 54495, + [SMALL_STATE(1264)] = 54544, + [SMALL_STATE(1265)] = 54593, + [SMALL_STATE(1266)] = 54642, + [SMALL_STATE(1267)] = 54687, + [SMALL_STATE(1268)] = 54736, + [SMALL_STATE(1269)] = 54785, + [SMALL_STATE(1270)] = 54834, + [SMALL_STATE(1271)] = 54879, + [SMALL_STATE(1272)] = 54924, + [SMALL_STATE(1273)] = 54969, + [SMALL_STATE(1274)] = 55014, + [SMALL_STATE(1275)] = 55059, + [SMALL_STATE(1276)] = 55104, + [SMALL_STATE(1277)] = 55149, + [SMALL_STATE(1278)] = 55194, + [SMALL_STATE(1279)] = 55239, + [SMALL_STATE(1280)] = 55284, + [SMALL_STATE(1281)] = 55329, + [SMALL_STATE(1282)] = 55374, + [SMALL_STATE(1283)] = 55419, + [SMALL_STATE(1284)] = 55464, + [SMALL_STATE(1285)] = 55509, + [SMALL_STATE(1286)] = 55554, + [SMALL_STATE(1287)] = 55599, + [SMALL_STATE(1288)] = 55644, + [SMALL_STATE(1289)] = 55689, + [SMALL_STATE(1290)] = 55738, + [SMALL_STATE(1291)] = 55787, + [SMALL_STATE(1292)] = 55836, + [SMALL_STATE(1293)] = 55885, + [SMALL_STATE(1294)] = 55934, + [SMALL_STATE(1295)] = 55983, + [SMALL_STATE(1296)] = 56032, + [SMALL_STATE(1297)] = 56081, + [SMALL_STATE(1298)] = 56130, + [SMALL_STATE(1299)] = 56179, + [SMALL_STATE(1300)] = 56228, + [SMALL_STATE(1301)] = 56273, + [SMALL_STATE(1302)] = 56318, + [SMALL_STATE(1303)] = 56363, + [SMALL_STATE(1304)] = 56408, + [SMALL_STATE(1305)] = 56453, + [SMALL_STATE(1306)] = 56498, + [SMALL_STATE(1307)] = 56547, + [SMALL_STATE(1308)] = 56596, + [SMALL_STATE(1309)] = 56645, + [SMALL_STATE(1310)] = 56694, + [SMALL_STATE(1311)] = 56739, + [SMALL_STATE(1312)] = 56784, + [SMALL_STATE(1313)] = 56829, + [SMALL_STATE(1314)] = 56874, + [SMALL_STATE(1315)] = 56919, + [SMALL_STATE(1316)] = 56964, + [SMALL_STATE(1317)] = 57009, + [SMALL_STATE(1318)] = 57054, + [SMALL_STATE(1319)] = 57099, + [SMALL_STATE(1320)] = 57144, + [SMALL_STATE(1321)] = 57189, + [SMALL_STATE(1322)] = 57234, + [SMALL_STATE(1323)] = 57279, + [SMALL_STATE(1324)] = 57324, + [SMALL_STATE(1325)] = 57373, + [SMALL_STATE(1326)] = 57422, + [SMALL_STATE(1327)] = 57471, + [SMALL_STATE(1328)] = 57520, + [SMALL_STATE(1329)] = 57569, + [SMALL_STATE(1330)] = 57618, + [SMALL_STATE(1331)] = 57663, + [SMALL_STATE(1332)] = 57712, + [SMALL_STATE(1333)] = 57761, + [SMALL_STATE(1334)] = 57810, + [SMALL_STATE(1335)] = 57859, + [SMALL_STATE(1336)] = 57908, + [SMALL_STATE(1337)] = 57957, + [SMALL_STATE(1338)] = 58006, + [SMALL_STATE(1339)] = 58055, + [SMALL_STATE(1340)] = 58104, + [SMALL_STATE(1341)] = 58153, + [SMALL_STATE(1342)] = 58202, + [SMALL_STATE(1343)] = 58251, + [SMALL_STATE(1344)] = 58300, + [SMALL_STATE(1345)] = 58349, + [SMALL_STATE(1346)] = 58398, + [SMALL_STATE(1347)] = 58443, + [SMALL_STATE(1348)] = 58488, + [SMALL_STATE(1349)] = 58533, + [SMALL_STATE(1350)] = 58582, + [SMALL_STATE(1351)] = 58626, + [SMALL_STATE(1352)] = 58670, + [SMALL_STATE(1353)] = 58714, + [SMALL_STATE(1354)] = 58758, + [SMALL_STATE(1355)] = 58802, + [SMALL_STATE(1356)] = 58846, + [SMALL_STATE(1357)] = 58890, + [SMALL_STATE(1358)] = 58934, + [SMALL_STATE(1359)] = 58978, + [SMALL_STATE(1360)] = 59022, + [SMALL_STATE(1361)] = 59066, + [SMALL_STATE(1362)] = 59110, + [SMALL_STATE(1363)] = 59154, + [SMALL_STATE(1364)] = 59198, + [SMALL_STATE(1365)] = 59242, + [SMALL_STATE(1366)] = 59286, + [SMALL_STATE(1367)] = 59330, + [SMALL_STATE(1368)] = 59374, + [SMALL_STATE(1369)] = 59418, + [SMALL_STATE(1370)] = 59462, + [SMALL_STATE(1371)] = 59506, + [SMALL_STATE(1372)] = 59550, + [SMALL_STATE(1373)] = 59594, + [SMALL_STATE(1374)] = 59638, + [SMALL_STATE(1375)] = 59682, + [SMALL_STATE(1376)] = 59726, + [SMALL_STATE(1377)] = 59770, + [SMALL_STATE(1378)] = 59814, + [SMALL_STATE(1379)] = 59858, + [SMALL_STATE(1380)] = 59902, + [SMALL_STATE(1381)] = 59946, + [SMALL_STATE(1382)] = 59990, + [SMALL_STATE(1383)] = 60034, + [SMALL_STATE(1384)] = 60078, + [SMALL_STATE(1385)] = 60122, + [SMALL_STATE(1386)] = 60166, + [SMALL_STATE(1387)] = 60210, + [SMALL_STATE(1388)] = 60254, + [SMALL_STATE(1389)] = 60298, + [SMALL_STATE(1390)] = 60342, + [SMALL_STATE(1391)] = 60386, + [SMALL_STATE(1392)] = 60430, + [SMALL_STATE(1393)] = 60474, + [SMALL_STATE(1394)] = 60518, + [SMALL_STATE(1395)] = 60562, + [SMALL_STATE(1396)] = 60606, + [SMALL_STATE(1397)] = 60650, + [SMALL_STATE(1398)] = 60694, + [SMALL_STATE(1399)] = 60738, + [SMALL_STATE(1400)] = 60782, + [SMALL_STATE(1401)] = 60826, + [SMALL_STATE(1402)] = 60870, + [SMALL_STATE(1403)] = 60914, + [SMALL_STATE(1404)] = 60958, + [SMALL_STATE(1405)] = 61002, + [SMALL_STATE(1406)] = 61046, + [SMALL_STATE(1407)] = 61090, + [SMALL_STATE(1408)] = 61134, + [SMALL_STATE(1409)] = 61178, + [SMALL_STATE(1410)] = 61222, + [SMALL_STATE(1411)] = 61266, + [SMALL_STATE(1412)] = 61310, + [SMALL_STATE(1413)] = 61354, + [SMALL_STATE(1414)] = 61398, + [SMALL_STATE(1415)] = 61442, + [SMALL_STATE(1416)] = 61486, + [SMALL_STATE(1417)] = 61530, + [SMALL_STATE(1418)] = 61574, + [SMALL_STATE(1419)] = 61618, + [SMALL_STATE(1420)] = 61662, + [SMALL_STATE(1421)] = 61706, + [SMALL_STATE(1422)] = 61750, + [SMALL_STATE(1423)] = 61794, + [SMALL_STATE(1424)] = 61838, + [SMALL_STATE(1425)] = 61882, + [SMALL_STATE(1426)] = 61926, + [SMALL_STATE(1427)] = 61970, + [SMALL_STATE(1428)] = 62014, + [SMALL_STATE(1429)] = 62058, + [SMALL_STATE(1430)] = 62102, + [SMALL_STATE(1431)] = 62146, + [SMALL_STATE(1432)] = 62190, + [SMALL_STATE(1433)] = 62234, + [SMALL_STATE(1434)] = 62278, + [SMALL_STATE(1435)] = 62322, + [SMALL_STATE(1436)] = 62366, + [SMALL_STATE(1437)] = 62410, + [SMALL_STATE(1438)] = 62454, + [SMALL_STATE(1439)] = 62498, + [SMALL_STATE(1440)] = 62542, + [SMALL_STATE(1441)] = 62586, + [SMALL_STATE(1442)] = 62630, + [SMALL_STATE(1443)] = 62674, + [SMALL_STATE(1444)] = 62718, + [SMALL_STATE(1445)] = 62762, + [SMALL_STATE(1446)] = 62806, + [SMALL_STATE(1447)] = 62850, + [SMALL_STATE(1448)] = 62894, + [SMALL_STATE(1449)] = 62938, + [SMALL_STATE(1450)] = 62982, + [SMALL_STATE(1451)] = 63026, + [SMALL_STATE(1452)] = 63070, + [SMALL_STATE(1453)] = 63114, + [SMALL_STATE(1454)] = 63158, + [SMALL_STATE(1455)] = 63202, + [SMALL_STATE(1456)] = 63246, + [SMALL_STATE(1457)] = 63290, + [SMALL_STATE(1458)] = 63334, + [SMALL_STATE(1459)] = 63378, + [SMALL_STATE(1460)] = 63422, + [SMALL_STATE(1461)] = 63466, + [SMALL_STATE(1462)] = 63510, + [SMALL_STATE(1463)] = 63554, + [SMALL_STATE(1464)] = 63598, + [SMALL_STATE(1465)] = 63642, + [SMALL_STATE(1466)] = 63686, + [SMALL_STATE(1467)] = 63730, + [SMALL_STATE(1468)] = 63774, + [SMALL_STATE(1469)] = 63818, + [SMALL_STATE(1470)] = 63862, + [SMALL_STATE(1471)] = 63906, + [SMALL_STATE(1472)] = 63950, + [SMALL_STATE(1473)] = 63994, + [SMALL_STATE(1474)] = 64038, + [SMALL_STATE(1475)] = 64082, + [SMALL_STATE(1476)] = 64126, + [SMALL_STATE(1477)] = 64170, + [SMALL_STATE(1478)] = 64214, + [SMALL_STATE(1479)] = 64258, + [SMALL_STATE(1480)] = 64302, + [SMALL_STATE(1481)] = 64346, + [SMALL_STATE(1482)] = 64390, + [SMALL_STATE(1483)] = 64434, + [SMALL_STATE(1484)] = 64478, + [SMALL_STATE(1485)] = 64522, + [SMALL_STATE(1486)] = 64566, + [SMALL_STATE(1487)] = 64610, + [SMALL_STATE(1488)] = 64654, + [SMALL_STATE(1489)] = 64698, + [SMALL_STATE(1490)] = 64742, + [SMALL_STATE(1491)] = 64786, + [SMALL_STATE(1492)] = 64830, + [SMALL_STATE(1493)] = 64874, + [SMALL_STATE(1494)] = 64918, + [SMALL_STATE(1495)] = 64962, + [SMALL_STATE(1496)] = 65006, + [SMALL_STATE(1497)] = 65050, + [SMALL_STATE(1498)] = 65094, + [SMALL_STATE(1499)] = 65138, + [SMALL_STATE(1500)] = 65182, + [SMALL_STATE(1501)] = 65226, + [SMALL_STATE(1502)] = 65270, + [SMALL_STATE(1503)] = 65314, + [SMALL_STATE(1504)] = 65358, + [SMALL_STATE(1505)] = 65402, + [SMALL_STATE(1506)] = 65446, + [SMALL_STATE(1507)] = 65490, + [SMALL_STATE(1508)] = 65534, + [SMALL_STATE(1509)] = 65578, + [SMALL_STATE(1510)] = 65622, + [SMALL_STATE(1511)] = 65666, + [SMALL_STATE(1512)] = 65710, + [SMALL_STATE(1513)] = 65754, + [SMALL_STATE(1514)] = 65798, + [SMALL_STATE(1515)] = 65842, + [SMALL_STATE(1516)] = 65886, + [SMALL_STATE(1517)] = 65930, + [SMALL_STATE(1518)] = 65974, + [SMALL_STATE(1519)] = 66018, + [SMALL_STATE(1520)] = 66062, + [SMALL_STATE(1521)] = 66106, + [SMALL_STATE(1522)] = 66150, + [SMALL_STATE(1523)] = 66194, + [SMALL_STATE(1524)] = 66238, + [SMALL_STATE(1525)] = 66282, + [SMALL_STATE(1526)] = 66326, + [SMALL_STATE(1527)] = 66370, + [SMALL_STATE(1528)] = 66414, + [SMALL_STATE(1529)] = 66458, + [SMALL_STATE(1530)] = 66502, + [SMALL_STATE(1531)] = 66546, + [SMALL_STATE(1532)] = 66590, + [SMALL_STATE(1533)] = 66634, + [SMALL_STATE(1534)] = 66678, + [SMALL_STATE(1535)] = 66722, + [SMALL_STATE(1536)] = 66766, + [SMALL_STATE(1537)] = 66810, + [SMALL_STATE(1538)] = 66854, + [SMALL_STATE(1539)] = 66898, + [SMALL_STATE(1540)] = 66942, + [SMALL_STATE(1541)] = 66986, + [SMALL_STATE(1542)] = 67030, + [SMALL_STATE(1543)] = 67074, + [SMALL_STATE(1544)] = 67118, + [SMALL_STATE(1545)] = 67162, + [SMALL_STATE(1546)] = 67206, + [SMALL_STATE(1547)] = 67250, + [SMALL_STATE(1548)] = 67294, + [SMALL_STATE(1549)] = 67338, + [SMALL_STATE(1550)] = 67382, + [SMALL_STATE(1551)] = 67426, + [SMALL_STATE(1552)] = 67470, + [SMALL_STATE(1553)] = 67514, + [SMALL_STATE(1554)] = 67558, + [SMALL_STATE(1555)] = 67602, + [SMALL_STATE(1556)] = 67646, + [SMALL_STATE(1557)] = 67690, + [SMALL_STATE(1558)] = 67734, + [SMALL_STATE(1559)] = 67778, + [SMALL_STATE(1560)] = 67822, + [SMALL_STATE(1561)] = 67866, + [SMALL_STATE(1562)] = 67910, + [SMALL_STATE(1563)] = 67954, + [SMALL_STATE(1564)] = 67998, + [SMALL_STATE(1565)] = 68042, + [SMALL_STATE(1566)] = 68086, + [SMALL_STATE(1567)] = 68130, + [SMALL_STATE(1568)] = 68174, + [SMALL_STATE(1569)] = 68218, + [SMALL_STATE(1570)] = 68262, + [SMALL_STATE(1571)] = 68306, + [SMALL_STATE(1572)] = 68350, + [SMALL_STATE(1573)] = 68394, + [SMALL_STATE(1574)] = 68438, + [SMALL_STATE(1575)] = 68482, + [SMALL_STATE(1576)] = 68526, + [SMALL_STATE(1577)] = 68570, + [SMALL_STATE(1578)] = 68614, + [SMALL_STATE(1579)] = 68658, + [SMALL_STATE(1580)] = 68702, + [SMALL_STATE(1581)] = 68746, + [SMALL_STATE(1582)] = 68790, + [SMALL_STATE(1583)] = 68834, + [SMALL_STATE(1584)] = 68878, + [SMALL_STATE(1585)] = 68922, + [SMALL_STATE(1586)] = 68966, + [SMALL_STATE(1587)] = 69010, + [SMALL_STATE(1588)] = 69054, + [SMALL_STATE(1589)] = 69098, + [SMALL_STATE(1590)] = 69142, + [SMALL_STATE(1591)] = 69186, + [SMALL_STATE(1592)] = 69230, + [SMALL_STATE(1593)] = 69274, + [SMALL_STATE(1594)] = 69318, + [SMALL_STATE(1595)] = 69362, + [SMALL_STATE(1596)] = 69406, + [SMALL_STATE(1597)] = 69450, + [SMALL_STATE(1598)] = 69494, + [SMALL_STATE(1599)] = 69538, + [SMALL_STATE(1600)] = 69582, + [SMALL_STATE(1601)] = 69626, + [SMALL_STATE(1602)] = 69670, + [SMALL_STATE(1603)] = 69714, + [SMALL_STATE(1604)] = 69758, + [SMALL_STATE(1605)] = 69802, + [SMALL_STATE(1606)] = 69846, + [SMALL_STATE(1607)] = 69890, + [SMALL_STATE(1608)] = 69934, + [SMALL_STATE(1609)] = 69978, + [SMALL_STATE(1610)] = 70022, + [SMALL_STATE(1611)] = 70066, + [SMALL_STATE(1612)] = 70110, + [SMALL_STATE(1613)] = 70154, + [SMALL_STATE(1614)] = 70198, + [SMALL_STATE(1615)] = 70242, + [SMALL_STATE(1616)] = 70286, + [SMALL_STATE(1617)] = 70330, + [SMALL_STATE(1618)] = 70374, + [SMALL_STATE(1619)] = 70418, + [SMALL_STATE(1620)] = 70462, + [SMALL_STATE(1621)] = 70506, + [SMALL_STATE(1622)] = 70550, + [SMALL_STATE(1623)] = 70594, + [SMALL_STATE(1624)] = 70638, + [SMALL_STATE(1625)] = 70682, + [SMALL_STATE(1626)] = 70726, + [SMALL_STATE(1627)] = 70770, + [SMALL_STATE(1628)] = 70814, + [SMALL_STATE(1629)] = 70858, + [SMALL_STATE(1630)] = 70902, + [SMALL_STATE(1631)] = 70946, + [SMALL_STATE(1632)] = 70990, + [SMALL_STATE(1633)] = 71034, + [SMALL_STATE(1634)] = 71078, + [SMALL_STATE(1635)] = 71122, + [SMALL_STATE(1636)] = 71166, + [SMALL_STATE(1637)] = 71210, + [SMALL_STATE(1638)] = 71254, + [SMALL_STATE(1639)] = 71298, + [SMALL_STATE(1640)] = 71342, + [SMALL_STATE(1641)] = 71386, + [SMALL_STATE(1642)] = 71430, + [SMALL_STATE(1643)] = 71474, + [SMALL_STATE(1644)] = 71518, + [SMALL_STATE(1645)] = 71562, + [SMALL_STATE(1646)] = 71606, + [SMALL_STATE(1647)] = 71650, + [SMALL_STATE(1648)] = 71694, + [SMALL_STATE(1649)] = 71738, + [SMALL_STATE(1650)] = 71782, + [SMALL_STATE(1651)] = 71826, + [SMALL_STATE(1652)] = 71870, + [SMALL_STATE(1653)] = 71914, + [SMALL_STATE(1654)] = 71958, + [SMALL_STATE(1655)] = 72002, + [SMALL_STATE(1656)] = 72046, + [SMALL_STATE(1657)] = 72090, + [SMALL_STATE(1658)] = 72134, + [SMALL_STATE(1659)] = 72178, + [SMALL_STATE(1660)] = 72222, + [SMALL_STATE(1661)] = 72266, + [SMALL_STATE(1662)] = 72310, + [SMALL_STATE(1663)] = 72354, + [SMALL_STATE(1664)] = 72398, + [SMALL_STATE(1665)] = 72442, + [SMALL_STATE(1666)] = 72486, + [SMALL_STATE(1667)] = 72530, + [SMALL_STATE(1668)] = 72574, + [SMALL_STATE(1669)] = 72618, + [SMALL_STATE(1670)] = 72662, + [SMALL_STATE(1671)] = 72706, + [SMALL_STATE(1672)] = 72750, + [SMALL_STATE(1673)] = 72794, + [SMALL_STATE(1674)] = 72838, + [SMALL_STATE(1675)] = 72882, + [SMALL_STATE(1676)] = 72926, + [SMALL_STATE(1677)] = 72970, + [SMALL_STATE(1678)] = 73014, + [SMALL_STATE(1679)] = 73058, + [SMALL_STATE(1680)] = 73102, + [SMALL_STATE(1681)] = 73146, + [SMALL_STATE(1682)] = 73190, + [SMALL_STATE(1683)] = 73234, + [SMALL_STATE(1684)] = 73278, + [SMALL_STATE(1685)] = 73322, + [SMALL_STATE(1686)] = 73366, + [SMALL_STATE(1687)] = 73410, + [SMALL_STATE(1688)] = 73454, + [SMALL_STATE(1689)] = 73498, + [SMALL_STATE(1690)] = 73542, + [SMALL_STATE(1691)] = 73586, + [SMALL_STATE(1692)] = 73630, + [SMALL_STATE(1693)] = 73674, + [SMALL_STATE(1694)] = 73718, + [SMALL_STATE(1695)] = 73762, + [SMALL_STATE(1696)] = 73806, + [SMALL_STATE(1697)] = 73850, + [SMALL_STATE(1698)] = 73894, + [SMALL_STATE(1699)] = 73938, + [SMALL_STATE(1700)] = 73982, + [SMALL_STATE(1701)] = 74026, + [SMALL_STATE(1702)] = 74070, + [SMALL_STATE(1703)] = 74114, + [SMALL_STATE(1704)] = 74158, + [SMALL_STATE(1705)] = 74202, + [SMALL_STATE(1706)] = 74246, + [SMALL_STATE(1707)] = 74290, + [SMALL_STATE(1708)] = 74334, + [SMALL_STATE(1709)] = 74378, + [SMALL_STATE(1710)] = 74422, + [SMALL_STATE(1711)] = 74466, + [SMALL_STATE(1712)] = 74510, + [SMALL_STATE(1713)] = 74554, + [SMALL_STATE(1714)] = 74598, + [SMALL_STATE(1715)] = 74642, + [SMALL_STATE(1716)] = 74686, + [SMALL_STATE(1717)] = 74730, + [SMALL_STATE(1718)] = 74774, + [SMALL_STATE(1719)] = 74818, + [SMALL_STATE(1720)] = 74862, + [SMALL_STATE(1721)] = 74906, + [SMALL_STATE(1722)] = 74950, + [SMALL_STATE(1723)] = 74994, + [SMALL_STATE(1724)] = 75038, + [SMALL_STATE(1725)] = 75082, + [SMALL_STATE(1726)] = 75126, + [SMALL_STATE(1727)] = 75170, + [SMALL_STATE(1728)] = 75214, + [SMALL_STATE(1729)] = 75258, + [SMALL_STATE(1730)] = 75302, + [SMALL_STATE(1731)] = 75346, + [SMALL_STATE(1732)] = 75390, + [SMALL_STATE(1733)] = 75434, + [SMALL_STATE(1734)] = 75478, + [SMALL_STATE(1735)] = 75522, + [SMALL_STATE(1736)] = 75566, + [SMALL_STATE(1737)] = 75610, + [SMALL_STATE(1738)] = 75654, + [SMALL_STATE(1739)] = 75698, + [SMALL_STATE(1740)] = 75742, + [SMALL_STATE(1741)] = 75786, + [SMALL_STATE(1742)] = 75830, + [SMALL_STATE(1743)] = 75874, + [SMALL_STATE(1744)] = 75918, + [SMALL_STATE(1745)] = 75962, + [SMALL_STATE(1746)] = 76006, + [SMALL_STATE(1747)] = 76050, + [SMALL_STATE(1748)] = 76094, + [SMALL_STATE(1749)] = 76138, + [SMALL_STATE(1750)] = 76182, + [SMALL_STATE(1751)] = 76226, + [SMALL_STATE(1752)] = 76270, + [SMALL_STATE(1753)] = 76314, + [SMALL_STATE(1754)] = 76358, + [SMALL_STATE(1755)] = 76402, + [SMALL_STATE(1756)] = 76446, + [SMALL_STATE(1757)] = 76490, + [SMALL_STATE(1758)] = 76534, + [SMALL_STATE(1759)] = 76578, + [SMALL_STATE(1760)] = 76622, + [SMALL_STATE(1761)] = 76666, + [SMALL_STATE(1762)] = 76710, + [SMALL_STATE(1763)] = 76754, + [SMALL_STATE(1764)] = 76798, + [SMALL_STATE(1765)] = 76842, + [SMALL_STATE(1766)] = 76886, + [SMALL_STATE(1767)] = 76930, + [SMALL_STATE(1768)] = 76974, + [SMALL_STATE(1769)] = 77018, + [SMALL_STATE(1770)] = 77062, + [SMALL_STATE(1771)] = 77106, + [SMALL_STATE(1772)] = 77150, + [SMALL_STATE(1773)] = 77194, + [SMALL_STATE(1774)] = 77238, + [SMALL_STATE(1775)] = 77282, + [SMALL_STATE(1776)] = 77326, + [SMALL_STATE(1777)] = 77370, + [SMALL_STATE(1778)] = 77414, + [SMALL_STATE(1779)] = 77458, + [SMALL_STATE(1780)] = 77502, + [SMALL_STATE(1781)] = 77546, + [SMALL_STATE(1782)] = 77590, + [SMALL_STATE(1783)] = 77634, + [SMALL_STATE(1784)] = 77678, + [SMALL_STATE(1785)] = 77722, + [SMALL_STATE(1786)] = 77766, + [SMALL_STATE(1787)] = 77810, + [SMALL_STATE(1788)] = 77854, + [SMALL_STATE(1789)] = 77898, + [SMALL_STATE(1790)] = 77942, + [SMALL_STATE(1791)] = 77986, + [SMALL_STATE(1792)] = 78030, + [SMALL_STATE(1793)] = 78074, + [SMALL_STATE(1794)] = 78118, + [SMALL_STATE(1795)] = 78162, + [SMALL_STATE(1796)] = 78206, + [SMALL_STATE(1797)] = 78250, + [SMALL_STATE(1798)] = 78294, + [SMALL_STATE(1799)] = 78338, + [SMALL_STATE(1800)] = 78382, + [SMALL_STATE(1801)] = 78426, + [SMALL_STATE(1802)] = 78470, + [SMALL_STATE(1803)] = 78514, + [SMALL_STATE(1804)] = 78558, + [SMALL_STATE(1805)] = 78602, + [SMALL_STATE(1806)] = 78646, + [SMALL_STATE(1807)] = 78690, + [SMALL_STATE(1808)] = 78734, + [SMALL_STATE(1809)] = 78778, + [SMALL_STATE(1810)] = 78822, + [SMALL_STATE(1811)] = 78866, + [SMALL_STATE(1812)] = 78910, + [SMALL_STATE(1813)] = 78958, + [SMALL_STATE(1814)] = 79006, + [SMALL_STATE(1815)] = 79054, + [SMALL_STATE(1816)] = 79102, + [SMALL_STATE(1817)] = 79150, + [SMALL_STATE(1818)] = 79198, + [SMALL_STATE(1819)] = 79242, + [SMALL_STATE(1820)] = 79290, + [SMALL_STATE(1821)] = 79338, + [SMALL_STATE(1822)] = 79386, + [SMALL_STATE(1823)] = 79434, + [SMALL_STATE(1824)] = 79482, + [SMALL_STATE(1825)] = 79530, + [SMALL_STATE(1826)] = 79578, + [SMALL_STATE(1827)] = 79626, + [SMALL_STATE(1828)] = 79674, + [SMALL_STATE(1829)] = 79722, + [SMALL_STATE(1830)] = 79770, + [SMALL_STATE(1831)] = 79814, + [SMALL_STATE(1832)] = 79858, + [SMALL_STATE(1833)] = 79906, + [SMALL_STATE(1834)] = 79954, + [SMALL_STATE(1835)] = 80002, + [SMALL_STATE(1836)] = 80050, + [SMALL_STATE(1837)] = 80094, + [SMALL_STATE(1838)] = 80138, + [SMALL_STATE(1839)] = 80182, + [SMALL_STATE(1840)] = 80226, + [SMALL_STATE(1841)] = 80270, + [SMALL_STATE(1842)] = 80314, + [SMALL_STATE(1843)] = 80358, + [SMALL_STATE(1844)] = 80402, + [SMALL_STATE(1845)] = 80446, + [SMALL_STATE(1846)] = 80490, + [SMALL_STATE(1847)] = 80534, + [SMALL_STATE(1848)] = 80578, + [SMALL_STATE(1849)] = 80622, + [SMALL_STATE(1850)] = 80666, + [SMALL_STATE(1851)] = 80710, + [SMALL_STATE(1852)] = 80754, + [SMALL_STATE(1853)] = 80798, + [SMALL_STATE(1854)] = 80842, + [SMALL_STATE(1855)] = 80886, + [SMALL_STATE(1856)] = 80930, + [SMALL_STATE(1857)] = 80974, + [SMALL_STATE(1858)] = 81020, + [SMALL_STATE(1859)] = 81064, + [SMALL_STATE(1860)] = 81108, + [SMALL_STATE(1861)] = 81152, + [SMALL_STATE(1862)] = 81196, + [SMALL_STATE(1863)] = 81240, + [SMALL_STATE(1864)] = 81284, + [SMALL_STATE(1865)] = 81328, + [SMALL_STATE(1866)] = 81372, + [SMALL_STATE(1867)] = 81416, + [SMALL_STATE(1868)] = 81460, + [SMALL_STATE(1869)] = 81504, + [SMALL_STATE(1870)] = 81548, + [SMALL_STATE(1871)] = 81592, + [SMALL_STATE(1872)] = 81636, + [SMALL_STATE(1873)] = 81680, + [SMALL_STATE(1874)] = 81724, + [SMALL_STATE(1875)] = 81768, + [SMALL_STATE(1876)] = 81812, + [SMALL_STATE(1877)] = 81856, + [SMALL_STATE(1878)] = 81900, + [SMALL_STATE(1879)] = 81944, + [SMALL_STATE(1880)] = 81988, + [SMALL_STATE(1881)] = 82032, + [SMALL_STATE(1882)] = 82076, + [SMALL_STATE(1883)] = 82120, + [SMALL_STATE(1884)] = 82164, + [SMALL_STATE(1885)] = 82208, + [SMALL_STATE(1886)] = 82252, + [SMALL_STATE(1887)] = 82296, + [SMALL_STATE(1888)] = 82340, + [SMALL_STATE(1889)] = 82384, + [SMALL_STATE(1890)] = 82428, + [SMALL_STATE(1891)] = 82472, + [SMALL_STATE(1892)] = 82516, + [SMALL_STATE(1893)] = 82560, + [SMALL_STATE(1894)] = 82604, + [SMALL_STATE(1895)] = 82648, + [SMALL_STATE(1896)] = 82692, + [SMALL_STATE(1897)] = 82736, + [SMALL_STATE(1898)] = 82780, + [SMALL_STATE(1899)] = 82824, + [SMALL_STATE(1900)] = 82868, + [SMALL_STATE(1901)] = 82912, + [SMALL_STATE(1902)] = 82956, + [SMALL_STATE(1903)] = 83000, + [SMALL_STATE(1904)] = 83044, + [SMALL_STATE(1905)] = 83088, + [SMALL_STATE(1906)] = 83132, + [SMALL_STATE(1907)] = 83176, + [SMALL_STATE(1908)] = 83220, + [SMALL_STATE(1909)] = 83264, + [SMALL_STATE(1910)] = 83308, + [SMALL_STATE(1911)] = 83352, + [SMALL_STATE(1912)] = 83396, + [SMALL_STATE(1913)] = 83440, + [SMALL_STATE(1914)] = 83484, + [SMALL_STATE(1915)] = 83528, + [SMALL_STATE(1916)] = 83572, + [SMALL_STATE(1917)] = 83616, + [SMALL_STATE(1918)] = 83660, + [SMALL_STATE(1919)] = 83704, + [SMALL_STATE(1920)] = 83748, + [SMALL_STATE(1921)] = 83792, + [SMALL_STATE(1922)] = 83836, + [SMALL_STATE(1923)] = 83880, + [SMALL_STATE(1924)] = 83924, + [SMALL_STATE(1925)] = 83968, + [SMALL_STATE(1926)] = 84012, + [SMALL_STATE(1927)] = 84056, + [SMALL_STATE(1928)] = 84100, + [SMALL_STATE(1929)] = 84144, + [SMALL_STATE(1930)] = 84188, + [SMALL_STATE(1931)] = 84232, + [SMALL_STATE(1932)] = 84276, + [SMALL_STATE(1933)] = 84320, + [SMALL_STATE(1934)] = 84364, + [SMALL_STATE(1935)] = 84408, + [SMALL_STATE(1936)] = 84452, + [SMALL_STATE(1937)] = 84496, + [SMALL_STATE(1938)] = 84540, + [SMALL_STATE(1939)] = 84584, + [SMALL_STATE(1940)] = 84628, + [SMALL_STATE(1941)] = 84672, + [SMALL_STATE(1942)] = 84716, + [SMALL_STATE(1943)] = 84760, + [SMALL_STATE(1944)] = 84804, + [SMALL_STATE(1945)] = 84848, + [SMALL_STATE(1946)] = 84892, + [SMALL_STATE(1947)] = 84936, + [SMALL_STATE(1948)] = 84980, + [SMALL_STATE(1949)] = 85024, + [SMALL_STATE(1950)] = 85068, + [SMALL_STATE(1951)] = 85112, + [SMALL_STATE(1952)] = 85156, + [SMALL_STATE(1953)] = 85200, + [SMALL_STATE(1954)] = 85244, + [SMALL_STATE(1955)] = 85288, + [SMALL_STATE(1956)] = 85332, + [SMALL_STATE(1957)] = 85376, + [SMALL_STATE(1958)] = 85420, + [SMALL_STATE(1959)] = 85464, + [SMALL_STATE(1960)] = 85508, + [SMALL_STATE(1961)] = 85552, + [SMALL_STATE(1962)] = 85596, + [SMALL_STATE(1963)] = 85640, + [SMALL_STATE(1964)] = 85684, + [SMALL_STATE(1965)] = 85728, + [SMALL_STATE(1966)] = 85772, + [SMALL_STATE(1967)] = 85816, + [SMALL_STATE(1968)] = 85860, + [SMALL_STATE(1969)] = 85904, + [SMALL_STATE(1970)] = 85948, + [SMALL_STATE(1971)] = 85992, + [SMALL_STATE(1972)] = 86036, + [SMALL_STATE(1973)] = 86080, + [SMALL_STATE(1974)] = 86124, + [SMALL_STATE(1975)] = 86168, + [SMALL_STATE(1976)] = 86212, + [SMALL_STATE(1977)] = 86256, + [SMALL_STATE(1978)] = 86300, + [SMALL_STATE(1979)] = 86344, + [SMALL_STATE(1980)] = 86388, + [SMALL_STATE(1981)] = 86432, + [SMALL_STATE(1982)] = 86476, + [SMALL_STATE(1983)] = 86520, + [SMALL_STATE(1984)] = 86564, + [SMALL_STATE(1985)] = 86608, + [SMALL_STATE(1986)] = 86652, + [SMALL_STATE(1987)] = 86696, + [SMALL_STATE(1988)] = 86740, + [SMALL_STATE(1989)] = 86784, + [SMALL_STATE(1990)] = 86828, + [SMALL_STATE(1991)] = 86872, + [SMALL_STATE(1992)] = 86916, + [SMALL_STATE(1993)] = 86960, + [SMALL_STATE(1994)] = 87004, + [SMALL_STATE(1995)] = 87048, + [SMALL_STATE(1996)] = 87092, + [SMALL_STATE(1997)] = 87136, + [SMALL_STATE(1998)] = 87180, + [SMALL_STATE(1999)] = 87224, + [SMALL_STATE(2000)] = 87268, + [SMALL_STATE(2001)] = 87312, + [SMALL_STATE(2002)] = 87356, + [SMALL_STATE(2003)] = 87400, + [SMALL_STATE(2004)] = 87444, + [SMALL_STATE(2005)] = 87488, + [SMALL_STATE(2006)] = 87532, + [SMALL_STATE(2007)] = 87576, + [SMALL_STATE(2008)] = 87620, + [SMALL_STATE(2009)] = 87664, + [SMALL_STATE(2010)] = 87708, + [SMALL_STATE(2011)] = 87752, + [SMALL_STATE(2012)] = 87796, + [SMALL_STATE(2013)] = 87840, + [SMALL_STATE(2014)] = 87884, + [SMALL_STATE(2015)] = 87928, + [SMALL_STATE(2016)] = 87972, + [SMALL_STATE(2017)] = 88016, + [SMALL_STATE(2018)] = 88060, + [SMALL_STATE(2019)] = 88104, + [SMALL_STATE(2020)] = 88148, + [SMALL_STATE(2021)] = 88192, + [SMALL_STATE(2022)] = 88236, + [SMALL_STATE(2023)] = 88280, + [SMALL_STATE(2024)] = 88324, + [SMALL_STATE(2025)] = 88368, + [SMALL_STATE(2026)] = 88412, + [SMALL_STATE(2027)] = 88456, + [SMALL_STATE(2028)] = 88500, + [SMALL_STATE(2029)] = 88544, + [SMALL_STATE(2030)] = 88588, + [SMALL_STATE(2031)] = 88632, + [SMALL_STATE(2032)] = 88676, + [SMALL_STATE(2033)] = 88719, + [SMALL_STATE(2034)] = 88762, + [SMALL_STATE(2035)] = 88805, + [SMALL_STATE(2036)] = 88848, + [SMALL_STATE(2037)] = 88891, + [SMALL_STATE(2038)] = 88934, + [SMALL_STATE(2039)] = 88977, + [SMALL_STATE(2040)] = 89020, + [SMALL_STATE(2041)] = 89063, + [SMALL_STATE(2042)] = 89106, + [SMALL_STATE(2043)] = 89149, + [SMALL_STATE(2044)] = 89192, + [SMALL_STATE(2045)] = 89235, + [SMALL_STATE(2046)] = 89278, + [SMALL_STATE(2047)] = 89321, + [SMALL_STATE(2048)] = 89364, + [SMALL_STATE(2049)] = 89407, + [SMALL_STATE(2050)] = 89450, + [SMALL_STATE(2051)] = 89493, + [SMALL_STATE(2052)] = 89536, + [SMALL_STATE(2053)] = 89579, + [SMALL_STATE(2054)] = 89622, + [SMALL_STATE(2055)] = 89665, + [SMALL_STATE(2056)] = 89708, + [SMALL_STATE(2057)] = 89751, + [SMALL_STATE(2058)] = 89794, + [SMALL_STATE(2059)] = 89837, + [SMALL_STATE(2060)] = 89880, + [SMALL_STATE(2061)] = 89923, + [SMALL_STATE(2062)] = 89966, + [SMALL_STATE(2063)] = 90009, + [SMALL_STATE(2064)] = 90052, + [SMALL_STATE(2065)] = 90095, + [SMALL_STATE(2066)] = 90138, + [SMALL_STATE(2067)] = 90181, + [SMALL_STATE(2068)] = 90224, + [SMALL_STATE(2069)] = 90267, + [SMALL_STATE(2070)] = 90310, + [SMALL_STATE(2071)] = 90353, + [SMALL_STATE(2072)] = 90396, + [SMALL_STATE(2073)] = 90439, + [SMALL_STATE(2074)] = 90482, + [SMALL_STATE(2075)] = 90525, + [SMALL_STATE(2076)] = 90568, + [SMALL_STATE(2077)] = 90611, + [SMALL_STATE(2078)] = 90654, + [SMALL_STATE(2079)] = 90697, + [SMALL_STATE(2080)] = 90740, + [SMALL_STATE(2081)] = 90783, + [SMALL_STATE(2082)] = 90826, + [SMALL_STATE(2083)] = 90869, + [SMALL_STATE(2084)] = 90912, + [SMALL_STATE(2085)] = 90955, + [SMALL_STATE(2086)] = 90998, + [SMALL_STATE(2087)] = 91041, + [SMALL_STATE(2088)] = 91084, + [SMALL_STATE(2089)] = 91127, + [SMALL_STATE(2090)] = 91170, + [SMALL_STATE(2091)] = 91213, + [SMALL_STATE(2092)] = 91258, + [SMALL_STATE(2093)] = 91300, + [SMALL_STATE(2094)] = 91352, + [SMALL_STATE(2095)] = 91404, + [SMALL_STATE(2096)] = 91456, + [SMALL_STATE(2097)] = 91508, + [SMALL_STATE(2098)] = 91560, + [SMALL_STATE(2099)] = 91599, + [SMALL_STATE(2100)] = 91642, + [SMALL_STATE(2101)] = 91685, + [SMALL_STATE(2102)] = 91728, + [SMALL_STATE(2103)] = 91771, + [SMALL_STATE(2104)] = 91814, + [SMALL_STATE(2105)] = 91857, + [SMALL_STATE(2106)] = 91900, + [SMALL_STATE(2107)] = 91943, + [SMALL_STATE(2108)] = 91986, + [SMALL_STATE(2109)] = 92025, + [SMALL_STATE(2110)] = 92068, + [SMALL_STATE(2111)] = 92111, + [SMALL_STATE(2112)] = 92154, + [SMALL_STATE(2113)] = 92197, + [SMALL_STATE(2114)] = 92240, + [SMALL_STATE(2115)] = 92283, + [SMALL_STATE(2116)] = 92326, + [SMALL_STATE(2117)] = 92369, + [SMALL_STATE(2118)] = 92407, + [SMALL_STATE(2119)] = 92445, + [SMALL_STATE(2120)] = 92483, + [SMALL_STATE(2121)] = 92521, + [SMALL_STATE(2122)] = 92559, + [SMALL_STATE(2123)] = 92597, + [SMALL_STATE(2124)] = 92635, + [SMALL_STATE(2125)] = 92673, + [SMALL_STATE(2126)] = 92711, + [SMALL_STATE(2127)] = 92749, + [SMALL_STATE(2128)] = 92787, + [SMALL_STATE(2129)] = 92825, + [SMALL_STATE(2130)] = 92863, + [SMALL_STATE(2131)] = 92901, + [SMALL_STATE(2132)] = 92939, + [SMALL_STATE(2133)] = 92977, + [SMALL_STATE(2134)] = 93015, + [SMALL_STATE(2135)] = 93053, + [SMALL_STATE(2136)] = 93091, + [SMALL_STATE(2137)] = 93129, + [SMALL_STATE(2138)] = 93167, + [SMALL_STATE(2139)] = 93205, + [SMALL_STATE(2140)] = 93243, + [SMALL_STATE(2141)] = 93281, + [SMALL_STATE(2142)] = 93319, + [SMALL_STATE(2143)] = 93357, + [SMALL_STATE(2144)] = 93395, + [SMALL_STATE(2145)] = 93433, + [SMALL_STATE(2146)] = 93471, + [SMALL_STATE(2147)] = 93509, + [SMALL_STATE(2148)] = 93547, + [SMALL_STATE(2149)] = 93585, + [SMALL_STATE(2150)] = 93623, + [SMALL_STATE(2151)] = 93661, + [SMALL_STATE(2152)] = 93699, + [SMALL_STATE(2153)] = 93737, + [SMALL_STATE(2154)] = 93775, + [SMALL_STATE(2155)] = 93813, + [SMALL_STATE(2156)] = 93851, + [SMALL_STATE(2157)] = 93889, + [SMALL_STATE(2158)] = 93927, + [SMALL_STATE(2159)] = 93965, + [SMALL_STATE(2160)] = 94003, + [SMALL_STATE(2161)] = 94041, + [SMALL_STATE(2162)] = 94079, + [SMALL_STATE(2163)] = 94117, + [SMALL_STATE(2164)] = 94155, + [SMALL_STATE(2165)] = 94193, + [SMALL_STATE(2166)] = 94231, + [SMALL_STATE(2167)] = 94269, + [SMALL_STATE(2168)] = 94307, + [SMALL_STATE(2169)] = 94345, + [SMALL_STATE(2170)] = 94383, + [SMALL_STATE(2171)] = 94421, + [SMALL_STATE(2172)] = 94459, + [SMALL_STATE(2173)] = 94497, + [SMALL_STATE(2174)] = 94535, + [SMALL_STATE(2175)] = 94573, + [SMALL_STATE(2176)] = 94611, + [SMALL_STATE(2177)] = 94649, + [SMALL_STATE(2178)] = 94687, + [SMALL_STATE(2179)] = 94725, + [SMALL_STATE(2180)] = 94763, + [SMALL_STATE(2181)] = 94801, + [SMALL_STATE(2182)] = 94839, + [SMALL_STATE(2183)] = 94877, + [SMALL_STATE(2184)] = 94910, + [SMALL_STATE(2185)] = 94943, + [SMALL_STATE(2186)] = 94976, + [SMALL_STATE(2187)] = 95009, + [SMALL_STATE(2188)] = 95038, + [SMALL_STATE(2189)] = 95071, + [SMALL_STATE(2190)] = 95104, + [SMALL_STATE(2191)] = 95137, + [SMALL_STATE(2192)] = 95170, + [SMALL_STATE(2193)] = 95203, + [SMALL_STATE(2194)] = 95236, + [SMALL_STATE(2195)] = 95269, + [SMALL_STATE(2196)] = 95298, + [SMALL_STATE(2197)] = 95331, + [SMALL_STATE(2198)] = 95360, + [SMALL_STATE(2199)] = 95393, + [SMALL_STATE(2200)] = 95426, + [SMALL_STATE(2201)] = 95459, + [SMALL_STATE(2202)] = 95492, + [SMALL_STATE(2203)] = 95525, + [SMALL_STATE(2204)] = 95541, + [SMALL_STATE(2205)] = 95565, + [SMALL_STATE(2206)] = 95589, + [SMALL_STATE(2207)] = 95613, + [SMALL_STATE(2208)] = 95637, + [SMALL_STATE(2209)] = 95654, + [SMALL_STATE(2210)] = 95675, + [SMALL_STATE(2211)] = 95700, + [SMALL_STATE(2212)] = 95725, + [SMALL_STATE(2213)] = 95750, + [SMALL_STATE(2214)] = 95771, + [SMALL_STATE(2215)] = 95784, + [SMALL_STATE(2216)] = 95799, + [SMALL_STATE(2217)] = 95816, + [SMALL_STATE(2218)] = 95837, + [SMALL_STATE(2219)] = 95853, + [SMALL_STATE(2220)] = 95869, + [SMALL_STATE(2221)] = 95887, + [SMALL_STATE(2222)] = 95907, + [SMALL_STATE(2223)] = 95923, + [SMALL_STATE(2224)] = 95943, + [SMALL_STATE(2225)] = 95963, + [SMALL_STATE(2226)] = 95983, + [SMALL_STATE(2227)] = 95999, + [SMALL_STATE(2228)] = 96019, + [SMALL_STATE(2229)] = 96037, + [SMALL_STATE(2230)] = 96057, + [SMALL_STATE(2231)] = 96077, + [SMALL_STATE(2232)] = 96095, + [SMALL_STATE(2233)] = 96115, + [SMALL_STATE(2234)] = 96125, + [SMALL_STATE(2235)] = 96145, + [SMALL_STATE(2236)] = 96154, + [SMALL_STATE(2237)] = 96173, + [SMALL_STATE(2238)] = 96192, + [SMALL_STATE(2239)] = 96211, + [SMALL_STATE(2240)] = 96230, + [SMALL_STATE(2241)] = 96239, + [SMALL_STATE(2242)] = 96256, + [SMALL_STATE(2243)] = 96271, + [SMALL_STATE(2244)] = 96290, + [SMALL_STATE(2245)] = 96299, + [SMALL_STATE(2246)] = 96318, + [SMALL_STATE(2247)] = 96337, + [SMALL_STATE(2248)] = 96356, + [SMALL_STATE(2249)] = 96375, + [SMALL_STATE(2250)] = 96392, + [SMALL_STATE(2251)] = 96407, + [SMALL_STATE(2252)] = 96426, + [SMALL_STATE(2253)] = 96445, + [SMALL_STATE(2254)] = 96462, + [SMALL_STATE(2255)] = 96474, + [SMALL_STATE(2256)] = 96488, + [SMALL_STATE(2257)] = 96500, + [SMALL_STATE(2258)] = 96512, + [SMALL_STATE(2259)] = 96526, + [SMALL_STATE(2260)] = 96540, + [SMALL_STATE(2261)] = 96552, + [SMALL_STATE(2262)] = 96566, + [SMALL_STATE(2263)] = 96580, + [SMALL_STATE(2264)] = 96596, + [SMALL_STATE(2265)] = 96610, + [SMALL_STATE(2266)] = 96624, + [SMALL_STATE(2267)] = 96638, + [SMALL_STATE(2268)] = 96652, + [SMALL_STATE(2269)] = 96664, + [SMALL_STATE(2270)] = 96676, + [SMALL_STATE(2271)] = 96688, + [SMALL_STATE(2272)] = 96702, + [SMALL_STATE(2273)] = 96716, + [SMALL_STATE(2274)] = 96732, + [SMALL_STATE(2275)] = 96746, + [SMALL_STATE(2276)] = 96760, + [SMALL_STATE(2277)] = 96774, + [SMALL_STATE(2278)] = 96788, + [SMALL_STATE(2279)] = 96802, + [SMALL_STATE(2280)] = 96816, + [SMALL_STATE(2281)] = 96832, + [SMALL_STATE(2282)] = 96842, + [SMALL_STATE(2283)] = 96852, + [SMALL_STATE(2284)] = 96864, + [SMALL_STATE(2285)] = 96878, + [SMALL_STATE(2286)] = 96894, + [SMALL_STATE(2287)] = 96906, + [SMALL_STATE(2288)] = 96918, + [SMALL_STATE(2289)] = 96932, + [SMALL_STATE(2290)] = 96944, + [SMALL_STATE(2291)] = 96956, + [SMALL_STATE(2292)] = 96970, + [SMALL_STATE(2293)] = 96984, + [SMALL_STATE(2294)] = 97000, + [SMALL_STATE(2295)] = 97012, + [SMALL_STATE(2296)] = 97022, + [SMALL_STATE(2297)] = 97036, + [SMALL_STATE(2298)] = 97050, + [SMALL_STATE(2299)] = 97062, + [SMALL_STATE(2300)] = 97078, + [SMALL_STATE(2301)] = 97086, + [SMALL_STATE(2302)] = 97100, + [SMALL_STATE(2303)] = 97112, + [SMALL_STATE(2304)] = 97120, + [SMALL_STATE(2305)] = 97134, + [SMALL_STATE(2306)] = 97142, + [SMALL_STATE(2307)] = 97156, + [SMALL_STATE(2308)] = 97170, + [SMALL_STATE(2309)] = 97186, + [SMALL_STATE(2310)] = 97200, + [SMALL_STATE(2311)] = 97214, + [SMALL_STATE(2312)] = 97227, + [SMALL_STATE(2313)] = 97240, + [SMALL_STATE(2314)] = 97253, + [SMALL_STATE(2315)] = 97264, + [SMALL_STATE(2316)] = 97277, + [SMALL_STATE(2317)] = 97286, + [SMALL_STATE(2318)] = 97299, + [SMALL_STATE(2319)] = 97308, + [SMALL_STATE(2320)] = 97321, + [SMALL_STATE(2321)] = 97330, + [SMALL_STATE(2322)] = 97343, + [SMALL_STATE(2323)] = 97354, + [SMALL_STATE(2324)] = 97363, + [SMALL_STATE(2325)] = 97372, + [SMALL_STATE(2326)] = 97383, + [SMALL_STATE(2327)] = 97396, + [SMALL_STATE(2328)] = 97409, + [SMALL_STATE(2329)] = 97422, + [SMALL_STATE(2330)] = 97433, + [SMALL_STATE(2331)] = 97442, + [SMALL_STATE(2332)] = 97455, + [SMALL_STATE(2333)] = 97468, + [SMALL_STATE(2334)] = 97477, + [SMALL_STATE(2335)] = 97488, + [SMALL_STATE(2336)] = 97495, + [SMALL_STATE(2337)] = 97506, + [SMALL_STATE(2338)] = 97517, + [SMALL_STATE(2339)] = 97530, + [SMALL_STATE(2340)] = 97541, + [SMALL_STATE(2341)] = 97554, + [SMALL_STATE(2342)] = 97563, + [SMALL_STATE(2343)] = 97574, + [SMALL_STATE(2344)] = 97583, + [SMALL_STATE(2345)] = 97596, + [SMALL_STATE(2346)] = 97605, + [SMALL_STATE(2347)] = 97618, + [SMALL_STATE(2348)] = 97629, + [SMALL_STATE(2349)] = 97642, + [SMALL_STATE(2350)] = 97655, + [SMALL_STATE(2351)] = 97668, + [SMALL_STATE(2352)] = 97679, + [SMALL_STATE(2353)] = 97690, + [SMALL_STATE(2354)] = 97699, + [SMALL_STATE(2355)] = 97708, + [SMALL_STATE(2356)] = 97721, + [SMALL_STATE(2357)] = 97732, + [SMALL_STATE(2358)] = 97741, + [SMALL_STATE(2359)] = 97752, + [SMALL_STATE(2360)] = 97765, + [SMALL_STATE(2361)] = 97778, + [SMALL_STATE(2362)] = 97791, + [SMALL_STATE(2363)] = 97802, + [SMALL_STATE(2364)] = 97815, + [SMALL_STATE(2365)] = 97828, + [SMALL_STATE(2366)] = 97841, + [SMALL_STATE(2367)] = 97852, + [SMALL_STATE(2368)] = 97865, + [SMALL_STATE(2369)] = 97872, + [SMALL_STATE(2370)] = 97879, + [SMALL_STATE(2371)] = 97886, + [SMALL_STATE(2372)] = 97893, + [SMALL_STATE(2373)] = 97904, + [SMALL_STATE(2374)] = 97917, + [SMALL_STATE(2375)] = 97924, + [SMALL_STATE(2376)] = 97935, + [SMALL_STATE(2377)] = 97948, + [SMALL_STATE(2378)] = 97961, + [SMALL_STATE(2379)] = 97968, + [SMALL_STATE(2380)] = 97979, + [SMALL_STATE(2381)] = 97992, + [SMALL_STATE(2382)] = 98005, + [SMALL_STATE(2383)] = 98016, + [SMALL_STATE(2384)] = 98029, + [SMALL_STATE(2385)] = 98038, + [SMALL_STATE(2386)] = 98051, + [SMALL_STATE(2387)] = 98064, + [SMALL_STATE(2388)] = 98073, + [SMALL_STATE(2389)] = 98082, + [SMALL_STATE(2390)] = 98095, + [SMALL_STATE(2391)] = 98108, + [SMALL_STATE(2392)] = 98121, + [SMALL_STATE(2393)] = 98134, + [SMALL_STATE(2394)] = 98145, + [SMALL_STATE(2395)] = 98155, + [SMALL_STATE(2396)] = 98165, + [SMALL_STATE(2397)] = 98175, + [SMALL_STATE(2398)] = 98185, + [SMALL_STATE(2399)] = 98195, + [SMALL_STATE(2400)] = 98205, + [SMALL_STATE(2401)] = 98215, + [SMALL_STATE(2402)] = 98225, + [SMALL_STATE(2403)] = 98235, + [SMALL_STATE(2404)] = 98245, + [SMALL_STATE(2405)] = 98255, + [SMALL_STATE(2406)] = 98265, + [SMALL_STATE(2407)] = 98275, + [SMALL_STATE(2408)] = 98285, + [SMALL_STATE(2409)] = 98291, + [SMALL_STATE(2410)] = 98301, + [SMALL_STATE(2411)] = 98311, + [SMALL_STATE(2412)] = 98321, + [SMALL_STATE(2413)] = 98331, + [SMALL_STATE(2414)] = 98341, + [SMALL_STATE(2415)] = 98351, + [SMALL_STATE(2416)] = 98361, + [SMALL_STATE(2417)] = 98371, + [SMALL_STATE(2418)] = 98381, + [SMALL_STATE(2419)] = 98391, + [SMALL_STATE(2420)] = 98401, + [SMALL_STATE(2421)] = 98409, + [SMALL_STATE(2422)] = 98419, + [SMALL_STATE(2423)] = 98429, + [SMALL_STATE(2424)] = 98439, + [SMALL_STATE(2425)] = 98449, + [SMALL_STATE(2426)] = 98459, + [SMALL_STATE(2427)] = 98469, + [SMALL_STATE(2428)] = 98479, + [SMALL_STATE(2429)] = 98489, + [SMALL_STATE(2430)] = 98499, + [SMALL_STATE(2431)] = 98509, + [SMALL_STATE(2432)] = 98519, + [SMALL_STATE(2433)] = 98529, + [SMALL_STATE(2434)] = 98535, + [SMALL_STATE(2435)] = 98543, + [SMALL_STATE(2436)] = 98553, + [SMALL_STATE(2437)] = 98563, + [SMALL_STATE(2438)] = 98573, + [SMALL_STATE(2439)] = 98583, + [SMALL_STATE(2440)] = 98593, + [SMALL_STATE(2441)] = 98603, + [SMALL_STATE(2442)] = 98611, + [SMALL_STATE(2443)] = 98621, + [SMALL_STATE(2444)] = 98631, + [SMALL_STATE(2445)] = 98637, + [SMALL_STATE(2446)] = 98647, + [SMALL_STATE(2447)] = 98657, + [SMALL_STATE(2448)] = 98667, + [SMALL_STATE(2449)] = 98677, + [SMALL_STATE(2450)] = 98687, + [SMALL_STATE(2451)] = 98697, + [SMALL_STATE(2452)] = 98707, + [SMALL_STATE(2453)] = 98717, + [SMALL_STATE(2454)] = 98727, + [SMALL_STATE(2455)] = 98737, + [SMALL_STATE(2456)] = 98747, + [SMALL_STATE(2457)] = 98757, + [SMALL_STATE(2458)] = 98767, + [SMALL_STATE(2459)] = 98777, + [SMALL_STATE(2460)] = 98787, + [SMALL_STATE(2461)] = 98797, + [SMALL_STATE(2462)] = 98807, + [SMALL_STATE(2463)] = 98817, + [SMALL_STATE(2464)] = 98827, + [SMALL_STATE(2465)] = 98837, + [SMALL_STATE(2466)] = 98847, + [SMALL_STATE(2467)] = 98857, + [SMALL_STATE(2468)] = 98867, + [SMALL_STATE(2469)] = 98877, + [SMALL_STATE(2470)] = 98887, + [SMALL_STATE(2471)] = 98897, + [SMALL_STATE(2472)] = 98907, + [SMALL_STATE(2473)] = 98917, + [SMALL_STATE(2474)] = 98927, + [SMALL_STATE(2475)] = 98937, + [SMALL_STATE(2476)] = 98947, + [SMALL_STATE(2477)] = 98957, + [SMALL_STATE(2478)] = 98967, + [SMALL_STATE(2479)] = 98977, + [SMALL_STATE(2480)] = 98987, + [SMALL_STATE(2481)] = 98997, + [SMALL_STATE(2482)] = 99007, + [SMALL_STATE(2483)] = 99017, + [SMALL_STATE(2484)] = 99027, + [SMALL_STATE(2485)] = 99037, + [SMALL_STATE(2486)] = 99047, + [SMALL_STATE(2487)] = 99057, + [SMALL_STATE(2488)] = 99067, + [SMALL_STATE(2489)] = 99073, + [SMALL_STATE(2490)] = 99083, + [SMALL_STATE(2491)] = 99093, + [SMALL_STATE(2492)] = 99103, + [SMALL_STATE(2493)] = 99113, + [SMALL_STATE(2494)] = 99123, + [SMALL_STATE(2495)] = 99133, + [SMALL_STATE(2496)] = 99143, + [SMALL_STATE(2497)] = 99153, + [SMALL_STATE(2498)] = 99163, + [SMALL_STATE(2499)] = 99173, + [SMALL_STATE(2500)] = 99183, + [SMALL_STATE(2501)] = 99193, + [SMALL_STATE(2502)] = 99203, + [SMALL_STATE(2503)] = 99213, + [SMALL_STATE(2504)] = 99223, + [SMALL_STATE(2505)] = 99233, + [SMALL_STATE(2506)] = 99243, + [SMALL_STATE(2507)] = 99253, + [SMALL_STATE(2508)] = 99263, + [SMALL_STATE(2509)] = 99273, + [SMALL_STATE(2510)] = 99283, + [SMALL_STATE(2511)] = 99293, + [SMALL_STATE(2512)] = 99303, + [SMALL_STATE(2513)] = 99313, + [SMALL_STATE(2514)] = 99323, + [SMALL_STATE(2515)] = 99329, + [SMALL_STATE(2516)] = 99339, + [SMALL_STATE(2517)] = 99349, + [SMALL_STATE(2518)] = 99359, + [SMALL_STATE(2519)] = 99369, + [SMALL_STATE(2520)] = 99379, + [SMALL_STATE(2521)] = 99389, + [SMALL_STATE(2522)] = 99399, + [SMALL_STATE(2523)] = 99409, + [SMALL_STATE(2524)] = 99419, + [SMALL_STATE(2525)] = 99429, + [SMALL_STATE(2526)] = 99439, + [SMALL_STATE(2527)] = 99449, + [SMALL_STATE(2528)] = 99459, + [SMALL_STATE(2529)] = 99467, + [SMALL_STATE(2530)] = 99477, + [SMALL_STATE(2531)] = 99483, + [SMALL_STATE(2532)] = 99489, + [SMALL_STATE(2533)] = 99495, + [SMALL_STATE(2534)] = 99505, + [SMALL_STATE(2535)] = 99515, + [SMALL_STATE(2536)] = 99525, + [SMALL_STATE(2537)] = 99535, + [SMALL_STATE(2538)] = 99545, + [SMALL_STATE(2539)] = 99555, + [SMALL_STATE(2540)] = 99565, + [SMALL_STATE(2541)] = 99575, + [SMALL_STATE(2542)] = 99585, + [SMALL_STATE(2543)] = 99595, + [SMALL_STATE(2544)] = 99605, + [SMALL_STATE(2545)] = 99615, + [SMALL_STATE(2546)] = 99625, + [SMALL_STATE(2547)] = 99635, + [SMALL_STATE(2548)] = 99645, + [SMALL_STATE(2549)] = 99655, + [SMALL_STATE(2550)] = 99665, + [SMALL_STATE(2551)] = 99675, + [SMALL_STATE(2552)] = 99685, + [SMALL_STATE(2553)] = 99695, + [SMALL_STATE(2554)] = 99705, + [SMALL_STATE(2555)] = 99715, + [SMALL_STATE(2556)] = 99725, + [SMALL_STATE(2557)] = 99735, + [SMALL_STATE(2558)] = 99745, + [SMALL_STATE(2559)] = 99753, + [SMALL_STATE(2560)] = 99763, + [SMALL_STATE(2561)] = 99769, + [SMALL_STATE(2562)] = 99779, + [SMALL_STATE(2563)] = 99789, + [SMALL_STATE(2564)] = 99799, + [SMALL_STATE(2565)] = 99809, + [SMALL_STATE(2566)] = 99819, + [SMALL_STATE(2567)] = 99829, + [SMALL_STATE(2568)] = 99839, + [SMALL_STATE(2569)] = 99849, + [SMALL_STATE(2570)] = 99859, + [SMALL_STATE(2571)] = 99869, + [SMALL_STATE(2572)] = 99879, + [SMALL_STATE(2573)] = 99889, + [SMALL_STATE(2574)] = 99899, + [SMALL_STATE(2575)] = 99909, + [SMALL_STATE(2576)] = 99919, + [SMALL_STATE(2577)] = 99929, + [SMALL_STATE(2578)] = 99939, + [SMALL_STATE(2579)] = 99947, + [SMALL_STATE(2580)] = 99957, + [SMALL_STATE(2581)] = 99967, + [SMALL_STATE(2582)] = 99977, + [SMALL_STATE(2583)] = 99987, + [SMALL_STATE(2584)] = 99997, + [SMALL_STATE(2585)] = 100007, + [SMALL_STATE(2586)] = 100017, + [SMALL_STATE(2587)] = 100027, + [SMALL_STATE(2588)] = 100037, + [SMALL_STATE(2589)] = 100045, + [SMALL_STATE(2590)] = 100055, + [SMALL_STATE(2591)] = 100065, + [SMALL_STATE(2592)] = 100075, + [SMALL_STATE(2593)] = 100085, + [SMALL_STATE(2594)] = 100095, + [SMALL_STATE(2595)] = 100105, + [SMALL_STATE(2596)] = 100115, + [SMALL_STATE(2597)] = 100123, + [SMALL_STATE(2598)] = 100133, + [SMALL_STATE(2599)] = 100143, + [SMALL_STATE(2600)] = 100153, + [SMALL_STATE(2601)] = 100163, + [SMALL_STATE(2602)] = 100173, + [SMALL_STATE(2603)] = 100183, + [SMALL_STATE(2604)] = 100193, + [SMALL_STATE(2605)] = 100201, + [SMALL_STATE(2606)] = 100211, + [SMALL_STATE(2607)] = 100221, + [SMALL_STATE(2608)] = 100231, + [SMALL_STATE(2609)] = 100241, + [SMALL_STATE(2610)] = 100251, + [SMALL_STATE(2611)] = 100259, + [SMALL_STATE(2612)] = 100269, + [SMALL_STATE(2613)] = 100279, + [SMALL_STATE(2614)] = 100289, + [SMALL_STATE(2615)] = 100299, + [SMALL_STATE(2616)] = 100309, + [SMALL_STATE(2617)] = 100319, + [SMALL_STATE(2618)] = 100327, + [SMALL_STATE(2619)] = 100337, + [SMALL_STATE(2620)] = 100347, + [SMALL_STATE(2621)] = 100357, + [SMALL_STATE(2622)] = 100367, + [SMALL_STATE(2623)] = 100375, + [SMALL_STATE(2624)] = 100385, + [SMALL_STATE(2625)] = 100395, + [SMALL_STATE(2626)] = 100405, + [SMALL_STATE(2627)] = 100415, + [SMALL_STATE(2628)] = 100425, + [SMALL_STATE(2629)] = 100435, + [SMALL_STATE(2630)] = 100445, + [SMALL_STATE(2631)] = 100453, + [SMALL_STATE(2632)] = 100463, + [SMALL_STATE(2633)] = 100473, + [SMALL_STATE(2634)] = 100483, + [SMALL_STATE(2635)] = 100493, + [SMALL_STATE(2636)] = 100503, + [SMALL_STATE(2637)] = 100511, + [SMALL_STATE(2638)] = 100521, + [SMALL_STATE(2639)] = 100531, + [SMALL_STATE(2640)] = 100541, + [SMALL_STATE(2641)] = 100551, + [SMALL_STATE(2642)] = 100561, + [SMALL_STATE(2643)] = 100571, + [SMALL_STATE(2644)] = 100579, + [SMALL_STATE(2645)] = 100589, + [SMALL_STATE(2646)] = 100595, + [SMALL_STATE(2647)] = 100605, + [SMALL_STATE(2648)] = 100615, + [SMALL_STATE(2649)] = 100625, + [SMALL_STATE(2650)] = 100635, + [SMALL_STATE(2651)] = 100643, + [SMALL_STATE(2652)] = 100653, + [SMALL_STATE(2653)] = 100663, + [SMALL_STATE(2654)] = 100673, + [SMALL_STATE(2655)] = 100683, + [SMALL_STATE(2656)] = 100691, + [SMALL_STATE(2657)] = 100697, + [SMALL_STATE(2658)] = 100707, + [SMALL_STATE(2659)] = 100717, + [SMALL_STATE(2660)] = 100727, + [SMALL_STATE(2661)] = 100737, + [SMALL_STATE(2662)] = 100747, + [SMALL_STATE(2663)] = 100757, + [SMALL_STATE(2664)] = 100765, + [SMALL_STATE(2665)] = 100773, + [SMALL_STATE(2666)] = 100783, + [SMALL_STATE(2667)] = 100793, + [SMALL_STATE(2668)] = 100803, + [SMALL_STATE(2669)] = 100813, + [SMALL_STATE(2670)] = 100823, + [SMALL_STATE(2671)] = 100833, + [SMALL_STATE(2672)] = 100843, + [SMALL_STATE(2673)] = 100853, + [SMALL_STATE(2674)] = 100863, + [SMALL_STATE(2675)] = 100873, + [SMALL_STATE(2676)] = 100880, + [SMALL_STATE(2677)] = 100885, + [SMALL_STATE(2678)] = 100892, + [SMALL_STATE(2679)] = 100899, + [SMALL_STATE(2680)] = 100906, + [SMALL_STATE(2681)] = 100913, + [SMALL_STATE(2682)] = 100920, + [SMALL_STATE(2683)] = 100927, + [SMALL_STATE(2684)] = 100934, + [SMALL_STATE(2685)] = 100941, + [SMALL_STATE(2686)] = 100948, + [SMALL_STATE(2687)] = 100953, + [SMALL_STATE(2688)] = 100960, + [SMALL_STATE(2689)] = 100967, + [SMALL_STATE(2690)] = 100974, + [SMALL_STATE(2691)] = 100979, + [SMALL_STATE(2692)] = 100986, + [SMALL_STATE(2693)] = 100993, + [SMALL_STATE(2694)] = 101000, + [SMALL_STATE(2695)] = 101007, + [SMALL_STATE(2696)] = 101014, + [SMALL_STATE(2697)] = 101021, + [SMALL_STATE(2698)] = 101028, + [SMALL_STATE(2699)] = 101035, + [SMALL_STATE(2700)] = 101040, + [SMALL_STATE(2701)] = 101047, + [SMALL_STATE(2702)] = 101054, + [SMALL_STATE(2703)] = 101061, + [SMALL_STATE(2704)] = 101066, + [SMALL_STATE(2705)] = 101073, + [SMALL_STATE(2706)] = 101080, + [SMALL_STATE(2707)] = 101087, + [SMALL_STATE(2708)] = 101094, + [SMALL_STATE(2709)] = 101101, + [SMALL_STATE(2710)] = 101108, + [SMALL_STATE(2711)] = 101115, + [SMALL_STATE(2712)] = 101122, + [SMALL_STATE(2713)] = 101129, + [SMALL_STATE(2714)] = 101136, + [SMALL_STATE(2715)] = 101143, + [SMALL_STATE(2716)] = 101150, + [SMALL_STATE(2717)] = 101157, + [SMALL_STATE(2718)] = 101164, + [SMALL_STATE(2719)] = 101171, + [SMALL_STATE(2720)] = 101178, + [SMALL_STATE(2721)] = 101183, + [SMALL_STATE(2722)] = 101190, + [SMALL_STATE(2723)] = 101197, + [SMALL_STATE(2724)] = 101204, + [SMALL_STATE(2725)] = 101209, + [SMALL_STATE(2726)] = 101216, + [SMALL_STATE(2727)] = 101223, + [SMALL_STATE(2728)] = 101230, + [SMALL_STATE(2729)] = 101237, + [SMALL_STATE(2730)] = 101244, + [SMALL_STATE(2731)] = 101251, + [SMALL_STATE(2732)] = 101258, + [SMALL_STATE(2733)] = 101265, + [SMALL_STATE(2734)] = 101272, + [SMALL_STATE(2735)] = 101279, + [SMALL_STATE(2736)] = 101286, + [SMALL_STATE(2737)] = 101293, + [SMALL_STATE(2738)] = 101300, + [SMALL_STATE(2739)] = 101305, + [SMALL_STATE(2740)] = 101312, + [SMALL_STATE(2741)] = 101319, + [SMALL_STATE(2742)] = 101324, + [SMALL_STATE(2743)] = 101331, + [SMALL_STATE(2744)] = 101338, + [SMALL_STATE(2745)] = 101343, + [SMALL_STATE(2746)] = 101350, + [SMALL_STATE(2747)] = 101357, + [SMALL_STATE(2748)] = 101364, + [SMALL_STATE(2749)] = 101371, + [SMALL_STATE(2750)] = 101378, + [SMALL_STATE(2751)] = 101385, + [SMALL_STATE(2752)] = 101392, + [SMALL_STATE(2753)] = 101399, + [SMALL_STATE(2754)] = 101404, + [SMALL_STATE(2755)] = 101411, + [SMALL_STATE(2756)] = 101416, + [SMALL_STATE(2757)] = 101423, + [SMALL_STATE(2758)] = 101428, + [SMALL_STATE(2759)] = 101435, + [SMALL_STATE(2760)] = 101442, + [SMALL_STATE(2761)] = 101449, + [SMALL_STATE(2762)] = 101456, + [SMALL_STATE(2763)] = 101463, + [SMALL_STATE(2764)] = 101470, + [SMALL_STATE(2765)] = 101477, + [SMALL_STATE(2766)] = 101484, + [SMALL_STATE(2767)] = 101491, + [SMALL_STATE(2768)] = 101498, + [SMALL_STATE(2769)] = 101505, + [SMALL_STATE(2770)] = 101510, + [SMALL_STATE(2771)] = 101517, + [SMALL_STATE(2772)] = 101524, + [SMALL_STATE(2773)] = 101531, + [SMALL_STATE(2774)] = 101538, + [SMALL_STATE(2775)] = 101545, + [SMALL_STATE(2776)] = 101552, + [SMALL_STATE(2777)] = 101559, + [SMALL_STATE(2778)] = 101566, + [SMALL_STATE(2779)] = 101573, + [SMALL_STATE(2780)] = 101580, + [SMALL_STATE(2781)] = 101585, + [SMALL_STATE(2782)] = 101592, + [SMALL_STATE(2783)] = 101599, + [SMALL_STATE(2784)] = 101606, + [SMALL_STATE(2785)] = 101613, + [SMALL_STATE(2786)] = 101620, + [SMALL_STATE(2787)] = 101627, + [SMALL_STATE(2788)] = 101634, + [SMALL_STATE(2789)] = 101641, + [SMALL_STATE(2790)] = 101648, + [SMALL_STATE(2791)] = 101655, + [SMALL_STATE(2792)] = 101662, + [SMALL_STATE(2793)] = 101669, + [SMALL_STATE(2794)] = 101674, + [SMALL_STATE(2795)] = 101681, + [SMALL_STATE(2796)] = 101686, + [SMALL_STATE(2797)] = 101693, + [SMALL_STATE(2798)] = 101700, + [SMALL_STATE(2799)] = 101707, + [SMALL_STATE(2800)] = 101714, + [SMALL_STATE(2801)] = 101721, + [SMALL_STATE(2802)] = 101728, + [SMALL_STATE(2803)] = 101735, + [SMALL_STATE(2804)] = 101742, + [SMALL_STATE(2805)] = 101749, + [SMALL_STATE(2806)] = 101756, + [SMALL_STATE(2807)] = 101761, + [SMALL_STATE(2808)] = 101768, + [SMALL_STATE(2809)] = 101775, + [SMALL_STATE(2810)] = 101782, + [SMALL_STATE(2811)] = 101786, + [SMALL_STATE(2812)] = 101790, + [SMALL_STATE(2813)] = 101794, + [SMALL_STATE(2814)] = 101798, + [SMALL_STATE(2815)] = 101802, + [SMALL_STATE(2816)] = 101806, + [SMALL_STATE(2817)] = 101810, + [SMALL_STATE(2818)] = 101814, + [SMALL_STATE(2819)] = 101818, + [SMALL_STATE(2820)] = 101822, + [SMALL_STATE(2821)] = 101826, + [SMALL_STATE(2822)] = 101830, + [SMALL_STATE(2823)] = 101834, + [SMALL_STATE(2824)] = 101838, + [SMALL_STATE(2825)] = 101842, + [SMALL_STATE(2826)] = 101846, + [SMALL_STATE(2827)] = 101850, + [SMALL_STATE(2828)] = 101854, + [SMALL_STATE(2829)] = 101858, + [SMALL_STATE(2830)] = 101862, + [SMALL_STATE(2831)] = 101866, + [SMALL_STATE(2832)] = 101870, + [SMALL_STATE(2833)] = 101874, + [SMALL_STATE(2834)] = 101878, + [SMALL_STATE(2835)] = 101882, + [SMALL_STATE(2836)] = 101886, + [SMALL_STATE(2837)] = 101890, + [SMALL_STATE(2838)] = 101894, + [SMALL_STATE(2839)] = 101898, + [SMALL_STATE(2840)] = 101902, + [SMALL_STATE(2841)] = 101906, + [SMALL_STATE(2842)] = 101910, + [SMALL_STATE(2843)] = 101914, + [SMALL_STATE(2844)] = 101918, + [SMALL_STATE(2845)] = 101922, + [SMALL_STATE(2846)] = 101926, + [SMALL_STATE(2847)] = 101930, + [SMALL_STATE(2848)] = 101934, + [SMALL_STATE(2849)] = 101938, + [SMALL_STATE(2850)] = 101942, + [SMALL_STATE(2851)] = 101946, + [SMALL_STATE(2852)] = 101950, + [SMALL_STATE(2853)] = 101954, + [SMALL_STATE(2854)] = 101958, + [SMALL_STATE(2855)] = 101962, + [SMALL_STATE(2856)] = 101966, + [SMALL_STATE(2857)] = 101970, + [SMALL_STATE(2858)] = 101974, + [SMALL_STATE(2859)] = 101978, + [SMALL_STATE(2860)] = 101982, + [SMALL_STATE(2861)] = 101986, + [SMALL_STATE(2862)] = 101990, + [SMALL_STATE(2863)] = 101994, + [SMALL_STATE(2864)] = 101998, + [SMALL_STATE(2865)] = 102002, + [SMALL_STATE(2866)] = 102006, + [SMALL_STATE(2867)] = 102010, + [SMALL_STATE(2868)] = 102014, + [SMALL_STATE(2869)] = 102018, + [SMALL_STATE(2870)] = 102022, + [SMALL_STATE(2871)] = 102026, + [SMALL_STATE(2872)] = 102030, + [SMALL_STATE(2873)] = 102034, + [SMALL_STATE(2874)] = 102038, + [SMALL_STATE(2875)] = 102042, + [SMALL_STATE(2876)] = 102046, + [SMALL_STATE(2877)] = 102050, + [SMALL_STATE(2878)] = 102054, + [SMALL_STATE(2879)] = 102058, + [SMALL_STATE(2880)] = 102062, + [SMALL_STATE(2881)] = 102066, + [SMALL_STATE(2882)] = 102070, + [SMALL_STATE(2883)] = 102074, + [SMALL_STATE(2884)] = 102078, + [SMALL_STATE(2885)] = 102082, + [SMALL_STATE(2886)] = 102086, + [SMALL_STATE(2887)] = 102090, + [SMALL_STATE(2888)] = 102094, + [SMALL_STATE(2889)] = 102098, + [SMALL_STATE(2890)] = 102102, + [SMALL_STATE(2891)] = 102106, + [SMALL_STATE(2892)] = 102110, + [SMALL_STATE(2893)] = 102114, + [SMALL_STATE(2894)] = 102118, + [SMALL_STATE(2895)] = 102122, + [SMALL_STATE(2896)] = 102126, + [SMALL_STATE(2897)] = 102130, + [SMALL_STATE(2898)] = 102134, + [SMALL_STATE(2899)] = 102138, + [SMALL_STATE(2900)] = 102142, + [SMALL_STATE(2901)] = 102146, + [SMALL_STATE(2902)] = 102150, + [SMALL_STATE(2903)] = 102154, + [SMALL_STATE(2904)] = 102158, + [SMALL_STATE(2905)] = 102162, + [SMALL_STATE(2906)] = 102166, + [SMALL_STATE(2907)] = 102170, + [SMALL_STATE(2908)] = 102174, + [SMALL_STATE(2909)] = 102178, + [SMALL_STATE(2910)] = 102182, + [SMALL_STATE(2911)] = 102186, + [SMALL_STATE(2912)] = 102190, + [SMALL_STATE(2913)] = 102194, + [SMALL_STATE(2914)] = 102198, + [SMALL_STATE(2915)] = 102202, + [SMALL_STATE(2916)] = 102206, + [SMALL_STATE(2917)] = 102210, + [SMALL_STATE(2918)] = 102214, + [SMALL_STATE(2919)] = 102218, + [SMALL_STATE(2920)] = 102222, + [SMALL_STATE(2921)] = 102226, + [SMALL_STATE(2922)] = 102230, + [SMALL_STATE(2923)] = 102234, + [SMALL_STATE(2924)] = 102238, + [SMALL_STATE(2925)] = 102242, + [SMALL_STATE(2926)] = 102246, + [SMALL_STATE(2927)] = 102250, + [SMALL_STATE(2928)] = 102254, + [SMALL_STATE(2929)] = 102258, + [SMALL_STATE(2930)] = 102262, + [SMALL_STATE(2931)] = 102266, + [SMALL_STATE(2932)] = 102270, + [SMALL_STATE(2933)] = 102274, + [SMALL_STATE(2934)] = 102278, + [SMALL_STATE(2935)] = 102282, + [SMALL_STATE(2936)] = 102286, + [SMALL_STATE(2937)] = 102290, + [SMALL_STATE(2938)] = 102294, + [SMALL_STATE(2939)] = 102298, + [SMALL_STATE(2940)] = 102302, + [SMALL_STATE(2941)] = 102306, + [SMALL_STATE(2942)] = 102310, + [SMALL_STATE(2943)] = 102314, + [SMALL_STATE(2944)] = 102318, + [SMALL_STATE(2945)] = 102322, + [SMALL_STATE(2946)] = 102326, + [SMALL_STATE(2947)] = 102330, + [SMALL_STATE(2948)] = 102334, + [SMALL_STATE(2949)] = 102338, + [SMALL_STATE(2950)] = 102342, + [SMALL_STATE(2951)] = 102346, + [SMALL_STATE(2952)] = 102350, + [SMALL_STATE(2953)] = 102354, + [SMALL_STATE(2954)] = 102358, + [SMALL_STATE(2955)] = 102362, + [SMALL_STATE(2956)] = 102366, + [SMALL_STATE(2957)] = 102370, + [SMALL_STATE(2958)] = 102374, + [SMALL_STATE(2959)] = 102378, + [SMALL_STATE(2960)] = 102382, + [SMALL_STATE(2961)] = 102386, + [SMALL_STATE(2962)] = 102390, + [SMALL_STATE(2963)] = 102394, + [SMALL_STATE(2964)] = 102398, + [SMALL_STATE(2965)] = 102402, + [SMALL_STATE(2966)] = 102406, + [SMALL_STATE(2967)] = 102410, + [SMALL_STATE(2968)] = 102414, + [SMALL_STATE(2969)] = 102418, + [SMALL_STATE(2970)] = 102422, + [SMALL_STATE(2971)] = 102426, + [SMALL_STATE(2972)] = 102430, + [SMALL_STATE(2973)] = 102434, + [SMALL_STATE(2974)] = 102438, + [SMALL_STATE(2975)] = 102442, + [SMALL_STATE(2976)] = 102446, + [SMALL_STATE(2977)] = 102450, + [SMALL_STATE(2978)] = 102454, + [SMALL_STATE(2979)] = 102458, + [SMALL_STATE(2980)] = 102462, + [SMALL_STATE(2981)] = 102466, + [SMALL_STATE(2982)] = 102470, + [SMALL_STATE(2983)] = 102474, + [SMALL_STATE(2984)] = 102478, + [SMALL_STATE(2985)] = 102482, + [SMALL_STATE(2986)] = 102486, + [SMALL_STATE(2987)] = 102490, + [SMALL_STATE(2988)] = 102494, + [SMALL_STATE(2989)] = 102498, + [SMALL_STATE(2990)] = 102502, + [SMALL_STATE(2991)] = 102506, + [SMALL_STATE(2992)] = 102510, + [SMALL_STATE(2993)] = 102514, + [SMALL_STATE(2994)] = 102518, + [SMALL_STATE(2995)] = 102522, + [SMALL_STATE(2996)] = 102526, + [SMALL_STATE(2997)] = 102530, + [SMALL_STATE(2998)] = 102534, + [SMALL_STATE(2999)] = 102538, + [SMALL_STATE(3000)] = 102542, + [SMALL_STATE(3001)] = 102546, + [SMALL_STATE(3002)] = 102550, + [SMALL_STATE(3003)] = 102554, + [SMALL_STATE(3004)] = 102558, + [SMALL_STATE(3005)] = 102562, + [SMALL_STATE(3006)] = 102566, + [SMALL_STATE(3007)] = 102570, + [SMALL_STATE(3008)] = 102574, + [SMALL_STATE(3009)] = 102578, + [SMALL_STATE(3010)] = 102582, + [SMALL_STATE(3011)] = 102586, + [SMALL_STATE(3012)] = 102590, + [SMALL_STATE(3013)] = 102594, + [SMALL_STATE(3014)] = 102598, + [SMALL_STATE(3015)] = 102602, + [SMALL_STATE(3016)] = 102606, + [SMALL_STATE(3017)] = 102610, + [SMALL_STATE(3018)] = 102614, + [SMALL_STATE(3019)] = 102618, + [SMALL_STATE(3020)] = 102622, + [SMALL_STATE(3021)] = 102626, + [SMALL_STATE(3022)] = 102630, + [SMALL_STATE(3023)] = 102634, + [SMALL_STATE(3024)] = 102638, + [SMALL_STATE(3025)] = 102642, + [SMALL_STATE(3026)] = 102646, + [SMALL_STATE(3027)] = 102650, + [SMALL_STATE(3028)] = 102654, + [SMALL_STATE(3029)] = 102658, + [SMALL_STATE(3030)] = 102662, + [SMALL_STATE(3031)] = 102666, + [SMALL_STATE(3032)] = 102670, + [SMALL_STATE(3033)] = 102674, + [SMALL_STATE(3034)] = 102678, + [SMALL_STATE(3035)] = 102682, + [SMALL_STATE(3036)] = 102686, + [SMALL_STATE(3037)] = 102690, + [SMALL_STATE(3038)] = 102694, + [SMALL_STATE(3039)] = 102698, + [SMALL_STATE(3040)] = 102702, + [SMALL_STATE(3041)] = 102706, + [SMALL_STATE(3042)] = 102710, + [SMALL_STATE(3043)] = 102714, + [SMALL_STATE(3044)] = 102718, + [SMALL_STATE(3045)] = 102722, + [SMALL_STATE(3046)] = 102726, + [SMALL_STATE(3047)] = 102730, + [SMALL_STATE(3048)] = 102734, + [SMALL_STATE(3049)] = 102738, + [SMALL_STATE(3050)] = 102742, + [SMALL_STATE(3051)] = 102746, + [SMALL_STATE(3052)] = 102750, + [SMALL_STATE(3053)] = 102754, + [SMALL_STATE(3054)] = 102758, + [SMALL_STATE(3055)] = 102762, + [SMALL_STATE(3056)] = 102766, + [SMALL_STATE(3057)] = 102770, + [SMALL_STATE(3058)] = 102774, + [SMALL_STATE(3059)] = 102778, + [SMALL_STATE(3060)] = 102782, + [SMALL_STATE(3061)] = 102786, + [SMALL_STATE(3062)] = 102790, + [SMALL_STATE(3063)] = 102794, + [SMALL_STATE(3064)] = 102798, + [SMALL_STATE(3065)] = 102802, + [SMALL_STATE(3066)] = 102806, + [SMALL_STATE(3067)] = 102810, + [SMALL_STATE(3068)] = 102814, + [SMALL_STATE(3069)] = 102818, + [SMALL_STATE(3070)] = 102822, + [SMALL_STATE(3071)] = 102826, + [SMALL_STATE(3072)] = 102830, + [SMALL_STATE(3073)] = 102834, + [SMALL_STATE(3074)] = 102838, + [SMALL_STATE(3075)] = 102842, + [SMALL_STATE(3076)] = 102846, + [SMALL_STATE(3077)] = 102850, + [SMALL_STATE(3078)] = 102854, + [SMALL_STATE(3079)] = 102858, + [SMALL_STATE(3080)] = 102862, + [SMALL_STATE(3081)] = 102866, + [SMALL_STATE(3082)] = 102870, + [SMALL_STATE(3083)] = 102874, + [SMALL_STATE(3084)] = 102878, + [SMALL_STATE(3085)] = 102882, + [SMALL_STATE(3086)] = 102886, + [SMALL_STATE(3087)] = 102890, + [SMALL_STATE(3088)] = 102894, + [SMALL_STATE(3089)] = 102898, + [SMALL_STATE(3090)] = 102902, + [SMALL_STATE(3091)] = 102906, + [SMALL_STATE(3092)] = 102910, + [SMALL_STATE(3093)] = 102914, + [SMALL_STATE(3094)] = 102918, + [SMALL_STATE(3095)] = 102922, + [SMALL_STATE(3096)] = 102926, + [SMALL_STATE(3097)] = 102930, + [SMALL_STATE(3098)] = 102934, + [SMALL_STATE(3099)] = 102938, + [SMALL_STATE(3100)] = 102942, + [SMALL_STATE(3101)] = 102946, + [SMALL_STATE(3102)] = 102950, + [SMALL_STATE(3103)] = 102954, + [SMALL_STATE(3104)] = 102958, + [SMALL_STATE(3105)] = 102962, + [SMALL_STATE(3106)] = 102966, + [SMALL_STATE(3107)] = 102970, + [SMALL_STATE(3108)] = 102974, + [SMALL_STATE(3109)] = 102978, + [SMALL_STATE(3110)] = 102982, + [SMALL_STATE(3111)] = 102986, + [SMALL_STATE(3112)] = 102990, + [SMALL_STATE(3113)] = 102994, + [SMALL_STATE(3114)] = 102998, + [SMALL_STATE(3115)] = 103002, + [SMALL_STATE(3116)] = 103006, + [SMALL_STATE(3117)] = 103010, + [SMALL_STATE(3118)] = 103014, + [SMALL_STATE(3119)] = 103018, + [SMALL_STATE(3120)] = 103022, + [SMALL_STATE(3121)] = 103026, + [SMALL_STATE(3122)] = 103030, + [SMALL_STATE(3123)] = 103034, + [SMALL_STATE(3124)] = 103038, + [SMALL_STATE(3125)] = 103042, + [SMALL_STATE(3126)] = 103046, + [SMALL_STATE(3127)] = 103050, + [SMALL_STATE(3128)] = 103054, + [SMALL_STATE(3129)] = 103058, + [SMALL_STATE(3130)] = 103062, + [SMALL_STATE(3131)] = 103066, + [SMALL_STATE(3132)] = 103070, + [SMALL_STATE(3133)] = 103074, + [SMALL_STATE(3134)] = 103078, + [SMALL_STATE(3135)] = 103082, + [SMALL_STATE(3136)] = 103086, + [SMALL_STATE(3137)] = 103090, + [SMALL_STATE(3138)] = 103094, + [SMALL_STATE(3139)] = 103098, + [SMALL_STATE(3140)] = 103102, + [SMALL_STATE(3141)] = 103106, + [SMALL_STATE(3142)] = 103110, + [SMALL_STATE(3143)] = 103114, + [SMALL_STATE(3144)] = 103118, + [SMALL_STATE(3145)] = 103122, + [SMALL_STATE(3146)] = 103126, + [SMALL_STATE(3147)] = 103130, + [SMALL_STATE(3148)] = 103134, + [SMALL_STATE(3149)] = 103138, + [SMALL_STATE(3150)] = 103142, + [SMALL_STATE(3151)] = 103146, + [SMALL_STATE(3152)] = 103150, + [SMALL_STATE(3153)] = 103154, + [SMALL_STATE(3154)] = 103158, + [SMALL_STATE(3155)] = 103162, + [SMALL_STATE(3156)] = 103166, + [SMALL_STATE(3157)] = 103170, + [SMALL_STATE(3158)] = 103174, + [SMALL_STATE(3159)] = 103178, + [SMALL_STATE(3160)] = 103182, + [SMALL_STATE(3161)] = 103186, + [SMALL_STATE(3162)] = 103190, + [SMALL_STATE(3163)] = 103194, + [SMALL_STATE(3164)] = 103198, + [SMALL_STATE(3165)] = 103202, + [SMALL_STATE(3166)] = 103206, + [SMALL_STATE(3167)] = 103210, + [SMALL_STATE(3168)] = 103214, + [SMALL_STATE(3169)] = 103218, + [SMALL_STATE(3170)] = 103222, + [SMALL_STATE(3171)] = 103226, + [SMALL_STATE(3172)] = 103230, + [SMALL_STATE(3173)] = 103234, + [SMALL_STATE(3174)] = 103238, + [SMALL_STATE(3175)] = 103242, + [SMALL_STATE(3176)] = 103246, + [SMALL_STATE(3177)] = 103250, + [SMALL_STATE(3178)] = 103254, + [SMALL_STATE(3179)] = 103258, + [SMALL_STATE(3180)] = 103262, + [SMALL_STATE(3181)] = 103266, + [SMALL_STATE(3182)] = 103270, + [SMALL_STATE(3183)] = 103274, + [SMALL_STATE(3184)] = 103278, + [SMALL_STATE(3185)] = 103282, + [SMALL_STATE(3186)] = 103286, + [SMALL_STATE(3187)] = 103290, + [SMALL_STATE(3188)] = 103294, + [SMALL_STATE(3189)] = 103298, + [SMALL_STATE(3190)] = 103302, + [SMALL_STATE(3191)] = 103306, + [SMALL_STATE(3192)] = 103310, + [SMALL_STATE(3193)] = 103314, + [SMALL_STATE(3194)] = 103318, + [SMALL_STATE(3195)] = 103322, + [SMALL_STATE(3196)] = 103326, + [SMALL_STATE(3197)] = 103330, + [SMALL_STATE(3198)] = 103334, + [SMALL_STATE(3199)] = 103338, + [SMALL_STATE(3200)] = 103342, + [SMALL_STATE(3201)] = 103346, + [SMALL_STATE(3202)] = 103350, + [SMALL_STATE(3203)] = 103354, + [SMALL_STATE(3204)] = 103358, + [SMALL_STATE(3205)] = 103362, + [SMALL_STATE(3206)] = 103366, + [SMALL_STATE(3207)] = 103370, + [SMALL_STATE(3208)] = 103374, + [SMALL_STATE(3209)] = 103378, + [SMALL_STATE(3210)] = 103382, + [SMALL_STATE(3211)] = 103386, + [SMALL_STATE(3212)] = 103390, + [SMALL_STATE(3213)] = 103394, + [SMALL_STATE(3214)] = 103398, + [SMALL_STATE(3215)] = 103402, + [SMALL_STATE(3216)] = 103406, + [SMALL_STATE(3217)] = 103410, + [SMALL_STATE(3218)] = 103414, + [SMALL_STATE(3219)] = 103418, + [SMALL_STATE(3220)] = 103422, + [SMALL_STATE(3221)] = 103426, + [SMALL_STATE(3222)] = 103430, + [SMALL_STATE(3223)] = 103434, + [SMALL_STATE(3224)] = 103438, + [SMALL_STATE(3225)] = 103442, + [SMALL_STATE(3226)] = 103446, + [SMALL_STATE(3227)] = 103450, + [SMALL_STATE(3228)] = 103454, + [SMALL_STATE(3229)] = 103458, + [SMALL_STATE(3230)] = 103462, + [SMALL_STATE(3231)] = 103466, + [SMALL_STATE(3232)] = 103470, + [SMALL_STATE(3233)] = 103474, + [SMALL_STATE(3234)] = 103478, + [SMALL_STATE(3235)] = 103482, + [SMALL_STATE(3236)] = 103486, + [SMALL_STATE(3237)] = 103490, + [SMALL_STATE(3238)] = 103494, + [SMALL_STATE(3239)] = 103498, + [SMALL_STATE(3240)] = 103502, + [SMALL_STATE(3241)] = 103506, + [SMALL_STATE(3242)] = 103510, + [SMALL_STATE(3243)] = 103514, + [SMALL_STATE(3244)] = 103518, + [SMALL_STATE(3245)] = 103522, + [SMALL_STATE(3246)] = 103526, + [SMALL_STATE(3247)] = 103530, + [SMALL_STATE(3248)] = 103534, + [SMALL_STATE(3249)] = 103538, + [SMALL_STATE(3250)] = 103542, + [SMALL_STATE(3251)] = 103546, + [SMALL_STATE(3252)] = 103550, + [SMALL_STATE(3253)] = 103554, + [SMALL_STATE(3254)] = 103558, + [SMALL_STATE(3255)] = 103562, + [SMALL_STATE(3256)] = 103566, + [SMALL_STATE(3257)] = 103570, + [SMALL_STATE(3258)] = 103574, + [SMALL_STATE(3259)] = 103578, + [SMALL_STATE(3260)] = 103582, + [SMALL_STATE(3261)] = 103586, + [SMALL_STATE(3262)] = 103590, + [SMALL_STATE(3263)] = 103594, + [SMALL_STATE(3264)] = 103598, + [SMALL_STATE(3265)] = 103602, + [SMALL_STATE(3266)] = 103606, + [SMALL_STATE(3267)] = 103610, + [SMALL_STATE(3268)] = 103614, + [SMALL_STATE(3269)] = 103618, + [SMALL_STATE(3270)] = 103622, + [SMALL_STATE(3271)] = 103626, + [SMALL_STATE(3272)] = 103630, + [SMALL_STATE(3273)] = 103634, + [SMALL_STATE(3274)] = 103638, + [SMALL_STATE(3275)] = 103642, + [SMALL_STATE(3276)] = 103646, + [SMALL_STATE(3277)] = 103650, + [SMALL_STATE(3278)] = 103654, + [SMALL_STATE(3279)] = 103658, + [SMALL_STATE(3280)] = 103662, + [SMALL_STATE(3281)] = 103666, + [SMALL_STATE(3282)] = 103670, + [SMALL_STATE(3283)] = 103674, + [SMALL_STATE(3284)] = 103678, + [SMALL_STATE(3285)] = 103682, + [SMALL_STATE(3286)] = 103686, + [SMALL_STATE(3287)] = 103690, + [SMALL_STATE(3288)] = 103694, + [SMALL_STATE(3289)] = 103698, + [SMALL_STATE(3290)] = 103702, + [SMALL_STATE(3291)] = 103706, + [SMALL_STATE(3292)] = 103710, + [SMALL_STATE(3293)] = 103714, + [SMALL_STATE(3294)] = 103718, + [SMALL_STATE(3295)] = 103722, + [SMALL_STATE(3296)] = 103726, + [SMALL_STATE(3297)] = 103730, + [SMALL_STATE(3298)] = 103734, + [SMALL_STATE(3299)] = 103738, + [SMALL_STATE(3300)] = 103742, + [SMALL_STATE(3301)] = 103746, + [SMALL_STATE(3302)] = 103750, + [SMALL_STATE(3303)] = 103754, + [SMALL_STATE(3304)] = 103758, + [SMALL_STATE(3305)] = 103762, + [SMALL_STATE(3306)] = 103766, + [SMALL_STATE(3307)] = 103770, + [SMALL_STATE(3308)] = 103774, + [SMALL_STATE(3309)] = 103778, + [SMALL_STATE(3310)] = 103782, + [SMALL_STATE(3311)] = 103786, + [SMALL_STATE(3312)] = 103790, + [SMALL_STATE(3313)] = 103794, + [SMALL_STATE(3314)] = 103798, + [SMALL_STATE(3315)] = 103802, + [SMALL_STATE(3316)] = 103806, + [SMALL_STATE(3317)] = 103810, + [SMALL_STATE(3318)] = 103814, + [SMALL_STATE(3319)] = 103818, + [SMALL_STATE(3320)] = 103822, + [SMALL_STATE(3321)] = 103826, + [SMALL_STATE(3322)] = 103830, + [SMALL_STATE(3323)] = 103834, + [SMALL_STATE(3324)] = 103838, + [SMALL_STATE(3325)] = 103842, + [SMALL_STATE(3326)] = 103846, + [SMALL_STATE(3327)] = 103850, + [SMALL_STATE(3328)] = 103854, + [SMALL_STATE(3329)] = 103858, + [SMALL_STATE(3330)] = 103862, + [SMALL_STATE(3331)] = 103866, + [SMALL_STATE(3332)] = 103870, + [SMALL_STATE(3333)] = 103874, + [SMALL_STATE(3334)] = 103878, + [SMALL_STATE(3335)] = 103882, + [SMALL_STATE(3336)] = 103886, + [SMALL_STATE(3337)] = 103890, + [SMALL_STATE(3338)] = 103894, + [SMALL_STATE(3339)] = 103898, + [SMALL_STATE(3340)] = 103902, + [SMALL_STATE(3341)] = 103906, + [SMALL_STATE(3342)] = 103910, + [SMALL_STATE(3343)] = 103914, + [SMALL_STATE(3344)] = 103918, + [SMALL_STATE(3345)] = 103922, + [SMALL_STATE(3346)] = 103926, + [SMALL_STATE(3347)] = 103930, + [SMALL_STATE(3348)] = 103934, + [SMALL_STATE(3349)] = 103938, + [SMALL_STATE(3350)] = 103942, + [SMALL_STATE(3351)] = 103946, + [SMALL_STATE(3352)] = 103950, + [SMALL_STATE(3353)] = 103954, + [SMALL_STATE(3354)] = 103958, + [SMALL_STATE(3355)] = 103962, + [SMALL_STATE(3356)] = 103966, + [SMALL_STATE(3357)] = 103970, + [SMALL_STATE(3358)] = 103974, + [SMALL_STATE(3359)] = 103978, + [SMALL_STATE(3360)] = 103982, + [SMALL_STATE(3361)] = 103986, + [SMALL_STATE(3362)] = 103990, + [SMALL_STATE(3363)] = 103994, + [SMALL_STATE(3364)] = 103998, + [SMALL_STATE(3365)] = 104002, + [SMALL_STATE(3366)] = 104006, + [SMALL_STATE(3367)] = 104010, + [SMALL_STATE(3368)] = 104014, + [SMALL_STATE(3369)] = 104018, + [SMALL_STATE(3370)] = 104022, + [SMALL_STATE(3371)] = 104026, + [SMALL_STATE(3372)] = 104030, + [SMALL_STATE(3373)] = 104034, + [SMALL_STATE(3374)] = 104038, + [SMALL_STATE(3375)] = 104042, + [SMALL_STATE(3376)] = 104046, + [SMALL_STATE(3377)] = 104050, + [SMALL_STATE(3378)] = 104054, + [SMALL_STATE(3379)] = 104058, + [SMALL_STATE(3380)] = 104062, + [SMALL_STATE(3381)] = 104066, + [SMALL_STATE(3382)] = 104070, + [SMALL_STATE(3383)] = 104074, + [SMALL_STATE(3384)] = 104078, + [SMALL_STATE(3385)] = 104082, + [SMALL_STATE(3386)] = 104086, + [SMALL_STATE(3387)] = 104090, + [SMALL_STATE(3388)] = 104094, + [SMALL_STATE(3389)] = 104098, + [SMALL_STATE(3390)] = 104102, + [SMALL_STATE(3391)] = 104106, + [SMALL_STATE(3392)] = 104110, + [SMALL_STATE(3393)] = 104114, + [SMALL_STATE(3394)] = 104118, + [SMALL_STATE(3395)] = 104122, + [SMALL_STATE(3396)] = 104126, + [SMALL_STATE(3397)] = 104130, + [SMALL_STATE(3398)] = 104134, + [SMALL_STATE(3399)] = 104138, + [SMALL_STATE(3400)] = 104142, + [SMALL_STATE(3401)] = 104146, + [SMALL_STATE(3402)] = 104150, + [SMALL_STATE(3403)] = 104154, + [SMALL_STATE(3404)] = 104158, + [SMALL_STATE(3405)] = 104162, + [SMALL_STATE(3406)] = 104166, + [SMALL_STATE(3407)] = 104170, + [SMALL_STATE(3408)] = 104174, + [SMALL_STATE(3409)] = 104178, + [SMALL_STATE(3410)] = 104182, + [SMALL_STATE(3411)] = 104186, + [SMALL_STATE(3412)] = 104190, + [SMALL_STATE(3413)] = 104194, + [SMALL_STATE(3414)] = 104198, + [SMALL_STATE(3415)] = 104202, + [SMALL_STATE(3416)] = 104206, + [SMALL_STATE(3417)] = 104210, + [SMALL_STATE(3418)] = 104214, + [SMALL_STATE(3419)] = 104218, + [SMALL_STATE(3420)] = 104222, + [SMALL_STATE(3421)] = 104226, + [SMALL_STATE(3422)] = 104230, + [SMALL_STATE(3423)] = 104234, + [SMALL_STATE(3424)] = 104238, + [SMALL_STATE(3425)] = 104242, + [SMALL_STATE(3426)] = 104246, + [SMALL_STATE(3427)] = 104250, + [SMALL_STATE(3428)] = 104254, + [SMALL_STATE(3429)] = 104258, + [SMALL_STATE(3430)] = 104262, + [SMALL_STATE(3431)] = 104266, + [SMALL_STATE(3432)] = 104270, + [SMALL_STATE(3433)] = 104274, + [SMALL_STATE(3434)] = 104278, + [SMALL_STATE(3435)] = 104282, + [SMALL_STATE(3436)] = 104286, + [SMALL_STATE(3437)] = 104290, + [SMALL_STATE(3438)] = 104294, + [SMALL_STATE(3439)] = 104298, + [SMALL_STATE(3440)] = 104302, + [SMALL_STATE(3441)] = 104306, + [SMALL_STATE(3442)] = 104310, + [SMALL_STATE(3443)] = 104314, + [SMALL_STATE(3444)] = 104318, + [SMALL_STATE(3445)] = 104322, + [SMALL_STATE(3446)] = 104326, + [SMALL_STATE(3447)] = 104330, + [SMALL_STATE(3448)] = 104334, + [SMALL_STATE(3449)] = 104338, + [SMALL_STATE(3450)] = 104342, + [SMALL_STATE(3451)] = 104346, + [SMALL_STATE(3452)] = 104350, + [SMALL_STATE(3453)] = 104354, + [SMALL_STATE(3454)] = 104358, + [SMALL_STATE(3455)] = 104362, + [SMALL_STATE(3456)] = 104366, + [SMALL_STATE(3457)] = 104370, + [SMALL_STATE(3458)] = 104374, + [SMALL_STATE(3459)] = 104378, + [SMALL_STATE(3460)] = 104382, + [SMALL_STATE(3461)] = 104386, + [SMALL_STATE(3462)] = 104390, + [SMALL_STATE(3463)] = 104394, + [SMALL_STATE(3464)] = 104398, + [SMALL_STATE(3465)] = 104402, + [SMALL_STATE(3466)] = 104406, + [SMALL_STATE(3467)] = 104410, + [SMALL_STATE(3468)] = 104414, + [SMALL_STATE(3469)] = 104418, + [SMALL_STATE(3470)] = 104422, + [SMALL_STATE(3471)] = 104426, + [SMALL_STATE(3472)] = 104430, + [SMALL_STATE(3473)] = 104434, + [SMALL_STATE(3474)] = 104438, + [SMALL_STATE(3475)] = 104442, + [SMALL_STATE(3476)] = 104446, + [SMALL_STATE(3477)] = 104450, + [SMALL_STATE(3478)] = 104454, + [SMALL_STATE(3479)] = 104458, + [SMALL_STATE(3480)] = 104462, + [SMALL_STATE(3481)] = 104466, + [SMALL_STATE(3482)] = 104470, + [SMALL_STATE(3483)] = 104474, + [SMALL_STATE(3484)] = 104478, + [SMALL_STATE(3485)] = 104482, + [SMALL_STATE(3486)] = 104486, + [SMALL_STATE(3487)] = 104490, + [SMALL_STATE(3488)] = 104494, + [SMALL_STATE(3489)] = 104498, + [SMALL_STATE(3490)] = 104502, + [SMALL_STATE(3491)] = 104506, + [SMALL_STATE(3492)] = 104510, + [SMALL_STATE(3493)] = 104514, + [SMALL_STATE(3494)] = 104518, + [SMALL_STATE(3495)] = 104522, + [SMALL_STATE(3496)] = 104526, + [SMALL_STATE(3497)] = 104530, + [SMALL_STATE(3498)] = 104534, + [SMALL_STATE(3499)] = 104538, + [SMALL_STATE(3500)] = 104542, + [SMALL_STATE(3501)] = 104546, + [SMALL_STATE(3502)] = 104550, + [SMALL_STATE(3503)] = 104554, + [SMALL_STATE(3504)] = 104558, + [SMALL_STATE(3505)] = 104562, + [SMALL_STATE(3506)] = 104566, + [SMALL_STATE(3507)] = 104570, + [SMALL_STATE(3508)] = 104574, + [SMALL_STATE(3509)] = 104578, + [SMALL_STATE(3510)] = 104582, + [SMALL_STATE(3511)] = 104586, + [SMALL_STATE(3512)] = 104590, + [SMALL_STATE(3513)] = 104594, + [SMALL_STATE(3514)] = 104598, + [SMALL_STATE(3515)] = 104602, + [SMALL_STATE(3516)] = 104606, + [SMALL_STATE(3517)] = 104610, + [SMALL_STATE(3518)] = 104614, + [SMALL_STATE(3519)] = 104618, + [SMALL_STATE(3520)] = 104622, + [SMALL_STATE(3521)] = 104626, + [SMALL_STATE(3522)] = 104630, + [SMALL_STATE(3523)] = 104634, + [SMALL_STATE(3524)] = 104638, + [SMALL_STATE(3525)] = 104642, + [SMALL_STATE(3526)] = 104646, + [SMALL_STATE(3527)] = 104650, + [SMALL_STATE(3528)] = 104654, + [SMALL_STATE(3529)] = 104658, + [SMALL_STATE(3530)] = 104662, + [SMALL_STATE(3531)] = 104666, + [SMALL_STATE(3532)] = 104670, + [SMALL_STATE(3533)] = 104674, + [SMALL_STATE(3534)] = 104678, + [SMALL_STATE(3535)] = 104682, + [SMALL_STATE(3536)] = 104686, + [SMALL_STATE(3537)] = 104690, + [SMALL_STATE(3538)] = 104694, + [SMALL_STATE(3539)] = 104698, + [SMALL_STATE(3540)] = 104702, + [SMALL_STATE(3541)] = 104706, + [SMALL_STATE(3542)] = 104710, + [SMALL_STATE(3543)] = 104714, + [SMALL_STATE(3544)] = 104718, + [SMALL_STATE(3545)] = 104722, + [SMALL_STATE(3546)] = 104726, + [SMALL_STATE(3547)] = 104730, + [SMALL_STATE(3548)] = 104734, + [SMALL_STATE(3549)] = 104738, + [SMALL_STATE(3550)] = 104742, + [SMALL_STATE(3551)] = 104746, + [SMALL_STATE(3552)] = 104750, + [SMALL_STATE(3553)] = 104754, + [SMALL_STATE(3554)] = 104758, + [SMALL_STATE(3555)] = 104762, + [SMALL_STATE(3556)] = 104766, + [SMALL_STATE(3557)] = 104770, + [SMALL_STATE(3558)] = 104774, + [SMALL_STATE(3559)] = 104778, + [SMALL_STATE(3560)] = 104782, + [SMALL_STATE(3561)] = 104786, + [SMALL_STATE(3562)] = 104790, + [SMALL_STATE(3563)] = 104794, + [SMALL_STATE(3564)] = 104798, + [SMALL_STATE(3565)] = 104802, + [SMALL_STATE(3566)] = 104806, + [SMALL_STATE(3567)] = 104810, + [SMALL_STATE(3568)] = 104814, + [SMALL_STATE(3569)] = 104818, + [SMALL_STATE(3570)] = 104822, + [SMALL_STATE(3571)] = 104826, + [SMALL_STATE(3572)] = 104830, + [SMALL_STATE(3573)] = 104834, + [SMALL_STATE(3574)] = 104838, + [SMALL_STATE(3575)] = 104842, + [SMALL_STATE(3576)] = 104846, + [SMALL_STATE(3577)] = 104850, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 0, 0, 0), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), - [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(252), - [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(253), - [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(254), - [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(255), - [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(256), - [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(42), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 1), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), - [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(262), - [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(263), - [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(264), - [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(265), - [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), - [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(253), - [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(254), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(255), - [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(256), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(68), - [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 1, 0, 0), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 2, 0, 0), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(258), - [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(263), - [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(264), - [751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(265), - [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 0), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), - [817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(254), - [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(255), - [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(256), - [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 0), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(264), - [950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(265), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(80), - [968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(258), - [1000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [1006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [1012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [1015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(85), - [1018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 0), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 0), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [1059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), - [1070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [1073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(255), - [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(256), - [1079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [1082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [1100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [1103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [1115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [1121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [1130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [1139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [1154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [1166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [1172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [1178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(265), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [1246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [1255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(94), - [1258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 1, 0, 0), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 0), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [1302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [1305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), - [1310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(256), - [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(97), - [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [1358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [1364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [1367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [1370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [1373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [1376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [1379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [1382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [1388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [1400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [1403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [1412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [1415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(99), - [1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [1462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [1465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [1477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [1483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(103), - [1489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [1495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [1519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), - [1533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(257), - [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(104), - [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [1569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [1572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [1575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [1578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [1581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [1584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [1587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [1590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [1593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [1596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [1599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [1602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [1605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [1608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [1611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [1614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [1617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [1620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [1626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [1632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [1635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 0), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 0), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(267), - [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(110), - [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [1679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [1685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(111), - [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 0), - [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2340), - [1727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [1736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [1742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [1748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [1751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [1754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(261), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), - [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2430), - [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [1780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2219), - [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(285), - [1789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(260), - [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), - [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3122), - [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [1810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [1855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 0), - [1863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2328), - [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [1869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [1872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [1878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(276), - [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2311), - [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [1904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2525), - [1910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [1919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), - [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 1, 0, 0), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(366), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), - [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), SHIFT_REPEAT(367), - [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [2027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), - [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), - [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), - [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), - [2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), - [2042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_example, 1, 0, 0), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_example, 1, 0, 0), - [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), - [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(677), - [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(677), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3438), - [2090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3439), - [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), - [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2426), - [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(541), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [2104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2633), - [2107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(243), - [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(244), - [2113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(245), - [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(640), - [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(641), - [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), - [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3557), - [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3428), - [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3429), - [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2951), - [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2952), - [2143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(805), - [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(806), - [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(807), - [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(808), - [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(809), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(810), - [2161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(811), - [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 3, 0, 0), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 3, 0, 0), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 3, 0, 0), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 3, 0, 0), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 3, 0, 0), - [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 3, 0, 0), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 3, 0, 0), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 3, 0, 0), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), - [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 3, 0, 0), - [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 3, 0, 0), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), - [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 4, 0, 0), - [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 4, 0, 0), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 4, 0, 0), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 4, 0, 0), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 4, 0, 0), - [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 4, 0, 0), - [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 4, 0, 0), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 4, 0, 0), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), - [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 4, 0, 0), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 4, 0, 0), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 1, 0, 0), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 1, 0, 0), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 1, 0, 0), - [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 1, 0, 0), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), - [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), - [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_list, 1, 0, 0), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_list, 1, 0, 0), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), - [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_with_maybe_spaces, 1, 0, 0), - [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), - [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), - [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 0), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 0), - [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 0), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 0), - [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 0), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 0), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 0), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 0), - [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 0), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 0), - [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 0), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 0), - [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), - [2831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(322), - [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(322), - [2837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(526), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3461), - [2846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3462), - [2849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2182), - [2852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2445), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(940), - [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), - [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(247), - [2864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(248), - [2867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(249), - [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(250), - [2873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [2876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(653), - [2879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3558), - [2882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [2885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3451), - [2888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3452), - [2891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3007), - [2894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [2897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [2900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [2903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(815), - [2906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [2909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(817), - [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(818), - [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(819), - [2918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(689), - [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_ref_def, 3, 0, 0), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_ref_def, 3, 0, 0), - [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), - [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_caption, 4, 0, 0), - [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_caption, 4, 0, 0), - [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), - [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 5, 0, 0), - [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 5, 0, 0), - [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 5, 0, 27), - [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 5, 0, 27), - [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 5, 0, 0), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 5, 0, 0), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 5, 0, 0), - [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 5, 0, 0), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 5, 0, 0), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 5, 0, 0), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 5, 0, 0), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 5, 0, 0), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 5, 0, 0), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 5, 0, 0), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 5, 0, 0), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 5, 0, 0), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 6, 0, 0), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 6, 0, 0), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 6, 0, 27), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 6, 0, 27), - [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 6, 0, 0), - [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 6, 0, 0), - [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 6, 0, 0), - [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 6, 0, 0), - [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 7, 0, 0), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 7, 0, 0), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 7, 0, 27), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 7, 0, 27), - [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 8, 0, 0), - [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 8, 0, 0), - [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 8, 0, 27), - [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 8, 0, 27), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 8, 0, 0), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 8, 0, 0), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), - [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 9, 0, 0), - [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 9, 0, 0), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 2, 0, 0), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 2, 0, 0), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_minus, 1, 0, 0), - [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_minus, 1, 0, 0), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_plus, 1, 0, 0), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_plus, 1, 0, 0), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_star, 1, 0, 0), - [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_star, 1, 0, 0), - [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_dot, 1, 0, 0), - [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_dot, 1, 0, 0), - [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_example, 1, 0, 0), - [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_example, 1, 0, 0), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(535), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 5, 0, 0), - [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 5, 0, 0), - [3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(409), - [3111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(409), - [3114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [3117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [3120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2898), - [3123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2948), - [3126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2179), - [3129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2507), - [3132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(844), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [3137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [3140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [3143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(192), - [3146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [3149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [3152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [3155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(676), - [3158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), - [3161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3216), - [3164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2945), - [3167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), - [3170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2841), - [3173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), - [3176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(699), - [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(700), - [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [3194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [3197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(698), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [3266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 1, 0, 0), - [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 2, 0, 0), - [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 2, 0, 0), - [3280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(425), - [3283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(425), - [3286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(517), - [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [3294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3415), - [3297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3416), - [3300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2168), - [3303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2407), - [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(843), - [3309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2620), - [3312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(239), - [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(240), - [3318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(241), - [3321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(242), - [3324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(628), - [3327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(629), - [3330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3554), - [3333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), - [3336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3405), - [3339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3406), - [3342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2895), - [3345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2896), - [3348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(797), - [3351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(798), - [3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [3357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [3360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(801), - [3363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [3366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(804), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), + [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(258), + [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(158), + [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(161), + [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(162), + [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(55), + [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 1), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), + [526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 2, 0, 0), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(158), + [590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 1, 0, 0), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(162), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(72), + [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(159), + [767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(246), + [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(76), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 0), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 0), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(158), + [855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(79), + [885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(80), + [990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [1008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(159), + [1020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(246), + [1023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [1026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [1029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [1032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [1035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(84), + [1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [1044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [1061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [1067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [1070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [1082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), + [1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [1096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(158), + [1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [1111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [1117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [1129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [1132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [1159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [1162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [1165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [1168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [1171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [1174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [1177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 0), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 0), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(246), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [1227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [1230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [1233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [1236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(89), + [1239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [1242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [1245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [1262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [1265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [1268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [1271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [1274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [1277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [1280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [1283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(94), + [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [1289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), + [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(158), + [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [1366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [1369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(95), + [1372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [1375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [1384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [1387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [1390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [1393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [1405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [1408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [1420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 0), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 1, 0, 0), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [1461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [1464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [1467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [1470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [1473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [1476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [1479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [1482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [1485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [1488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [1491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [1517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(103), + [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [1526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [1529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 0), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [1539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [1560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [1569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [1572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), + [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [1580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [1586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [1589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [1595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [1607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(105), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [1616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [1679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 0), + [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [1718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), + [1763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [1778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [1781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [1784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(290), + [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), + [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [1810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [1855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [1870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [1873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [1876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [1879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [1888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [1894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [1900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 0), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 0), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2356), + [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2428), + [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), + [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(507), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), + [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), + [1941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), + [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(334), + [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(336), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2500), + [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2251), + [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(456), + [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(259), + [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 1, 0, 0), + [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), + [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), + [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_example, 1, 0, 0), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_example, 1, 0, 0), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [2078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(400), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(294), + [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [2103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [2106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), + [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), + [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), SHIFT_REPEAT(319), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), + [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), + [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(607), + [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(607), + [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [2141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3454), + [2144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3455), + [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2184), + [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), + [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), + [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2495), + [2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(426), + [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2655), + [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(237), + [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(238), + [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(240), + [2179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(640), + [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(641), + [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3572), + [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3573), + [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3444), + [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3445), + [2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2967), + [2200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2968), + [2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [2206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(807), + [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(808), + [2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(809), + [2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(810), + [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(811), + [2221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(812), + [2224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(813), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), + [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [2661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(262), + [2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(262), + [2667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(423), + [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(424), + [2673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3477), + [2676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3478), + [2679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2193), + [2682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [2685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [2688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2510), + [2691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(915), + [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), + [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2663), + [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(241), + [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(242), + [2705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(243), + [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(244), + [2711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(653), + [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3574), + [2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3576), + [2723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3467), + [2726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3468), + [2729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3023), + [2732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3024), + [2735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(815), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(816), + [2744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(817), + [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(818), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(689), + [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(746), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 3, 0, 0), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 3, 0, 0), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 3, 0, 0), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 3, 0, 0), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 3, 0, 0), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 3, 0, 0), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 3, 0, 0), + [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 3, 0, 0), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 3, 0, 0), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 3, 0, 0), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), + [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 4, 0, 0), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 4, 0, 0), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 4, 0, 0), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 4, 0, 0), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 4, 0, 0), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 4, 0, 0), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_with_maybe_spaces, 1, 0, 0), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(293), + [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 4, 0, 0), + [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 4, 0, 0), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), + [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 4, 0, 0), + [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 4, 0, 0), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [2866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 1, 0, 0), + [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 1, 0, 0), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 1, 0, 0), + [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 1, 0, 0), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), + [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_plus, 1, 0, 0), + [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_plus, 1, 0, 0), + [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_star, 1, 0, 0), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_star, 1, 0, 0), + [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), + [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_list, 1, 0, 0), + [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_list, 1, 0, 0), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), + [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), + [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), + [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), + [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), + [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), + [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), + [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), + [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), + [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), + [3030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_dot, 1, 0, 0), + [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_dot, 1, 0, 0), + [3034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), + [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), + [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_example, 1, 0, 0), + [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_example, 1, 0, 0), + [3042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 0), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 0), + [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 0), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 0), + [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 0), + [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 0), + [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 0), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 0), + [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 0), + [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 0), + [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 0), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 0), + [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), + [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), + [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_ref_def, 3, 0, 0), + [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_ref_def, 3, 0, 0), + [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 2, 0, 0), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), + [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), + [3086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_caption, 4, 0, 0), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_caption, 4, 0, 0), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), + [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), + [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), + [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 5, 0, 0), + [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 5, 0, 0), + [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 5, 0, 27), + [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 5, 0, 27), + [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 5, 0, 0), + [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 5, 0, 0), + [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 5, 0, 0), + [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 5, 0, 0), + [3120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 5, 0, 0), + [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 5, 0, 0), + [3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 5, 0, 0), + [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 5, 0, 0), + [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 5, 0, 0), + [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 5, 0, 0), + [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 5, 0, 0), + [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 5, 0, 0), + [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), + [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 5, 0, 0), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 5, 0, 0), + [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 6, 0, 0), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 6, 0, 0), + [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 6, 0, 27), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 6, 0, 27), + [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 6, 0, 0), + [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 6, 0, 0), + [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 6, 0, 0), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 6, 0, 0), + [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 7, 0, 0), + [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 7, 0, 0), + [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 7, 0, 27), + [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 7, 0, 27), + [3168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 8, 0, 0), + [3170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 8, 0, 0), + [3172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 8, 0, 27), + [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 8, 0, 27), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [3178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 8, 0, 0), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 8, 0, 0), + [3182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), + [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), + [3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), + [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), + [3190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 9, 0, 0), + [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 9, 0, 0), + [3194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 2, 0, 0), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(370), + [3271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(370), + [3274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(412), + [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [3279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(413), + [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [3284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3431), + [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3432), + [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2196), + [3293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1196), + [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1196), + [3299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2483), + [3302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(839), + [3305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2650), + [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(233), + [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(234), + [3314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(235), + [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(236), + [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(628), + [3323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(629), + [3326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3570), + [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3571), + [3332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3421), + [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3422), + [3338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2911), + [3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), + [3344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(798), + [3347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [3353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [3356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(802), + [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [3365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(805), + [3368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 2, 0, 0), + [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 2, 0, 0), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(552), - [3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(552), - [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(473), - [3547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(474), - [3550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3231), - [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3232), - [3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2183), - [3559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2605), - [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(839), - [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2538), - [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(207), - [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(208), - [3574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [3577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(210), - [3580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(666), - [3583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(667), - [3586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3538), - [3589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3539), - [3592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3221), - [3595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), - [3598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2940), - [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2941), - [3604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(734), - [3607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(735), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(736), - [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(737), - [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(738), - [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(739), - [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(740), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(741), - [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [3692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(555), - [3695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(555), - [3698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(505), - [3701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(506), - [3704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3369), - [3707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3370), - [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2180), - [3713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2612), - [3716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(840), - [3719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2603), - [3722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [3725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(232), - [3728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(233), - [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(234), - [3734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(604), - [3737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(605), - [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3550), - [3743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), - [3746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3359), - [3749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3360), - [3752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3465), - [3755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3466), - [3758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [3761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(782), - [3764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(783), - [3767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(784), - [3770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(785), - [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [3779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [3846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(558), - [3849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(558), - [3852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(511), - [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(512), - [3858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3392), - [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3393), - [3864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2178), - [3867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), - [3870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(842), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2611), - [3876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(235), - [3879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(236), - [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(237), - [3885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(238), - [3888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(616), - [3891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(617), - [3894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), - [3897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3553), - [3900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3382), - [3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3383), - [3906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), - [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2840), - [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(789), - [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(790), - [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(791), - [3921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(792), - [3924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(793), - [3927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(794), - [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(795), - [3933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(796), - [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [4014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [4070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(564), - [4073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(564), - [4076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(468), - [4079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(469), - [4082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3208), - [4085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3209), - [4088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2181), - [4091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2561), - [4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [4097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2531), - [4100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [4103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [4106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(205), - [4109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(206), - [4112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(637), - [4115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(638), - [4118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3536), - [4121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3537), - [4124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3198), - [4127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3199), - [4130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2810), - [4133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2821), - [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(726), - [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(727), - [4142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(728), - [4145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [4148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(730), - [4151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(731), - [4154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(732), - [4157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(733), - [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(568), - [4287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(568), - [4290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(500), - [4293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [4296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3346), - [4299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3347), - [4302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2176), - [4305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2498), - [4308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(838), - [4311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2596), - [4314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(227), - [4317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(277), - [4320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [4323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [4326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(592), - [4329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(593), - [4332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3548), - [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3549), - [4338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3336), - [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3337), - [4344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3376), - [4347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3377), - [4350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(773), - [4353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(774), - [4356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(775), - [4359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(776), - [4362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(777), - [4365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(778), - [4368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(779), - [4371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(780), - [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(570), - [4437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(570), - [4440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(477), - [4443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(478), - [4446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3254), - [4449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3255), - [4452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2172), - [4455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2645), - [4458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(834), - [4461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2548), - [4464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(211), - [4467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(212), - [4470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [4473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(214), - [4476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(680), - [4479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(681), - [4482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3540), - [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3541), - [4488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3244), - [4491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3245), - [4494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3063), - [4497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3064), - [4500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(742), - [4503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(743), - [4506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(744), - [4509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(745), - [4512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [4515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [4518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(748), - [4521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(749), - [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [4588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(573), - [4591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(573), - [4594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [4597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [4600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3277), - [4603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3278), - [4606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2170), - [4609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2402), - [4612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(841), - [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2559), - [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(215), - [4621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(216), - [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [4627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(218), - [4630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(589), - [4633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(594), - [4636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3542), - [4639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3543), - [4642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3267), - [4645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3268), - [4648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3134), - [4651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3137), - [4654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(751), - [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(752), - [4663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(753), - [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(754), - [4669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [4672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(756), - [4675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(757), - [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [4690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [4750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(578), - [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(578), - [4756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(462), - [4759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(463), - [4762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3185), - [4765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3186), - [4768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), - [4771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2469), - [4774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(846), - [4777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2658), - [4780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(199), - [4783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [4786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(201), - [4789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [4792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(613), - [4795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(614), - [4798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3534), - [4801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3535), - [4804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3174), - [4807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3175), - [4810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3308), - [4813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3311), - [4816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(718), - [4819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(719), - [4822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [4825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(721), - [4828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [4831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(723), - [4834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(724), - [4837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(725), - [4840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(579), - [4843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(579), - [4846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(433), - [4849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(434), - [4852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3081), - [4855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3082), - [4858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2186), - [4861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2522), - [4864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1830), - [4867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2464), - [4870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(272), - [4873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(273), - [4876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(274), - [4879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(275), - [4882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(615), - [4885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(618), - [4888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), - [4891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3530), - [4894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3070), - [4897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3071), - [4900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3057), - [4903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3058), - [4906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(702), - [4909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(703), - [4912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(704), - [4915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(705), - [4918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(820), - [4921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(706), - [4924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(707), - [4927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(708), - [4930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [4936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(450), - [4939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(451), - [4942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3135), - [4945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3136), - [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2177), - [4951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2396), - [4954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(845), - [4957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2495), - [4960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(186), - [4963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [4966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [4972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(590), - [4975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(591), - [4978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), - [4981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3533), - [4984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3124), - [4987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3125), - [4990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3016), - [4993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3018), - [4996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(710), - [4999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(711), - [5002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(712), - [5005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(713), - [5008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(714), - [5011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(715), - [5014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(716), - [5017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(717), - [5020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [5023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [5026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(489), - [5029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(490), - [5032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3300), - [5035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3301), - [5038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2167), - [5041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2384), - [5044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(837), - [5047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2571), - [5050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(219), - [5053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [5056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(221), - [5059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [5062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(595), - [5065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [5068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), - [5071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), - [5074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3290), - [5077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3291), - [5080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3214), - [5083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3215), - [5086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(758), - [5089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(759), - [5092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(760), - [5095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(761), - [5098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(762), - [5101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(763), - [5104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(688), - [5107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(764), - [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [5170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [5174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(584), - [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(584), - [5180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(494), - [5183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(495), - [5186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3323), - [5189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3324), - [5192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2174), - [5195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2433), - [5198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(836), - [5201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2584), - [5204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(223), - [5207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(224), - [5210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [5213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(226), - [5216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(661), - [5219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(664), - [5222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3546), - [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), - [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3313), - [5231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3314), - [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3294), - [5237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3295), - [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(765), - [5243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(766), - [5246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(767), - [5249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(768), - [5252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(769), - [5255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(770), - [5258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [5261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(772), - [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [5400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(649), - [5403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(649), - [5406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [5409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [5412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3438), - [5415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3439), - [5418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), - [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2426), - [5424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2054), - [5427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2633), - [5430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(243), - [5433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(244), - [5436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(245), - [5439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [5442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(640), - [5445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(641), - [5448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), - [5451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3557), - [5454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3428), - [5457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3429), - [5460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2951), - [5463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2952), - [5466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(805), - [5469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(806), - [5472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(807), - [5475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(808), - [5478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(809), - [5481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(810), - [5484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(811), - [5487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [5650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), - [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 14), - [5658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 14), - [5660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 13), - [5662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 13), - [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 22), - [5666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 22), - [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 2, 0, 0), - [5670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 2, 0, 0), - [5672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 2, 0, 0), - [5674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 2, 0, 0), - [5676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), - [5678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [5682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 10), - [5684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 10), - [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 11), - [5688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 11), - [5690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 3, 0, 9), - [5692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 3, 0, 9), - [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 3, 0, 0), - [5696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 3, 0, 0), - [5698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 3, 0, 9), - [5700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 3, 0, 9), - [5702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 23), - [5704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 23), - [5706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 24), - [5708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 24), - [5710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 3, 0, 9), - [5712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 3, 0, 9), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [5716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 2, 0, 4), - [5718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 2, 0, 4), - [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 2, 0, 0), - [5722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 2, 0, 0), - [5724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 2, 0, 5), - [5726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 2, 0, 5), - [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 2, 0, 6), - [5730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 2, 0, 6), - [5732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), - [5734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), - [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 15), - [5738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 15), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 21), - [5744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 21), - [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 12), - [5748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 12), - [5750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 4, 0, 9), - [5752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 4, 0, 9), - [5754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 4, 0, 9), - [5756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 4, 0, 9), - [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 5, 0, 21), - [5760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 5, 0, 21), - [5762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 5, 0, 22), - [5764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 5, 0, 22), - [5766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 5, 0, 23), - [5768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 5, 0, 23), - [5770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 3, 0, 0), - [5772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 3, 0, 0), - [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 5, 0, 24), - [5776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 5, 0, 24), - [5778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 5, 0, 0), - [5780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 5, 0, 0), - [5782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), - [5784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), - [5786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 32), - [5788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 32), - [5790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), - [5792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), - [5794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), - [5796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), - [5798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 2, 0, 0), - [5800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 2, 0, 0), - [5802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), - [5804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), - [5806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 19), - [5808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 19), - [5810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 0), - [5812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 0), - [5814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 19), - [5816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 19), - [5818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 5, 0, 0), - [5820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 5, 0, 0), - [5822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_math, 3, 0, 0), - [5824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_math, 3, 0, 0), - [5826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_emph, 3, 0, 0), - [5828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_emph, 3, 0, 0), - [5830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 6, 0, 0), - [5832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 6, 0, 0), - [5834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 7, 0, 0), - [5836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 7, 0, 0), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [5840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 3, 0, 0), - [5842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 3, 0, 0), - [5844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 0), - [5846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 0), - [5848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 6), - [5850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 6), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [5854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 4), - [5856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 4), - [5858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 12), - [5860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 12), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [5864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 5), - [5866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 5), - [5868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 13), - [5870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 13), - [5872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), - [5874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), - [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), - [5878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), - [5880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_line_break, 2, 0, 0), - [5882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_line_break, 2, 0, 0), - [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 9), - [5886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 9), - [5888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 0), - [5890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 0), - [5892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 7), - [5894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 7), - [5896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), - [5898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), - [5900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), - [5902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), - [5904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), - [5906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), - [5908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), - [5910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), - [5912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 14), - [5914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 14), - [5916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 16), - [5918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 16), - [5920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 17), - [5922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 17), - [5924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), - [5926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 10), - [5928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 10), - [5930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), - [5932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), - [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), - [5936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), - [5940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), - [5942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 3, 0, 18), - [5944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 3, 0, 18), - [5946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strong, 3, 0, 0), - [5948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strong, 3, 0, 0), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [5952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 11), - [5954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 11), - [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 15), - [5958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 15), - [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 3, 0, 0), - [5962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 3, 0, 0), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [6000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), - [6002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [6012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [6016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [6018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [6022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [6034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), - [6036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(268), - [6039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(195), - [6042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(258), - [6045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(228), - [6048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(177), - [6051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(178), - [6054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 1), - [6056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), - [6058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 2), - [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [6336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [6340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2699), - [6343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2256), - [6346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [6349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [6353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [6357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), - [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [6367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), - [6369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2193), - [6372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 2, 0, 0), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [6380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [6384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 1, 0, 0), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [6388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), - [6390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2663), - [6393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2329), - [6396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2291), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [6401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 26), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [6445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 4, 0, 0), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [6469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), - [6481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), - [6483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2900), - [6486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2240), - [6489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 1, 0, 0), - [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [6503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 2, 0, 0), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [6513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2233), - [6516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2268), - [6519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), - [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), - [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [6565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 1, 0, 0), - [6567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 1, 0, 0), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [6575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 28), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), - [6599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 31), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [6609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 2, 0, 0), - [6611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 2, 0, 0), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [6615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 2, 0, 0), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [6653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [6669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), - [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), - [6673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), SHIFT_REPEAT(2046), - [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [6678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2289), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [6689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 1, 0, 0), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [6695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), - [6697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(869), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [6706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 6, 0, 0), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [6712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 5, 0, 33), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [6722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 3, 0, 25), - [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 4, 0, 30), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [6750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 6, 0, 0), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [6758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), SHIFT_REPEAT(2560), - [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [6841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [6843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [6849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [6875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [6881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [6913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [6915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [6917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [6929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [6945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 3, 0, 0), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [7003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [7101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 1, 0, 0), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [7131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 20), - [7133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 20), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [7191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [7195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [7249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [7251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [7281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [7335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(2740), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [7400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 0), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [7414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2171), - [7417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(2780), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [7482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 4, 0, 0), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [7508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 5, 0, 33), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [7718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), - [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [7724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 4, 0, 0), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [7740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [7848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 3, 0, 25), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [7956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 3, 0, 0), - [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [7960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 3, 0, 0), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [8154] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [8158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 0), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [8166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), - [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [8238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 1, 0, 0), - [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [8386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 4, 0, 30), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [8672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 29), - [8674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_string, 1, 0, 0), - [8676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 0), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [8708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_naked_string, 1, 0, 0), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [8732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [8818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_minus, 1, 0, 0), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_minus, 1, 0, 0), + [3458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(401), + [3461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(401), + [3464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(376), + [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(386), + [3470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), + [3473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [3476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [3479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [3482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [3485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2599), + [3488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(843), + [3491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [3494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [3497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(256), + [3500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [3503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [3506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(619), + [3509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(594), + [3512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), + [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(700), + [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(693), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(695), + [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(698), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 1, 0, 0), + [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [3708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3316), + [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3317), + [3714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2194), + [3717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), + [3720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), + [3723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2415), + [3726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2617), + [3732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(213), + [3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(214), + [3738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(215), + [3741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(216), + [3744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(669), + [3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(670), + [3750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), + [3753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), + [3756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3306), + [3759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3307), + [3762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), + [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3169), + [3768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(759), + [3771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(760), + [3774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(761), + [3777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(762), + [3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(763), + [3783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(688), + [3786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(764), + [3789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(765), + [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [3860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [3863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [3866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [3869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(397), + [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3339), + [3875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3340), + [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2198), + [3881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1457), + [3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1457), + [3887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2427), + [3890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(842), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2622), + [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(217), + [3899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(218), + [3902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(219), + [3905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [3908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(681), + [3911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(682), + [3914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3562), + [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3563), + [3920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3329), + [3923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3330), + [3926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3254), + [3929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3255), + [3932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(766), + [3935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(767), + [3938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(768), + [3941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(769), + [3944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(770), + [3947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(771), + [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(772), + [3953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(773), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [4024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(444), + [4027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(444), + [4030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(398), + [4033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [4036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3362), + [4039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3363), + [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2201), + [4045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1533), + [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1533), + [4051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2443), + [4054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(844), + [4057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2630), + [4060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [4063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [4066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [4069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [4072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(592), + [4075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(593), + [4078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3564), + [4081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), + [4084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3352), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3353), + [4090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3374), + [4093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3378), + [4096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(774), + [4099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(775), + [4102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(776), + [4105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(777), + [4108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [4111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(779), + [4114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(780), + [4117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [4184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [4187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [4190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(403), + [4193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(404), + [4196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3385), + [4199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3386), + [4202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2200), + [4205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1607), + [4208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1607), + [4211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2458), + [4214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(846), + [4217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2636), + [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(225), + [4223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(226), + [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [4229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [4232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(604), + [4235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(605), + [4238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3566), + [4241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3567), + [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3375), + [4247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3376), + [4250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3482), + [4253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3483), + [4256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [4259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(783), + [4262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(784), + [4265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(785), + [4268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(786), + [4271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(787), + [4274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(788), + [4277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [4294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [4348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [4351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [4354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(407), + [4357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [4360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3408), + [4363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3409), + [4366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2199), + [4369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1683), + [4372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1683), + [4375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2470), + [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(837), + [4381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2643), + [4384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [4387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [4390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [4393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(232), + [4396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(616), + [4399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(617), + [4402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3568), + [4405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3569), + [4408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3398), + [4411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3399), + [4414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2855), + [4417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2856), + [4420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [4423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [4426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [4429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [4432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(794), + [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(796), + [4441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(797), + [4444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(464), + [4447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(464), + [4450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(381), + [4453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(382), + [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3201), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), + [4462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2183), + [4465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1667), + [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1667), + [4471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2425), + [4474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(840), + [4477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2578), + [4480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(193), + [4483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(194), + [4486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [4489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [4492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(626), + [4495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(631), + [4498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3550), + [4501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), + [4504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3190), + [4507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3191), + [4510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2845), + [4513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2848), + [4516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(719), + [4519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(720), + [4522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(721), + [4525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(722), + [4528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(723), + [4531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [4534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(725), + [4537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(726), + [4540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [4544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [4554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [4557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [4560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(372), + [4563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(373), + [4566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3097), + [4569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3098), + [4572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2190), + [4575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), + [4578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), + [4581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2449), + [4584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), + [4587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2528), + [4590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(166), + [4593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(167), + [4596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(168), + [4599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(169), + [4602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(595), + [4605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(600), + [4608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), + [4611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3546), + [4614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3086), + [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3087), + [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3381), + [4623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3383), + [4626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(702), + [4629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(703), + [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(704), + [4635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(705), + [4638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(706), + [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(707), + [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(708), + [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(709), + [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(544), + [4717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(544), + [4720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(379), + [4723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(380), + [4726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3151), + [4729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3152), + [4732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2189), + [4735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1959), + [4738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1959), + [4741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2579), + [4744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(834), + [4747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2558), + [4750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [4756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(182), + [4759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [4762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(601), + [4765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [4768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3548), + [4771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3549), + [4774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3140), + [4777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3141), + [4780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3164), + [4783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3165), + [4786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(711), + [4789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(712), + [4792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [4795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(714), + [4798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(715), + [4801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [4804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [4807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(718), + [4810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [4882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(557), + [4885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(557), + [4888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(383), + [4891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(384), + [4894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3224), + [4897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3225), + [4900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2188), + [4903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1952), + [4906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1952), + [4909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2439), + [4912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(835), + [4915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2588), + [4918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [4921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(152), + [4924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [4927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [4930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(678), + [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(679), + [4936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), + [4939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3553), + [4942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3214), + [4945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3215), + [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3027), + [4951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3028), + [4954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(727), + [4957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [4960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(729), + [4963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(730), + [4966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(731), + [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(732), + [4972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(733), + [4975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(734), + [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [5046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [5049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [5052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(387), + [5055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(388), + [5058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3247), + [5061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3248), + [5064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2185), + [5067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1572), + [5070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1572), + [5073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2508), + [5076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(841), + [5079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2596), + [5082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [5085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(202), + [5088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(203), + [5091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(204), + [5094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(602), + [5097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(603), + [5100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3554), + [5103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), + [5106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3237), + [5109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3577), + [5112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3342), + [5115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3343), + [5118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(735), + [5121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(736), + [5124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(737), + [5127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(738), + [5130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(739), + [5133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(740), + [5136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(741), + [5139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [5156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [5213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [5216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(389), + [5219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [5222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3270), + [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3271), + [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2192), + [5231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [5237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2598), + [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(836), + [5243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2604), + [5246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [5249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(206), + [5252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(207), + [5255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [5258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(627), + [5261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(630), + [5264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), + [5267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3557), + [5270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3260), + [5273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3261), + [5276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2903), + [5279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2904), + [5282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(743), + [5285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(744), + [5288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(745), + [5291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(820), + [5294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(747), + [5297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [5300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(749), + [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(750), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [5374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(575), + [5377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(575), + [5380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(391), + [5383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(392), + [5386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3293), + [5389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3294), + [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2186), + [5395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), + [5398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), + [5401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2400), + [5404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(838), + [5407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2610), + [5410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(260), + [5413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [5416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(211), + [5419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [5422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(651), + [5425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(654), + [5428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3558), + [5431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3559), + [5434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3283), + [5437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3284), + [5440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [5443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [5446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(751), + [5449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(752), + [5452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(753), + [5455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(754), + [5458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(755), + [5461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(756), + [5464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(757), + [5467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(758), + [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(612), + [5537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(612), + [5540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [5543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [5546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3454), + [5549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3455), + [5552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2184), + [5555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), + [5558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), + [5561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2495), + [5564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2077), + [5567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2655), + [5570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(237), + [5573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(238), + [5576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [5579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(240), + [5582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(640), + [5585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(641), + [5588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3572), + [5591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3573), + [5594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3444), + [5597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3445), + [5600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2967), + [5603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2968), + [5606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [5609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(807), + [5612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(808), + [5615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(809), + [5618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(810), + [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(811), + [5624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(812), + [5627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(813), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [5858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), + [5860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 2, 0, 0), + [5866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 2, 0, 0), + [5868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 3, 0, 0), + [5870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 3, 0, 0), + [5872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 2, 0, 0), + [5874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 2, 0, 0), + [5876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 12), + [5878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 12), + [5880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), + [5882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [5886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 10), + [5888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 10), + [5890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 11), + [5892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 11), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [5896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [5898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [5900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 14), + [5902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 14), + [5904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 3, 0, 9), + [5906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 3, 0, 9), + [5908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 3, 0, 9), + [5910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 3, 0, 9), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [5914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 3, 0, 9), + [5916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 3, 0, 9), + [5918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 21), + [5920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 21), + [5922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 15), + [5924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 15), + [5926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 22), + [5928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 22), + [5930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 23), + [5932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 23), + [5934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 24), + [5936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 24), + [5938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 13), + [5940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 13), + [5942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 2, 0, 4), + [5944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 2, 0, 4), + [5946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 2, 0, 0), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 2, 0, 0), + [5950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 2, 0, 5), + [5952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 2, 0, 5), + [5954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 2, 0, 6), + [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 2, 0, 6), + [5958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), + [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), + [5962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), + [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), + [5966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), + [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), + [5970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 3, 0, 18), + [5972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 3, 0, 18), + [5974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strong, 3, 0, 0), + [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strong, 3, 0, 0), + [5978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_emph, 3, 0, 0), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_emph, 3, 0, 0), + [5982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 6), + [5984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 6), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [5990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 2, 0, 0), + [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 2, 0, 0), + [5994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 19), + [5996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 19), + [5998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 3, 0, 0), + [6000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 3, 0, 0), + [6002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 0), + [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 0), + [6006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 3, 0, 0), + [6008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 3, 0, 0), + [6010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_line_break, 2, 0, 0), + [6012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_line_break, 2, 0, 0), + [6014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_math, 3, 0, 0), + [6016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_math, 3, 0, 0), + [6018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), + [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), + [6022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), + [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), + [6026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 10), + [6028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 10), + [6030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), + [6032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), + [6034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 4), + [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 4), + [6038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 11), + [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 11), + [6042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 0), + [6044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 0), + [6046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), + [6048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 9), + [6050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 9), + [6052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 0), + [6054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 0), + [6056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 7), + [6058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 7), + [6060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), + [6062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), + [6064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), + [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [6070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 13), + [6072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 13), + [6074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 19), + [6076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 19), + [6078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 14), + [6080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 14), + [6082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 15), + [6084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 15), + [6086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 17), + [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 17), + [6090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 3, 0, 0), + [6092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 3, 0, 0), + [6094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 4, 0, 9), + [6096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 4, 0, 9), + [6098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 4, 0, 9), + [6100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 4, 0, 9), + [6102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 5, 0, 21), + [6104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 5, 0, 21), + [6106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 5, 0, 22), + [6108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 5, 0, 22), + [6110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), + [6112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), + [6114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 16), + [6116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 16), + [6118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 5, 0, 23), + [6120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 5, 0, 23), + [6122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), + [6124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), + [6126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_str, 1, 0, 0), + [6128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_str, 1, 0, 0), + [6130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 5, 0, 0), + [6132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 5, 0, 0), + [6134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 6, 0, 0), + [6136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 6, 0, 0), + [6138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 7, 0, 0), + [6140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 7, 0, 0), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [6144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), + [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), + [6148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), + [6150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), + [6152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 5, 0, 24), + [6154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 5, 0, 24), + [6156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 5, 0, 0), + [6158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 5, 0, 0), + [6160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), + [6162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), + [6164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 32), + [6166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 32), + [6168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 5), + [6170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 5), + [6172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 12), + [6174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 12), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [6210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), + [6212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [6222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [6226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [6228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [6230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [6232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [6234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [6246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), + [6248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 1), + [6250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 2), + [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), + [6254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(155), + [6257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(154), + [6260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(159), + [6263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(246), + [6266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(247), + [6269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(254), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [6550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [6554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [6558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), + [6560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2803), + [6563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2255), + [6566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [6569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [6575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), + [6577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), + [6579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2809), + [6582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2316), + [6585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2267), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [6596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 1, 0, 0), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [6602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), + [6604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2215), + [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [6609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 26), + [6611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 2, 0, 0), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [6657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 4, 0, 0), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [6675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [6693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 2, 0, 0), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [6701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [6705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [6713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 1, 0, 0), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [6717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2250), + [6720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2281), + [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [6731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), + [6733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(3192), + [6736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2295), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [6771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), + [6773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(860), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [6794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 2, 0, 0), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [6814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 2, 0, 0), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [6818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 1, 0, 0), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [6824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 2, 0, 0), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [6834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), + [6836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), SHIFT_REPEAT(2091), + [6839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), + [6841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2286), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [6864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 1, 0, 0), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [6876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [6884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), + [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 28), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 31), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [6908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 1, 0, 0), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [6922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 6, 0, 0), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [6930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), + [6933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [6961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 6, 0, 0), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [6969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 4, 0, 30), + [6971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 3, 0, 25), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [6979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 5, 0, 33), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [7037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [7041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 20), + [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 20), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [7143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [7167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [7219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [7221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [7223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [7233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [7245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 3, 0, 0), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [7341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [7401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 1, 0, 0), + [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [7459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [7481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [7497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(2707), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [7516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [7542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2197), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [7603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(2696), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [7666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 0), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [7752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [7766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [7944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 4, 0, 0), + [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [8122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 4, 0, 30), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [8184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_naked_string, 1, 0, 0), + [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [8198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 3, 0, 0), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [8202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 3, 0, 0), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [8320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 4, 0, 0), + [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [8338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), + [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [8390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 0), + [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [8442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 1, 0, 0), + [8444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 5, 0, 33), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [8448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [8518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 3, 0, 25), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [8646] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [8650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 0), + [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [8852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [8888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 29), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [8944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_string, 1, 0, 0), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), }; enum ts_external_scanner_symbol_identifiers { @@ -186843,6 +188024,7 @@ enum ts_external_scanner_symbol_identifiers { ts_external_token__emphasis_close_underscore = 78, ts_external_token_inline_note_reference = 79, ts_external_token_html_element = 80, + ts_external_token__pipe_table_delimiter = 81, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { @@ -186927,9 +188109,10 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_close_underscore] = sym__emphasis_close_underscore, [ts_external_token_inline_note_reference] = sym_inline_note_reference, [ts_external_token_html_element] = sym_html_element, + [ts_external_token__pipe_table_delimiter] = sym__pipe_table_delimiter, }; -static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { +static const bool ts_external_scanner_states[101][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, @@ -187012,6 +188195,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_close_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [2] = { [ts_external_token__line_ending] = true, @@ -187374,9 +188558,12 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [9] = { - [ts_external_token__soft_line_ending] = true, + [ts_external_token__line_ending] = true, + [ts_external_token__eof] = true, + [ts_external_token__pipe_table_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187404,6 +188591,34 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, }, [10] = { + [ts_external_token__soft_line_ending] = true, + [ts_external_token__code_span_start] = true, + [ts_external_token__html_comment] = true, + [ts_external_token__autolink] = true, + [ts_external_token__highlight_span_start] = true, + [ts_external_token__insert_span_start] = true, + [ts_external_token__delete_span_start] = true, + [ts_external_token__edit_comment_span_start] = true, + [ts_external_token__single_quote_span_open] = true, + [ts_external_token__double_quote_span_open] = true, + [ts_external_token__shortcode_open_escaped] = true, + [ts_external_token__shortcode_open] = true, + [ts_external_token__cite_author_in_text_with_open_bracket] = true, + [ts_external_token__cite_suppress_author_with_open_bracket] = true, + [ts_external_token__cite_author_in_text] = true, + [ts_external_token__cite_suppress_author] = true, + [ts_external_token__strikeout_open] = true, + [ts_external_token__subscript_open] = true, + [ts_external_token__superscript_open] = true, + [ts_external_token__inline_note_start_token] = true, + [ts_external_token__strong_emphasis_open_star] = true, + [ts_external_token__strong_emphasis_open_underscore] = true, + [ts_external_token__emphasis_open_star] = true, + [ts_external_token__emphasis_open_underscore] = true, + [ts_external_token_inline_note_reference] = true, + [ts_external_token_html_element] = true, + }, + [11] = { [ts_external_token__line_ending] = true, [ts_external_token__eof] = true, [ts_external_token__code_span_start] = true, @@ -187432,7 +188647,35 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [11] = { + [12] = { + [ts_external_token__code_span_start] = true, + [ts_external_token__html_comment] = true, + [ts_external_token__autolink] = true, + [ts_external_token__highlight_span_start] = true, + [ts_external_token__insert_span_start] = true, + [ts_external_token__delete_span_start] = true, + [ts_external_token__edit_comment_span_start] = true, + [ts_external_token__single_quote_span_open] = true, + [ts_external_token__double_quote_span_open] = true, + [ts_external_token__shortcode_open_escaped] = true, + [ts_external_token__shortcode_open] = true, + [ts_external_token__cite_author_in_text_with_open_bracket] = true, + [ts_external_token__cite_suppress_author_with_open_bracket] = true, + [ts_external_token__cite_author_in_text] = true, + [ts_external_token__cite_suppress_author] = true, + [ts_external_token__strikeout_open] = true, + [ts_external_token__subscript_open] = true, + [ts_external_token__superscript_open] = true, + [ts_external_token__inline_note_start_token] = true, + [ts_external_token__strong_emphasis_open_star] = true, + [ts_external_token__strong_emphasis_open_underscore] = true, + [ts_external_token__emphasis_open_star] = true, + [ts_external_token__emphasis_open_underscore] = true, + [ts_external_token_inline_note_reference] = true, + [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, + }, + [13] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, [ts_external_token__block_close] = true, @@ -187489,7 +188732,8 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [12] = { + [14] = { + [ts_external_token__line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187515,8 +188759,37 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, - [13] = { + [15] = { + [ts_external_token__line_ending] = true, + [ts_external_token__code_span_start] = true, + [ts_external_token__html_comment] = true, + [ts_external_token__autolink] = true, + [ts_external_token__highlight_span_start] = true, + [ts_external_token__insert_span_start] = true, + [ts_external_token__delete_span_start] = true, + [ts_external_token__edit_comment_span_start] = true, + [ts_external_token__single_quote_span_open] = true, + [ts_external_token__double_quote_span_open] = true, + [ts_external_token__shortcode_open_escaped] = true, + [ts_external_token__shortcode_open] = true, + [ts_external_token__cite_author_in_text_with_open_bracket] = true, + [ts_external_token__cite_suppress_author_with_open_bracket] = true, + [ts_external_token__cite_author_in_text] = true, + [ts_external_token__cite_suppress_author] = true, + [ts_external_token__strikeout_open] = true, + [ts_external_token__subscript_open] = true, + [ts_external_token__superscript_open] = true, + [ts_external_token__inline_note_start_token] = true, + [ts_external_token__strong_emphasis_open_star] = true, + [ts_external_token__strong_emphasis_open_underscore] = true, + [ts_external_token__emphasis_open_star] = true, + [ts_external_token__emphasis_open_underscore] = true, + [ts_external_token_inline_note_reference] = true, + [ts_external_token_html_element] = true, + }, + [16] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, @@ -187571,8 +188844,10 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [14] = { + [17] = { [ts_external_token__line_ending] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__eof] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187599,10 +188874,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [15] = { - [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, - [ts_external_token__eof] = true, + [18] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187629,7 +188901,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [16] = { + [19] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187647,18 +188919,18 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__cite_author_in_text] = true, [ts_external_token__cite_suppress_author] = true, [ts_external_token__strikeout_open] = true, - [ts_external_token__strikeout_close] = true, [ts_external_token__subscript_open] = true, [ts_external_token__superscript_open] = true, [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, + [ts_external_token__strong_emphasis_close_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, [ts_external_token__emphasis_open_star] = true, [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [17] = { + [20] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187681,13 +188953,13 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, + [ts_external_token__strong_emphasis_close_underscore] = true, [ts_external_token__emphasis_open_star] = true, - [ts_external_token__emphasis_close_star] = true, [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [18] = { + [21] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187711,12 +188983,12 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__strong_emphasis_open_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, [ts_external_token__emphasis_open_star] = true, + [ts_external_token__emphasis_close_star] = true, [ts_external_token__emphasis_open_underscore] = true, - [ts_external_token__emphasis_close_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [19] = { + [22] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187727,7 +188999,6 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__edit_comment_span_start] = true, [ts_external_token__single_quote_span_open] = true, [ts_external_token__double_quote_span_open] = true, - [ts_external_token__double_quote_span_close] = true, [ts_external_token__shortcode_open_escaped] = true, [ts_external_token__shortcode_open] = true, [ts_external_token__cite_author_in_text_with_open_bracket] = true, @@ -187742,10 +189013,11 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__strong_emphasis_open_underscore] = true, [ts_external_token__emphasis_open_star] = true, [ts_external_token__emphasis_open_underscore] = true, + [ts_external_token__emphasis_close_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [20] = { + [23] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187774,7 +189046,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [21] = { + [24] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187785,6 +189057,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__edit_comment_span_start] = true, [ts_external_token__single_quote_span_open] = true, [ts_external_token__double_quote_span_open] = true, + [ts_external_token__double_quote_span_close] = true, [ts_external_token__shortcode_open_escaped] = true, [ts_external_token__shortcode_open] = true, [ts_external_token__cite_author_in_text_with_open_bracket] = true, @@ -187797,13 +189070,12 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, - [ts_external_token__strong_emphasis_close_underscore] = true, [ts_external_token__emphasis_open_star] = true, [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [22] = { + [25] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187821,8 +189093,8 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__cite_author_in_text] = true, [ts_external_token__cite_suppress_author] = true, [ts_external_token__strikeout_open] = true, + [ts_external_token__strikeout_close] = true, [ts_external_token__subscript_open] = true, - [ts_external_token__subscript_close] = true, [ts_external_token__superscript_open] = true, [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, @@ -187832,7 +189104,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [23] = { + [26] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187851,8 +189123,8 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__cite_suppress_author] = true, [ts_external_token__strikeout_open] = true, [ts_external_token__subscript_open] = true, + [ts_external_token__subscript_close] = true, [ts_external_token__superscript_open] = true, - [ts_external_token__superscript_close] = true, [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, @@ -187861,7 +189133,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [24] = { + [27] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -187881,16 +189153,16 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__strikeout_open] = true, [ts_external_token__subscript_open] = true, [ts_external_token__superscript_open] = true, + [ts_external_token__superscript_close] = true, [ts_external_token__inline_note_start_token] = true, [ts_external_token__strong_emphasis_open_star] = true, - [ts_external_token__strong_emphasis_close_star] = true, [ts_external_token__strong_emphasis_open_underscore] = true, [ts_external_token__emphasis_open_star] = true, [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [25] = { + [28] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187918,7 +189190,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [26] = { + [29] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -187946,7 +189218,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [27] = { + [30] = { [ts_external_token__line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__eof] = true, @@ -187976,10 +189248,13 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, - [28] = { + [31] = { + [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, + [ts_external_token__eof] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -188006,11 +189281,9 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [29] = { - [ts_external_token__line_ending] = true, + [32] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__eof] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -188037,7 +189310,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [30] = { + [33] = { [ts_external_token__line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188065,8 +189338,9 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, - [31] = { + [34] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188096,7 +189370,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [32] = { + [35] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188126,7 +189400,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [33] = { + [36] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188156,7 +189430,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [34] = { + [37] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188186,7 +189460,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [35] = { + [38] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188216,7 +189490,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [36] = { + [39] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188246,7 +189520,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [37] = { + [40] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188276,7 +189550,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [38] = { + [41] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188306,7 +189580,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [39] = { + [42] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, @@ -188336,7 +189610,7 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, }, - [40] = { + [43] = { [ts_external_token_block_continuation] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -188363,8 +189637,37 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__emphasis_open_underscore] = true, [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, + [ts_external_token__pipe_table_delimiter] = true, }, - [41] = { + [44] = { + [ts_external_token_block_continuation] = true, + [ts_external_token__code_span_start] = true, + [ts_external_token__html_comment] = true, + [ts_external_token__autolink] = true, + [ts_external_token__highlight_span_start] = true, + [ts_external_token__insert_span_start] = true, + [ts_external_token__delete_span_start] = true, + [ts_external_token__edit_comment_span_start] = true, + [ts_external_token__single_quote_span_open] = true, + [ts_external_token__double_quote_span_open] = true, + [ts_external_token__shortcode_open_escaped] = true, + [ts_external_token__shortcode_open] = true, + [ts_external_token__cite_author_in_text_with_open_bracket] = true, + [ts_external_token__cite_suppress_author_with_open_bracket] = true, + [ts_external_token__cite_author_in_text] = true, + [ts_external_token__cite_suppress_author] = true, + [ts_external_token__strikeout_open] = true, + [ts_external_token__subscript_open] = true, + [ts_external_token__superscript_open] = true, + [ts_external_token__inline_note_start_token] = true, + [ts_external_token__strong_emphasis_open_star] = true, + [ts_external_token__strong_emphasis_open_underscore] = true, + [ts_external_token__emphasis_open_star] = true, + [ts_external_token__emphasis_open_underscore] = true, + [ts_external_token_inline_note_reference] = true, + [ts_external_token_html_element] = true, + }, + [45] = { [ts_external_token_atx_h1_marker] = true, [ts_external_token_atx_h2_marker] = true, [ts_external_token_atx_h3_marker] = true, @@ -188372,204 +189675,221 @@ static const bool ts_external_scanner_states[93][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_atx_h5_marker] = true, [ts_external_token_atx_h6_marker] = true, }, - [42] = { + [46] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__language_specifier_token] = true, [ts_external_token__shortcode_open] = true, }, - [43] = { + [47] = { [ts_external_token__soft_line_ending] = true, [ts_external_token_raw_specifier] = true, [ts_external_token__language_specifier_token] = true, [ts_external_token__key_specifier_token] = true, }, - [44] = { + [48] = { [ts_external_token__language_specifier_token] = true, [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close_escaped] = true, [ts_external_token__shortcode_open] = true, - [ts_external_token__shortcode_close] = true, }, - [45] = { + [49] = { [ts_external_token__language_specifier_token] = true, [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close_escaped] = true, [ts_external_token__shortcode_open] = true, + [ts_external_token__shortcode_close] = true, }, - [46] = { + [50] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__key_specifier_token] = true, }, - [47] = { + [51] = { [ts_external_token__language_specifier_token] = true, [ts_external_token__shortcode_open] = true, }, - [48] = { - [ts_external_token__line_ending] = true, - [ts_external_token__eof] = true, - [ts_external_token__pipe_table_line_ending] = true, - }, - [49] = { + [52] = { [ts_external_token_block_continuation] = true, [ts_external_token__language_specifier_token] = true, [ts_external_token__shortcode_open] = true, }, - [50] = { - [ts_external_token__line_ending] = true, - [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, - }, - [51] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__value_specifier_token] = true, - }, - [52] = { - [ts_external_token__line_ending] = true, - }, [53] = { - [ts_external_token__soft_line_ending] = true, + [ts_external_token__line_ending] = true, + [ts_external_token__eof] = true, + [ts_external_token__pipe_table_line_ending] = true, }, [54] = { - [ts_external_token_block_continuation] = true, + [ts_external_token__line_ending] = true, + [ts_external_token__eof] = true, + [ts_external_token__pipe_table_line_ending] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [55] = { - [ts_external_token__key_specifier_token] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [56] = { - [ts_external_token__line_ending] = true, - [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__value_specifier_token] = true, }, [57] = { [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, - [ts_external_token__eof] = true, + [ts_external_token__block_close] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [58] = { - [ts_external_token__code_span_close] = true, + [ts_external_token__line_ending] = true, }, [59] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__superscript_close] = true, }, [60] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__emphasis_close_star] = true, + [ts_external_token__key_specifier_token] = true, }, [61] = { + [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, - [ts_external_token__strikeout_close] = true, + [ts_external_token__eof] = true, }, [62] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__strong_emphasis_close_underscore] = true, + [ts_external_token__line_ending] = true, + [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [63] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__subscript_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [64] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__strong_emphasis_close_star] = true, + [ts_external_token_block_continuation] = true, }, [65] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__single_quote_span_close] = true, + [ts_external_token__double_quote_span_close] = true, }, [66] = { - [ts_external_token_fenced_div_note_id] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__strong_emphasis_close_underscore] = true, }, [67] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__double_quote_span_close] = true, + [ts_external_token__code_span_close] = true, }, [68] = { - [ts_external_token_block_continuation] = true, - [ts_external_token__key_specifier_token] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__emphasis_close_underscore] = true, }, [69] = { [ts_external_token_block_continuation] = true, - [ts_external_token__value_specifier_token] = true, + [ts_external_token__key_specifier_token] = true, }, [70] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__emphasis_close_underscore] = true, + [ts_external_token__emphasis_close_star] = true, }, [71] = { - [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__strikeout_close] = true, }, [72] = { - [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close_escaped] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__superscript_close] = true, }, [73] = { - [ts_external_token__line_ending] = true, - [ts_external_token__eof] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__subscript_close] = true, }, [74] = { - [ts_external_token__value_specifier_token] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__strong_emphasis_close_star] = true, }, [75] = { + [ts_external_token_fenced_div_note_id] = true, + }, + [76] = { + [ts_external_token__soft_line_ending] = true, + [ts_external_token__single_quote_span_close] = true, + }, + [77] = { + [ts_external_token_block_continuation] = true, + [ts_external_token__value_specifier_token] = true, + }, + [78] = { + [ts_external_token__line_ending] = true, + [ts_external_token__eof] = true, + }, + [79] = { + [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close_escaped] = true, + }, + [80] = { + [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close] = true, + }, + [81] = { + [ts_external_token__line_ending] = true, + [ts_external_token__pipe_table_delimiter] = true, + }, + [82] = { [ts_external_token__line_ending] = true, [ts_external_token_block_continuation] = true, [ts_external_token__eof] = true, }, - [76] = { + [83] = { + [ts_external_token__value_specifier_token] = true, + }, + [84] = { [ts_external_token__language_specifier_token] = true, }, - [77] = { + [85] = { [ts_external_token__block_close] = true, [ts_external_token__fenced_code_block_end_backtick] = true, }, - [78] = { + [86] = { [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, }, - [79] = { + [87] = { + [ts_external_token_block_continuation] = true, [ts_external_token__blank_line_start] = true, }, - [80] = { - [ts_external_token_block_continuation] = true, + [88] = { [ts_external_token__blank_line_start] = true, }, - [81] = { + [89] = { [ts_external_token_block_continuation] = true, [ts_external_token__close_block] = true, }, - [82] = { + [90] = { [ts_external_token__single_quote_span_close] = true, }, - [83] = { + [91] = { [ts_external_token__double_quote_span_close] = true, }, - [84] = { + [92] = { [ts_external_token__strikeout_close] = true, }, - [85] = { + [93] = { [ts_external_token__subscript_close] = true, }, - [86] = { + [94] = { [ts_external_token__superscript_close] = true, }, - [87] = { + [95] = { [ts_external_token__strong_emphasis_close_star] = true, }, - [88] = { + [96] = { [ts_external_token__strong_emphasis_close_underscore] = true, }, - [89] = { + [97] = { [ts_external_token__emphasis_close_star] = true, }, - [90] = { + [98] = { [ts_external_token__emphasis_close_underscore] = true, }, - [91] = { - [ts_external_token__close_block] = true, - }, - [92] = { + [99] = { [ts_external_token__block_close] = true, }, + [100] = { + [ts_external_token__close_block] = true, + }, }; #ifdef __cplusplus diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c b/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c index 3dde8d8..8409b81 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c @@ -120,6 +120,8 @@ typedef enum { INLINE_NOTE_REFERENCE, HTML_ELEMENT, // simply for good error reporting + + PIPE_TABLE_DELIMITER, // to allow naked '|' in markdown } TokenType; #ifdef SCAN_DEBUG @@ -216,6 +218,8 @@ static char* token_names[] = { "INLINE_NOTE_REFERENCE", "HTML_ELEMENT", // simply for good error reporting + + "PIPE_TABLE_DELIMITER", }; #endif @@ -2119,6 +2123,11 @@ static bool scan(Scanner *s, TSLexer *lexer, const bool *valid_symbols) { return parse_cite_author_in_text(s, lexer, valid_symbols); } DEBUG_HERE; + if (lexer->lookahead == '|' && valid_symbols[PIPE_TABLE_DELIMITER]) { + lexer->advance(lexer, false); + lexer->mark_end(lexer); + EMIT_TOKEN(PIPE_TABLE_DELIMITER); + } if (lexer->lookahead != '\r' && lexer->lookahead != '\n' && valid_symbols[PIPE_TABLE_START]) { return parse_pipe_table(s, lexer, valid_symbols); diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/pipe_table.txt b/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/pipe_table.txt index 12a0b13..85b8e2b 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/pipe_table.txt +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/pipe_table.txt @@ -5,22 +5,24 @@ |-|-| |c|d| -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str)) - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str)) - (pipe_table_cell - (pandoc_str)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ 2 - note extra trailing spaces to be removed with postprocessor ================================================================================ @@ -28,19 +30,19 @@ |---| | c | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ 3 - note extra trailing spaces to be removed with postprocessor ================================================================================ @@ -48,21 +50,21 @@ |:-:| | c | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell - (pipe_table_align_left) - (pipe_table_align_right))) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell + (pipe_table_align_left) + (pipe_table_align_right))) + (pipe_table_row + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ Example 198 - https://github.github.com/gfm/#example-198 ================================================================================ @@ -70,26 +72,24 @@ Example 198 - https://github.github.com/gfm/#example-198 | --- | --- | | baz | bim | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ Example 199 - https://github.github.com/gfm/#example-199 ================================================================================ @@ -98,28 +98,27 @@ Example 199 - https://github.github.com/gfm/#example-199 bar | baz -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell - (pipe_table_align_left) - (pipe_table_align_right)) - (pipe_table_delimiter_cell - (pipe_table_align_right))) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell + (pipe_table_align_left) + (pipe_table_align_right)) + (pipe_table_delimiter_cell + (pipe_table_align_right))) + (pipe_table_row + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ Example 200 - https://github.github.com/gfm/#example-200 ================================================================================ @@ -129,35 +128,34 @@ Example 200 - https://github.github.com/gfm/#example-200 | b **\|** im | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_code_span - (code_span_delimiter) - (content) - (code_span_delimiter)) - (pandoc_space) - (pandoc_str) - (pandoc_space))) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_strong - (strong_emphasis_delimiter) - (pandoc_str) - (strong_emphasis_delimiter)) - (pandoc_space) - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str) + (pandoc_code_span + (code_span_delimiter) + (content) + (code_span_delimiter)) + (pandoc_space) + (pandoc_str))) + (pipe_table_row + (pipe_table_cell + (pandoc_str) + (pandoc_strong + (strong_emphasis_delimiter) + (pandoc_str) + (strong_emphasis_delimiter)) + (pandoc_space) + (pandoc_str)))))) + ================================================================================ Example 201 - https://github.github.com/gfm/#example-201 ================================================================================ @@ -167,30 +165,28 @@ Example 201 - https://github.github.com/gfm/#example-201 > bar -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space)))) - (pandoc_block_quote - (block_quote_marker) - (pandoc_paragraph - (pandoc_str))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str)))) + (pandoc_block_quote + (block_quote_marker) + (pandoc_paragraph + (pandoc_str))))) + ================================================================================ Example 205 - https://github.github.com/gfm/#example-205 ================================================================================ @@ -198,19 +194,19 @@ Example 205 - https://github.github.com/gfm/#example-205 | --- | --- | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell))))) + ================================================================================ #112 - Works with table cells that only contain whitespce ================================================================================ @@ -219,24 +215,23 @@ Example 205 - https://github.github.com/gfm/#example-205 | | bim | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell) - (pipe_table_cell - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell) + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ #29 - Pipe table with backtick code containing pipe ================================================================================ @@ -245,31 +240,29 @@ Example 205 - https://github.github.com/gfm/#example-205 | `|` | oh no | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_code_span - (code_span_delimiter) - (content) - (code_span_delimiter)) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space) - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_code_span + (code_span_delimiter) + (content) + (code_span_delimiter))) + (pipe_table_cell + (pandoc_str) + (pandoc_space) + (pandoc_str)))))) + ================================================================================ Pipe table with latex span containing pipe ================================================================================ @@ -278,26 +271,24 @@ Pipe table with latex span containing pipe | $|$ | math | -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell) - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_math) - (pandoc_space)) - (pipe_table_cell - (pandoc_str) - (pandoc_space)))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str)) + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell) + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_math)) + (pipe_table_cell + (pandoc_str)))))) + ================================================================================ Pipe table can precede content ================================================================================ @@ -307,19 +298,21 @@ Pipe table can precede content hi -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str)))) - (pandoc_paragraph + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell (pandoc_str)))) + (pandoc_paragraph + (pandoc_str)))) + ================================================================================ Pipe table can follow content ================================================================================ @@ -331,21 +324,23 @@ hi hi -------------------------------------------------------------------------------- - (document - (section - (pandoc_paragraph - (pandoc_str)) - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str)))) - (pandoc_paragraph + +(document + (section + (pandoc_paragraph + (pandoc_str)) + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell (pandoc_str)))) + (pandoc_paragraph + (pandoc_str)))) + ================================================================================ Pipe table can precede content ================================================================================ @@ -359,26 +354,28 @@ bar ::: -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str)))) - (pandoc_div - (attribute_specifier - (commonmark_specifier - (attribute_class))) - (block_continuation) - (pandoc_paragraph - (pandoc_str) - (block_continuation)) - (block_continuation)))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str)))) + (pandoc_div + (attribute_specifier + (commonmark_specifier + (attribute_class))) + (block_continuation) + (pandoc_paragraph + (pandoc_str) + (block_continuation)) + (block_continuation)))) + ================================================================================ Pipe table with "soft-break caption" ================================================================================ @@ -387,19 +384,21 @@ Pipe table with "soft-break caption" |a| : caption -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str))) - (caption - (pandoc_str))))) + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell + (pandoc_str))) + (caption + (pandoc_str))))) + ================================================================================ Pipe table with "blank-line caption" (NB it's a separate block) ================================================================================ @@ -409,17 +408,17 @@ Pipe table with "blank-line caption" (NB it's a separate block) : caption -------------------------------------------------------------------------------- - (document - (section - (pipe_table - (pipe_table_header - (pipe_table_cell - (pandoc_str))) - (pipe_table_delimiter_row - (pipe_table_delimiter_cell)) - (pipe_table_row - (pipe_table_cell - (pandoc_str)))) - (caption + +(document + (section + (pipe_table + (pipe_table_header + (pipe_table_cell + (pandoc_str))) + (pipe_table_delimiter_row + (pipe_table_delimiter_cell)) + (pipe_table_row + (pipe_table_cell (pandoc_str)))) - \ No newline at end of file + (caption + (pandoc_str))))